- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PCI HSC NIC on D370
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
03-14-2003 08:33 AM
03-14-2003 08:33 AM
PCI HSC NIC on D370
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 08:45 AM
03-14-2003 08:45 AM
Re: PCI HSC NIC on D370
and look for the pdf file:
HSC 10/100Base-TX and FX/9000 Quick Installation
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2003 08:47 AM
03-14-2003 08:47 AM
Re: PCI HSC NIC on D370
If you're on 11.0 for instance that card should be J3515A and the sfw you need is J3623BA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 01:04 PM
03-16-2003 01:04 PM
Re: PCI HSC NIC on D370
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 01:52 PM
03-16-2003 01:52 PM
Re: PCI HSC NIC on D370
Take a look at next link,
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa4c253921f1ad5118fef0090279cd0f9,00.html
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 02:22 PM
03-16-2003 02:22 PM
Re: PCI HSC NIC on D370
mknod /dev/lan1 c 76 0x000000
mknod /dev/ether1 c 76 0x000001
mknod (dev/diag/lan1 c 76 0x000080
The 76 number is the major nummber i get with lsdev.
But after i do
ifconfig the lan1 doesn't go up.
Anybody can help me ?
Thank, for Advance
(After, points)
Mauro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2003 10:55 PM
03-16-2003 10:55 PM
Re: PCI HSC NIC on D370
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 01:40 AM
03-17-2003 01:40 AM
Re: PCI HSC NIC on D370
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 03:48 AM
03-17-2003 03:48 AM
Re: PCI HSC NIC on D370
If you are using the card for IP applications, it uses the dpli interface to bind IP to the card (which uses a /dev/dlpi type device).
If you have a legacy application that uses the old LLA interface, (which needs the old device file /dev/lanX device file), the new driver may actually not support it.
If you are simply trying to use the IP stack, forget about the lanX device file. look at the card LED's, lanadmin operational status, etc., and make sure you have a good electrical connection, (operational status in lanadmin -g = UP), and then move on to ifconfig for IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 10:23 AM
03-17-2003 10:23 AM
Re: PCI HSC NIC on D370
Only older (relative to then, not now) legacy drivers were likely to retain LLA support, and even that was to be "fading away" over time.
Indeed, TCP/IP works just fine and dandy without a /dev/lanN device file.
If you have a link-level application, you should go to http://docs.hp.com/ where there should still be some LLA to DLPI transition documents.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2003 12:14 AM
03-18-2003 12:14 AM
Re: PCI HSC NIC on D370
Thanks, I'll give you points for the suggests.