UCS Manager – Command Line Interface
UCSM's command line is different from Cisco's regular IOS and even NXOS (Nexus is the base platform of FIs that runs UCSM). UCSM CLI does provide the same tab completion options as IOS and NXOS. You can either SSH to log in remotely or log in locally through the console access to the FI for getting access to the UCS CLI.
Each UCS component can be configured using the GUI or CLI commands. Each GUI tab and each component present in the infrastructure and represented in the GUI has an equivalent CLI configuration command. You can navigate through various UCS components using the scope
command.
Once connected to the CLI, it is also possible to connect to the other advanced CLIs introduced later in the chapter.
Getting help with CLI commands
On the blank command prompt, typing ?
lists all the available commands for the mode you are in. It lists all the available keywords and arguments for the command at the current position in the command syntax as shown in the...