How to make RHEL have persistent local hdd name?
- by Mxx
I have 2 identical Dell R720 servers running identical Oracle Enterprise Linux(RHEL)6.4.
Both servers (supposedly) configured in exactly the same way. However, one of the servers is behaving differently.
Every other reboot its local HDD name(and related partitions) flip from /dev/sda to /dev/sdj.
This is problematic because both servers are configured for multipathd, and if this flip happens their config does not match and Oracle DB(or its clusterware) complains that nodes are not configured identically.
Why does one server has a consistent device names while the other server keeps flipping back and forth?
How can I make local hdd to consistently be /dev/sda?
I suspect this might have something to do with udev but I'm not sure.