AIX help -reconnect EMC lun


 
Thread Tools Search this Thread
Operating Systems AIX AIX help -reconnect EMC lun
# 15  
Old 01-29-2016
not sure if my last post went out, posting
I was able to issue the power command
Code:
# powermt display dev=all
Device(s) not found.

we are contacting EMC to get someone here to help us make a snapshot of the LUN and to correct the zoning on the LUN.

we will then try the power commands to see if this resolves the issue

thanks
# 16  
Old 01-29-2016
if you like to take a harder way and don't want to speak with IBM support, just change PVID on your disk and import it again.

PVID in VGDA is 000b63ca2e698c7b.
PVID on your disk is 0006b23f7962b123.

1. Save your PVID from the disk
Code:
# dd if=/dev/hdisk6 of=/tmp/pvid.hdisk6 bs=16 count=1 skip=8

2. Find octal representation of your future PVID. If I didn't make a mistake it should be:
Code:
# echo "\00\013\0143\0312\056\0151\0214\0173\c" | od -x
0000000  000b 63ca 2e69 8c7b
0000010

3. Add 8 zeros and write PVID to the disk.
Code:
# echo "\00\013\0143\0312\056\0151\0214\0173\00\00\00\00\00\00\00\00" | dd of=/dev/hdisk6 bs=16 seek=8
1+1 records in.
1+1 records out.

4. unconfigure and find the disk again:
Code:
# rmdev -dl hdisk6
hdisk6 deleted
# cfgmgr

5. Check that PVID is right:
Code:
# lspv | grep hdisk6
hdisk6          000b63ca2e698c7b                    None

6. If it is right, try to import VG again.
Code:
# importvg hdisk6

IF YOU DO IT WITHOUT IBM SUPPORT, THERE IS A BIG RISK TO LOOSE THE DATA!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX Migration issue with EMC ODM sets

Hi Experts , I want to start migrating our AIX 6.1 to AIX 7.1 . I am planning to use alt_disk_migration . Chris gibson has awesome documentation in the internet. However I am running into an issue with EMC odm filesets . So my current OS is AIX 6.1. and I have this : lslpp -l | grep EMC ... (7 Replies)
Discussion started by: JME2015
7 Replies

2. AIX

Add new LUN in AIX

Hello all! I have not so much experience with AIX We have test p5 server. On server was deployed VIOS + 3 LPAR + AIX6.1 There is a test HACMP cluster of two nodes, the cluster is identical to production cluster (all clusters and hosts have been configured by specialist of integrator company and... (3 Replies)
Discussion started by: Ravil Khalilov
3 Replies

3. Solaris

Solaris/vxvm/EMC Lun configuration

Hello all, i try to allocate the same LUN to two server (or more in the future) i use solaris 10, vxvm (vxfs) for data and solaris zones and EMC DMX-4, i try to migrate solaris zones between servers in case of problem. and this is what i want to do - affect LUN to srv00124 and srv10155 -... (5 Replies)
Discussion started by: mat_solaris
5 Replies

4. Linux

EMC, PowerPath and issue on using LUN

Hello guys, I'm going crazy over here with a problem with a LUN created on a EMC CX3. I did sucessfully managed to create the LUN on the Storage (the LUN is named DBLNX25EC_TST), after doing the following process: echo "1" > /sys/class/fc_host/host<n>/issue_lip and echo "- - -" >... (10 Replies)
Discussion started by: Zarnick
10 Replies

5. UNIX for Advanced & Expert Users

Removing EMC LUN from Solaris 10 host without a reboot

I have seen a few threads / posts on the forum's but nothing specific to what Iam after. So Iam hoping you can help. Issue : Iam hoping to remove unused emc luns from my solaris servers , T2000 (5.10 Generic_142900-02). I have a list of the process I have followed for the removal of the luns.... (3 Replies)
Discussion started by: furby
3 Replies

6. AIX

AIX Sanboot from EMC Symmetrix with NPIV

Hi All.. On to a new implementation with AIX 7.1 san boot from EMC disks (Using NPIV). Anyone played with this recently? Wondering if we need PowerPath on the AIX clients or has native MPIO matured to replace it. Thoughts? Thanks Mr B (6 Replies)
Discussion started by: balaji_prk
6 Replies

7. AIX

Need EMC Symmetrix driver for AIX 5.3

Hi all, I hope I'm putting my first post at this site into the right forum. I need help finding the EMC disk driver for AIX version 5.3. I have some new EMC disk presented to a backup server of mine, and right now the EMC hdisks show up looking like this in an lsdev: hdisk495 Available... (2 Replies)
Discussion started by: C.J.Hund
2 Replies

8. AIX

AIX vpath lun

Hi everyone, how can I check if I have LUNs in a server and the LUNīs vpath in AiX? thx (5 Replies)
Discussion started by: jcpetela
5 Replies

9. AIX

Configurin EMC SAN disks on AIX

This may sound like an absolute rookie question, and it is. I have been working on Migrating our HP and Solaris servers to the new EMC SAN and know the routines backwards. Now we've suddenly got a new IBM server and I don't even know how to check if it is connected to the switch. Can someone... (1 Reply)
Discussion started by: ronellevan
1 Replies

10. UNIX for Advanced & Expert Users

AIX MPIO and EMC

We are looking at running MPIO for it's redundancy and load balancing benefits. Does anyone know what pieces of software or modules are needed on the VIO server to get load balancing to work. Remember we are using EMC's DMX3500 storage system. We no longer want to use Powerpath. :rolleyes: ... (2 Replies)
Discussion started by: vxg0wa3
2 Replies
Login or Register to Ask a Question