
Quick-Starting Routers and BNX Platforms
8-4
2.
If this is the first time you’ve installed Site Manager, create the directory
in which to install the Site Manager’s image builder application by
entering
mkdir $HOME/.builder_dir
3.
Edit the user’s account setup file on C and Bourne shells as follows:
• If you use csh or clones, 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 WF_SMPATH SMTERM SM_CONFIGS BUILDER_DIR
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