Operating System - HP-UX
1752777 Members
6402 Online
108789 Solutions
New Discussion юеВ

Re: EMCPP and VXVM on same machine

 
Bedare Nikhil
Advisor

EMCPP and VXVM on same machine


Hi,
I have a HP machine with VxVM and EMCPP installed.I have couple of clariion disks connected to the machine with multiple paths.
The problem is I am seeing the paths claimed under both VxVM and EMCPP.I want them under EMCPP control only.

================
bash-2.05# vxdisk list EMC_CLARiiON0_2
Device: EMC_CLARiiON0_2
devicetag: EMC_CLARiiON0_2
type: auto
info: format=none
flags: online ready private autoconfig invalid
pubpaths: block=/dev/vx/dmp/EMC_CLARiiON0_2 char=/dev/vx/rdmp/EMC_CLARiiON0_2
guid: -
udid: DGC%5FCLARiiON%5FFCNHW063000188%5F60060160DB081A006222B139DBD7DB11
site: -
Multipathing information:
numpaths: 3
c12t0d0 state=enabled type=primary
c6t0d0 state=enabled type=primary
c14t0d0 state=enabled type=primary
=========================
CLARiiON ID=FCNHW063000188 [habhpth7]
Logical device ID=60060160DB081A006222B139DBD7DB11 [Virtual Disk 101]
state=alive; policy=CLAROpt; priority=0; queued-IOs=0
Owner: default=SP A, current=SP A
==============================================================================
---------------- Host --------------- - Stor - -- I/O Path - -- Stats ---
### HW Path I/O Paths Interf. Mode State Q-IOs Errors
==============================================================================
12 0/4/1/0.2.3.255.0.0.0 c12t0d0 SP A0 active alive 0 0
14 0/4/1/1.2.3.255.0.0.0 c14t0d0 SP A0 active alive 0 0
6 0/4/1/0.2.13.255.0.0.0 c6t0d0 SP A1 active alive 0 0
=====================================

Anyone has any idea about this ?

Thanks in advance,
Nikhil
6 REPLIES 6
Robert-Jan Goossens
Honored Contributor

Re: EMCPP and VXVM on same machine

Hi Nikhil,

Have a look at this doc.

http://seer.entsupport.symantec.com/docs/292290.htm

Regards,
Robert-Jan
Bedare Nikhil
Advisor

Re: EMCPP and VXVM on same machine

That doc didnt help.Let me tell my problem more clearly.
The paths are seen under both EMCPP and VxVM control.I want them to be under EMCPP control only.
When I do vxdisk list ,it should show me the pseudo names like emcpower_0 etc.

Thanks.

Re: EMCPP and VXVM on same machine

A long time since I looked at this, but I seem to recall using the "vxddladm addforeign" command.

HTH

Duncan

I am an HPE Employee
Accept or Kudo
whiz_kid911
Frequent Advisor

Re: EMCPP and VXVM on same machine

fully disable the access to the disks in dmp using below command:

vxdmpadm ├в f disable path=pathname
TTr
Honored Contributor

Re: EMCPP and VXVM on same machine

> That doc didnt help

That doc was quite clear to me. VxVM detects the clarion pseudo device names. And in that doc you are told how to change from the clarion names to the native HP-UX names.

# vxdmpadm setattr enclosure enclosure tpdmode=native|pseudo
Bedare Nikhil
Advisor

Re: EMCPP and VXVM on same machine

Hi,
The doc didnt help me on HP unix.If the vxvm shows me the pseudo names for the clariion disks,then my problem will be solved.Currently its showing the native names.

=====================
bash-2.05# vxdmpadm setattr enclosure EMC_CLARiiON0 tpdmode=pseudo
VxVM vxdmpadm ERROR V-5-1-11116 The given enclosure does not support this operation
======================

Thanks.