Siebel Server Installation Guide for UNIX > Preparing for the Installation > Planning Your Siebel Deployment >

Setting Permissions and Ownership


Verify Ownership of Installation Directory

You must change the ownership of the target installation directory $SIEBEL_ROOT to the user ID installing Siebel Server and current group name of that user. For example, if the group name of the user is system then you need to change the ownership of the target installation directory to the user:system using the following command:

chown user:system /siebel

CAUTION:  Failure to change the ownership of the target install directory will cause the install process to hang. If you copy the Siebel installation directories to a local file system, you must make sure the files belong to user:system, and that universal read/execute permissions are set.

For example, if your target install directory was /local/siebel, you would enter the following commands:

mkdir /local/siebel
mount /cd
cp -pr /cd /local/siebel/
chown -R user:system /local/siebel
chmod -R +rx /local/siebel

If /local/siebel is made available as a network file system, and you install Siebel Server as the root user, then the machine exporting the file system must grant root authority to that remote machine. Failure to do so will result in an installation hang. The step is only necessary if you install as root; the user ID does not require root access to the remote file system.

If you are installing on a remote server, you must set the $DISPLAY variable to display the installation user interface on your local machine. For example:

export DISPLAY myworkstation:0.0

or

setenv DISPLAY myworkstation:0.0

where:

myworkstation is the machine name or IP address of your local workstation.

You may be able to test that your display works correctly on your local workstation by entering:

xclock

You can also verify the IP address by entering:

echo $DISPLAY

If the clock does not appear on your local workstation, then issue the following command on your local machine:

xhost +


 Siebel Server Installation Guide for UNIX 
 Published: 24 June 2003