Site Studio Publishing Utility Installation and Configuration
Installation
Install jdk1.6.0_01-64bit with:
mkdir -p /apps/java chown -R user1:user1 /apps/java su - user1 cd /apps/java wget http://santa.sysxperts.com/install/java/java.tar.gz tar zxvf java.tar.gz ln -s jdk1.6.0_01-64bit default
Edit bash_profile as follows:
PATH=/apps/java/default/bin:$PATH:$HOME/bin JAVA_HOME=/apps/java/default export PATH JAVA_HOME
Edit iptables and firewall rules to allow the required ports from the following:
8885 push server for SSL Subscription Client 8886 push server Subscription Client 8887 administration server Subscription Client 8880 master server Publishing Utility - pvsspp001 8889 administration server Publishing Utility - pvsspp001 8890 ICE server Publishing Utility - pvsspp001 8891 file server Publishing Utility - pvsspp001 8893 ICE server for SSL Publishing Utility 8894 file server for SSL Publishing Utility Important: If the Publishing Utility and the Subscription Client are separated by a firewall, ports 8890 and 8891 must be opened through the firewall to allow the Subscription Client to communicate with the Publishing Utility.
-
- Unzip the SiteStudioPublishingUtility_10gR3_20070406.zip file
- cd /root/SiteStudioPublishingUtility/unix
- ./install.sh
- Accept the license agreement
- Select Install a new Site Studio Publishing Utility
- Enter /apps/ssp as the default directory
- Enter /apps/java/default as path to JVM
- Finish
Connect to Oracle
Edit cns.oracle.config as follows:
<database type="oracle"> <driver jdbcURL="jdbc:oracle:thin:@ora:1521:ucmsrv" \ driver="oracle.jdbc.driver.OracleDriver"/> <user username="USERNAME" password="*******"/> </database> <contact-info/> <options> <timeFormat/> </options></syndicator>
Start the Server
-
- ./cns.oracle.bat &> /dev/null &
- connect to http://pvsspp001:8889/
Note: The default administrator user name and password is administrator / administrator.
Configure a Website for Publication
On the SSPU Server
-
- Logon to http://pvsspd001:8889/index.jsp with default user name and password
- Click Add Website Link on upper left of page
- Enter a username and password for the site i.e. sysmanager or other UCM user with access
- Enter http://oracleucmprod.sysxperts.com/idc/idcplg in Server CGI Url and click Connect button
- Click the Generate Manifest URL button
- Enter a Site Name - must match the name of the folder you want created on the web server
- Select Atomic for delivery Options and leave default extension html
- Enter the desired schedule or chose Manual Update radio button
- Save the configuration
- Click the Destinations link on left side of page
- Enter destination name i.e. t001-sitename or t002-sitename
- Select the Subscription Client Radio Button
- Enter the destination push url i.e. http://pvwwwt001.sysxperts.com:8886 or http://pvwwwt003.sysxperts.com:8886
- enter a password for the connection - any password will do, only required for pub/sub
- Save the config
- View the destination and make a copy of the UUID that was generated as well as the password you created above
On the SSPU Client - Web Servers
-
- logon to http://pvwwwt001:8887/index.jsp or http://pvwwwt003:8887/index.jsp with the default userid and password
- Click the Content Providers link and select Add Content Provider
- Enter http://pvsspd001.sysxperts.com:8890/ for the SSPU Url
- Enter the UUID you copied in the last step above for Subscription Client UUID
- Enter the Password you copied in the last step above for SSPU password
- Browse to or enter /apps/apache2/htdocs for the Local Directory
- Update the Status Checks interval with an appropriate value based upon the site activity
- Save the config
- Verify that all steps have been performed on both web servers or all 4 if approved for production
Validate by going back to the http://pvsspd001:8889/ page and clicking on the Destinations link and clicking Verify under Actions - Status column should show OK
No comments:
Post a Comment