Reference Guide

Table Of Contents
Input example:
perccli /c1/p0 show all
Logging commands
The PERC Command Line Tool supports the following commands to generate and maintain log files:
perccli /cx delete events
perccli /cx show events [[type= <sincereboot| sinceshutdown| includedeleted| latest=x|
ccincon vd=<0,1,...>] filter=<[info],[warning],[critical],[fatal]> file=<filepath>
[logfile[=filename]]
perccli /cx show eventloginfo
The detailed description for each command follows.
perccli /cx delete events
This command deletes all records in the event log.
Input example:
perccli /c0 delete events
perccli /cx show events [[type= <sincereboot| sinceshutdown|
includedeleted| latest=x| ccincon vd=<0,1,...>] filter=<[info],[warning],
[critical],[fatal]> file=<filepath> [logfile[=filename]]
This command prints the system log to a text file and saves the file in the specified location.
Input example:
perccli /c0 show events file=C:\Users\Administrator\Documents\eventreport
Option
Value Range Description
Type
latest=x
Dumps the latest x number of events, if any exist. The event data
will be written to the file in reverse order which includes deleted
events.
ccincon Dumps if any CC (ConsistencyCheck) errors logged on a VD.
sincereboot Dumps all the events since last adapter reboot.
sinceshutdown Dumps all the events since last controller shutdown.
includedeleted Dumps all events, including deleted events.
Filter
info Informational message. No user action is necessary.
warning Some component may be close to a failure point.
critical A component has failed, but the system has not lost data.
fatal A component has failed, and data loss has occurred or will occur.
File - A file that collects all events.
Logfile - If the file name is not specified, it logs to storSAS.log to provide.
perccli /cx show eventloginfo
This command shows the history of log files generated.
Working with the PERC Command Line Interface Tool
49