|
The download, send_event, set, show, useradd, userdel, userperm, usershow, userpassword, and userperm subcommands
have associated arguments (operands).
If the subcommand has an option, the arguments follow the option on the command line and is separated from the option by a SPACE. If the subcommand does not have an option, the arguments follow the subcommand on the command line and are separated from the subcommand by a SPACE. If there are more than one arguments, they are separated from each other by a SPACE.
The download subcommand supports the following arguments:
- boot
- Program the boot monitor portion of the flash. The main portion of the flash is programmed without any arguments
-
file
- Specify file as the path to where the boot or main firmware image resides for download.
Examples of file are:
| |
/usr/platform/platform_type/lib/image/alommainfw
|
or
| |
/usr/platform/platform_type/lib/image/alombootfw
|
The send_event subcommand supports the following arguments:
- "message"
- Describe event using the test contained in message. Enclose message in quotation marks.
The set subcommand supports the following arguments:
-
variable
- Set SC configuration variable.
-
value
- Set SC configuration variable to value.
The show subcommand supports the following arguments:
-
variable
- Display the value of that particular variable.
The useradd subcommand supports the following arguments:
-
username
- Add new SC account username.
The userdel subcommand supports the following arguments:
-
username
- Remove SC account username.
The userperm subcommand supports the following arguments:
- -aucr
- Set permissions for SC user accounts. If no permissions are specified, all four permissions are disabled and read only access is assigned.
The following are the definitions for permissions:
- a
- Allow user to administer or change the SC configuration variables
- u
- Allow user to use the user commands to modify SC accounts
- c
- Allow user to connect to console.
- r
- Allow user to reset SC and to power on and off the host.
-
username
- Change permissions on SC account username.
The -usershow subcommand supports the following arguments:
-
username
- Display information on SC account username . If username is not specified, all accounts are displayed.
The userpassword subcommand supports the following arguments:
-
username
- Set SC password for username.
The userperm subcommand supports the following arguments:
-
username
- Change SC permissions for username.
|