Unable to Enable/Startup RAS
| Posted by watashii | Filed under BusinessObjectsOn a BusinessObjects XIR2 (SP3) Solaris installation, the following effects may be occurring:
- The RAS server refuses to startup using ./ccm.sh -start ras or ./startservers commands.
- Performing a ./ccm.sh -enable ras will complain that the RAS object does not exist, even though it is listed within ccm.config file.
- When the RAS server instance is deleted from the CMC, restarting all the servers and performing ./ccm.sh -enable all or ./ccm.sh -display, the RAS entry does not show up at all.
- When the RAS server instance is deleted and added using the ./serverconfig.sh tool, the RAS entry does not show up at all in CMC, ./ccm.sh -enable all or ./ccm.sh -display.
- When the ./ccm.sh -start ras does performs successfully, related serverpid’s are created, RAS processes are running, but RAS entry does not show up in ./ccm.sh -display or CMC, and the RAS server’s tcp ports are not opened at all.
Note there is no single method to fix this and is case-by-case, and depends on the software/patch level your BO installation is on. Here are my steps to get the RAS running again:
- Stop all the servers.
- Run the ./serverconfig.sh tool and delete the RAS server.
- Run the ./setup/env.sh script to be safe
- Run the server_patch_xir2.sh script. This is a patch provided by SAP support and is not available on the BusinessObjects installation. Uploaded here for convenience, but you should get it verified before using it (Disclaimer).
- Run the ./serverconfig.sh tool and add the RAS server.
- Optionally, custom edit the ccm.config file for the corresponding RAS entry that was automatically appended by the previous step.
- Start the CMS: ./ccm.sh -start cms.
- Run ./ccm.sh -enable all. Hopefully the RAS entry gets listed and enabled here.
- Try to start the RAS again: ./ccm.sh -start ras
Related Posts:
- BusinessObjects – Internal Error when connecting Windows clients
- BusinessObjects – Delete Universes in CMC
Tags: BusinessObjects, ccm.sh, cmc, ras
