Javascript must be enabled to download our products and perform other essential functions on the website.

This help page is for version 3.7. The latest available help is for version 9.4.

PA Storage Monitor Console

The Console is the administrative interface to PA Storage Monitor.

On the left side is the navigation pane. Similar to many other Windows products, this navigation pane displays items that you can interact with. Right clicking most items will give you a menu of choices. Selecting an item will cause the large right panel to change to your current selection.

In addition, you'll note that there are buttons in the navigation pane. These buttons group different items together that you can interact with.

The buttons across the top let you interact with PA Storage Monitor as well as give you feedback.

Activity Graph The Activity Graph at the far left is an indication of system activity. The green line indicates the number of monitors that are running or scheduled to run, and the yellow line indicates the number of actions that have run.

Start/Stop Service The first button on the left lets you start and stop the PA Storage Monitor service. When the Console first starts, it will be grey as the Console queries the operating system to determine if the service is running or not.

Settings The Settings button takes you to the global Settings dialog. Here you configure many aspects of the program. More information is available in the Settings topic.

Smart Configuration This is the place to go any time you need to add additional computers to the system to be monitored. There is more information in the Smart Config help topic.

Bulk Configuration This feature allows you to perform changes to many computers, monitors, actions or reports at once. More info...

Licenses Licenses are installed by copying them into the PA Storage Monitor directory. The Licenses button will display the License Manager dialog to let you see your current licensing status.

Exit This closes the PA Storage Monitor Console. Since the actual monitoring is done by a service, exiting the Console does NOT stop the monitoring of your system.

Command Line Options

Normally the Console is started without any command line parameters, but occasionally the below options will be helpful.

/ADDSERVER={servername} /WMI={0|1} /WIN={0|1} /CONFIG={full path to exported server config file}

This option allows you to use Console.exe in batch scripts that can add servers to the system to be monitored. This works very similar to the ADD_SERVER command in the External API.

WIN and WMI are both optional values that default to 0. If set to 1, it indicates the server is a Windows server and should be polled with WMI respectively.

CONFIGFILE is a required parameter. The configuration file must have been exported from an individual server as explained here.. The configuration in that file will be applied to the named server. If the server does not exist yet, it will be created first.

/DELSERVER={servername}

This option allows you to use Console.exe in batch scripts that might need to delete a server and it's associated monitors. This works very similar to the DELETE_SERVER command in the External API.

/CONFIGFILE={full path to exported server config file}

The same as running: /ADDSERVER={local_computer_name} /CONFIG={full path to exported server config file}

This option is useful for use in installing a configuration from a build script for custom/OEM hardware installations.

/DIAGNOSTICS

Rarely used, this option display a diagnostic dialog for getting some internal system state.

/FORCE_DEBUG_DUMP

Occasionally Support will request that you obtain a crash dump to send for diagnostic purposes. This command line option will force the monitoring service to crash and create the crash dump file. After the service self-crashes, it will automatically restart and begin monitoring again.

The crash dump file will be in the same directory as the product's internal log files -- the directory is shown at the bottom of the Settings dialog.

PA Storage Monitor