- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pakages on MC/ServiceGuard 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
09-07-2004 01:26 AM
09-07-2004 01:26 AM
pakages on MC/ServiceGuard Cluster
I can't see any source network packages on my aktive MC/ServiceGuard node with tcpdump.
I can only see packages form other hosts with the destionation adress of the node.
It's a K 420 Server with two netwokadapters (HP-UX 10.20).
One SX1000 aun one for the heartbeat.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 02:47 AM
09-07-2004 02:47 AM
Re: pakages on MC/ServiceGuard Cluster
This is correct. What is your question?
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2004 02:48 AM
09-07-2004 02:48 AM
Re: pakages on MC/ServiceGuard Cluster
Can you please be a little more specific about what you're hoping to find with tcpdump and what you're currently seeing? What do the commands:
# cmviewcl -v
and
# netstat -in
return on the server you're using tcpdump to analyze? Are you trying to sniff the packets sent to a virtual IP address associated with a SG package?
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2004 05:59 AM
09-08-2004 05:59 AM
Re: pakages on MC/ServiceGuard Cluster
let me guess, what's your question: you are missing network packets with the source address of the cluster package, right? So far as I know is this not possible, the cluster package address ist always a secondary (or virtual) network address in the Form of "lan0:1" for example. So the sender node (the momentary cluster home) will always use the main ip-address for source.
fish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 12:50 AM
09-09-2004 12:50 AM
Re: pakages on MC/ServiceGuard Cluster
I'm missing all packages with the source address of either the clusteraddress or the adress auf the physicaladress.
The physical adress is 10.16.10.10 and the clusteradress ist 10.16.0.1
cmvievcl -v:
CLUSTER STATUS
pgam_gmh up
NODE STATUS STATE
sr1mc up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 8/12/1/0 lan2
PRIMARY up 10/12/6 lan1
PACKAGE STATUS STATE PKG_SWITCH NODE
sr1 up running enabled sr1mc
Script_Parameters:
ITEM STATUS MAX_RESTARTS RESTARTS NAME
Subnet up 10.16.0.0
Node_Switching_Parameters:
NODE_TYPE STATUS SWITCHING NAME
Primary up enabled sr1mc (current)
Alternate up enabled sr2mc
NODE STATUS STATE
sr2mc up running
Network_Parameters:
INTERFACE STATUS PATH NAME
PRIMARY up 16/6 lan0
PRIMARY up 20/5/1 lan1
netstat -i:
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
ni0* 0 none none 0 0 0 0 0
ni1* 0 none none 0 0 0 0 0
lo0 4608 loopback localhost 7437283 0 7437283 0 0
lan1 1500 192.100.100 sr1eth 14113906 21 4707864 0 439
lan2 1500 10.16 sr1mc.gmh.pgam.com
1646803404 80 1175577871 0 0
lan2 1500 10.16 sr1 1646803404 80 1175577871 0 0
ifconfig lan2:
lan2: flags=1863
inet 10.16.10.10 netmask fff00000 broadcast 10.31.255.255
Elmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 12:52 AM
09-09-2004 12:52 AM
Re: pakages on MC/ServiceGuard Cluster
clusteradress is 10.16.10.1
Elmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 04:48 AM
09-09-2004 04:48 AM
Re: pakages on MC/ServiceGuard Cluster
It seems the Cluster-IP is not correct configured in control.sh. Please try 'netstat -in' for numerical output of addresses.
fish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2004 06:28 AM
09-09-2004 06:28 AM
Re: pakages on MC/ServiceGuard Cluster
I do not see lan2:1 corresponding to the virtual IP. Can you actually copy and paste
the outputs of
#netstat -in
#netstat -rn
on both the nodes?.
-Sri