Command Line Reference Guide

Managing Cartridges and Metrics 157
Running Utility Commands
Looking Up Server Parameters
env
The env command shows the values of server configuration parameters. The parameters
are specified in
<vfoglight_home>/config/foglight.config. You can output
the values of all configuration parameters, or use an option to specify a single
parameter.
Scope
util
Syntax
fglcmd connection_options -cmd util:env [-n parameter_name]
Options and arguments
Example
Displaying the vFoglight database port number
C:\Vizioncore\vFoglight\bin>fglcmd -usr foglight -pwd foglight
-cmd util:env -n foglight.database.port
13306
Assigning Blackouts
blackoutobject
The blackoutobject command assigns a blackout schedule to topology objects. A
blackout schedule defines the periods of time during which there is no data collection
for a specified object instance. The command uses either the schedule name or its ID to
Option Argument Description
n
parameter_name Specifies the name of the parameter whose value is
to be retrieved. If you do not provide a parameter
name, the command lists all of the configuration
parameters.