Running the CommCell Console as a Stand-Alone Application

By default, the CommCell Console always obtains an IPv4 address if the CommServe has both IPv4 and IPv6 protocols enabled.

To connect using an IPv6 address, add this parameter to the java/javaw command:

-Djava.net.preferIPv6Addresses=true

From the command line:

Open the command prompt, navigate to software_installation_directory/GUI, and run the following command:

"C:\Program Files\Java\jre_version\bin\javaw.exe" -jar cv.jar commserve_host_name 8401 -oemid=1 -Djava.net.preferIPv6Addresses=$[true]

where commserve_host_name is replaced with your CommServe computer's host name, and the path to the Java file matches your installation. jre_version is the current version of the Java Runtime Environment software on your CommServe host.

From the Commvault application shortcut on your desktop:

Right-click the shortcut, then click Properties. From the Shortcut tab, add the -Djava.net.preferIPv6Addresses=true parameter to the Target field:

"C:\Program Files\Java\jre_version\bin\javaw.exe" -jar cv.jar commserve_host_name 8401 -oemid=1 -Djava.net.preferIPv6Addresses=$[true]

where commserve_host_name is replaced with your CommServe computer's host name, and the path to the Java file matches your installation. jre_version is the current version of the Java Runtime Environment software on your CommServe host.

×

Loading...