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
Log on as root.
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.
Remove
/sbin/rc3.d/S720siebel_server
and/sbin/rc2.d/K320siebel_server
, if they already exist.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