- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Config files for IP Logical Interface
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
04-27-2006 09:29 PM
04-27-2006 09:29 PM
Config files for IP Logical Interface
I would like know which configuration files is concerned by "IP Logical Interface" ?
I know how I can add/remove/modify an IP Logical Interface via SAM, but I don't know where are the files which contain IP Logical Interface configuration ?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 09:33 PM
04-27-2006 09:33 PM
Re: Config files for IP Logical Interface
The network interface is configure in the /etc/rc.config.d/netconf.
GOOD LUCK!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 09:34 PM
04-27-2006 09:34 PM
Re: Config files for IP Logical Interface
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 09:35 PM
04-27-2006 09:35 PM
Re: Config files for IP Logical Interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 09:41 PM
04-27-2006 09:41 PM
Re: Config files for IP Logical Interface
IP_ADDRESS[1]=xx.y.z.er
SUBNET_MASK[1]=255.255.255.0
INTERFACE_NAME[1]=lan0
BROADCAST_ADDRESS[1]=aa.b.d.cc
INTERFACE_STATE[1]=up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 09:51 PM
04-27-2006 09:51 PM
Re: Config files for IP Logical Interface
saro121:(/var/sam/log)(root)#cat /etc/rc.config.d/netconf | grep -v ^#
HOSTNAME="saro121"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=192.168.5.28
SUBNET_MASK[0]=
BROADCAST_ADDRESS[0]=""
INTERFACE_STATE[0]=""
DHCP_ENABLE[0]=0
INTERFACE_MODULES[0]=""
ROUTE_MASK[0]=""
ROUTE_ARGS[0]=""
GATED=0
GATED_ARGS=""
RDPD=0
RARP=0
DEFAULT_INTERFACE_MODULES=""
IP_ADDRESS[2]=192.168.75.2
SUBNET_MASK[2]=255.255.255.0
INTERFACE_NAME[2]=lan2
BROADCAST_ADDRESS[2]=192.168.75.255
INTERFACE_STATE[2]=up
ROUTE_DESTINATION[0]=default
ROUTE_GATEWAY[0]=192.168.5.1
ROUTE_COUNT[0]=1
saro121:(/var/sam/log)(root)#
This is my IP Logical Interfaces configured:
saro121:(/var/sam/log)(root)#netstat -rn
IPv4 Routing tables:
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.5.33 192.168.5.33 UH 0 lan0:2 4136
192.168.5.32 192.168.5.32 UH 0 lan0:1 4136
192.168.5.34 192.168.5.34 UH 0 lan0:3 4136
192.168.5.28 192.168.5.28 UH 0 lan0 4136
Where do you see IPs 192.168.5.32, 192.168.5.33, 192.168.5.34 ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:12 PM
04-27-2006 10:12 PM
Re: Config files for IP Logical Interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 10:17 PM
04-27-2006 10:17 PM
Re: Config files for IP Logical Interface
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 11:52 PM
04-27-2006 11:52 PM
Re: Config files for IP Logical Interface
Check the timestamp of /etc/rc.config.d/netconf file to find out any modifications happend to this file when you added Logical interfaces using SAM
HPUNIX has /etc/rc.config.d/netconf file to store interface related setting default.
Can you try restarting net service and check #netstat -rn
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 11:53 PM
04-27-2006 11:53 PM
Re: Config files for IP Logical Interface
And also try netstat -r, and ensure all hosts shown in the o/p is the same.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 12:10 AM
04-28-2006 12:10 AM
Re: Config files for IP Logical Interface
Please provide the output of
# lanscan
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 12:15 AM
04-28-2006 12:15 AM
Re: Config files for IP Logical Interface
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 12:59 AM
04-28-2006 12:59 AM
Re: Config files for IP Logical Interface
That's my lanscan output :
saro121:(/var/sam/log)(root)#lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/1/2/0 0x0014C26565DE 0 UP lan0 snap0 1 ETHER Yes 119
0/1/2/1 0x0014C26565DF 1 UP lan1 snap1 2 ETHER Yes 119
0/2/1/0 0x0012799D92B7 2 UP lan2 snap2 3 ETHER Yes 119
saro121:(/var/sam/log)(root)#
Yes I have Service Guard installed on this serveur.
saro121:(/var/sam/log)(root)#netstat -in
IPv4:
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0:1 1500 192.168.5.0 192.168.5.32 49412492 0 238533 0 0
lan2 1500 192.168.75.0 192.168.75.2 2293001 0 1176071 0 0
lan0:3 1500 192.168.5.0 192.168.5.34 24309 0 5398 0 0
lan1* 1500 none none 0 0 0 0 0
lan0:2 1500 192.168.5.0 192.168.5.33 14902049 0 96792 0 0
lan0 1500 192.168.5.0 192.168.5.28 995736580 0 535127527 0 0
lo0 4136 127.0.0.0 127.0.0.1 4044697 0 4044697 0 0
IPv6:
Name Mtu Address/Prefix Ipkts Opkts
lan1* 1500 none 0 0
lo0 4136 ::1/128 6000 6000
saro121:(/var/sam/log)(root)#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 01:19 AM
04-28-2006 01:19 AM
Re: Config files for IP Logical Interface
see man cmquerycl for details.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 02:06 AM
04-28-2006 02:06 AM
Re: Config files for IP Logical Interface
But I don't understand why I can't find nothing about this IP logical interface configuration in some conf files.
I find some information via SAM tool...
It's strange...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2006 06:26 AM
04-28-2006 06:26 AM
Re: Config files for IP Logical Interface
Your cluster config files are typically under
/etc/cmcluster
there are directories for the different packages. There is the control file. In this file are the configured IP addresses for the package
e.g.
#IP ADDRESSES
IP[0]=192.168.2.100
SUBNET[0]=255.255.255.0
This is was you're looking for.
see "man cmgetconf" or "man cmquerycl"
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
