Installations for Webcenter Sites Using JSK

Requirement- Installation of Webcenter Sites using JSK

Prerequisite
a. file named “JSK_Installer11.1.1.8.0.jar”
b. JDK 1.6 or higher must be installed on your computer
c. Set up the environment variable:
> Linux:
set JAVA_HOME= (e.g., set JAVA_HOME=/opt/jdk1.6)
run “java -jar JSK_Installer11.1.1.8.0.jar”
 Double click the JSK_Installer11.1.1.8.0.jar
JumpStartKit Installation
1. Installations dialoge Start:
wc1

040314_1222_Installatio2.png

All Packs install.

040314_1222_Installatio3.png

Select the port number for running WCS.
wc4

Select Application server without Sample Site.If you want to check sample site.Use first options.
wc5

Provide the path for installation of sites.

wc6

wc7

Click Next and Installation will start.After succcessful installation, installer will display a “Finished” message when the installation is complete.

wc8

After finish of installation , got to you webcenter install directory(C:\Oracle\WebCenter\Sites\11gR1) and hit run.bat .Start the server
wc10

hit the URL i.e. http://localhost:9080/cs/ , Enter the credential with default ID as fwadmin and pwd as xceladmin.

wc9

Happy Learning with Vinay kumar in techartifact….

Fixed for error – Oracle not available Shared memory realm doesnot exist

Requirement- While installing Webcenter 11.1.1.8 ,every time i start linux image , i got this weird error.

I already updated ORACLE_SID and ORACLE_HOME in listener.ora
Now what.If you are not a dba, this error can give you trouble for while.

Solution- Go to Oracle_home/product/11.1.2/dbhome_1/bin
-> type ./sqlplus
-> In user write as conn / as sysdba
-> password – enter password for sys.
-> then type these command

startup nomount;
it will show following message

It shows the message

ORACLE instance started.

Total System Global Area 113246208 bytes

Fixed Size 787708 bytes

Variable Size 61864708 bytes

Database Buffers 50331648 bytes

Redo Buffers 262144 bytes

-> alter database mount;

-> alter database open;

happy installing with Vinay in techartifact…