/ Copyright (c) Oracle Corporation, 2008.  All Rights Reserved.
/
/ NAME
/   kfsgus.msg     
/
/ DESCRIPTION
/   Error messages for Kernel Files Set Asm Gid utility (SETASMGID)
/
/ NOTES 
/
/ MODIFIED
/   hqian    01/16/08 - #6088163: new message file for ASM Set Gid utility
/   hqian    01/16/08 - hqian_setgidbp
/   hqian    01/16/08 - Creation
/
/
/
/ Initialization Errors: 100-199
0100,   0, "initialization of CORE/NLS failed"
0101,   1,  "LRM error [%d] while parsing command line arguments"
0102,   1,  "LRM error [%d] while parsing argument %s"
0103,   1,  "LRM message: %s"
/
/ Usage Errors: 200-299
/
/
/ Runtime Errors: 300-399
/
0300,   3, "group identification number for group '%s' not in range of [%s,%d]"
0301,   2, "unable to retrieve group identification number for group '%s'; operating system error number: %d"
0302,   1, "group '%s' not found in operating system dictionary"
0303,   1, "not owner of the executable '%s'"
0304,   0, "this executable must run as SETUID root"
0305,   1, "this executable must have permission mode %d"
0306,   2, "could not get information on Oracle binary '%s'; operating system error number: %d"
0307,   3, "could not change the group ownership of Oracle binary '%s' to GID %d; operating system error number: %d"
0308,   2, "could not add the SETGID bit to the permission mode of Oracle binary '%s'; operating system error number: %d"
0309,   0, "out of memory"
0310,   1, "failed to open file '%s'"
0311,   1, "failed to read file '%s'"
0312,   1, "not an Oracle binary: '%s'"
0313,   1, "file too large: '%s'"
0314,   1, "not an executable: '%s'"
0315,   0, "operating system function returned error"

/
/
/ Internal Errors: 600-699
/
/
/
/ Informational Messages: 1000-1099
/
1000,  0,  "USAGE: setasmgid oracle_binary_path='<path>'"