% Librarian A09-30C=aKOoKYFZ5@CONVERTDUMP/EXIT00 TRANSLATEF^WRITEpzoK 1 CONVERT? Converts and writes events from one or more binary error logC files written in the newer format to a single new error log file@ written in the older format. The new file can then be read by ANALYZE/ERROR_LOG.@ This command is primarily used to enable translation of older> error log events whose translation is not supported by ELV. Format CONVERT [input-file,...] 2 Parameter input-file= Supplies one or more name s of binary error log files to be! converted to the older format.A If you do not specify an input file, the default input file is> SYS$ERRORLOG:ERRLOG.SYS. If you do not specify a device and@ directory, your current device and directory are used. If youB do not specify a file name, the default file name is ERRLOG. IfA you do not specify a file type, the default file type is .SYS. 2 Qualifiers /BEFORE /BEFORE[=date-time]A Specifies that only those events dated earlier than the stated$ date and time are to be selected.D For date-time, you can specify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on specifying times.. If you omit a date and time, TODAY is used. /ENTRY /ENTRY[=keyword,...]1 Specifies the range of entries to be selected.9 You can specify one or both of the following keywords:! Keyword Descript ionB START[:decimal- Indicates the start of a range of entries to" value] be selected.C END[:decimal- Indicates the end of a range of entries to be value] selected. Usage Notes:C o You can specify one or both of these keywords. If you specify: both keywords, you must enclose them in parentheses.C o If you specify /ENTRY without an entry range, the entry range* defaults to START:1,END:end-of-file.B o If you specify the START or END keyword without a value, the keyword is ignored. /EXCLUDE /EXCLUDE=event-class[,...]A Specifies an event class or classes to be rejected. Do not use /EXCLUDE with /INCLUDE.@ For event-class, specify one or more of the keywords shown inC the following table. If you specify more than one keyword, use a: comma-separated list of values enclosed in parentheses.# Keyword Description8 ATTENTIONS Reject device at tention entries.= BUGCHECKS Reject all types of bugcheck entries.< CONFIGURATION Reject system configuration entries.? CONTROL_ENTRIES Reject control entries. Control entries: include the following entry types:8 o System power failure restarts& o Time stamps* o System startupsC o $SNDERR messages (system service to send1  messages to error log), o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Reject CPU-related entries. CPU entries: include the following entry types:, o SBI alerts/faults/ o Undefined interrupts1 o MBA/UBA adapter errors4 o Asynchronous write errors% o UBA errors4 DEVICE_ERRORS Reject device error entries.5 ENVIRONMENTAL_ Reject environmental entries. ENTRIES5 MACHINE_CHECKS Reject machine check entries.- MEMORY Reject memory errors.0 SNAPSHOT_ENTRIES Reject snapshot entries.> SYNDROME Reject firmware-generated entries thatA describe a symptom set used by HP support7  personnel to identify problems.6 TIMEOUTS Reject device timeout entries.B UNKNOWN_ENTRIES Reject any entry that has an unknown entry class.8 UNSOLICITED_MSCP Reject unsolicited MSCP entries.A VOLUME_CHANGES Reject volume mount and dismount entries. /INCLUDE /INCLUDE=event-class[,...]@ Specifies an event class or classes to be selected. All otherB event classes are implicitly rejected. Do not use /INCLUDE with /EXCLUDE.@ For event-class, specify one or more of the keywords shown inC the following table. If you specify more than one keyword, use a: comma-separated list of values enclosed in parentheses.# Keyword Description8 ATTENTIONS Select device attention entries.= BUGCHECKS Select all types of bugcheck entries.< CONFIGURATION Select system configuration entries.? CONTROL_ENTRIES Select control entries. Control entries: include the following entry types:8 o System power failure restarts& o Time stamps* o System startupsC o $SNDERR messages (system service to send1 messages to error log), o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Select CPU-related entries. CPU entries: include the following entry types:, o SBI alerts/faults/ o Undefined interrupts1 o MBA/UBA adapter errors4 o Asynchronous write errors% o UBA errors4 DEVICE_ERRORS Select device error entries.5 ENVIRONMENTAL_ Select environmental entries.  ENTRIES5 MACHINE_CHECKS Select machine check entries.- MEMORY Select memory errors.0 SNAPSHOT_ENTRIES Select snapshot entries.> SYNDROME Select firmware-generated entries thatA describe a symptom set used by HP support7 personnel to identify problems.6 TIMEOUTS Select device timeout entries.B UNKNOWN_ENTRIES Select any entry that has an unknown entry  class.8 UNSOLICITED_MSCP Select unsolicited MSCP entries.A VOLUME_CHANGES Select volume mount and dismount entries. /INTERACTIVE /INTERACTIVE /NOINTERACTIVEC Specifies whether or not ELV is to run in interactive shell modeC after you execute the ELV command. By default, interactive shell@ mode results from the way the current ELV command is entered. /LOG /LOG /NOLOG8 Specifies whether or not ELV is to output control andB informational messages to the terminal. The default /NOLOG does- not output these messages to the terminal. /NODE /NODE[=node-name,...] /NONODE[=node-name,...]? Specifies that events occurring on a node or nodes are to be selected or rejected.D If you enter /NODE without a value, only events that occur on the2 node on which you are running ELV are selected.@ If you enter /NONODE without a value, events occurring on allA nodes that are represented in the error log file are selected. /OUTPUT /OUTPUT[=output-file]C Specifies the output file that is to contain converted copies of events.D If you do not specify an output file name, the input file name isC used. If you do not specify a device and directory, your currentD device and directory are used. If you do not specify a file type,! the default file type is .CVT. /REJECTEDB Specifies that rejected (rather than selected) events are to be converted. /SINCE /SINCE[=date-time]D Specifies that only those events dated later than the stated date and time are to be selected.D For date-time, you can specify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on specifying times.. If you omit a date and time, TODAY is used. 2 ExamplesI 1.$ ANALYZE/ERROR_LOG/ELV CONVERT /INTERACTIVE /NONODE=(BEAVIS,BUTTHD)B The command in this example, executed from DCL command level,D converts selected events in the default SYS$ERRORLOG:ERRLOG.SYS< file to the older format and writes these events to the< ERRLOG.CVT file. After the command executes, the system displays the ELV> prompt.= The selected events are from all nodes except BEAVIS and BUTTHD.& 2.ELV> CONVERT /LOG /OUTPUT=OUTFILE? The command in this example converts events in the defaultD SYS$ERRORLOG:ERRLOG.SYS file to the older format and writes the% converted events to OUTFILE.CVT.B In addition, control and informational messages are output to the terminal.J 3.$ ANALYZE/ERROR_LOG/ELV CONVERT /NODE /BEFORE=YESTERDAY ERROR_LOG.SYS> The command in this example converts selected events from? ERROR_LOG.SYS to the older format and writes the converted events to ERROR_LOG.CVT.D The selected events are those that occurred before YESTERDAY on the current node.3 4.ELV> CONVERT /ENTRY=START:5 /EXCLUDE=BUGCHECKS? The command in this example converts events in the defaultD SYS$ERRORLOG:ERRLOG.SYS file to the older format and writes the$ converted events to ERRLOG.CVT.B The selected events, which start with entry 5, do not include the BUGCHECKS event class. wweoK1 DUMPD Writes events from one or more binary error log files to a single9 new ASCII output file in an OpenVMS dump-style format. Format DUMP [input-file,...] 2 Parameter input-fileB Supplies one or more names of binary error log files to be used" to produce an output dump file.A If you do not specify an input file, the default input file is> SYS$ERRORLOG:ERRLOG.SYS. If you do not specify a device and@ directory, your current device and directory are used. If youB do not specify a file name, the default file name is ERRLOG. IfA you do not specify a file type, the default file type is .SYS. 2 Qualifiers /BEFORE /BEFORE[=date-time]A Specifies that only those events dated earlier than the stated< date and time are to be selected. Do not use /BEFORE with /INVALID.D For date-time, you can specify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on specifying times.. If you omit a date and time, TODAY is used. /ENTRY /ENTRY[=keyword,...]C Specifies the range of entries to be selected. Do not use /ENTRY with /INVALID.9 You can specify one or both of the following keywords:! Keyword DescriptionB START[:decimal- Indicates the start of a range of entries to" value] be selected.C END[:decimal- Indicates the end of a range of entries to be value] selected. Usage Notes:C o You can specify one or both of these keywords. If you specify: both keywords, you must enclose them in parentheses.C o If you specify /ENTRY without an entry range, the entry range* defaults to START:1,END:end-of-file.B o If you specify the START or END keyword without a value, the keyword is ignored. /EXCLUDE /EXCLUDE=event-class[,...]A Specifies an event class or classes to be rejected. Do not use /EXCLUDE with /INCLUDE.@ For event-class, specify one or more of the k eywords shown inC the following table. If you specify more than one keyword, use a: comma-separated list of values enclosed in parentheses.# Keyword Description8 ATTENTIONS Reject device attention entries.= BUGCHECKS Reject all types of bugcheck entries.< CONFIGURATION Reject system configuration entries.? CONTROL_ENTRIES Reject control entries. Control entries: include the following entry type!s:8 o System power failure restarts& o Time stamps* o System startupsC o $SNDERR messages (system service to send1 messages to error log), o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Reject CPU-related entries. CPU entries: " include the following entry types:, o SBI alerts/faults/ o Undefined interrupts1 o MBA/UBA adapter errors4 o Asynchronous write errors% o UBA errors4 DEVICE_ERRORS Reject device error entries.5 ENVIRONMENTAL_ Reject environmental entries. ENTRIES5 MACHINE_CHECKS Reject machine check entries.- MEMORY # Reject memory errors.0 SNAPSHOT_ENTRIES Reject snapshot entries.> SYNDROME Reject firmware-generated entries thatA describe a symptom set used by HP support7 personnel to identify problems.6 TIMEOUTS Reject device timeout entries.B UNKNOWN_ENTRIES Reject any entry that has an unknown entry class.8 UNSOLICITED_MSCP Reject unsolicited MSCP entries.$A VOLUME_CHANGES Reject volume mount and dismount entries. /INCLUDE /INCLUDE=event-class[,...]@ Specifies an event class or classes to be selected. All otherB event classes are implicitly rejected. Do not use /INCLUDE with /EXCLUDE.@ For event-class, specify one or more of the keywords shown inC the following table. If you specify more than one keyword, use a: comma-separated list of values enclosed in parentheses.# Keyword Descriptio%n8 ATTENTIONS Select device attention entries.= BUGCHECKS Select all types of bugcheck entries.< CONFIGURATION Select system configuration entries.? CONTROL_ENTRIES Select control entries. Control entries: include the following entry types:8 o System power failure restarts& o Time stamps* o System startupsC o $SN&DERR messages (system service to send1 messages to error log), o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Select CPU-related entries. CPU entries: include the following entry types:, o SBI alerts/faults/ o Undefined interrupts1 o MBA/UBA ada'pter errors4 o Asynchronous write errors% o UBA errors4 DEVICE_ERRORS Select device error entries.5 ENVIRONMENTAL_ Select environmental entries. ENTRIES5 MACHINE_CHECKS Select machine check entries.- MEMORY Select memory errors.0 SNAPSHOT_ENTRIES Select snapshot entries.> SYNDROME Select firmware-generated entries thatA describe( a symptom set used by HP support7 personnel to identify problems.6 TIMEOUTS Select device timeout entries.B UNKNOWN_ENTRIES Select any entry that has an unknown entry class.8 UNSOLICITED_MSCP Select unsolicited MSCP entries.A VOLUME_CHANGES Select volume mount and dismount entries. /INTERACTIVE /INTERACTIVE /NOINTERACTIVEC Specifies whether or not ELV is to run in int)eractive shell modeC after you execute the ELV command. By default, interactive shellA mode results from the way the current ELV command was entered. /INVALID> Specifies that invalid (rather than valid) events are to beD written to an output dump file. Do not use /INVALID with /BEFORE,? /ENTRY, /EXCLUDE, /INCLUDE, /[NO]NODE, /REJECTED, or /SINCE. /LOG /LOG /NOLOG8 Specifies whether or not ELV is to output control andB informational messages to* the terminal. The default /NOLOG does- not output these messages to the terminal. /NODE /NODE[=node-name,...] /NONODE[=node-name,...]? Specifies that events occurring on a node or nodes are to beC selected or rejected. Do not use /NODE or /NONODE with /INVALID.D If you enter /NODE without a value, only events that occur on the2 node on which you are running ELV are selected.@ If you enter /NONODE without a value, events occurring on allA nodes t+hat are represented in the error log file are selected. /OUTPUT /OUTPUT[=output-file]B Specifies the output file that is to contain OpenVMS dump-style records for events.D If you do not specify an output file name, the input file name isC used. If you do not specify a device and directory, your currentD device and directory are used. If you do not specify a file type,! the default file type is .DMP. /REJECTED? Specifies that rejected (rather tha,n selected) events are to? be written to an output dump file. Do not use /REJECTED with /INVALID. /SINCE /SINCE[=date-time]D Specifies that only those events dated later than the stated date@ and time are to be selected. Do not use /SINCE with /INVALID.D For date-time, you can specify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on specifying times.. If you omit a date and time-, TODAY is used. 2 ExamplesB 1.ELV> DUMP /NODE=DUMBO /ENTRY=END:10 ERROR_FILE.SYS,ERRLOG.SYSB The command in this example writes OpenVMS dump-style recordsD created from selected events in two input files, ERROR_FILE.SYSA and ERRLOG.SYS, to an output dump file named ERROR_FILE.DMP.A The name of the output file comes from the name of the first input file in the list.A The selected events, which end with entry 10, are those that occurred on node .DUMBO.H 2.$ ANALYZE/ERROR_LOG/ELV DUMP /INCLUDE=(DEVICE_ERRORS,TIMEOUTS) /LOG: The command in this example writes OpenVMS dump-style8 records created from selected events in the default> SYS$ERRORLOG:ERRLOG.SYS file to an output dump file named ERRLOG.DMP.D The selected events include only the DEVICE_ERRORS and TIMEOUTSC event classes. In addition, control and informational messages are output to the terminal.M 3.ELV> DUMP /SINCE=22-MAY-2003:01:00:00/.00 /BEFORE=24-MAY-2003:04:51:33.87: The command in this example writes OpenVMS dump-style8 records created from selected events in the default> SYS$ERRORLOG:ERRLOG.SYS file to an output dump file named ERRLOG.DMP.= The selected events fall in the interval between the two specified dates.M 4.ELV> DUMP /SINCE=22-MAY-2003:01:00:00.00 /BEFORE=24-MAY-2003:04:51:33.87 /REJECTEDB This example is identical to the previous example except that= rej0ected events are written rather than selected events.A The rejected events are those that fall outside the interval% between the two specified dates.> 5.$ ANALYZE/ERROR_LOG/ELV DUMP /INVALID /OUTPUT=OUTFILE.OUT: The command in this example writes OpenVMS dump-style7 records created from invalid events in the default> SYS$ERRORLOG:ERRLOG.SYS file to an output dump file named OUTFILE.OUT. wwZoK1 EXITD Stops the execution of ELV 1and returns control to the DCL commandA level. You can also enter Ctrl/Z to perform the same function. Format EXIT 2 Example ELV> EXIT $? The command in this example terminates the ELV session and. returns control to the DCL command level. wwZoK 1 TRANSLATE@ Performs a bit-to-text translation of events from one or moreA binary error log files and writes the resulting reports to the1 terminal or to a single new ASCII out2put file. Format TRANSLATE [input-file,...] 2 Parameter input-file= Supplies one or more names of binary error log files to be translated.A If you do not specify an input file, the default input file is> SYS$ERRORLOG:ERRLOG.SYS. If you do not specify a device and@ directory, your current device and directory are used. If youB do not specify a file name, the default file name is ERRLOG. IfA you do not specify a file type, the default file type3 is .SYS. 2 Qualifiers /BEFORE /BEFORE[=date-time]A Specifies that only those events dated earlier than the stated$ date and time are to be selected.D For date-time, you can specify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on specifying times.. If you omit a date and time, TODAY is used. /BRIEFD Specifies that ELV is to generate a brief standard report. Do n4ot& use /BRIEF with /FULL or /ONE_LINE. /ENTRY /ENTRY[=keyword,...]1 Specifies the range of entries to be selected.9 You can specify one or both of the following keywords:! Keyword DescriptionB START[:decimal- Indicates the start of a range of entries to" value] be selected.C END[:decimal- Indicates the end of a range of entries to be value] selected. Usage Notes:C o You can specify one or bot5h of these keywords. If you specify: both keywords, you must enclose them in parentheses.C o If you specify /ENTRY without an entry range, the entry range* defaults to START:1,END:end-of-file.B o If you specify the START or END keyword without a value, the keyword is ignored. /EXCLUDE /EXCLUDE=event-class[,...]A Specifies an event class or classes to be rejected. Do not use /EXCLUDE with /INCLUDE.@ For event-class, specify one or more of6 the keywords shown inC the following table. If you specify more than one keyword, use a: comma-separated list of values enclosed in parentheses.# Keyword Description8 ATTENTIONS Reject device attention entries.= BUGCHECKS Reject all types of bugcheck entries.< CONFIGURATION Reject system configuration entries.? CONTROL_ENTRIES Reject control entries. Control entries: include the following entr7y types:8 o System power failure restarts& o Time stamps* o System startupsC o $SNDERR messages (system service to send1 messages to error log), o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Reject CPU-related entries. CPU entries: 8 include the following entry types:, o SBI alerts/faults/ o Undefined interrupts1 o MBA/UBA adapter errors4 o Asynchronous write errors% o UBA errors4 DEVICE_ERRORS Reject device error entries.5 ENVIRONMENTAL_ Reject environmental entries. ENTRIES5 MACHINE_CHECKS Reject machine check entries.- MEMORY 9 Reject memory errors.0 SNAPSHOT_ENTRIES Reject snapshot entries.> SYNDROME Reject firmware-generated entries thatA describe a symptom set used by HP support7 personnel to identify problems.6 TIMEOUTS Reject device timeout entries.B UNKNOWN_ENTRIES Reject any entry that has an unknown entry class.8 UNSOLICITED_MSCP Reject unsolicited MSCP entrie:s.A VOLUME_CHANGES Reject volume mount and dismount entries. /FULLC Specifies that ELV is to generate a full standard report. Do not& use /FULL with /BRIEF or /ONE_LINE. /INCLUDE /INCLUDE=event-class[,...]@ Specifies an event class or classes to be selected. All otherB event classes are implicitly rejected. Do not use /INCLUDE with /EXCLUDE.@ For event-class, specify one or more of the keywords shown inC the following table. If you spe;cify more than one keyword, use a: comma-separated list of values enclosed in parentheses.# Keyword Description8 ATTENTIONS Select device attention entries.= BUGCHECKS Select all types of bugcheck entries.< CONFIGURATION Select system configuration entries.? CONTROL_ENTRIES Select control entries. Control entries: include the following entry types:8 o System power failur<e restarts& o Time stamps* o System startupsC o $SNDERR messages (system service to send1 messages to error log), o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Select CPU-related entries. CPU entries: include the following entry types:, = o SBI alerts/faults/ o Undefined interrupts1 o MBA/UBA adapter errors4 o Asynchronous write errors% o UBA errors4 DEVICE_ERRORS Select device error entries.5 ENVIRONMENTAL_ Select environmental entries, ENTRIES5 MACHINE_CHECKS Select machine check entries.- MEMORY Select memory errors.0 SNAPSHOT_ENTRIE>S Select snapshot entries.> SYNDROME Select firmware-generated entries thatA describe a symptom set used by HP support7 personnel to identify problems.6 TIMEOUTS Select device timeout entries.B UNKNOWN_ENTRIES Select any entry that has an unknown entry class.8 UNSOLICITED_MSCP Select unsolicited MSCP entries.A VOLUME_CHANGES Select volume mount and di?smount entries. /INTERACTIVE /INTERACTIVE /NOINTERACTIVEC Specifies whether or not ELV is to run in interactive shell modeC after you execute the ELV command. By default, interactive shellA mode results from the way the current ELV command was entered. /LOG /LOG /NOLOG8 Specifies whether or not ELV is to output control andB informational messages to the terminal. The default /NOLOG does- not output these messages to the terminal.@ /NODE /NODE[=node-name,...] /NONODE[=node-name,...]? Specifies that events occurring on a node or nodes are to be selected or rejected.D If you enter /NODE without a value, only events that occur on the2 node on which you are running ELV are selected.@ If you enter /NONODE without a value, events occurring on allA nodes that are represented in the error log file are selected. /ONE_LINEB Specifies that ELV is to generate a one-line-per-Aevent standard5 report. Do not use /ONE_LINE with /BRIEF or /FULL. /OUTPUT /OUTPUT[=output-file]; Specifies the output file that is to contain bit-to-text translation reports.= By default, output is written to SYS$OUTPUT. If you do not? specify an output file name, the input file name is used. IfA you do not specify a device and directory, your current deviceA and directory are used. If you do not specify a file type, the default file type is .LISB. /PAGE /PAGE /NOPAGEC Specifies whether or not to enable paged output of a report. The4 default /NOPAGE disables paged output of reports. /REJECTEDB Specifies that rejected (rather than selected) events are to be translated. /SINCE /SINCE[=date-time]D Specifies that only those events dated later than the stated dateB and time are to be selected. If you omit a date and time, TODAY is used.D For date-time, you can spCecify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on specifying times. /SUMMARY /SUMMARY /NOSUMMARY@ Specifies that a summary report or a standard report is to be generated:@ o If you enter /SUMMARY, only a summary report is generated.C o If you enter /NOSUMMARY, only a standard report is generated.= o If you omit the qualifier altogether, the default is to3 diDsplay both a standard and a summary report. /TERSEB Specifies that the data in a standard report is to be displayedC in a less interpreted format, regardless of detail level. /TERSE% has no effect on a summary report.0 See the /TERSE example in (terse). 2 Examples6 1.$ ANALYZE/ERROR_LOG/ELV TRANSLATE /ONE_LINE /PAGED The command in this example translates selected events from theB default SYS$ERRORLOG:ERRLOG.SYS file and writes the resultiEngB standard and summary reports to the terminal in paged output.8 The standard report is a one-line-per-event report.% 2.ELV> TRANSLATE /BRIEF /NOSUMMARYD The command in this example translates selected events from theB default SYS$ERRORLOG:ERRLOG.SYS file and writes the resultingD standard report to the terminal. The standard report is a brief report.3 3.ELV> TRANSLATE /SINCE=TODAY /OUTPUT=REPORT.TXTD The command in this example translates selected F events from theB default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting> standard report to an ASCII output file named REPORT.TXT.= The selected events are those that occurred since TODAY.3 4.$ ANALYZE/ERROR_LOG/ELV TRANSLATE /FULL /TERSED The command in this example translates selected events from theB default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting? standard and summary reports to the terminal. The standard- report is a full reportG in terse format.4 5.ELV> TRANSLATE /INCLUDE=VOLUME_CHANGES /SUMMARYD The command in this example translates selected events from theB default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting$ summary report to the terminal.> The selected events include only the VOLUME_CHANGES event class. wwOoK1 WRITEA Performs an image copy of events from one or more binary error3 log files to a single new binary error log file. FormaHt WRITE [input-file,...] 2 Parameter input-fileB Supplies one or more names of binary error log files to be used* to produce a new binary error log file.A If you do not specify an input file, the default input file is> SYS$ERRORLOG:ERRLOG.SYS. If you do not specify a device and@ directory, your current device and directory are used. If youB do not specify a file name, the default file name is ERRLOG. IfA you do not specify a file type, the default filIe type is .SYS. 2 Qualifiers /BEFORE /BEFORE[=date-time]A Specifies that only those events dated earlier than the stated$ date and time are to be selected.D For date-time, you can specify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on specifying times.. If you omit a date and time, TODAY is used. /ENTRY /ENTRY[=keyword,...]1 Specifies the range of entrJies to be selected.9 You can specify one or both of the following keywords:! Keyword DescriptionB START[:decimal- Indicates the start of a range of entries to" value] be selected.C END[:decimal- Indicates the end of a range of entries to be value] selected. Usage Notes:C o You can specify one or both of these keywords. If you specify: both keywords, you must enclose them in parentheses.C o If you specifyK /ENTRY without an entry range, the entry range* defaults to START:1,END:end-of-file.B o If you specify the START or END keyword without a value, the keyword is ignored. /EXCLUDE /EXCLUDE=event-class[,...]A Specifies an event class or classes to be rejected. Do not use /EXCLUDE with /INCLUDE.@ For event-class, specify one or more of the keywords shown inC the following table. If you specify more than one keyword, use a: comma-separated list ofL values enclosed in parentheses.# Keyword Description8 ATTENTIONS Reject device attention entries.= BUGCHECKS Reject all types of bugcheck entries.< CONFIGURATION Reject system configuration entries.? CONTROL_ENTRIES Reject control entries. Control entries: include the following entry types:8 o System power failure restarts& o Time stamps* M o System startupsC o $SNDERR messages (system service to send1 messages to error log), o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Reject CPU-related entries. CPU entries: include the following entry types:, o SBI alerts/faults/ N o Undefined interrupts1 o MBA/UBA adapter errors4 o Asynchronous write errors% o UBA errors4 DEVICE_ERRORS Reject device error entries.5 ENVIRONMENTAL_ Reject environmental entries. ENTRIES5 MACHINE_CHECKS Reject machine check entries.- MEMORY Reject memory errors.0 SNAPSHOT_ENTRIES Reject snapshot entries.> SYNDROME ReOject firmware-generated entries thatA describe a symptom set used by HP support7 personnel to identify problems.6 TIMEOUTS Reject device timeout entries.B UNKNOWN_ENTRIES Reject any entry that has an unknown entry class.8 UNSOLICITED_MSCP Reject unsolicited MSCP entries.A VOLUME_CHANGES Reject volume mount and dismount entries. /INCLUDE /INCLUDE=event-classP[,...]@ Specifies an event class or classes to be selected. All otherB event classes are implicitly rejected. Do not use /INCLUDE with /EXCLUDE.@ For event-class, specify one or more of the keywords shown inC the following table. If you specify more than one keyword, use a: comma-separated list of values enclosed in parentheses.# Keyword Description8 ATTENTIONS Select device attention entries.= BUGCHECKS Select all types of bugcQheck entries.< CONFIGURATION Select system configuration entries.? CONTROL_ENTRIES Select control entries. Control entries: include the following entry types:8 o System power failure restarts& o Time stamps* o System startupsC o $SNDERR messages (system service to send1 messages to error log), R o Operator messages+ o Network messages- o ERRLOG.SYS created? CPU_ENTRIES Select CPU-related entries. CPU entries: include the following entry types:, o SBI alerts/faults/ o Undefined interrupts1 o MBA/UBA adapter errors4 o Asynchronous write errors% o UBA errors4S DEVICE_ERRORS Select device error entries.5 ENVIRONMENTAL_ Select environmental entries. ENTRIES5 MACHINE_CHECKS Select machine check entries.- MEMORY Select memory errors.0 SNAPSHOT_ENTRIES Select snapshot entries.> SYNDROME Select firmware-generated entries thatA describe a symptom set used by HP support7 personnel to identify problems.6 TIMEOUTS T Select device timeout entries.B UNKNOWN_ENTRIES Select any entry that has an unknown entry class.8 UNSOLICITED_MSCP Select unsolicited MSCP entries.A VOLUME_CHANGES Select volume mount and dismount entries. /INTERACTIVE /INTERACTIVE /NOINTERACTIVEC Specifies whether or not ELV is to run in interactive shell modeC after you execute the ELV command. By default, interactive shellA mode results from tUhe way the current ELV command was entered. /LOG /LOG /NOLOG8 Specifies whether or not ELV is to output control andB informational messages to the terminal. The default /NOLOG does- not output these messages to the terminal. /NODE /NODE[=node-name,...] /NONODE[=node-name,...]? Specifies that events occurring on a node or nodes are to be selected or rejected.C If you /NODE without a value, only events that occur on the node-V on which you are running ELV are selected.@ If you enter /NONODE without a value, events occurring on allA nodes that are represented in the error log file are selected. /OUTPUT /OUTPUT[=output-file]? Specifies the output file that is to contain image copies of events.D If you do not specify an output file name, the input file name isC used. If you do not specify a device and directory, your currentD device and directory are used. If you do not specWify a file type,! the default file type is .DAT. /REJECTEDB Specifies that rejected (rather than selected) events are to be) copied to a new binary error log file. /SINCE /SINCE[=date-time]D Specifies that only those events dated later than the stated date and time are to be selected.D For date-time, you can specify an absolute time, a delta time, orD a combination of absolute and delta times. See the OpenVMS User's* Manual for details on speciXfying times.. If you omit a date and time, TODAY is used. 2 ExamplesB 1.ELV> WRITE /EXCLUDE=CONTROL_ENTRIES /OUTPUT=NEW_ERROR_LOG.SYS@ The command in this example copies selected events from theA default SYS$ERRORLOG:ERRLOG.SYS file to a new error log file named NEW_ERROR_LOG.SYS.A The selected events do not include the CONTROL_ENTRIES event class.> 2.ELV> WRITE /NONODE=PANDA /SINCE="20-AUG-2003 04:51:33.87"@ The command in this exampleY copies selected events from theA default SYS$ERRORLOG:ERRLOG.SYS file to a new error log file named ERRLOG.DAT.D The selected events are those that occurred since the specified$ date on all nodes except PANDA.: 3.$ ANALYZE/ERROR_LOG/ELV WRITE /ENTRY=(START:5,END:10)@ The command in this example copies selected events from theA default SYS$ERRORLOG:ERRLOG.SYS file to a new error log file named ERRLOG.DAT.B The selected events start with entry 5 an d end with entry 10.D 4.$ ANALYZE/ERROR_LOG/ELV WRITE /ENTRY=(START:5,END:10) /REJECTEDB This example is identical to the previous example except that< rejected events are copied rather than selected events.B The rejected events are those that fall outside the specified entry range.ww