5.10.1 Input Files
Many commands in manual mode enable you to specify an input binary event log file:
input filenameWhere filename indicates the path and name of the input file. The following guidelines apply:
- Specifying an input file is optional. If you do not specify either a directory or a file, SEA processes the binary system event log, for example:
wsea ana
- Relative directory paths are allowed. If the current directory is C:\Program Files\hp\svctools\common\ca, and you want to analyze C:\Program Files\hp\svctools\common\ca\examples\ds20.errlog, you can enter:
wsea ana input examples\ds20.errlog
- If you specify a directory but no file name, SEA processes all files with .errlog, .sys, .zpd, or .evt extensions in that directory:
wsea analyze input examples
wsea ana input examples\ds20.errlog, examples\hscir1.zpd
- Wildcards are allowed. For example, here all files in the samples directory with a name that starts with "ds" and the .errlog extension are analyzed:
wsea ana input samples\ds*.errlog