Configuring the Siebel Server to Start Automatically on HP-UX

Use the procedure that follows to configure the Siebel Server to start automatically as a nonroot user on HP-UX. This task is part of Configuring the Siebel Server for Automatic Start on UNIX.

To configure the Siebel Server to start automatically on HP-UX

  1. Log on as root.

  2. Create or edit /sbin/init.d/siebel_server_nonroot. Add the following line:

    /usr/bin/su - SIEBEL_ACCOUNT -c "/sbin/init.d/siebel_server $1"
    

    In this command, SIEBEL_ACCOUNT is the nonroot user account installing Siebel CRM.

  3. Remove /sbin/rc3.d/S720siebel_server and /sbin/rc2.d/K320siebel_server, if they already exist.

  4. Execute the following commands:

    chmod 755 /sbin/init.d/siebel_server_nonroot
    ln -s /sbin/init.d/siebel_server_nonroot /sbin/rc3.d/S720siebel_server
    ln -s /sbin/init.d/siebel_server_nonroot /sbin/rc2.d/K320siebel_server