// $Header: NKMsg.msg 13-jun-2008.10:56:08 pkharter Exp $ // // Copyright (c) 2008, Oracle. All rights reserved. // // NAME // NKMsg.msg // // DESCRIPTION // Contains messages for the node kill config assistang // // NOTES // Each element of the Messages enum must be reflected here. // // MODIFIED (MM/DD/YY) // pkharter 06/11/08 - address review comment // pkharter 05/28/08 - Creation // / // PACKAGE=package oracle.nodeKillCA.resources; // 0001, USAGE_HEAD, "ndfnceca - establish node-fencing configuration values on a set of nodes" // *Cause: // *Action: / 0002, USAGE_HELP, "print this help text" // *Cause: // *Action: / 0003, USAGE_CREDENTIALS, "set user name and password for IPMI administrator" // *Cause: // *Action: / 0004, USAGE_CHECKBMC, "check availability of IPMI BMC device" // *Cause: // *Action: / 0005, USAGE_NODELIST, "list of nodes on which to perform requested operation" // *Cause: // *Action: / / / 0006 - 0009 reserved for future USAGE / / 0010, OP_SETCRED, "Credentials setting" // *Cause: // *Action: / 0011, OP_CHECK, "BMC check" // *Cause: // *Action: 0012, PROG_CRED, "Setting IPMI credentials %s:<password> on nodes %s" // *Cause: // *Action: / 0013, PROG_CHECK, "Checking for IPMI device on nodes %s" // *Cause: // *Action: / 0014, PROG_SUCC, "Finished node %s" // *Cause: // *Action: / 0015, PROG_FAIL, "Failed for node %s" // *Cause: // *Action: / / / / 0016 - 0019 reserved for future misc strings / 0020, MISSING_USER, "missing IPMI userid" // *Cause: Required user name argument was not specified. // *Action: Reissue command with correct arguments. / 0021, MISSING_NODES, "missing node list" // *Cause: Required node list was not supplied. // *Action: Re-issue command with correct arguments. / 0022, BAD_OP, "unrecognized command option: '%s'" // *Cause: Operation type missing or mis-spelled. // *Action: Re-issue command with correct arguments. / 0023, NO_PASSWD, "no password read. Re-issue request" // *Cause: Required administrator password was not read in response to // the password prompt before finding end-of-line. // *Action: Re-issue command and be sure to type the password immediately // following the prompt. / 0024, IOEXCEPTION, "caught I/O exception: %s" // *Cause: Unexpected I/O exception was encountered while attempting to // read the password. Exception string should indicate the precise // cause. // *Action: Re-issue command after repairing root cause. / 0025, OP_FAILED, "%s failed for node %s" // *Cause: The indicated operation could not be completed for the specified // node. The lower-level error messages attached should indicate the // root cause. // *Action: Re-issue command after repairing the condition indicated. /