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 the discovery script arguments
The discovery script run-time arguments are passed to the discovery script when it is run by the Storage Insight plug-in agentlet to discover the array objects. On the Configuration Parameters wizard panel, you can enter these parameters. The run time arguments form the command.
The two types of arguments are as follows:
User-defined: These arguments are required by the underlying vendor CLI, which is called by the discovery script to access the array.
For example, the command discover-array.pl --ip ${ip} --user ${user} --password ${password} has three run-time arguments. They are ip, user, and password.
After the Storage Insight plug-in is installed successfully, you can view these arguments on the Device Configuration wizard panel of Storage Insight Add-on. You need to enter the values for these arguments.
Predefined: The predefined arguments are the command line options to discover a type of array object.
For example, discover-array.pl --list pdevs. In this example, --list pdevs is the command option that the discovery script needs to implement. The command should list the records of all physical disks discovered from the configured array. The output format of the record is predefined.
When the above-mentioned command is run, the user-defined arguments are also passed to it. In this example, the complete command line called by the agentlet to discover the physical disks is as follows:
"discover-array.pl --ip 10.2.1.0 --user admin --password adminpassword --list pdevs"