- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to temporarily disable the LAN card protection
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
03-18-2003 01:46 AM
03-18-2003 01:46 AM
How to temporarily disable the LAN card protection
I've a cluster where each node has 3 LAN cards configured + 1 LAN card not configured; the last one is the standby LAN card, which acts as a backup when a fault occurs in each of the other ones.
I want to disable the protection for one of the configured LAN cards.
Which is the fastest and simples way without reconfiguring the cluster? (i.e. without to redefine the control.sh).
I think that to do "#ifconfif lan4 down" is a good way because the intentional disable isn't detected as a fault by MC/SG, is it ok?
thanks a lot
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 04:36 AM
03-18-2003 04:36 AM
Re: How to temporarily disable the LAN card protection
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 11:07 AM
03-18-2003 11:07 AM
Re: How to temporarily disable the LAN card protection
One way would be to assign an ip address temporarily. But you MUST remember to remove the ip and unplumb it again. This would need to be run on EACH node in the cluster.
If you wish to remove the backup activity for only ONE lan, you will physically have to change hte connectivity so the lan you do NOT wish to have backup for cannot talk to that lan via the switch/hub/bridge equipment.
of course another way is simply disconnect the standby labs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 05:25 AM
03-19-2003 05:25 AM
Re: How to temporarily disable the LAN card protection
Since using ifconfig to down a LAN card does not fool serviceguard into thinking the card cannot transmit, and therefore switch to the standby NIC, then your proposed method will work to halt the traffic on lan4, whilst not causing a standby failover.
-s.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2003 06:49 AM
03-19-2003 06:49 AM
Re: How to temporarily disable the LAN card protection
thank you
enrico