38.1 Using the DVA Console

The web-based DVA console enables you to monitor the DVA from any location where you have access to a web browser and the Internet.

38.1.1 Configuring the DVA Console

  1. Open the startup.dva file in a text editor.

  2. To specify the user name for logging into the DVA console:

    1. Search to find the following switch:

      httpuser
      
    2. Remove the semicolon (;) to activate the setting.

    3. Specify a unique user name.

  3. To specify the password for logging into the DVA console:

    1. Search to find the following switch:

      httppassword
      
    2. Remove the semicolon (;) to activate the setting.

    3. Specify the password for the console user.

      Unless you are using an SSL connection, do not use a LDAP directory user name and password because the information passes over the non-secure connection between your web browser and the DVA.

  4. (Conditional) If the default DVA HTTP port of 8301 is already in use on the server:

    1. Search to find the following switch:

      httpport
      
    2. Remove the semicolon (;) to activate the setting.

    3. Specify a unique port number.

  5. Save the startup.dva file.

  6. Skip to Section 37.6, Putting DVA Configuration Changes into Effect.

38.1.2 Viewing the DVA Console

  1. In a web browser, enter the following URL:

    http://server_address:port_number
    

    Replace server_address with the DVA server IP address or DNS hostname, and replace port_number with 8301 or whatever port number you have specified in the DVA startup file.

  2. When prompted, enter the user name and password.

    The DVA console is displayed.

Through the DVA console you can view the following information:

  • Status: Displays how long the DVA has been up, the number of worker threads it has started, the peak number of threads that have been busy, statistics about the files the worker threads have processed, and the worker processes and the process IDs.

  • Configuration: Displays the current settings of all the options that you can set in the DVA startup file (startup.dva). For more information, see Section 37.0, Configuring the DVA.

  • Environment: Displays server information such as name, operating system date, memory, processor utilization, and loaded modules.

  • Log Files: Lets you view the contents of the DVA log files and the current log settings. For more information, see Section 38.2, Using DVA Log Files.

  • Quarantine Files: Indicates whether the document quarantine is enabled, and if so, what files have been quarantined. For more information, see Section 37.5, Enabling the DVA Document Quarantine

You cannot use the console to change any DVA settings. Changes must be made through the DVA startup file (startup.dva).