[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Creating Share Directories

A share directory containing some subdirectories can be used to distribute master files between like machines. If you choose to create a share directory, it is used among different nodes in the cluster, and to transfer configuration files from previous releases of SBR server.

To create the share directories:

  1. As root, create the share directory.

Execute:
mkdir -p /opt/JNPRshare
chmod 775 /opt/JNPRshare

  1. Assign the ownership to root and hadmg.

Execute:
chown root:hadmg /opt/JNPRshare

  1. Move to the share directory.

Execute:
cd /opt/JNPRshare

  1. Create an /install subdirectory.

Execute:
mkdir -p install
chmod 775 install

  1. Assign the ownership to hadm and hadmg.

Execute:
chown hadm:hadmg install

  1. Move to the /install directory.

Execute:
cd install

  1. Create a hostname-specific or SSR cluster-specific subdirectory.

Execute:
mkdir -p <hostname>|<cluster-name>
chmod 775 <
hostname>|<cluster-name>

  1. Assign the ownership to hadm and hadmg.

Execute:
chown hadm:hadmg <hostname> or <cluster-name>, whichever you used.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]