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 discovery script
The discovery script is used by Veritas InfoScale Operations Manager to discover the information about array characteristics, and physical, and logical capabilities.
The discovery script is installed on the discovery host. In Veritas InfoScale Operations Manager, to discover the array information using the Storage Insight Add-on, you need to designate a managed host as the discovery host. The discovery host must have the vendor-specific array management tools that are used by the discovery script installed on it. You need to select this discovery host on the device configuration panel of Storage Insight Add-on.
The discovery script also requires runtime arguments. For example, array host name, IP address, user name, and password. You need to enter these arguments on the configuration parameters panel of Storage Insight SDK Add-on. As you add the arguments, a part of command that takes the user-defined arguments, is constructed. It may also include the interpreter, if required.
Note:
After you have installed the Storage Insight plug-in successfully on Veritas InfoScale Operations Manager Management Server, you can view these arguments on the wizard panel for configuring deep discovery of an enclosure using Storage Insight Add-on.
You can add only one discovery script for a Storage Insight plug-in. You can use any programming language to create the discovery script. However, it must support the defined arguments to discover a specific type of object from the array. The discovery script can be invoked using any interpreter. For example, JAVA, Perl, shell, bat, Windows PowerShell and so on. You must implement the command options for discovering each array object type in the discovery script.
You can also specify additional scripts that the discovery script can use for tasks such as performing checks, or providing information about the Storage Insight plug-in.
Note:
Not all additional scripts are used directly by the discovery script. For example, a pre-defined script (check_evn.pl
) is not used by the discovery script. It is used by Veritas InfoScale Operations Manager to check if the discovery host meets the installation requirements. Similarly, Readme.html
is also not used by the discovery script. Apart from these scripts, you can add other scripts that can be used directly by the discovery script.