Sun Cluster Data Service for Siebel Guide for Solaris OS

ProcedureHow to Install the Siebel Server and Siebel Database on the Global File System

Use this procedure to install the Siebel server and configure the Siebel server and Siebel database on the global file system. To install the Siebel server on local disks of physical hosts, see How to Install the Siebel Server and Siebel Database on Local Disks of Physical Hosts.

To install the Siebel server on the global file system, install the software only once from any node of the cluster.

  1. Install the Siebel server by following the instructions in the Siebel installation documentation and the latest release notes.

    Do not use the Autostart feature. When prompted, configure Autostart=No.

    When prompted to enter the gateway hostname, enter the logical hostname for the Siebel gateway.

  2. Verify that the siebenv.sh file is under server_root and is owned by the user who will launch the Siebel server.

  3. In the home directory of the user who will launch the Siebel server, create an empty file that is named .hushlogin.

    The .hushlogin file prevents failure of a cluster node's public network from causing an attempt to start, stop, or probe the service to time out.

  4. Ensure that a database such as HA Oracle is configured for Siebel and that the database is online.

  5. Use the Siebel documentation to configure and populate the Siebel database.

  6. Create a database user (for example, dbuser/dbpassword) with permission to connect to the Siebel database for use by the Sun Cluster HA for Siebel Fault Monitor.

  7. Log in as the user who will launch the Siebel server and manually start the Siebel server.

  8. Run srvrmgr to change the configuration of Siebel server to enable Siebel server to run in a cluster.

    • If you are using Siebel 7.7 or later version, change the ServerHostAddress parameter to the IP address of the Siebel server's logical host name resource.


      $ srvrmgr:hasiebel> change param ServerHostAddress=lhaddr for server hasiebel
      
    • If you are using a version of Siebel earlier than 7.7, change the HOST parameter to the logical hostname for the Siebel server.


      $ srvrmgr:hasiebel> change param Host=lhname for server hasiebel
      

    Note –

    These changes take effect when the Siebel server is started under Sun Cluster control.