User guide

Description
H-10 VMS User Guide
Consult your VMS or system administrator for more information on accessing a
remote VMS server.
Console Mode
VBLT has the following command line options when used in console mode:
-r days - Number of days (24hr period) to retrieve starting from current time.
Default is 1 day.
-v server - IP address, UNC, or DNS name of VMS 3.1 server. If this option
is not specified, the local VMS server (localhost) is used.
-s session - Sets the starting session ID. Zero (0) is used as default.
-o “path” - Have billing log output to specified file path.
-l - localizes the time stamps to local time zone, default is UTC time.
-q - quiet mode, does not display output to console; used in conjunction with
–o option
Examples
In this example, the following command retrieves billing logs for the past two
days from the local VMS server. The output is displayed on the console using
local time zone.
vblt –r 2 –l
To retrieve billing logs for the past two days and save the results to a file call
sample1.log, starting with a session id of 1467, use this command:
vblt –r 2 –s 1467 –o sample1.log