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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-03-2007 08:58 PM
тАО06-03-2007 08:58 PM
RAC VIP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2007 09:34 PM
тАО06-03-2007 09:34 PM
Re: RAC VIP
Both nodes can have eth0:1.
What won't work is the same IP address on both nodes at the same time.
At this point you have not made clear that this is the case.
Your theory that when on the second node eth0:2 should be used is simply not correct.
Also note that HP-UX uses lan0 and lan0:1 not eth0 as device names.
I'd say its time to look at the logs /var/adm/syslog/syslog.log and the oracle logs and do a reasonable problem determination.
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
тАО06-03-2007 09:56 PM
тАО06-03-2007 09:56 PM
Re: RAC VIP
So the alias numbers can and will change.
Look into the package control scripts, especially the service commands and customer-defined functions. These should make no assumptions about the interface name.
Which version of HP-UX 11i are you running? Which version of ServiceGuard?
The "eth" in interface names sounds like Linux: in HP-UX it's usually "lan".
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-04-2007 01:27 AM
тАО06-04-2007 01:27 AM
Re: RAC VIP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2007 12:15 AM
тАО06-06-2007 12:15 AM
Re: RAC VIP
There is no VIP; each package has its own IP address, and the Oracle client software handles which instance it should connect to, as well as failover between the instances (which are the same database, of course).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2007 12:49 AM
тАО06-08-2007 12:49 AM
Re: RAC VIP
kindly help me with ur suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2007 01:15 AM
тАО06-08-2007 01:15 AM
Re: RAC VIP
Also, yes it will make a difference if you connect your gigabit cards through a 100 Mb switch - they will autonegotiate to the lower speed, and you might have performance problems with RAC cache fusion (depending on how heavily used your RAC is).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2007 01:52 AM
тАО06-08-2007 01:52 AM
Re: RAC VIP
This is actually a RAC issue, not related to ServiceGuard. It is a bug of Oracle EE 10.2.0.1.0 which is fixed in 10.2.0.2.0.
You can move to 10.2.0.2.0 or just edit the file $CRS_HOME/bin/racgvip and change the line
_LIN=`listif | $GREP -w "$_LOCAL_IF:" | $SED -e's/^.*://' | $SORT -n`
to
_LIN=`listif | $GREP "$_LOCAL_IF:" | $SED -e's/^.*://' | $SORT -n`
Needless to say, you should make a backup first and try this at your own risk.
PS: Consult Oracle Metalink Doc ID 370286.1 for more info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-10-2007 11:11 PM
тАО06-10-2007 11:11 PM
Re: RAC VIP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2007 12:27 AM
тАО06-11-2007 12:27 AM
Re: RAC VIP
My comment about the switch speed still stands though.