- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Network inder face cards
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-24-2003 09:26 AM
04-24-2003 09:26 AM
Network inder face cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:28 AM
04-24-2003 09:28 AM
Re: Network inder face cards
lanadmin
ifconfig
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:30 AM
04-24-2003 09:30 AM
Re: Network inder face cards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:46 AM
04-24-2003 09:46 AM
Re: Network inder face cards
A new N-Class will have two stardand interface cards.
One 10/100BaseT that is the primary lan for the system (lan0).
And one 10BaseT that is for the Lan Console connection.
With this configuration, if we run an ioscan command, the system will show just the lan0 interface, the interface for lan console will not be showed.
To configure lan console connection you have to use the GSP.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:47 AM
04-24-2003 09:47 AM
Re: Network inder face cards
# ioscan -fnC lan
and take note of what's the description of the card. If you only see one card, run ..
# ioscan -fn
and look for "unknown" or "unclaimed", that may be the card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 09:32 AM
04-25-2003 09:32 AM
Re: Network inder face cards
Under HP-UX 11, until an interface is "plumbed" it will not show-up in an ifconfig command. So, until you ifconfig lan1 1.2.3.4 say, a simple "ifconfig lan1" will say "no such interface"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 10:06 AM
04-25-2003 10:06 AM
Re: Network inder face cards
What I mean is that if lan1 is:
192.168.0.10 netmask 255.255.255.0
lan2 can't be:
192.168.0.20 netmask 255.255.255.0
If you try it your entire network will go down.
If ioscan -fnC btlan (or maybe lan) shows two cards, thats great, but there are OS limitations on how you can set them up.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2003 10:12 AM
04-25-2003 10:12 AM
Re: Network inder face cards
Now, the default HP-UX 11 behaviour may not be what is desired - traffic will be accepted on any interface, but will only go-out one specific interface. If the interfaces are not all in the same broadcast domain that may mean that it will give the appearance of the network going down.
Ways to deal with this are:
*) Configuration of static routes pointing at specific interfaces for different destinations
*) use of ip_strong_es_model, which will cause the source IP address to be included in the route selection. (it also has the effect of only accepting inbound packets on the interface with the matching IP address)
still, life is better/easier with separate physical (from the perspective of the transport) interfaces in separate subnets, and APA is the better way to go for networking HA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 05:01 AM
04-27-2003 05:01 AM
Re: Network inder face cards
# ioscan -fnk | grep -i un
If the card is unclaimed you will have to install the drivers for the card. These can be found on the applications CD # 1.
WARNING this will require a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2003 05:12 AM
04-27-2003 05:12 AM
Re: Network inder face cards
If you are referring to a PCI card and you have tried all the previous suggestions it is possible that the card is not seated correctly. Try reseating the card in the slot or moving it to a different slot then redo the ioscan -fn command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2003 04:34 AM
04-28-2003 04:34 AM