Users Guide
Table Of Contents
- Table of Contents
- Preface
- Part I QConvergeConsole VMware vCenter Server Plug-in
- 1 vCenter Server Plug-in Overview
- 2 Installing the vCenter Server Plug-in
- 3 Getting Started with vCenter Server Plug-in
- 4 Using the vCenter Server Plug-in
- Managing Hosts
- Managing Fibre Channel Adapters
- Adapter Management Window
- Managing a Fibre Channel Adapter Port
- Boot Configuration—Fibre Channel Port
- Firmware Parameters—Fibre Channel Port
- Transceiver Information—Fibre Channel Port
- Statistics Information—Fibre Channel Port
- Diagnostic Tests—Fibre Channel Port
- Retrieving Adapter Information
- VPD Information—Fibre Channel Port
- Temperature Information—Fibre Channel Port
- QoS Information—Fibre Channel Port
- Managing Converged Network Adapters
- Viewing Target Device Information
- Viewing LUN Information
- Updating Adapter Flash
- 5 Managing Marvell 578xx and 41000 Series Adapters
- Viewing Host Maps
- Managing 578xx/41000 Series Adapters
- Viewing Port Information for 578xx/41000 Series Adapters
- Configuring Port Boot Options
- Running Adapter Port Diagnostics
- Viewing Function Information for 578xx/41000 Series Adapters
- Viewing iSCSI Information for 578xx/41000 Series Adapters
- Viewing Information for an iSCSI Target Connected to 578xx/41000 Series Adapters
- Viewing Information for an iSCSI LUN Connected to 578xx/41000 Series Adapters
- Part II QConvergeConsole VMware vSphere Web Client Plug-in
- 7 vSphere Web Client Plug-in Overview
- 8 Installing the vSphere Web Client Plug-in
- 9 Getting Started with vSphere Web Client Plug-in
- 10 Using the vSphere Web Client Plug-in
- Managing Hosts
- Managing Adapters
- Managing NIC (Ethernet) Ports
- Managing Fibre Channel Ports
- Using the Fibre Channel Port Test Beacon
- Configuring Fibre Channel Port Boot Parameters
- Configuring Fibre Channel Port Parameters
- Viewing Fibre Channel Port Transceiver Information
- Viewing Fibre Channel Port Statistics
- Running Fibre Channel Port Diagnostics
- Viewing Fibre Channel Port VPD
- Viewing Fibre Channel Port Temperature Information
- Viewing Fibre Channel QoS Information
- Managing Converged Network Adapter Ports
- Managing NIC Functions
- Managing FCoE Functions
- Configuring FCoE Function NPAR Function Type
- Configuring FCoE Function Boot Parameters
- Configuring FCoE Function Parameters
- Viewing FCoE Function Transceiver Information
- Viewing FCoE Function Statistics
- Running FCoE Function Diagnostics
- Configuring the FCoE Function
- Viewing FCoE Function Temperature Information
- Viewing FCoE Function VPD
- Viewing FCoE Function Target Information
- Viewing FCoE Function LUN Information
- Managing iSCSI Functions
- 11 Managing Marvell 578xx and 41000 Series Adapters
- Managing Hosts
- Managing 578xx/41000 Series Adapters
- Viewing Port Information for 578xx/41000 Series Adapters
- Configuring Port Boot Options
- Running Adapter Port Diagnostics
- Viewing Function Information for 578xx/41000 Series Adapters
- Viewing iSCSI Information for 578xx/41000 Series Adapters
- Viewing Information for an iSCSI Target Connected to 578xx/41000 Series Adapters
- Viewing Information for an iSCSI LUN Connected to 578xx/41000 Series Adapters
- A Installing the QLogic Adapter CIM Provider Using VUM
- B Troubleshooting
- C Revision History
- Glossary
- Index
8–Installing the vSphere Web Client Plug-in
Installing the vSphere Web Client Plug-in
Doc. No. TD-000965 Rev. 1
January 21, 2021 Page 123 Copyright © 2021 Marvell
The Tomcat CATALINA_HOME environment variable is set to the
appropriate directory.
The Tomcat server is running the HTTPS protocol. The vSphere
Web Client Plug-in must be available through an
https URL.
Consult the Tomcat documentation to enable the HTTPS
protocol, if it is not already enabled.
2. Run the installer on the server running the vCenter Server or providing the
Tomcat service. Provide the information requested by the installer.
On Windows, double-click the installer and follow the instructions in the
GUI.
On Linux:
a. Make sure the user is the root user (or has root privileges).
b. Create the installer executable if one does not already exist.
Choose the installer for your system (32-bit or 64-bit), and issue
the following command:
chmod +x <installer>
Where <installer> is the file name of the installer.
c. Run the installer by issuing the following command:
./<installer>
Where <installer> is the file name of the installer.
d. Follow the instructions provided by the installer.
NOTE
If the installer does not register the plug-in properly, or if you get the
Please check the input strings and try again
error message, and
the input strings are correct, there may be an issue with the Tomcat
configuration.
Try adding the SSLv2Hello protocol to the list of enabled protocols in
the HTTPS configuration of Tomcat.
For example:
<Connector port="8443"
protocol="org.apache.coyote.http11.Http11Protocol"
maxThreads="150" SSLEnabled="true" scheme="https"
secure="true" keystoreFile="C:\Users\Administrator\.keystore"
keystorePass="changeit"
clientAuth="false" sslProtocol="TLS"
sslEnabledProtocols="SSLv2, SSLv3, TLSv1, TLSv1.1, SSLv2Hello"
/>