Unsolved
This post is more than 5 years old
29 Posts
0
612
November 17th, 2008 02:00
why names changes in Fstab file
When we reboot the server, we got error file System unknown, It mean from the OS can¿t mount all of EMC drives,
So the devices in the fstab file is not been mounted any more, except the local drives. And when we make it as comment in the fstab file the OS can Boot normally but with no EMC storage, and when we issue the command fdisk ¿l we got all physical drives name different from the drives names in the fstab file.
Example :-
/dev/sdr1 /u01 ext3 default 1 2
When we used command fdisk ¿l
We cannot find this drive ¿ /dev/sdr1¿
And we found another drives name.
So the devices in the fstab file is not been mounted any more, except the local drives. And when we make it as comment in the fstab file the OS can Boot normally but with no EMC storage, and when we issue the command fdisk ¿l we got all physical drives name different from the drives names in the fstab file.
Example :-
/dev/sdr1 /u01 ext3 default 1 2
When we used command fdisk ¿l
We cannot find this drive ¿ /dev/sdr1¿
And we found another drives name.
No Events found!
dynamox
9 Legend
•
20.4K Posts
0
November 17th, 2008 05:00
bodnarg
2 Intern
•
385 Posts
0
November 17th, 2008 05:00
1) What OS?
2) Are you running PowerPath or any sort of multipathing software in this environment?
3) Are we talking Symmetrix or Clariion storage for the EMC drives?
Thanks.
mohammad_hantas
29 Posts
0
November 17th, 2008 06:00
I use Powerpath , Linux , I just reboot , I check my devices they all are ok execpt three devices , I could not mount it , there is no logical name emcpowerad >> emcpowerad1
does that mean I lost my devices
huniedi
1 Rookie
•
118 Posts
0
November 18th, 2008 04:00
2) symmetrix 1000
########################
3)the fstab contains example :/dev/sda1 /u01
we change it to /dev/emcpowera1 /u01
will this step solve the problem ?
SKT2
2 Intern
•
1.3K Posts
0
December 11th, 2008 10:00
if /dev/sdr1 is mentioned in fstab that is a partion rather than disk. fdisk should work on /dev/sdr.
If any chance your device file /dev/sdxx or emcpowerx changed then with LVM you can sustain that or you should have a LABEL to each partition.
The one logic to identify the old and the new device is look at the old " powermt display dev=all" output you have and look for Logical device ID. This ID always remains constant.
Or try to make out which LUN was used and look at " powermt display dev=all" to get the new /dev/sdxx or emcpowerx .