Specifications
Chapter 3: Administration and setup
16. Import the new certificate be entering the following command, where
mykeystore is the name of your new keystore and certificate_filename is
the name of your certificate:
keytool -import -alias tomcat -keystore mykeystore -file
certificate_filename
17. Navigate to /usr/share/tomcat-X/conf, and create a backup of the
server.xml file.
18. Open the server.xml file.
19. Edit the connector entity to include the keystore location. The entity should
look similar to the following:
keystoreFile="../../conf/hyper9-keystore"
keystorePass="h9keystore"
SSLEnabled="true"
maxThreads="150"
scheme="https"
secure="true"
clientAuth="false"
sslProtocol="TLS" />
20. Save the server.xml file.
21. Restart Tomcat by entering the following command:
service tomcat6 restart
Collecting data and calculating rollup information
Data in Virtualization Manager is collected in intervals based on collection
schedules.
The two primary types of data collection are the following:
l Configuration
l Performance
98