Axel AX3000 65 User's Manual User Manual
Page 105

Installing under UNIX/LINUX
AX3000 - User's Manual
93
Use the following command to reset a resource:
# rsh axname ax_sinit password ress
Where:
- axname
: AX3000 name (/etc/hosts) or IP address,
- ax_sinit
: command to reset the resource,
- password : specify the set-up password if set,
- ress
: resource name (ex: sess1).
5.5.3 - Editing the AX3000 Settings
The whole AX3000 set-up can be obtained by invoking the following command:
# rsh axname setup_get > /tmp/axel
or a partial set-up can also be obtained (only used set-up parameters are sent):
# rsh axname setup_get_lite > /tmp/axel
Where:
- axname
: AX3000 name (/etc/hosts) or IP address,
- setup_get
: command for getting the whole set-up,
- setup_get_lite : command for getting the partial set-up.
For more information about these commands, refer to Chapter 10.
5.5.4 - Setting-Up the AX3000
The contents of a file is used to set-up the AX3000:
# rsh axname setup_send password < /tmp/axel
Where:
- axname
: AX3000 name (/etc/hosts) or IP address,
- setup_send : command for set-up the AX3000,
- password : specify the set-up password if set.