How to troubleshoot an APM (Array Policy Module) with vxdmpadm.
book
Article ID: 100021366
calendar_today
Updated On:
Resolution
Syntax
-"vxdmpadm listapm" Displays all the APMs (Array Policy Module) in the system.
-"vxdmpadm cfgapm" Configure a specific APM (Array Policy Module) with the given attribute-value pairs.
Where,
-a Add the specified APM. If APM is already added then configure it with specified parameters (Defaultoption).
-r Remove the specified APM.
-u Upgrade the specified APM.
To display all APMs available on a system.
#vxdmpadm listapm all
================================================================================
dmpaa dmpaa 1 A/A Not-Active
dmpalua dmpalua 1 ALUA Not-Active
dmpsvc dmpsvc 1 A/A-IBMSVC Not-Active
dmpaaa dmpaaa 1 A/A-A Active
dmpap dmpap 1 A/P Active
dmpap dmpap 1 A/P-C Active
dmpapf dmpapf 1 A/PF-VERITAS Not-Active
dmpapf dmpapf 1 A/PF-T3PLUS Not-Active
dmpapg dmpapg 1 A/PG Not-Active
dmpapg dmpapg 1 A/PG-C Not-Active
To list the details pertaining to a particular AMP module.
#vxdmpadm listapm dmpsvc
Filename: dmpsvc
APM name: dmpsvc
APM version: 1
Feature: VxVM
VxVM version: 60
Array Types Supported: A/A-IBMSVC
Depending Array Types: A/A
State: Active
To configure and un-configure an APM.
To configure
#vxdmpadm cfgapm dmpsvc
#vxdmpadm listapm all |grep dmpsvc
dmpsvc dmpsvc 1 A/A-IBMSVC Active
To disable
#vxdmpadm -r cfgapm dmpsvc
#vxdmpadm listapm all |grep dmpsvc
dmpsvc dmpsvc 1 A/A-IBMSVC Not-Active
Issue/Introduction
How to troubleshoot an APM (Array Policy Module) with vxdmpadm.
Was this article helpful?
thumb_up
Yes
thumb_down
No