- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: disks seen in different order on two netserver...
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-11-2001 01:26 PM
10-11-2001 01:26 PM
disks seen in different order on two netservers?
What could be going on?
And, how do I keep that from happening again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 11:28 AM
10-12-2001 11:28 AM
Re: disks seen in different order on two netservers?
What distro are you using ?
Did you recently compiled a new kernel ?
Do you have exactly the same /etc/lilo.conf on both servers ?
Did you check BIOS settings ?
Did you activated the following kernel compile feature ?
-> CONFIG_BLK_DEV_OFFBOARD (in kernel configuration file /usr/src/linux/.config) ?
This parameters allows the PCI devices order to be re-defined.
Did you change the SCSI IDs of the disks ?
I hope one of these helps.
Good luck
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 05:44 AM
10-17-2001 05:44 AM
Re: disks seen in different order on two netservers?
Another solution I sometimes use is to modprobe the drivers in /etc/rc.d/rc.sysinit toward the top so that autoloading doesn't get a chance to screw up the order. This is not usually a good idea, though, as system upgrades can overwrite your changes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 01:40 PM
10-17-2001 01:40 PM
Re: disks seen in different order on two netservers?
Order matters on a linux/scsi system if you are not using devfs.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 03:48 PM
10-17-2001 03:48 PM
Re: disks seen in different order on two netservers?
After re-seating the scsi cable at both ends (with no changes to cabling, lilo.conf ...) the problem went away. Now the nodes see all devices in the correct order -- even after reboots.
So the problem's gone for now, but I still would like to understand what happened.