Enable Mode Commands
  
Enable Mode Commands
This chapter is a reference for enable mode commands. You can perform basic system administration tasks in enable mode. Only administrator users can enter enable mode commands. All commands available in user mode are also available in enable mode.
These commands are not available in user mode because the output can include sensitive system administration data such as passwords. This type of data is not available to monitor users; it is only available to administrator users.
To enter enable mode
•  Connect to the CLI and enter the enable command:
login as: admin
SteelFusion Core
Last login: Wed Jan 20 13:02:09 2016 from 10.0.1.1
core_01 > enable
core_01 #
To exit enable mode, enter exit.
configuration bulk export
Exports the specified configuration to a .tgz format file consisting of the SteelFusion self-configuration and encryption key.
Syntax
configuration bulk export url <url>
Parameters
url <url>
HTTP, FTP, or SCP URL of the configuration file you want to export. For example:
scp://<username>:<password>@<host>/<path-to-configuration file>
Usage
This command is part of a workflow for replacing a Core with another in the event of failure. For more information, see the SteelFusion Design Guide and SteelFusion Core Installation and Configuration Guide.
Example
amnesiac (config) # configuration bulk export url scp://user1:pass@host/path
Related Commands
configuration bulk import
configuration bulk import
Imports a previously saved Core configuration.
Syntax
configuration bulk import url <url> [all | shared]
Parameters
url <url>
HTTP, FTP, or SCP URL of the configuration file you want to import. For example:
scp://<username>:<password>@<server>/<path-to-configuration-file>
all
Imports all configurations.
shared
Imports shared configurations.
Usage
This command is part of a workflow for replacing a Core with another in the event of failure. For more information, see the SteelFusion Core Installation and Configuration Guide.
Example
amnesiac (config) # configuration bulk import url scp://user:pass@host/path/to/config
Related Commands
configuration bulk export
reload
Reboots the system.
Syntax
reload [halt | force]
Parameters
halt
Shuts down the system.
force
Forces an immediate reboot of the system even if it is busy.
Example
amnesiac # reload
The session will close. It takes about 2-3 minutes to reboot the appliance.
Related Commands
reset factory
reset factory
Resets the Core to the default factory values. All storage configuration files are deleted.
Syntax
reset factory [clear-licenses | keep-mgmt-ip | preserve images] [reload]
Parameters
clear-licenses
Resets system to factory defaults and clears MSPEC licenses.
keep-mgmt-ip
Resets system to factory defaults but keeps existing management IPs.
preserve images
Resets system to factory defaults but keeps existing images.
reload
Resets system to factory defaults and reloads.
Example
amnesiac # reset factory
Related Command
reload
show rbm user
Displays the role-based management (RBM) user configuration.
Syntax
show rbm user <username>
Parameters
<username>
Name of the user.
Example
amnesiac (config) # show rbm user helpdesk
Related Topics
rbm user (Core)
show rbm users
Displays RBM user configuration for all users.
Syntax
show rbm users
Parameters
None
Example
amnesiac (config) # show rbm users
Related Topics
rbm user (Core)