- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- command to add pci nic
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-07-2003 11:54 PM
07-07-2003 11:54 PM
Could someone please give me the commands necessary to enable/configure a PCI network card?
Thanks in advance.
Details:
The card is labeled j3515a. The OS is 11.00.
The machine is a 9000/800.
# ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
lan 0 8/8/1/0 btlan4 UNCLAIMED UNKNOWN PCI Ethernet (10110009)
lan 1 8/16/6 lan2 CLAIMED INTERFACE Built-in LAN
/dev/diag/lan1 /dev/ether1
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
8/16/6 0x080009FD85BB 1 UP lan1 snap1 1 ETHER Yes 119
# lanadmin -x 0
# lanadmin -x 1
Error: This option is not supported for this hardware.
# ifconfig lan0
ifconfig: no such interface
# lsdev -C lan
Character Block Driver Class
52 -1 lan2 lan
140 -1 fcgsc_lan lan
169 -1 btlan3 lan
237 -1 btlan6 lan
238 -1 maclan lan
#
Also, what would be the config file in /etc/rc.config.d/ if I wanted to hard code the duplex of the card?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 12:05 AM
07-08-2003 12:05 AM
Re: command to add pci nic
I think you need to install some additional software to enable the network card. Currently there is no device driver loaded in the kernel for this card. Did you receive any CD's with the lan-card?
Regards,
Dagmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 12:05 AM
07-08-2003 12:05 AM
Solutionhttp://docs.hp.com/hpux/pdf/J3622-90010.pdf
Also be aware you may need patches for lanadmin to allow certain newer options to work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 12:06 AM
07-08-2003 12:06 AM
Re: command to add pci nic
S/W State: Unclaimed
H/W Type: Unknown
Therefore, you need to install the software for the network card.
- Run "swinstall -s /cdrom" to install the driver.
- Select the product of your NIC model for install. The install will require a reboot.
- Run "ioscan -fnC lan" to see whether network card is now CLAIMED.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 12:11 AM
07-08-2003 12:11 AM
Re: command to add pci nic
You can find them in the APPs CD.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 03:53 PM
07-09-2003 03:53 PM
Re: command to add pci nic
Thanks.
Tin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 06:20 PM
07-09-2003 06:20 PM
Re: command to add pci nic
Had a look but can't find anywhere to download the driver - maybe someone else knows??
If you have any sets of HP 11.00 Application CD's you should find the product number J3515A on one of them.
I think the driver for J3515A is also on the Install CORE OS CD for HP-UX 11.00.
Other than that I'd call HP and ask them how to get the driver.
As regards your question for hardcoding duplex settings - for btlan4 the file is /etc/rc.config.d/hpgsc100conf.
Minor point J3515A is a HSC card - not sure why ioscan reports PCI.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2003 03:09 PM
07-10-2003 03:09 PM
Re: command to add pci nic
I was hoping to be able to download the driver somewhere... Guess I will have to find way to track down a CD. I will put all the info I gathered to good use.
Thx D