Functional Specification
Register the Log Analyzer Server information to the Management Server.
Command Format
REGISTERLAINFO.EXE {-r <Input File Path> | -d | -e <Output File Path>}
Option
Register the Log Analyzer Server information
Specify the name of the file that records the Log Analyzer Server information with full path. For file format, please refer to “2.17 Information File of Log Analyzer Server”.
Delete the current settings.
Output the Log Analyzer Server information registered on the Management Server to the specified file path.
File format is the same as the one specified by the registration option (-r).
If the file has already existed, the confirmation message for whether to overwrite or not will be output.
Return Value
0: Ended normally
Other: Ended abnormally
Location for Saving Commands
The following folder of Management Server
Installation Folder of Systemwalker Desktop Keeper\LogAnalyzer\TRANS
Authority Required for Execution/Execution Environment
Administrator authority is required.
It can be executed in Management Server.
Example of Use
Register the Log Analyzer Server information recorded in the file (c:\work\setting.csv).
RegisterLAInfo.exe -r c:\work\setting.csv
Delete the Log Analyzer Server information registered on the Management Server.
RegisterLAInfo.exe -d
Output the Log Analyzer Server information to the file (c:\work\out.csv).
RegisterLAInfo.exe -e c:\work\out.csv
Execution Results/Output Format
Register the Log Analyzer Server information recorded in the file.
> Register the information of Log Analyzer Server, execute? > Yes(y) or No(n):y > The information of Log Analyzer Server has been registered
Delete the Log Analyzer Server information registered on the Management Server.
> Delete the information of Log Analyzer Server, execute? > Yes(y) or No(n):y > The information of Log Analyzer Server has been deleted
Output the Log Analyzer Server information to the file.
> The file exists already. Replace it? *only when the file already exists > Yes(y) or No(n):y > The information of Log Analyzer Server has been output