Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

How Can I Disable DMP?

Updated: 10 Dec 2010 | 4 comments
george77's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

I have a customer who installed HDLM along with Storage Foundation 5 on a Solaris 10 server.  Not surprisingly, they had issues.  Now they want to keep HDLM and Volume Manager but disable DMP.  While I do not agree with this approach, I've been given the task to disable DMP.

So, I know I can use vxdmpadm exclude vxdmp to exclude controllers from being considered by DMP.  My question is, is there a way to completely disable DMP altogether, or is excluding disks the best way to go?  I've found references on the Symantec support site that discuss disabling DMP for earlier versions of Storage Foundation but nothing that relates to SF 5.

Comments

Eric Gao's picture
06
Apr
2009
0 Votes 0
Login to vote

so the exclusion is

so the exclusion is persistent, you might create file /etc/vx/vxdmp.exclude.

george77's picture
08
Apr
2009
0 Votes 0
Login to vote

Excluding with vxdmpadm

Excluding with vxdmpadm creates entries in the /etc/vx/vxdmp.exclude file, so those changes are persistent.  I was looking to see if there was another way to completely disable DMP so it would not be necessary to update the exclude list if the host recognized disks on another controller.

Rick Stallcop's picture
17
Apr
2009
0 Votes 0
Login to vote

Cannot disable DMP

DMP is not an optional component in the 5.0 release so it is no longer possible to completely disable DMP.

Thanks

Rick Stallcop

george77's picture
20
Apr
2009
0 Votes 0
Login to vote

DMP Can Co-Exist with HDLM

Digging further into HDLM I learned that HDLM includes a utility, dlmvxexclude, that automatically generates exclude file entries.  The technique is to generate an entry for each path but one for the /etc/vx/vxvm.exclude file for every device HDLM controls.  While effective, the downside is that every time you add a device to HDLM, you have to re-run dlmvxexclude -- and reboot.