DNZCMB216I: \nresetcfg command \n \nPurpose: \n\t resetcfg - resets the configuration to system defaults. \n \nSynopsis: \n\t smcli resetcfg [-h | -? | --help] \n \n\t smcli resetcfg [-v] { -n systemName | -o oid | -i ipaddress} \n \nDescription: \n\t The resetcfg command resets the configuration to system defaults. \n \nOperands: \n\t 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 -? 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 -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 51 = The operation failed. \n \nExamples: \n\t 1. To reset the configuration for the resource with name res01 : \n\t smcli resetcfg -n res01 \n
Explanation:
Operator Response: