- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Switch disconnection + SG.
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
05-01-2008 08:46 AM
05-01-2008 08:46 AM
Switch disconnection + SG.
I am wondering what happens to
- packages running on node (All Oracle DB packages, just VG's activated thru it)..?
- What happens to node itself, as it wont see itself on network, will it panic ? need to know bit urgent ? Dont want oracle DB's to crash..
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 08:53 AM
05-01-2008 08:53 AM
Re: Switch disconnection + SG.
Difficult to say without knowing the cluster configuration. Can you post the cluster configuration and package configuration details, and indicate which LAN interfaces are attached to the switch in question.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 08:56 AM
05-01-2008 08:56 AM
Re: Switch disconnection + SG.
If there is a second heartbeat configured the cluster will run through the outage, even if the system is not accessible.
It is prudent with serviceguard to have more than one heartbeat network, preferably a private one to avoid unnecessary TOC reboots.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 08:57 AM
05-01-2008 08:57 AM
Re: Switch disconnection + SG.
Is this a 2-node cluster?
This is MC/SG?
If you have all your heartbeats connected to this switch then yes, your cluster will have a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 09:05 AM
05-01-2008 09:05 AM
Re: Switch disconnection + SG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 09:31 AM
05-01-2008 09:31 AM
Re: Switch disconnection + SG.
Is there a standby lan? If so, is that on a different switch?
Is if an Oracle RAC configuration? If so, is oracle using the public network for interconnect traffic? If that is the case then there would still be problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 09:38 AM
05-01-2008 09:38 AM
Re: Switch disconnection + SG.
Will it be issue, and should i take DBs down, or ??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 09:52 AM
05-01-2008 09:52 AM
Re: Switch disconnection + SG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2008 11:43 PM
05-01-2008 11:43 PM
Re: Switch disconnection + SG.
You can check this using:
# cmviewcl -vl package
Look through the output and you should see if your subnet is being monitored. Here's an example from my workstation, you should be able to see that the 192.168 subnet is being monitored. If I disconnected the workstation from the 192.168 LAN then the dbsrc package would halt.
PACKAGE STATUS STATE AUTO_RUN NODE
dbsrc up running enabled c3000
Policy_Parameters:
POLICY_NAME CONFIGURED_VALUE
Failover configured_node
Failback manual
Script_Parameters:
ITEM STATUS MAX_RESTARTS RESTARTS NAME
Subnet up 192.168.0.0
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2008 10:27 AM
05-02-2008 10:27 AM
Re: Switch disconnection + SG.
As for packages, Serviceguard will only respond to a network failure if the package configuration contains a SUBNET parameter.
If the following command results in at least one entry, you will know that the package that lists the entry will be affected by severing that network:
# cmviewconf | grep "package subnet"
If the NIC that supports that subnet has a standby NIC assigned to it, the standby NIC SHOULD be wired to a different switch. Otherwise, it is not truly a highly available environment. If the data NIC doesn't have a standby NIC, it is not truly a highly available environment.