/ / ident "%Z%%M% %I% %E%" / / NAME / okskus.msg / DESCRIPTION / Message file for OKS commands / NOTES / # CHARACTER_SET_NAME=American_America.US7ASCII / / MODIFIED / averhuls 04/26/11 - XbranchMerge averhuls_persistent_log from main / averhuls 04/13/11 - Add persistent log message. / anjiwaji 08/30/10 - Add extra kernel messages / jeabraha 09/14/09 - Created // WINFACILITY=Oracle_OKS // WINFACNUM=0x8 // MSGPREFIX=OKSK // / The next several messages are generic. You can supply a small / insertion string. / / WSN=OKS_SUCCESSFUL 00000, 0, "%1 %2" // *Cause: Informational. // *Action: None. / / WSN=OKS_INFORMATION 00001, 1, "%1 %2" // *Cause: Informational. // *Action: None. / / WSN=OKS_WARNING 00002, 2, "%1 %2" // *Cause: Informational. // *Action: None. / / WSN=OKS_ERROR 00003, 3, "%1 %2" // *Cause: Informational. // *Action: None. / / WSN=OKS_LOAD_OK 00004, 1,"Module load succeeded. Build information: %2 %3 %4" // *Cause: Informational. // *Action: None. / / WSN=OKS_LOAD_FAILED 00005, 3,"Module failed to load and start with status %2. Build information: %3 %4 %5" // *Cause: Informational. // *Action: None. / / WSN=OKS_UNLOAD 00006, 1,"Module unloaded." // *Cause: Informational. // *Action: None. / / WSN=OKS_LOG_DUMPED 00007, 1,"Information has been saved in the file %2 . Include the contents of this file if reporting a problem to Oracle." // *Cause: Informational. // *Action: None. / / WSN=OKS_MEMBERSHIP_CHANGE 00008,1 ,"Cluster Membership change - Current incarnation %2 Node count %3." // *Cause: Informational. // *Action: None. / / WSN=OKS_MEMBERSHIP_CHANGE_COMPLETE 00009, 1,"Cluster Membership change setup complete." // *Cause: Informational. / / WSN=OKS_PERSISTENT_LOG_FILE_OPENED 00010, 2,"Persistent OKS log opened at %2." // *Cause: Informational. // *Action: None. / / WSN=OKS_PLOG_MEMORY_ALLOCATION_ERROR 00011, 2,"Failed to allocate kernel memory for %2." // *Cause: Unable to allocate memory for a required function. // *Action: Contact Oracle Support Services. / / WSN=OKS_PLOG_FILE_OPEN_ERROR 00012, 2,"Failed to open %2." // *Cause: Unable to open a persistent OKS log file. Likely an invalid file // path was specified or there was an internal error. // *Action: Ensure that the file or directory exists else. // If it does, contact Oracle Support Services. / / WSN=OKS_PLOG_TERMINATED 00013, 1,"Terminating Persistent OKS log." // *Cause: Persistent OKS logging terminated due to the previous message. // *Action: Informational. / / WSN=OKS_PLOG_FILENAME_ALLOCATION_ERROR 00014, 1,"Unable to generate an persistent OKS log file name." // *Cause: Failed to generate an persistent OKS log fime name. // *Action: Internal error. / / WSN=OKS_PLOG_THREAD_CREATE_FAILURE 00015, 1,"Persistent log thread creation failed." // *Cause: Failed to create a kernel thread. // *Action: Internal error. / / WSN=OKS_PLOG_CONFIG_ERROR_BUFSIZE 00016, 2,"Configuration error: buffer size %2 bytes is out of range." // *Cause: The user selected an invalid buffer size. // *Action: Select a different buffer size. / / WSN=OKS_PLOG_CONFIG_ERROR_TIMER 00017, 2,"Configuration error: interval timer of %2 ms is out of range." // *Cause: The user selected an invalid timer interval. // *Action: Select a different timer value. / / WSN=OKS_PLOG_CONFIG_ERROR_LOWWATER 00018, 2,"Configuration error: low water level of %2 bytes isout of range." // *Cause: The user selected an invalid low water value. // *Action: Select a different low water value. / / WSN=OKS_PLOG_CONFIG_ERROR_HIGHWATER 00019, 2,"Configuration error: high water level of %2 bytes is out of range." // *Cause: The user selected an invalid high water value. // *Action: Select a different high water value. / / WSN=OKS_PLOG_CONFIG_ERROR_MAXNUMFILES 00020, 2,"Configuration error: maximum number of log files (%2) is out of range." // *Cause: The user selected an invalid maximum file number value. // *Action: Select a different file number value. / / WSN=OKS_PLOG_CONFIG_ERROR_MAXFILESIZE 00021, 2,"Configuration error: The maximum file size of %2 bytes is out of range." // *Cause: The user selected an invalid maximum log file size value. // *Action: Select a different maximum log file size value. / / WSN=OKS_PLOG_WRITE_FAILURE 00022, 2,"File write error: error number %2." // *Cause: A write to the persistent OKS log file failed - possibly due to // a full file system. Otherwise, an internal error. // *Action: Free up file systems space. If freeing up file system space does // not resolve the problem, contact Oracle Support Services.