Siebel Installation Guide for UNIX > Configuring Siebel Enterprise Server and Related Components > Configuring the Siebel Gateway Name Server for Automatic Start >

Configuring Siebel Gateway Name Server for Automatic Start on HP-UX


This topic is part of Configuring the Siebel Gateway Name Server for Automatic Start.

Use the procedure in this topic to configure Siebel Gateway Name Server for automatic start on HP-UX.

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

  1. Log on as root to the machine on which the Siebel Gateway Name Server was installed.
  2. Copy the file siebel_server to the /sbin/init.d directory, as follows:

    cp $SIEBEL_ROOT/bin/siebel_server /sbin/init.d

    where:

    • $SIEBEL_ROOT = The full path to the Siebel root directory
  3. If you have not already done so, using any text editor, edit /sbin/init.d/siebel_server and replace $SIEBEL_GATEWAY_ROOT with the actual path to the Siebel Gateway Name Server installation directory.
  4. Set the appropriate permissions by executing the following command:

    chmod 755 /sbin/init.d/siebel_server

  5. Create a soft link to /sbin/rc3.d/S720siebel_server from /sbin/init.d/siebel_server by executing the following command:

    ln -s /sbin/init.d/siebel_server /sbin/rc3.d/S720siebel_server

  6. Create a soft link to /sbin/rc2.d/K320siebel_server from /sbin/init.d/siebel_server by executing the following command:

    ln -s /sbin/init.d/siebel_server /sbin/rc2.d/K320siebel_server

    If Siebel Gateway Name Server was installed as a nonroot user, continue with Step 7. Otherwise, you have completed this process.

  7. Create or edit /sbin/init.d/siebel_server_nonroot to add the following line:

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

    where:

    • SIEBEL_ACCOUNT = The user account installing the Siebel products
  8. Remove /sbin/rc3.d/S720siebel_server and /sbin/rc2.d/K320siebel_server, if they already exist.
  9. 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

Siebel Installation Guide for UNIX Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.