- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NIC problems
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-24-2001 01:52 PM
07-24-2001 01:52 PM
Melissa
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:05 PM
07-24-2001 02:05 PM
Re: NIC problems
Select the A3495A product and proceed from there.
This will cause an automatice kernel rebuild and a reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:06 PM
07-24-2001 02:06 PM
Re: NIC problems
You are right there. The product number that you see on the back of the card is actually the software too on the CD. So just mount the CD, run swinstall and select the software (identified with the product number) and install it. This will install the driver and reboot the system.
later
Ajay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 02:27 PM
07-24-2001 02:27 PM
Re: NIC problems
# cat INFO
control_file
path INDEX
size 2175
mode 0444
mtime 974098842
tag INDEX
control_file
path INFO
size 198
mode 0444
mtime 974098842
tag INFO
INDEX tells me the products to install and that they are part of bundle J2759BA. I go to /cdrom/J2759BA and it has nothing in there either. I feel like I'm going around in circles a bit. And I just really missing something here? :)
Thanks
Melissa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2001 03:44 PM
07-24-2001 03:44 PM
SolutionIf you know what the product No. is for the
driver software you maybe halfway there. To
load it mount the CD. Use ioscan -funC disk
to find it if needed.
# mount /dev/dsk/cXtXdX /cdrom
# swinstall (use the options that correspond
for you, source /cdrom)
This will bring up a screen of the products on
the CD. Choose the software product and mark
it from the actions menu, then install from
the same menu. This may need to be rebooted??
I only have a K580 which has a PCI card which
is 'btlan4'. What does an ioscan show you?
Does you kernel in SAM have a 'btlan3'?
To make a new kernel at the command line
just follow the below procedure.
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system (and add the driver name to
any line, probably near the one(s) marked
'lan')
save file
# /usr/sbin/mk_kernel -s system (to regen
the kernel)
# /usr/sbin/kmupdate
Take note of the existing kernel name
# cd /
Reboot or shutdown
# shutdown -r -y 0
HTH
Michael