You can launch the netx.jar file from the command line interface. Use the netx.jar file to access the CommCell Console remotely from any computer where the netx.jar file exists.
Before You Begin
- The minimum JRE version on the computer must be the same major version that Commvault deploys (or a newer minor/patch level).
Procedure
-
On the command line, go to software_installation_directory/GUI, and then type the following command:
where:java –jar netx.jar [-options]
-
\-basedir dir
: Directory where the cache is kept. -
\-commservehostname
: Sets the default CommServe to connect -
\-jnlp location
: Location of JNLP file to launch (url or file). -
\-reconfigure
: Deletes the directory where the cache is kept and asks user to enter directory details again. -
\-force
: Always download the jars. -
\-arg arg
: Adds an application argument before launching. -
\-param name=value
: Adds an applet parameter before launching. -
\-property name=value
: Sets a system property before launching. -
\-update seconds
: Update check if seconds since last checked. -
\-license
: Display the GPL license and exit. -
\-verbose
: Enable verbose output. -
\-about
: Streamed from the internet. -
\-nosecurity
: Disables the secure runtime environment. -
\-noupdate
: Disables checking for updates. -
\-headless
: Disables download window, other UIs. -
\-strict
: Enables strict checking of JNLP file format. -
\-help
: Print this message and exit.