CLI Guide

Table Of Contents
Arguments
Optional arguments
[-n|--name] name The name of the alias to remove.
[-a|--all]
Remove all defined aliases.
Example
In the following example:
alias displays a list of all aliases on the metro node
unalias deletes the specified alias
alias confirms the deletion
VPlexcli:/> alias
Name Description
------------ -------------------------------------------
? Substitutes the 'help' command.
GoToDir_2_2A Substitutes the 'cd
/engines/engine-2-2/directors/Cluster_2_Dir_2A' command.
ll Substitutes the 'ls -al' command.
quit Substitutes the 'exit' command.
VPlexcli:/> unalias GoToDir_2_2A
VPlexcli:/> alias
Name Description
---- ---------------------------------
? Substitutes the 'help' command.
ll Substitutes the 'ls -al' command.
quit Substitutes the 'exit' command.
See also
alias
validate-system-configuration
Performs a basic system configuration check.
Contexts
All contexts.
Syntax
validate-system-configuration
Description
This command performs the following checks:
Validates cache mirroring.
Validates the logging volume.
Validates the meta-volume.
Validates back-end connectivity.
322
Commands