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:
As root, create the share directory.
Execute:
mkdir -p /opt/JNPRshare
chmod 775 /opt/JNPRshareAssign the ownership to root and hadmg.
Execute:
chown root:hadmg /opt/JNPRshareMove to the share directory.
Execute:
cd /opt/JNPRshareCreate an /install subdirectory.
Execute:
mkdir -p install
chmod 775 installAssign the ownership to hadm and hadmg.
Execute:
chown hadm:hadmg installMove to the /install directory.
Execute:
cd installCreate a hostname-specific or SSR cluster-specific subdirectory.
Execute:
mkdir -p < hostname >|< cluster-name >
chmod 775 < hostname >|< cluster-name >If you are installing on a machine to be a standalone 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.
Assign the ownership to hadm and hadmg.
Execute:
chown hadm:hadmg < hostname > or < cluster-name >, whichever you used.