Veritas InfoScale™ Operations Manager 7.3.1 Add-ons User's Guide
- Section I. VCS Utilities Add-on 7.3.1
- Section II. Distribution Manager Add-on 7.3.1
- Section III. Fabric Insight Add-on 7.3.1
- Section IV. Patch Installer Add-on 7.3.1
- Introduction to Patch Installer Add-on
- Using Patch Installer Add-on
- Section V. Storage Insight Add-on 7.3.1
- Performing the deep discovery of enclosures
- About Storage Insight Add-on
- Adding HITACHI storage enclosures for deep discovery
- Editing the deep discovery configuration for an enclosure
- Monitoring the usage of thin pools
- Monitoring storage array metering data
- Managing LUN classifications
- Appendix A. Enclosure configuration prerequisites
- HITACHI enclosure configuration prerequisites
- EMC Symmetrix storage array configuration prerequisites
- Device setup requirements for EMC Symmetrix arrays
- IBM XIV enclosure configuration prerequisites
- NetApp storage enclosure configuration prerequisites
- EMC CLARiiON storage enclosures configuration prerequisites
- Hewlett-Packard Enterprise Virtual Array (HP EVA) configuration prerequisites
- IBM System Storage DS enclosure configuration prerequisites
- IBM SVC enclosure configuration prerequisites
- EMC Celerra enclosure configuration prerequisites
- EMC VNX storage enclosure configuration prerequisites
- EMC VPLEX storage enclosure configuration prerequisites
- Appendix B. Commands used by Management Server for deep discovery of enclosures
- Performing the deep discovery of enclosures
- Section VI. Storage Insight SDK Add-on 7.3.1
- Overview of Storage Insight SDK Add-on 7.3.1
- Managing Veritas InfoScale Operations Manager Storage Insight plug-ins
- About creating Storage Insight plug-in
- About discovery script
- About the enclosure discovery command output
- Creating a Storage Insight plug-in
- Editing a Storage Insight plug-in
- Testing a Storage Insight plug-in
- About creating Storage Insight plug-in
- Section VII. Storage Provisioning and Enclosure Migration Add-on 7.3.1
- Provisioning storage
- Creating a storage template using VxFS file systems
- Migrating volumes
- Provisioning storage
- Section VIII. Veritas HA Plug-in for VMware vSphere Web Client
- Introduction to Veritas HA Plug-in for vSphere Web Client
- Installation and uninstallation of Veritas HA Plug-in for vSphere Web Client
- Configurations for Veritas HA Plug-in for vSphere Web Client
- Section IX. Application Migration Add-on
- Introduction to Application Migration Add-on
- Creating and managing an application migration plan
- Understanding application migration operations
Migrating virtual machines to Veritas InfoScale Operations Manager
If you use the VMware vSphere Desktop Client to perform ApplicationHA or Cluster Server (VCS) operations, then to be able to perform same tasks from vSphere Web Client, you must migrate all the required virtual machines from the Symantec HA Console to the Veritas InfoScale Operations Manager Management Server using Veritas HA Plug-in for vSphere Web Client.
The following procedure describes the detailed steps that you must perform.
Note:
If you are not an existing Symantec HA Console user, skip this procedure.
To migrate virtual machines to Veritas InfoScale Operations Manager
- Log on to the Management Server as a user with administrative privileges.
- Navigate to the
hac_generate_csv.pl
script, and execute the following command:For Linux:
# installdir/bin/perl installdir/adm/hac_generate_csv.pl --vc-name vc-name [--vc-user vc-user --vc-password vc-password] --ha-console-server ha-console-server
For Windows:
# "installdir\bin\perl.exe" "installdir\adm\hac_generate_csv.pl" --vc-name vc-name [--vc-user vc-user --vc-password vc-password] --ha-console-server ha-console-server
Where:
"installdir" is the installation directory
"vc-name" is the FQDN or IP address of the vCenter Server that monitors the required virtual machines.
"vc-user" is a user name that has administrative privileges on the vCenter Server
This is an optional parameter. You need not specify this value if you have already registered the HA Plug-in for vSphere Web Client with vCenter Server.
"vc-password" is the password for the user name specified earlier for the "vc-user" parameter.
"ha-console-server" is the FQDN or IP address of the Symantec High Availability Console server to which the virtual machines are already attached.
The script generates the following four files of comma-separated values (CSV):
hostlist.csv
A list of host names of virtual machines attached to the Symantec High Availability Console server. You must edit this CSV file to add the username and password of a user that has administrative privileges for each virtual machine.
For details, see step 3
MHalready-added.csv
A list of host names of virtual machines that are attached to both, the Symantec High Availability Console server and the Veritas InfoScale Operations Manager Management Server. Ignore this list for the migration task.
unsupported-MHversion.csv
A list of host names of virtual machines on which a supported version of the VRTSsfmh package does not exist. Upgrade the VRTSsfmh package to version 5.0 or later on ApplicationHA guests, and version 6.1 on VCS guests, and then migrate the virtual machines, starting with step 1.
unresolv-hostlist.csv
A list of the host name and IP address of each virtual machine, where one or more of the following conditions occur:
The host name is not resolvable
The VRTSsfmh package is not present or the Veritas Messaging Service (xprtld) is not running.
If a virtual machine has multiple IP addresses associated with it, then multiple entries of such a virtual machine will appear in this list
Resolve these errors and then migrate the virtual machines.
- Edit the hostlist.csv to specify the user name and password for each virtual machine. Use only the following format:
Host, User, Password host1, user1, password1 host2, user2, password2 host3, user3, password3
- In the Home page of the Management Server console, click Settings.
- Do one of the following:
Click Add Hosts > Agent.
OR
In the Settings tab click Host, and then click Add Hosts > Agent.
- Under Advanced, browse to the CSV edited in step 3, and click Import Selected, and then click Finish.
- In the result panel, verify that all the required virtual machines are added as managed hosts to Veritas InfoScale Operations Manager Management Server.
Note:
If you want to migrate the virtual machines attached to multiple Symantec HA Console servers, you must repeat this procedure for all the Symantec HA Console servers.