Veritas InfoScale™ Operations Manager 8.0.2 Add-ons User's Guide
- Section I. VCS Utilities Add-on 8.0.2
- Section II. Distribution Manager Add-on 8.0.2
- Section III. Fabric Insight Add-on 8.0.2
- Section IV. Patch Installer Add-on 1.0
- Introduction to Patch Installer Add-on
- Using Patch Installer Add-on
- Section V. Storage Insight Add-on 8.0.2
- 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 8.0.2
- Overview of Storage Insight SDK Add-on 8.0.2
- 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 8.0.2
- Provisioning storage
- Creating a storage template using VxFS file systems
- Migrating volumes
- Provisioning storage
- Section VIII. Application Migration Add-on
- Introduction to Application Migration Add-on
- Creating and managing an application migration plan
- Understanding application migration operations
EMC Symmetrix storage enclosure commands
The following commands are used to discover the storage objects of EMC Symmetrix enclosure. The used SYMCLI version should be 7.0, or later.
Command to find the version of the installed Solutions Enabler:
symcli -out XML
Command to find the number of last entry in the audit log of the enclosure:
symaudit -sid arrayid show -out XML
Command to find the number in the audit log of the enclosure based on the specified filter parameters.
symaudit -sid arrayid list -action_code action_codes -function_class function_classes -record_num record_no -out XML
Command to get the information about the Symmetrix configuration:
symcfg -sid arrayid list -out XML
Command to get the detailed information about the Symmetrix configuration:
symcfg -sid arrayid list -v -out XML
Command to get a brief information about the physical disks:
symdisk -sid arrayid list -out XML
Command to get the detailed information about the physical disks:
symdisk -sid arrayid list -v -out XML
Command to get the list of all Symmetrix devices:
symdev -sid arrayid list -all -out XML
Command to get the detailed information of all Symmetrix meta-head devices:
symdev -sid arrayid list -meta -v -out XML
Command to get the detailed information of Symmetrix devices specified in dev_list:
symdev -sid arrayid list -v -devs dev_list -out XML
Command to get the list of all Symmetrix devices mapped to front-end directors:
symdev -sid arrayid -SA all list -out XML
Command to get the list of all RDF groups:
symcfg -sid arrayid list -rdfg ALL -out XML
Command to get the details of a given RDF group:
symrdf -sid arrayid list -rdfg rdf_group_no -out XML
Command to get the list of all BCV sessions created on Symmetrix:
symmir -sid arrayid list -out XML
Command to get the list of all TimeFinder/Clone sessions created on Symmetrix:
symclone -sid arrayid list -v -out XML
Command to get the list of all TimeFinder/Snap sessions created on Symmetrix:
symsnap -sid arrayid list -v -out XML
Command to get brief information about thin pools in given array ID:
symcfg -sid arrayid list -pool -thin -detail -mb -out XML
Command to get the detailed information about the thin pools in given array ID.
symcfg -sid arrayid list -pool -thin -detail -v -mb -out XML
Command to get the policy association of a given storage group:
symfast -sid arrayid show -association -sg sg_name -out XML
Command to get the information on FAST policies:
symfast -sid arrayid list -fp -v -out XML
Command to get the detailed information on FAST tiers:
symtier -sid arrayid list -v -out XML
Command to get the list of all directors:
symcfg -sid arrayid list -DIR ALL -out XML
Command to get the detailed information of all front-end directors:
symcfg -sid arrayid list -SA ALL -v -out XML
Command to get the detailed information of all Fibre front-end directors:
symcfg -sid arrayid list -FA ALL -v -out XML
Command to get the detailed information of all FICON directors:
symcfg -sid arrayid list -EF ALL -v -out XML
Command to list the records within the device masking VCMDB:
symmaskdb -sid arrayid list database -out XML
Command to list the devices assigned in the device masking VCMDB (applies WWN):
symmaskdb -sid arrayid list devs -wwn hba_port -out XML
Command to list the devices assigned by records in the device masking VCMDB:
symmaskdb -sid arrayid list devs -out XML
Command to list the device information by the initiator group:
symaccess -sid arrayid list devinfo -out XML
Command to get the detailed information of the device.
symdev -sid arrayid show device_name -out XML
More Information