
Quick-Starting Routers
11-4
308654-14.00 Rev 00
Setting Up Site Manager User Accounts
To
set up individual Site Manager users on the IBM workstation:
1.
Press [Control]-d to exit the root account.
2.
Log in to the user account.
3.
Create the directory for the Site Manager Image Builder application by
entering:
mkdir $HOME/.builder_dir
4.
Edit the user account setup file as follows:
• If you use the C shell
(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, add the following lines to
.profile
:
PATH =$PATH :/u sr/ 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
5.
Log out of the user account.
Repeat steps 1 through 5 for each user account that needs to run Site Manager.
Note:
If the shell variable path is already set in some other line of the
.cshrc
file, add these new lines immediately after the last
set path
line.
Kommentare zu diesen Handbüchern