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
About creating Storage Insight plug-in
You can use Storage Insight SDK Add-on to enter the metadata about an array that you want to discover, and create array-specific plug-in. This topic lists the steps to develop the Storage Insight plug-in:
Identify the array objects to be discovered, and their representation in Veritas InfoScale Operations Manager. For example, physical devices, logical devices, physical to logical device mapping, RAID groups, and thin pools.
Identify the array vendor CLI that can be used to discover the array objects.
Identify a mechanism to invoke the vendor CLI. The vendor CLI can be directly invoked from the discovery host where it is installed, or you may need to log on to the array. For example, use Secure Shell (SSH) to invoke the CLI.
Define the mechanism to generate globally unique identifiers for the objects using the data that is provided by the array vendor CLI.
Create discovery script. The discovery script invokes the vendor CLI to discover the array and its objects. When the discovery script is ready, you can create Storage Insight plug-in using Storage Insight SDK Add-on console. Launch Storage Insight SDK Add-on console, and select the Create SI plug-in option.
Along with the discovery script, you can also upload additional helper scripts.
Create formulas in terms of SCSI pages and bytes to construct the unique identifier for the array, and logical disks (LUNs).
From the host, launch the following URL:
https://SDK-hostname:5634/admin/htdocs/sisdk.html
Where, SDK-hostname is the host where you have installed Storage Insight SDK Add-on.
Create Storage Insight plug-in: To create Storage Insight plug-in, select the Create SI plug-in option on Storage Insight SDK Add-on panel. When you create the Storage Insight plug-in, you need to upload the discovery script, and specify any runtime arguments required by the discovery script.
You also need to specify the characteristics of the array that you want to discover, and how the characteristics are represented in Veritas InfoScale Operations Manager. The specified discovery script implements the discovery of the selected characteristics.
To support end-to-end correlation of storage discovered by the agent hosts with the storage discovered out of band by Storage Insight plug-in, you also need to provide specific formulas to be used to construct the identifiers for arrays and logical disk objects. The Storage Insight plug-in is deployed as Veritas InfoScale Operations Manager add-on.
Note:
A plug-in is uniquely identified by the combination of its vendor name, product, and the discovery method. Different plug-ins can be created for the same vendor and product that use different discovery mechanisms.
See Creating a Storage Insight plug-in.
See About the discovery script arguments.
See Command example.
See Enclosure objects discovery order.
Test the Storage Insight plug-in.
Install Storage Insight plug-in. The plug-in can be installed only on Veritas InfoScale Operations Manager Management Server. You can navigate to Deployment Management view of Veritas InfoScale Operations Manager console, upload, and install the plug-in.
Ensure that Storage Insight Add-on is already installed on Veritas InfoScale Operations Manager Management Server before you upload the Storage Insight plug-in. The minimum required version of Storage Insight Add-on is 5.0.
After the Storage Insight plug-in is installed successfully, you can discover the array using Storage Insight Add-on console. The array vendor, product, and discovery mechanism are listed on the Device Configuration wizard of Storage Insight Add-on.
More Information