- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need to know free network interfaces real and virt...
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
11-21-2005 07:58 AM
11-21-2005 07:58 AM
Need to know free network interfaces real and virtual one
We have multiple network interface cards with multiple virtual interface configured on hpux boxes.
I wanted to verify what are the interfaces free and not being used or configured for any other application.
I want this information so that i can allocate available network interfaces to other application.
Appreciate your help.
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:11 AM
11-21-2005 08:11 AM
Re: Need to know free network interfaces real and virtual one
To see what addresses are assigned to the NICs, "netstat -in". The ones assigned as virtual addresses will show up in lanX:Y format.
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:14 AM
11-21-2005 08:14 AM
Re: Need to know free network interfaces real and virtual one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:29 AM
11-21-2005 08:29 AM
Re: Need to know free network interfaces real and virtual one
1.Check the output of
# lanscan
, you can find out the LAN interfaces.
2.Run a ifconfig on the card , you can see if it has been configured or not.
# ifconfig lan1 (ex:)
3. Also check with
# netstat -in
Cheers ,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:31 AM
11-21-2005 08:31 AM
Re: Need to know free network interfaces real and virtual one
Also check the file :
/etc/rc.config.d/netconf for configured lan cards:
Here it will report the configured lan cards :
# cat /etc/rc.config.d/netconf | grep INTERFACE_NAME
Enjoy ,
hth,
Raj.