- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NIC Change in a Cluster
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
08-14-2000 07:09 AM
08-14-2000 07:09 AM
We have a three nodes cluster. Currently they are on a FDDI ring. Due to network upgrade, we are going to remove FDDI. So I have to plan to remove FDDI card, put in TWO new 100BT NIC.
As for hardware, I have already decided to go for a HP-PB NIC. But I don't know how to do it from software side. Could anybody teach me how to do that?
Thank you all !!
Sharon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 09:01 AM
08-14-2000 09:01 AM
SolutionSecondly you would nbeed to stop the cluster completely, plan the replacement of the NIC's, reconfigure the nodes INDIVIDUALLY, test the network connections an addressing resolution.
Then you would need to redo your cluster ascii file, cmcheckconf it, and if all is ok, finally cmapply conf.
Once that is done, you would need to start the cluster and see that all works, and then finally do some network failover testing.
Quite a lot of work top do, and I suggest a plan be written up, with backouts at various stages in case of problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 10:28 AM
08-14-2000 10:28 AM
Re: NIC Change in a Cluster
Why I choose to use PH-PB card is because I don't have enough slots on the current system. One of the machine in the cluster is a I60.
My plan is basically like this:
- Halt the system
- Turn off the power Switch
- Remove the FDDI card
- Reboot the system and do not turn on Cluster
- Remove the FDDI device file /dev/lan1:
Rmsf ?H 8
- Check the HP-PB LAN 9000 driver in the Kernel, look for the driver:
Lan1: HP-PB LAN 9000 Link S800
- Halt the system
- Turn off the power switch
- Plug the new HP-PB 100Base-T/9000 card
- Reboot
- The server autoconfigure and create the necessary device files
- Check the autoconfiguration of LANIC
Ioscan ?fn lan
Check the LANIC hardware path and S/W state field for value of CLAIMED (indicating the network driver is installed) for /dev/lan1
- Check if the network connectivity:
Ifconfig lan1
- Enable Cluster
Right now, cluster is using lan1. If I keep the new NIC lan1, do I still have to reconfigure cluster?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 12:47 PM
08-14-2000 12:47 PM
Re: NIC Change in a Cluster
because I heard that the cluster binary file
contains the MAC addresses of LAN cards...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2000 09:36 PM
08-14-2000 09:36 PM
Re: NIC Change in a Cluster
You need to consider the following.
1. Install HP-PB 100BaseT software and latest LAN cumulative & HP-PB 100BaseT patch.
2. Check the lan interface names (lanx) either in ioscan -fnC lan or by lanscan command.
3. Modify ur cluster ascii file and replace the FDDI lanx with the newly added NIC's and u should add second NIC with it's IP address.
4. Modify ur package ascii file as well to include second NIC's subnet.
5. Do cmcheckconf and cmapplyconf to distribute the binary file.