• Articles
  • API Documentation
Show / Hide Table of Contents
  • Introduction
  • Wavefire Manager
    • Index
    • Concepts...
      • Organisations
      • Applications
      • Products
      • Tasks
      • Vendors
    • Wavefire Manager Walkthrough
    • How To...
      • Create a new Customer Organisation
      • Delete a Customer Organisation
      • Create a New User
      • Delete a User
      • Edit a User
      • Create a New Product
      • Delete a Product
      • Quota a Product to a Customer
      • Subscribe a User to a Product
    • Wavefire Manager Command Line
    • Tasks and Scripts
  • Cloud Client
    • Index
    • Cloud Client Installation Guide
    • Cloud Client Quick Start Guide
    • Command Line Switches
    • Error Codes
    • Version History

Wavefire Manager Command Line Switches

Command line switches can be specified for Wavefire Manager to modify its behaviour as follows:

Usage

Wavefire.Manager.exe [-common-config-folder <String>] [-connect-mode <String>] [-host <String>] [-log <String>] [-use-dns-config]

-connect-mode (-cm)

Specifies the connection mode - this must be one of the following:

  • "Nexus" Connects to and manages the default Nexus
  • "Gateway" Connects to and manages the default Gateway

If this switch is omitted then the default connection settings are used as configured in the Configuration Utility.

-host (-h)

Specifies the host to connect to - this can be either a gateway or nexus depending on the connect mode.

-log (-l)

Specifies the amoount of detail to log. This must be one of the following:

  • "FATAL" Logs only events which cause the application to crash.
  • "ERROR" Logs events which cause an unrecoverable fault or service denial and additionally all fatal events.
  • "WARN" Logs events which warrant attention and all errors and fatal events.
  • "INFO" Logs all activity

-use-dns-config (-dns)

Enables DNS configuration

-common-config-folder (-ccf)

Forces Wavefire Connect to use a common configuration folder to store settings.

Examples

Connect to the host "192.168.1.3" and specify that all activity is to be logged:

Wavefire.Manager.exe -log "INFO" -host "192.168.1.3"

This is equivilent to:

Wavefire.Manager.exe -l "INFO" -h "192.168.1.3"
Back to top © Virium Innovations 2017