Operating System - HP-UX
1826256 Members
3600 Online
109692 Solutions
New Discussion

lan 2:1 clearifications ??

 
SOLVED
Go to solution
eng.Zohair
Esteemed Contributor

lan 2:1 clearifications ??

Hello All,

i ran netstat command in one of our server ...

momsrv01:/ # netstat -in
IPv4:
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan3 1500 100.100.1.0 100.100.1.1 13410899 0 7914844 0 0
lan2 1500 172.20.10.0 172.20.10.8 148968024 0 370412156 0 0
lan1* 1500 none none 0 0 0 0 0
lan0 1500 172.20.51.0 172.20.51.45 32899477 0 32568162 0 0
lo0 4136 127.0.0.0 127.0.0.1 685975204 0 685981057 0 0
lan2:1 1500 172.20.10.0 172.20.10.11 534374892 0 403032021 0 0

I need some clearifications about some lines like [ lan2:1 ] ??

Regards,
Smart Duetto
2 REPLIES 2
Solution

Re: lan 2:1 clearifications ??

I'll have a wild stab in the dark and guess that this node is part of a cluster of some kind.

My guess would be that lan2:1 is an additional IP address associated with an application package that runs on this node and some other node. The IP adddress 172.20.10.11 is a virtual IP adddress, and if the package or node fails then the application and IP address is moved to another node.

Do you need further clarification than that?

HTH

Duncan

I am an HPE Employee
Accept or Kudo
eng.Zohair
Esteemed Contributor

Re: lan 2:1 clearifications ??

Thanks a lot