DNZCMB212I: \nbackupcfg command \n \nPurpose: \n\t backupcfg - backup configuration for resource. \n \nSynopsis: \n\t smcli backupcfg [-h | -? | --help] \n \n\t smcli backupcfg [-v] { -n systemName | -o oid | -i ipaddress} [-m] \n \nDescription: \n\t The backupcfg command creates a backup of the current settings on the system and displays them \n\t in the CLI/Properties format. \n \nOperands: \n None. \n \nOptions: \n\t -h \n\t Displays the syntax and a brief description of the command. \n \n\t -? \n\t Lists brief information about the command. This is the same as the -h option. \n \n\t --help \n\t Lists complete information about the command. This is equivalent to a UNIX man page. \n \n\t -n | --name systemName \n\t The name for the resource that will have the configuration retrieved. \n \n\t -o | --oid id \n\t The ID for the resource that will have the configuration retrieved. \n \n\t -i | --ipaddress ipAddress \n\t The ip address for the resource that will have the configuration retrieved. \n \n\t -m | --multi \n\t Use this to get the configuration properties that are not specific to the device \n\t like the IP address \n \n\t -v | --verbose \n\t Writes verbose messages to standard output. \n \nExit status: \n\t 0 = The operation completed successfully. \n\t 1 = A usage error occurred. \n\t 2 = The command or bundle was not found. \n\t 3 = The command was not performed because either authentication failed or you are not authorized to perform the action. \n\t 8 = Invalid command. \n\t 20 = Device not found. \n\t 27 = Invalid parameter. \n\t 29 = Invalid or unsupported locale. \n\t 51 = The operation failed. \n\t 120 = Internal development error. \n \nExamples: \n\t 1. To backup the configuration from a resource with name res01: \n\t smcli backupcfg -n res01 \n

Explanation:

Operator Response: