- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring multi-port LAN card in HPUX 11.0
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
05-29-2006 04:50 AM
05-29-2006 04:50 AM
Configuring multi-port LAN card in HPUX 11.0
I am having a HP L-class server loaded with HPUX 11.0. The server is having a multi-port LAN card in which one of the port is configured. When I give "ifconfig -a" I am getting the configuration of port3. Now I want to configure the other ports. I can see other ports in lanscan command. Please guide me for the same.
Regards,
Shreejesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 04:57 AM
05-29-2006 04:57 AM
Re: Configuring multi-port LAN card in HPUX 11.0
Teh other way to configure them using SAM--> go to n/w and select interfaces so u can configure them one by one from there.
If u r not confident enough then I would suggest u to use SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 05:20 AM
05-29-2006 05:20 AM
Re: Configuring multi-port LAN card in HPUX 11.0
I would suggest you to use SAM - as its simpler if you are not confident with the command line. [ Make sure you have the latest patches for SAM and networking applied ]
Using command line is also very simple -
use the ifconfig command to assign ip address to the required n/w port. e.g. if you want to configure lan1 port
ifconfig lan1 10.221.51.40 netmask 255.255.255.0
Also you need to add an entry in /etc/rc.config.d/netconf for this interface after the current interface entry.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 05:22 AM
05-29-2006 05:22 AM
Re: Configuring multi-port LAN card in HPUX 11.0
http://docs.hp.com/en/B2355-90796/ch03s04.html
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 05:35 AM
05-29-2006 05:35 AM
Re: Configuring multi-port LAN card in HPUX 11.0
before You can assign an IP address, You somehow have to make them active. (I don't remember how - ifconfig lanX create? I doubt it. SAM can be used, but might mess up Your lan configuration)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 05:55 AM
05-29-2006 05:55 AM
Re: Configuring multi-port LAN card in HPUX 11.0
In HP-UX you can see the available interfaces using lanscan and then use ifconfig command for that specific interface to see its configuration thus you will need to give
ifconfig lan0 to see the ip address of lan0.
Please refer to the link I have provided - that will explain you in more detail than is possible here.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 04:59 PM
05-29-2006 04:59 PM
Re: Configuring multi-port LAN card in HPUX 11.0
Hi,
Use the SAM to configure the ports. So that you don't need to put the entries in netconf file manually. SAM will do for you.
Just make sure that you are able view the ports(devices) via ioscan before configure it.
Ganesh.