Configuring Input for the Siebel ARM Query Tool
This topic is part of Analyzing Siebel ARM Files Using the Siebel ARM Query Tool. It describes how you can specify the Siebel ARM file(s) that the Siebel ARM Query Tool uses. The Siebel ARM Query Tool converts binary Siebel ARM files into readable output for analysis.
The following table describes the available input options. All
of the listed options must be preceded by the option -input
.
Flag |
Description |
---|---|
sarmfile |
Specifies a binary Siebel ARM file (.sarm). |
directory |
Specifies a directory that contains Siebel ARM files. The Siebel ARM Query Tool processes all of the Siebel ARM files that it finds in the specified directory. |
stdin |
A literal keyword that tells Siebel ARM query
to read a list of Siebel ARM file names from standard input. You specify
one Siebel ARM file or a directory name per line. The following are
examples of valid input using > sarmquery . > sarmquery –input d:\sarmdata > sarmquery d:\sarmdata\srvr1 d:\sarmdata\srvr2 sarmfile1.data > dir /s /b *.sarm | sarmquery –input stdin |