EMC, PowerPath and issue on using LUN


 
Thread Tools Search this Thread
Operating Systems Linux EMC, PowerPath and issue on using LUN
# 1  
Old 12-14-2011
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:
Code:
echo "1" > /sys/class/fc_host/host<n>/issue_lip
and
echo "- - -" > /sys/class/scsi_host/host<n>/scan
then
powermt config
powermt save

I've managed to see the mentioned LUN as device emcpowerf
Code:
powermt display dev=all
...
Pseudo name=emcpowerf
CLARiiON ID=CK200074600446 [DBLNX25EC]
Logical device ID=6006016081B11E00F0DD1B23CD24E111 [DBLNX25EC_TST]
state=alive; policy=CLAROpt; priority=0; queued-IOs=0;
Owner: default=SP B, current=SP B       Array failover mode: 1
==============================================================================
--------------- Host ---------------   - Stor -   -- I/O Path --  -- Stats ---
###  HW Path               I/O Paths    Interf.   Mode    State   Q-IOs Errors
==============================================================================
   1 qla2xxx                  sdb       SP A2     active  alive       0      0
   1 qla2xxx                  sdh       SP B3     active  alive       0      0
   2 qla2xxx                  sdn       SP B2     active  alive       0      0
   2 qla2xxx                  sdt       SP A3     active  alive       0      0

However, when I try to create a partition, here's the fdisk output:
Code:
fdisk /dev/emcpowerf

Unable to read /dev/emcpowerf

What am I missing?

Thanks in advance.
# 2  
Old 12-14-2011
post output from :

Code:
ls -al /dev|grep -i emc*

Also output from
Code:
fdisk -l /dev/sdb


Last edited by dude2cool; 12-14-2011 at 03:53 PM..
# 3  
Old 12-14-2011
Code:
# ls -al /dev|grep -i emc*
crw-r--r--  1 root root  10,   62 Aug 30 16:29 emcpower
brw-r-----  1 root disk 120,    0 Aug 30 16:29 emcpowera
brw-r-----  1 root disk 120,   16 Aug 30 16:29 emcpowerb
brw-r-----  1 root disk 120,   32 Aug 30 16:29 emcpowerc
brw-r-----  1 root disk 120,   48 Aug 30 16:29 emcpowerd
brw-r-----  1 root disk 120,   64 Aug 30 16:29 emcpowere
brw-r-----  1 root disk 120,   80 Dec 13 11:43 emcpowerf
crw-r-----  1 root kmem   1,    1 Aug 30 16:28 mem
crw-------  1 root root   1,   12 Aug 30 16:28 oldmem
crw-r-----  1 root kmem   1,    4 Aug 30 16:28 port

#fdisk -l /dev/sdb
#

# 4  
Old 12-14-2011
So nothing from fdisk -l /dev/sdb. Hmm, can you look at dmeg or /var/log/messages to see if any errors are logged when you run fdisk -l /dev/sdb and also any specific errors logged on fdisk -l /dev/emcpowerf ?
# 5  
Old 12-15-2011
No problem, here's the output from fdisk -l /dev/sdb:
Code:
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 0
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 1
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 2
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 3
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 0
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 524287
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 524287
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 0
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 1
Dec 15 08:58:58 dblnx25ec kernel: Buffer I/O error on device sdb, logical block 2

and from fdisk -l /dev/emcpowerf
Code:
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 0
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 1
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 2
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 3
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 0
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 524287
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 524287
Dec 15 08:59:38 dblnx25ec kernel: Buffer I/O error on device emcpowerf, logical block 0

So, basically the same thing...
# 6  
Old 12-15-2011
Here's my silly question...
Why have you not contacted EMC support? If you are using powerpath, they should support you.
# 7  
Old 12-15-2011
Simply put, we don't have support for this storage (at least for that, only for incidents), at least that's what I've being told Smilie .
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX help -reconnect EMC lun

we have an old AIX system with important data on an EMC LUN. the AIX server crashed and we had to rebuild it with the old AIX os 5.8. how do we reconnect the EMC LUN without losing the data? (15 Replies)
Discussion started by: jhudson12
15 Replies

2. 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

3. Solaris

Solaris OS having issue accessing LUN from Qlogic swich

Hi Community, I am facing one issue related storage accessing from solaris 10 machine(M5000). it was working fine then we shifted to another site. the only change on that site is FC switch. The issue i am facing is from solaris machine i can able to see the LUN, it;s only a test lun of 30... (17 Replies)
Discussion started by: bentech4u
17 Replies

4. Solaris

Emc powerpath device & zfs query

Hi, We're trying out a SAN migration from HP EVA to EMC VMAX, and run into a bit of an issue with powerpath and zfs. The method we're currently using to migrate is to export the HP EVA luns from our sun server, replicate using SAN based method, and then present the new luns to our Sun server... (7 Replies)
Discussion started by: badoshi
7 Replies

5. Solaris

One emc powerpath failed

It seems like I lost one path on my Solaris-11 box. But I want to make sure before going to Storage team, if issue is from OS side or Storage side. Storage team is able to see that only one wwwn is looged in their switch. I am not at server's physical location. What does below output says ? I... (0 Replies)
Discussion started by: solaris_1977
0 Replies

6. 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

7. 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

8. Red Hat

Configure EMC Powerpath?

Hi , I have a redhat 5.3 server which has 2 vg.. one is rootvg in local harddisk and another one is applicationvg in SAN.. When I reboot the server , EMC powerpath driver is not starting up automatically. Hence applicationvg is not mounting properly. Therefore I need to unmount it manually and... (4 Replies)
Discussion started by: Makri
4 Replies

9. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

10. Filesystems, Disks and Memory

Can Veritas DMP & EMC PowerPath coexist?

We currently have a Solaris box connected to a Clariion storage system that is utilising DMP for path failover. I would prefer to use EMC's Powerpath and was wondering if the two can coexist? Basically, I am struggling to find any documentation on the subject and was wonder if anyone can give me... (2 Replies)
Discussion started by: aaron2k
2 Replies
Login or Register to Ask a Question