HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: failover device install problem
Operating System - Linux
1829596
Members
1995
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 11:57 PM
05-11-2005 11:57 PM
failover device install problem
he everyone
were currently trying to setup RDAC to handle failovers to the SAN. after installing the driver and creating a new initrd image, when rebooting the server seems to think that the boot partition is on /dev/sdc, it should be /dev/sda.
I am using labels in /etc/fstab.
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
LABEL=/opt /opt ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
/dev/sda2 swap swap defaults 0 0
/etc/modules.conf looks like
alias eth1 tg3
alias scsi_hostadapter1 mptbase
alias scsi_hostadapter2 mptscsih
alias usb-controller usb-uhci
alias scsi_hostadapter3 qla2300_conf
alias scsi_hostadapter4 qla2300 ql2xretrycount=3
alias scsi_hostadapter5 qla2300_conf
alias scsi_hostadapter6 qla2300 ql2xretrycount=3
post-remove qla2200 rmmod qla2200_conf
post-remove qla2300 rmmod qla2300_conf
grub.conf
title Red Hat Enterprise Linux ES (2.4.21-27.EL HBA smp)
root (hd0,0)
kernel /vmlinuz-2.4.21-27.ELsmp ro root=LABEL=/ ramdisk_size=15000
initrd /mpp-2.4.21-27.ELsmp.img
I think I need to ensure that the qla driver is loaded before the rdac driver,
anyone any ideas ?
TIA
Steven
were currently trying to setup RDAC to handle failovers to the SAN. after installing the driver and creating a new initrd image, when rebooting the server seems to think that the boot partition is on /dev/sdc, it should be /dev/sda.
I am using labels in /etc/fstab.
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
LABEL=/opt /opt ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
/dev/sda2 swap swap defaults 0 0
/etc/modules.conf looks like
alias eth1 tg3
alias scsi_hostadapter1 mptbase
alias scsi_hostadapter2 mptscsih
alias usb-controller usb-uhci
alias scsi_hostadapter3 qla2300_conf
alias scsi_hostadapter4 qla2300 ql2xretrycount=3
alias scsi_hostadapter5 qla2300_conf
alias scsi_hostadapter6 qla2300 ql2xretrycount=3
post-remove qla2200 rmmod qla2200_conf
post-remove qla2300 rmmod qla2300_conf
grub.conf
title Red Hat Enterprise Linux ES (2.4.21-27.EL HBA smp)
root (hd0,0)
kernel /vmlinuz-2.4.21-27.ELsmp ro root=LABEL=/ ramdisk_size=15000
initrd /mpp-2.4.21-27.ELsmp.img
I think I need to ensure that the qla driver is loaded before the rdac driver,
anyone any ideas ?
TIA
Steven
take your time and think things through
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2005 12:31 AM
05-12-2005 12:31 AM
Re: failover device install problem
I think both of your hard disks have same label and RH used the one from sdc. use explicit device names in fstab, grub.conf then you should be in.
eg in fstab remove all LABEL entries with actual device names /dev/sda? (where ? is your partition number)
and for grub.conf modify root=LABEL=/ to root=/dev/sda
Hope this helps,
Gopi
Never Never Never Giveup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2005 01:20 AM
05-12-2005 01:20 AM
Re: failover device install problem
Thanks Gopi
Will give it a try and let you know
Rgds
Steve
Will give it a try and let you know
Rgds
Steve
take your time and think things through
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP