Begin AdminService
Use this command create a session to the Data Servers Administration Port.
where:
- FileName is the name of a text file to which the output from the Longview Server Manager commands will be saved, enclosed in double quotation marks.
- Host is the name of the host computer of the data servers. This parameter is optional if specified in the lv_af.cfg file
- URL is the Admin HTTP proxy URL when using Longview HTTP Proxy Server.
- Port is the Administrator port number (typically ending in 0). This parameter is used with the Host parameter only. This parameter is optional if specified in the lv_af.cfg file
This command will also use with the lv_af.cfg file. If the host and port exist in the lv_af.cfg file found in the working directory of the lv_af.exe then the command will use these to get the Host and Port when the command does not specify them. To specify the host and port, open the lv_af.cfg file in your preferred text editor, and add the ADMIN_HOST, ADMIN_PORT
For example:
ADMIN_HOST = e3000
ADMIN_PORT = 9700
Syntax example
BEGIN AdminService "OutputFile.txt" e3000 9700
LVMGRL "User Admin Admin1" "restate unadjusted" "archive monitor"
END AdminService
See also