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:
Execute:
mkdir -p /opt/JNPRshare
chmod 775 /opt/JNPRshareExecute:
chown root:hadmg /opt/JNPRshareExecute:
mkdir -p install
chmod 775 installExecute:
chown hadm:hadmg installExecute:
mkdir -p <hostname>|<cluster-name>hostname
chmod 775 <>|<cluster-name>
- If you are installing on a machine to be a stand-alone SBR Carrier server, use the machine's hostname.
- If you are installing on a machine to be part of a Session State Register cluster, use the cluster name. If you are not sure what it is, see Naming the Cluster and Its Machines.
Execute:
chown hadm:hadmg <hostname>or<cluster-name>, whichever you used.