Among many projects that you would implement, simultaneous installations of WebCenter Sites and WebCenter Content are going to be more and more frequent ones nowadays. Specially looking at the popularity of Sites as an Web Experience Management suite and it being a not a proper Document Management tool. So the combination of these products within the Fusion Middleware stack provides a killer combo.
So, as part of any large scale setup that you would do, there has to be lot of things that needs to be planned and implemented on paper much before that you would actually touch the systems for installations.
Plan for these items beforehand:
- Ports that would be required per server
- Shared mounts that will be required
- Individual paths on each servers, that need to be same on each ones 🙂
- Installation sequence (Providing one that I had followed)
- Identifying Authoring/Management nodes and delivery modes
- CAS urls and/or LDAP integration details, if any
- Passwords for the system users(if you are installing 20+ installations as part of the setup you need to be very imaginative for this)
- Access between different environments for you to publish the code and WCS elements between them
- Plan your time ahead, as you need to install WCS again on each node, that too one Primary server each setup and all others as Cluster nodes
- WebCenter Sites needs these 4 folders , first 3 needs to be setup on each node individually and the 4th one should be shared across nodes
- /xxx/sites – <wcs_install>
- /xxx/deploy – <wcs_deploy>
- /xxx/tmp – <wcs_temp>
- /xxx/wcs_shared- <wcs_shared>
- Understand NodeNanager and its functions
- Ports and IPaddress required for the various cache requirements(4 of them)
Once you have this info, start putting in tickets for the unix users and the installation binaries 🙂
Follow this sequence for the WCS and WCC setup under the same Middleware home (Assuming database already installed and available for usage)
- Create/map the folders defined above accordingly
- Install jdk and configure JAVA_HOME
- Install Weblogic and note the Weblogic Home
- Install WCCÂ (This is required before you do Sites installation)
- Create WCS domain (from <weblogic_home>/common/bin/config.sh)
- Define the cluster using the newly created domain
- Install WCS on the primary server
- Configure/Deploy CAS and CS apps
- Test the primary server setup
- Continue to install/configure the remaining WCS nodes as Cluster nodes of this setup
- Create WCC domain (from <weblogic_home>/Oracle_ECM1/common/bin/config.sh>
- Configure WCC domain and startup the servers
Pls follow the official guidelines accordingly.