MSA Storage
1754018 Members
7784 Online
108811 Solutions
New Discussion

Re: SCSI Persistent in Linux and MSA1000

 
CA1150664
New Member

SCSI Persistent in Linux and MSA1000

Hi all:

I need to configure SCSI Persistent in MSA1000 and Linux RedHat EL AS 2.1 (ext3 filesystem).

The problem is that when ever we add/delete luns, the host identification of this LUN changes. (I.E. when a LUN Number is changed, sda might be sdb after rebooting).


Somebody knows how do it?

Thanks,

Rafael
1 REPLY 1
BR793917
New Member

Re: SCSI Persistent in Linux and MSA1000

The best thing is to label the filesystem and then mount it usung the label.

To label the filesystem use e2label /dev/sdXx LABELNAME
and the edit your fstab like
LABEL=LABELANAME /mountpoint ext3 defaults 0 0