- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disk device files are not the same on 2 node clust...
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
01-10-2003 06:03 AM
01-10-2003 06:03 AM
Disk device files are not the same on 2 node cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 06:08 AM
01-10-2003 06:08 AM
Re: Disk device files are not the same on 2 node cluster
perhaps a 'rmsf -H
If not, please have a look here:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x46cb50dde50cd71190050090279cd0f9,00.html
Regards ...
Armin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 06:13 AM
01-10-2003 06:13 AM
Re: Disk device files are not the same on 2 node cluster
Are the systems physically identical, and paths the same?
The device files are created based on the card instance numbers as known by the system.
if you look at iosan and check the instance number for the card the drives are connected to, htis will give you the C? number.
If this is not what you need, then you are into playing with the ioconfig file, which I do NOT recommend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 06:13 AM
01-10-2003 06:13 AM
Re: Disk device files are not the same on 2 node cluster
The other side of the argument is that you really don't need the device files to be the same on both nodes. It is nice to have it set up that way, but if you understand your layout and have things documented well, it really doesn't matter so much.
We did the same thing here when we setup our first cluster. We went to great lengths to get our two V boxes to have all the cards in the same slots and addressing all the devices the same way. Then we added a third node with a completely different configuration and it shot the identical part to pieces. Now, after having put together several clusters, it seems like more trouble than it is worth to scramble around and get everything identical.
Just my two cents worth.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 06:54 AM
01-10-2003 06:54 AM
Re: Disk device files are not the same on 2 node cluster
There is a good doc available (KBRC0004879) to change the device name , Basically these are the steps:
ioscan -f | grep -e INTERFACE -e DEVICE | grep -v target | awk '{print $3, $1, $2 }' > infile . This creates a file infile.
Change ext_bus and lan instance as per other server, Run same on next node and rcp that file on first node. Run /sbin/init/init 1 ; sbin/ioinit -f /infile -r This will reconfigure kernel and reboot the box. ran insf -e
Now ioscan will show disk instances same on both server