This command saves events from the Major Event Log to a file. You can save all of the events or only the critical events.
save storageSubsystem (allEvents | criticalEvents) file=”filename” [count=numberOfEvents]
Parameter | Description |
---|---|
file | The name of the file to which you want to save the events. Enclose the file name in double quotation marks (“ ”). |
count | The number of events or critical events that you want to save to a file. If you do not enter a value for the count, all events or all critical events are saved to the file. If you enter a value for the count, only that number of events or critical events (starting with the last event entered) are saved to the file. Use integer values. |
You have the option to save all events (allEvents) or only the critical events (criticalEvents).
6.10