- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard lan problem on cmhaltpkg
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
09-19-2002 12:11 AM
09-19-2002 12:11 AM
When I stop a package with cmhaltpkg, when I am connected to the IP adres of the node, my telnet connection to the node resets.
I am not connected to a directory of my package on that moment.
Any Idea?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:20 AM
09-19-2002 12:20 AM
SolutionSee patch text of PHNE_17104:
Special Installation Instructions:
Note on Service Guard:
When the package IP address is added, gated changes
the routing table entry for all the routes from the primary
address to alias address, because of which, all the routes
learned through the primary address are lost.
To solve the above problem add the following statement to
gated.conf in the interface options statement:
interfaces {
options aliases-nh keepall;
};
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:23 AM
09-19-2002 12:23 AM
Re: Serviceguard lan problem on cmhaltpkg
There should be two IP address.
One normal server IP and another one is relocatable package IP.
If you telnet using relocatable ip then you will be disconnected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:54 AM
09-19-2002 12:54 AM
Re: Serviceguard lan problem on cmhaltpkg
So in 3 hours al can perform the gated test with the patch for hpux 11.11
I get disconnected from my fixed IP (IP adres server) adres now.
I'll keep you in touch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 01:18 AM
09-19-2002 01:18 AM
Re: Serviceguard lan problem on cmhaltpkg
If you have 11.11 make sure to install PHNE_24384 _and_ add the entry to gated.conf.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:43 AM
09-20-2002 12:43 AM
Re: Serviceguard lan problem on cmhaltpkg
A few hours later then expected I performed the tests. I installed the patch. Changed the file gated.conf.
But the result is very strange.
I have a two node cluster with two packages.
Before the changes the problem exisits on the two packages. Now only one of the packages causes a lan reset at cmhaltpkg on both the nodes.
Any idea's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 01:06 AM
09-20-2002 01:06 AM
Re: Serviceguard lan problem on cmhaltpkg
Are you sure your gated is running with that conf file?
Mine says with your file:
Sep 20 11:09:00 grcdg238 gated[4700]: parse: gated.conf:14 statement out of order at 'interfaces' (267) length 10
You need to put the "interfaces" statement on top, before the "rip".
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 01:17 AM
09-20-2002 01:17 AM
Re: Serviceguard lan problem on cmhaltpkg
in addition:
check if you have configured a default gateway on both nodes.
check also the routing tables (netstat -r) before and after stoping the package. Have a look which interface is used for every route.
regards
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 03:17 AM
09-20-2002 03:17 AM
Re: Serviceguard lan problem on cmhaltpkg
Thanks. I'll will change is and test is tomorrow. How did you test the the config of the file gated -c /etc/gated.conf doesn't give an error.
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 06:08 AM
09-20-2002 06:08 AM
Re: Serviceguard lan problem on cmhaltpkg
The gated logs the error to syslog.log. BTW, as Dirk already mentioned, you need to make sure that the routes through your stationary IPs are present before you halt the package.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 03:58 AM
09-23-2002 03:58 AM
Re: Serviceguard lan problem on cmhaltpkg
I performed some additional test and
the problem still exists.
I changed my gated.conf (rip is the last entry)
I have one default gateway for my complete
network.
Some more idea's??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 07:17 AM
09-30-2002 07:17 AM
Re: Serviceguard lan problem on cmhaltpkg
Sorry, I was out of the office for a week. We should really have a look at the routes to see if gated is your problem.
1) save a netstat -rn, netstat -an
2) run the package
3) save a netstat -rn, netstat -an
4) login to the package IP
5) save netstat -rn, , netstat -an
6) halt package
7) save a netstat -rn, netstat -an
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 06:20 PM
09-14-2005 06:20 PM