- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- configuring a network card
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
07-02-2001 01:54 AM
07-02-2001 01:54 AM
configuring a network card
I've just installed a network card into a hp 9000 k class and i need some help to configure it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 02:13 AM
07-02-2001 02:13 AM
Re: configuring a network card
Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 02:16 AM
07-02-2001 02:16 AM
Re: configuring a network card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 02:18 AM
07-02-2001 02:18 AM
Re: configuring a network card
The simple way to configure it is to use sam.
Go in "Networking and communication"->"Network
interface Cards". And go to the card and
Action->configure".
If you card is not detected you need to add
a driver for it to your kernel, refer to your
documentation, and go in "kernel configuration"
->driver
HTH
Herv?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 03:26 AM
07-02-2001 03:26 AM
Re: configuring a network card
#lanscan gives you which NIC is configured(lan0,lan1.....).
#ifconfig lanx.
(man ifconfig)
#ifconfig lanx up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 04:09 AM
07-02-2001 04:09 AM
Re: configuring a network card
1.You may use lanscan to fetch which nic it is ( consider lan0 for an example purpose ).
2. You may issue the command ifconfig like the following example ( you have to midify each value with your net specific values ):
ifconfig lan0 inet 137.190.112.110 up netmask 255.255.255.0 broadcast 137.190.112.255
3. Edit file /etc/rc.config.d/netconf and modify the following :
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=137.190.112.110
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=137.190.112.255
INTERFACE_STATE[0]=up
ROUTE_DESTINATION[0]=default
ROUTE_GATEWAY[0]=137.190.112.111
ROUTE_COUNT[0]=1
You had to check the following for your own net configuration :
SUBNET_MASK
BROADCAST_ADDRESS
ROUTE_DESTINATION
ROUTE_GATEWAY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 04:37 AM
07-02-2001 04:37 AM
Re: configuring a network card
http://docs.hp.com/hpux/pdf/J1627-90004.pdf
This is a Quick Install guide for 10/100BaseT card.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 04:43 AM
07-02-2001 04:43 AM