Go to main content

Oracle® Solaris Cluster Data Service for Siebel Guide

Exit Print View

Updated: June 2017
 
 

Verifying the Siebel Installation and Configuration

This section contains the procedure you need to verify the Siebel installation and configuration.

How to Verify the Siebel Installation and Configuration

Use this procedure to verify the Siebel Gateway, Siebel Server, and Siebel Database installation and configuration. This procedure does not verify that your application is highly available because you have not installed your data service yet.

  1. Verify that the logical hostname is online on the node where the resource will be brought online.
  2. Manually start the Siebel Gateway as the user who will launch the Siebel Gateway.
  3. Manually start the Siebel Server as the user who will launch the Siebel Server.
  4. Use odbcsql to verify connectivity to the Siebel Database.
    # odbcsql /s siebsrvr_siebel_enterprise /u dbuser /p db-password
  5. Run the list servers subcommand under srvrmgr.

    Before the Siebel Server is configured to be highly available, the HOST_NAME parameter for the Siebel Server shows the physical host name.

    After the Siebel Server is configured to be highly available, the HOST_NAME parameter for the Siebel Server shows the physical host name of the node where Siebel Server is running. Therefore, running this command at different times might show different names, depending on whether the Siebel Server resource has failed over or has been switched over.

  6. Confirm that the serverhostaddress parameter is set to the IP address of the Siebel Server's logical host name resource.
    $ srvrmgr:hasiebel> list advanced param serverhostaddress
  7. Test various Siebel user sessions, such as sales and call center using a Siebel dedicated client and supported thin client (browser).
  8. Manually stop the Siebel Server as the user who started the Siebel Server.
  9. Manually stop the Siebel Gateway as the user who started the Siebel Gateway.