
Quick-Starting Routers and BNX Platforms
9-4
Setting Up Site Manager User Accounts
Set up individual Site Manager users on the RS/6000 as follows:
1. Log in to the user’s account.
2. Create the directory for the Site Manager’s image builder application by
entering
mkdir $HOME/.builder_dir
3.
Edit the user’s account setup file as follows for C and Bourne shells:
• If you use csh or clones, then add the following lines to .cshrc:
set path = ($path /usr/wf/bin)
setenv WF_SMPATH /usr/wf
setenv SMTERM X
setenv SM_CONFIGS
<directory where config files are stored >
setenv BUILDER_DIR $HOME/.builder_dir
• If you use the Bourne shell (sh) or clones, then add the following lines to
.profile:
PATH=$PATH:/usr/wf/bin
WF_SMPATH=/usr/wf
SMTERM=X
SM_CONFIGS=
<directory where config files are stored >
BUILDER_DIR=$HOME/builder_dir
export PATH WF_SMPATH SMTERM SM_CONFIGS BUILDER_DIR
Note: For BNX, skip Step 2 because BNX does not support Image Builder.
Note: For BNX, do not include the last line about BUIDER_DIR.
Note: If the shell variable path is already set in some other line of the .cshrc
file, then add these new lines immediately after the last
set path line.
Note: For BNX, do not include the BUILDER_DIR line and the references to
BUILDER_DIR in the last line.
Comentarios a estos manuales