- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP HSC 100Base-TX Prototype 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
02-27-2002 07:13 AM
02-27-2002 07:13 AM
the iocan claims btlan4-driver and the config file should therefor be /etc/rc.config.d/hpgsc100conf.
ux-03b:/sbin/init.d #cat /etc/rc.config.d/hpgsc100conf
HP_GSC100_INTERFACE_NAME[0]=lan1
HP_GSC100_STATION_ADDRESS[0]=
HP_GSC100_SPEED[0]=100FD
HP_GSC100_INTERFACE_NAME[l]=lan0
HP_GSC100_STATION_ADDRESS[1]=
HP_GSC100_SPEED[1]=100FD
HP_GSC100_INIT_ARGS="HP_GSC100_STATION_ADDRESS HP_GSC100_DUPLEX"
.......
When I start the script (ux-03b:/sbin/init.d #/sbin/rc2.d/S323hpbase100 start), manually i get this error message:
No 100BT device configured in system (btlan3).
Why is that?
Here is a my ioscan -fnkClan
ux-03b:/sbin/init.d #ioscan -fnkClan
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
lan 0 8/4/1/0 btlan4 CLAIMED INTERFACE HP HSC 100Base-TX Prototype card
/dev/diag/lan0 /dev/ether0 /dev/lan0
lan 1 8/4/2/0 btlan4 CLAIMED INTERFACE HP HSC 100Base-TX Prototype card
/dev/diag/lan1 /dev/ether1 /dev/lan1
lan 2 10/12/6 lan2 CLAIMED INTERFACE Built-in LAN
/dev/diag/lan2 /dev/ether2
ux-03b:/sbin/init.d #
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 07:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 07:30 AM
02-27-2002 07:30 AM
Re: HP HSC 100Base-TX Prototype card
cheers,
jes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 01:43 AM
02-28-2002 01:43 AM
Re: HP HSC 100Base-TX Prototype card
when i Try :
ux-03b:/usr/newconfig/etc/rc.config.d #lanadmin -x 0
Error: This option is not supported for this hardware.
Is there a patch 4 that?
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 03:32 AM
02-28-2002 03:32 AM
Re: HP HSC 100Base-TX Prototype card
What output does the following command provide?
# swlist -l file | grep hpgsc100
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 04:58 AM
02-28-2002 04:58 AM
Re: HP HSC 100Base-TX Prototype card
I'll reinstall the J3514A drivers.
Hope that will do it.
-Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:12 AM
02-28-2002 05:12 AM
Re: HP HSC 100Base-TX Prototype card
HP-UX 11.x because the
lanadmin -x 0 returned with
error. 0 is equal to the card
instance number you see in
the output from the ioscan.
(Also called PPAid)
10.20 however, use NMID to
address the card.
If you type an NMID or PPAid
that don't exist, lanadmin
returns with nothing.
If the driver assigned to the
card is lan2 the message
you got from lanadmin is normal. (You can't play with
speed/duplex on lan2 driver)
You can check your PPA or NMID
by running lanscan.
What concern me is that your
/sbin/init.d/hpgsc100 startup
file is missing. You obviousely haveing the btlan4
driver in, but check with
swlist -l fileset -a state |grep "100BT-GSC" and check
that all filesets are in configured state.
If you do not have the latest
HPGSC100 patch, the patchname
is PHNE_25579
Good Luck!
:-) Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 11:45 PM
02-28-2002 11:45 PM
Re: HP HSC 100Base-TX Prototype card
The ioscan gave me another description of the card though, but the /sbin/rc2.d files read the link I made manually and the /sbin/hpgsc100 file I copied.
Tnx everyone.
Takk Herr Gjestvang p?? HP.
P??l Torp - EDB Teamco.
ux-03b:/root #ioscan -fnkClan
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
lan 0 8/4/1/0 btlan4 CLAIMED INTERFACE PCI Ethernet (10110009)
lan 1 8/4/2/0 btlan4 CLAIMED INTERFACE PCI Ethernet (10110009)
lan 2 10/12/6 lan2 CLAIMED INTERFACE Built-in LAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 04:18 PM
03-05-2002 04:18 PM
Re: HP HSC 100Base-TX Prototype card
Give me an N/A but you ought to give the people who helped you their points.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2002 11:36 PM
03-05-2002 11:36 PM
Re: HP HSC 100Base-TX Prototype card
I'll give you points!
:-)