MINI MINI MANI MO
/ Copyright (c) 2002, 2015, Oracle and/or its affiliates. All rights reserved.
/
/ NAME
/ kfedus.msg
/
/ DESCRIPTION
/ Error messages for Kernel Files Editor (KFED).
/
/ NOTES
/
/ MODIFIED
/ jesugonz 09/09/15 - 21129410: add kfed-0333
/ emsu 08/18/15 - 21669813: Modify action for kfed-325
/ gmengel 06/15/15 - Fix up messages for translatability.
/ jesugonz 04/15/14 - Bug 20737901: Adding disk stamp err msgs
/ saklaksh 11/10/14 - Bug 19692480: Adding blks/aus errcheck msgs
/ gmengel 10/22/09 - add kfed-322
/ hnandyal 08/30/08 -
/ nchoudhu 07/21/08 - xbranchmerge sage from 11.1.0.7
/ sidatta 05/05/08 - Adding Cell Error reporting
/ siyarlag 10/31/07 - Bug/5061821: Implement ASM Disk Header repair
/ dfriedma 10/12/03 - Remove multiple library error code
/ dfriedma 09/15/03 - Add error code for version mismtach
/ dfriedma 06/02/03 - Add osmlib error messages
/ tsepez 10/30/02 - add kfed-311
/ tsepez 10/24/02 - add kfed-309
/ tsepez 08/28/02 - add limit to 0104
/ tsepez 08/28/02 - add kfed-0104
/ tsepez 07/18/02 - column width for 690 and 1090
/ tsepez 04/15/02 - Add structure sanity messages
/ tsepez 03/19/02 - Creation
/
/ Initialization Errors: 100-199
/
0100, 1, "initialization of CORE/NLS failed"
0101, 1, "LRM error [%d] while parsing command line arguments"
0102, 1, "LRM error [%(1)d] while parsing argument %(2)s"
0103, 1, "LRM message: %s"
0104, 2, "value for argument '%(1)s' exceeds limit of %(2)s"
0105, 2, "value for argument '%(1)s' is lower than the minimum value of %(2)s"
0106, 1, "value for argument '%s' is not in powers of 2"
/
/ Usage Errors: 200-299
/
0200, 1, "unexpected EOF seen"
0201, 1, "no union member matched"
0202, 1, "numeric conversion failed: %s"
0203, 1, "invalid metadata block type: %s"
0204, 1, "Expected: %s"
0205, 1, "Encountered: %s"
0206, 1, "Missing colon: %s"
/
/ Runtime Errors: 300-399
/
0300, 1, "unable to translate filename"
0301, 1, "unable to create a filename object"
0302, 1, "initialization of file object failed"
0303, 1, "unable to open file '%s'"
0304, 1, "unable to read from file '%s'"
0306, 1, "unable to write to file '%s'"
0308, 1, "seek error on file '%s'"
0309, 1, "deleted partially formed file '%s'"
0310, 1, "unable to delete partially formed file '%s'"
0311, 1, "file '%s' is already provisioned"
0312, 2, "could not open %(1)s library, got error (%(2)s)"
0313, 3, "symbol [%(1)s] not found in library [%(2)s], error [%(3)s]"
0314, 1, "osmlib initialization error [%s]"
0315, 2, "osmlib error could not be determined [%(1)s] [%(2)s]"
0316, 3, "osmlib error!! function = [%(1)s], error = [%(2)s], mesg = [%(3)s]"
0317, 2, "could not close %(1)s library, got error (%(2)s) "
0319, 2, "osmlib [%(1)s] version mismatch, Oracle version [%(2)s]"
0320, 2, "invalid block num1 = [%(1)s], num2 = [%(2)s], error = [%(3)s]"
0321, 4, "operating system error doing cell I/O, Operation: [%(1)s], disk: [%(2)s], offset: [%(3)s], length [%(4)s]"
0322, 4, "invalid content encountered during block traversal: [%(1)s][%(2)s][%(3)s][%(4)s]"
0323, 1, "Header for device [%s] has an invalid block checksum."
// *Cause: The disk header had corrupted data. The block checksum was invalid.
// *Action: Contact Oracle Support Services.
//
0324, 1, "Header for device [%s] has an invalid label checksum."
// *Cause: The label block had corrupted data. The label checksum was invalid.
// *Action: Contact Oracle Support Services.
//
0325, 1, "Disk [%(1)s] belongs to disk group [%(2)s]."
// *Cause: The disk to be stamped was part of an ASM disk group.
// *Action: Drop the disk from the disk group or use the -force option to
// overwrite the labels.
//
0326, 1, "Disk [%(1)s] has a label [%(2)s]. Use -force to overwrite."
// *Cause: The disk label was not blank.
// *Action: Use the -force option to overwrite the disk label.
//
0327, 1, "Disk [%(1)s] has a site label [%(2)s]. Use -force to overwrite."
// *Cause: The site label was not blank.
// *Action: Use the -force option to overwrite the site label.
//
0328, 1, "Disk [%(1)s] has a fail group label [%(2)s]. Use -force to overwrite."
// *Cause: The fail group label was not blank.
// *Action: Use the -force option to overwrite the fail group label.
//
0329, 1, "Specified disk label [%(1)s] is greater than the maximum size [%(2)d]."
// *Cause: The disk label provided was too large.
// *Action: Provide a shorter disk label.
//
0330, 1, "The site label [%(1)s] is invalid."
// *Cause: An invalid site label was supplied.
// *Action: Specify a site name which is at least one character but no more
// than 15 characters in length. A site name consists of alphanumeric
// characters plus the hyphen character (a..z, A..Z, 0..9, -). It
// cannot begin with a numeric character. It cannot begin or end with
// the hyphen (-) character.
//
0331, 1, "Specified fail group label [%(1)s] is greater than the maximum size [%(2)d]."
// *Cause: The fail group label provided was too large.
// *Action: Provide a shorter fail group label.
//
0332, 1, "Device [%(1)s] is not formatted as an ASM disk."
// *Cause: The device provided was not recognized as an ASM disk.
// *Action: Add the disk to the ASM discovery path.
//
0333, 1, "Device [%(1)s] is an Exadata disk."
// *Cause: An attempt was made to stamp an Exadata disk.
// *Action: Specify a device that is not managed by an Exadata.
//
/
/ Slos reporting: 400-449
/
400, 00000, "Operating system dependent operation: %(1)s failed with status: %(2)s"
// *Cause: There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
401, 00000, "Operating system failure message: %s"
// *Cause: There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
402, 00000, "failure occurred at: %s"
// *Cause: There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
403, 00000, "additional information: %s"
// *Cause: There was an operating system call error.
// *Action: Contact Oracle Support Services.
//
/
/ Internal Errors: 600-699
/
0600, 4, "internal error, arguments [%(1)s][%(2)s][%(3)s][%(4)s]"
0690, 4, "unacceptable structure alignment: %(1)s (%(2)s vs. %(3)s bytes)"
/
/ Informational Messages: 1000-1099
/
1000, 2, "Usage: kfed <op> [<dev>] [<text>] [<options>]"
1090, 2, "block type %2s: %-5s (%2s bytes), %-8s (%4s bytes), %-8s (%4s bytes)"
OHA YOOOO