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 Lists brief information about the command. This is the same as the -? option. \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 bundles and commands were listed successfully. \n\t 1 = A usage error occurred. \n\t 2 = The command or the bundle name was invalid. \n\t 3 = The user does not have permission to execute the command. \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: