- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot preserve NIC setting after reboot
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
10-20-2008 08:38 AM
10-20-2008 08:38 AM
Cannot preserve NIC setting after reboot
server: K380 running 10.20
NIC: A3495-69211 HP-PB 10/100Base-TX
The NIC uses driver btlan1 according to "ioscan -funC lan". I believe the correct configuration file to edit is /etc/rc.config.d/hpbasetconf and the needed entry is "HP_BASET_SPEED[0]=100FD". After rebooting my current work-around is to run "lanadmin -X 100fd 5" since it boots to 100HD as seen in "lanadmin -x 5". I feel I must be editing the wrong file or tweaking the wrong option. NOTE: the LAN switch is set to 100FD and not AUTONEG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 08:51 AM
10-20-2008 08:51 AM
Re: Cannot preserve NIC setting after reboot
Just for kicks, why don't you try editing some of the other hp*conf files and setting them to 100FD? Maybe this is an error i documentation.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 09:09 AM
10-20-2008 09:09 AM
Re: Cannot preserve NIC setting after reboot
I was hoping someone had this card on a 10.20 system and could give me feedback as I believe, as Pete noted, there may be some misleading information about setting up this card ....my current plan of attack is to try/test "100fd" instead of "100FD" in the hpbasetconf file (sadly I just do not have the ability to reboot this server at will)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 09:17 AM
10-20-2008 09:17 AM
Re: Cannot preserve NIC setting after reboot
My K380 runing 10.20 has /sbin/init.d/hpgsc100 and /etc/rc.config.d/hpGSC100conf files.
The config files depend on what type of interface/NIC you have .. Not sure which is for the A3495-69211 card is.
Once upon a time I had a link to an HP webpage that listed which config files were for which cards. I will search around. Be back in a few minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 09:21 AM
10-20-2008 09:21 AM
Re: Cannot preserve NIC setting after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 01:31 PM
10-20-2008 01:31 PM
Re: Cannot preserve NIC setting after reboot
It seems I will just have to test some things. When I get a chance I may set HP_BASET_SPEED[0] to FULL.
Below is more information from my server:
xena:[/etc/rc.config.d]# ls -al hp*
-r-xr-xr-x 1 bin bin 199 Jun 15 1999 hparamgr
-r--r--r-- 1 bin bin 270 Jun 10 1996 hparray
-r--r--r-- 1 bin bin 1212 Jul 22 1998 hpbase100conf
-r--r--r-- 1 bin bin 1182 Sep 26 23:45 hpbasetconf
-r--r--r-- 1 bin bin 968 Jun 10 1996 hpetherconf
-r--r--r-- 1 bin bin 599 Apr 26 1999 hpfcmsconf
-r-xr-xr-x 1 bin bin 1815 Nov 1 1999 hpgelanconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 01:40 PM
10-20-2008 01:40 PM
Re: Cannot preserve NIC setting after reboot
You can always just create a startup script that does this if you cannot find the right one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 02:05 PM
10-20-2008 02:05 PM
Re: Cannot preserve NIC setting after reboot
well your editing the right file
/etc/rc.config.d/hpbasetconf
it could be a patch issue? have you tried re-configuring it through sam?
see this link for abit more info and confirmation your using the right file
http://docs.hp.com/en/601/autonegotiation.pdf
but, should this
HP_BASET_SPEED[0]=100FD
not be HP_BASET_SPEED[5]=100FD
if your card is 5
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 02:09 PM
10-20-2008 02:09 PM
Re: Cannot preserve NIC setting after reboot
Below is just some more information that may be helpful to someone to help me:)
xena:[/etc/rc.config.d]# ioscan -funH 10/16/8
Class I H/W Path Driver S/W State H/W Type Description
==============================================================
lan 4 10/16/8 btlan1 CLAIMED INTERFACE HP HP-PB 100 Base TX card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 09:35 PM
10-20-2008 09:35 PM
Re: Cannot preserve NIC setting after reboot
Below was the change I made based on Andrew's feedback:
xena:[/etc/rc.config.d]# diff /usr/newconfig/etc/rc.config.d/hpbasetconf hpbasetconf
< HP_BASET_INTERFACE_NAME[0]=
< HP_BASET_STATION_ADDRESS[0]=
< HP_BASET_SPEED[0]=
> HP_BASET_INTERFACE_NAME[5]=
> HP_BASET_STATION_ADDRESS[5]=
> HP_BASET_SPEED[5]=100FD
Below is some more information:
xena:[/etc/rc.config.d]# swlist -l fileset | grep 100BT | grep PH
# PHNE_10770 B.10.00.00.AA dhcpclient for 100BT lan
PHNE_10770.PHNE_10770 B.10.00.00.AA dhcpclient for 100BT lan
# PHNE_27079 B.10.00.00.AA HP-PB 100BT cumulative patch
PHNE_27079.PHNE_27079 B.10.00.00.AA HP-PB 100BT cumulative patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 10:04 PM
10-20-2008 10:04 PM
Re: Cannot preserve NIC setting after reboot
...
# The station address and duplex are set through the lanadmin(1m) command.
...
So it appears I must manually configure a custom startup script to run "lanadmin", as Tim had earlier suggested, or for some reason hpbasetconf is just the wrong configuration file or ????
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 03:21 AM
10-21-2008 03:21 AM
Re: Cannot preserve NIC setting after reboot
What does lanscan report? I have to wonder if we're specifying the right instance - [0] vs [5] vs [?].
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 06:48 AM
10-21-2008 06:48 AM
Re: Cannot preserve NIC setting after reboot
However I note from what you posted above that your config file had the following in it:
HP_BASET_INTERFACE_NAME[0]=
HP_BASET_STATION_ADDRESS[0]=
HP_BASET_SPEED[0]=100FD
Well it should be:
HP_BASET_INTERFACE_NAME[0]=lan5
HP_BASET_STATION_ADDRESS[0]=
HP_BASET_SPEED[0]=100FD
Otherwise the script doesn't know which interface to set!
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 06:57 AM
10-21-2008 06:57 AM
Re: Cannot preserve NIC setting after reboot
> The [5] is just an index setting for a normal shell array variable, nothing to do with it being lan5.
Yes, I realize that - just wondering how many NICs Marc actually has and, therefore, if 5 is appropriate.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2008 07:16 AM
10-21-2008 07:16 AM
Re: Cannot preserve NIC setting after reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2008 05:40 AM
11-04-2008 05:40 AM
Re: Cannot preserve NIC setting after reboot
Hardware Station Crd Hardware Net-Interface NM MAC HP DLPI Mjr
Path Address In# State NameUnit State ID Type Support Num
10/8/1/0 0x0060B0C4F185 3 UP lan3 DOWN 4 ETHER Yes 78
10/16/8 0x00306E0EDA56 4 UP lan4 UP 5 ETHER Yes 79
10/12/6 0x00108303FA58 0 UP lan0 DOWN 6 ETHER Yes 52
Duncan: Thanks for the feedback ...I learned what you know just by testing out out desperation
RAC: Thanks for the additional advice ..."cat -v" helped confirm all is OK with the file and "grep -i lan *" in /etc/rc.config.d and /sbin/init.d showed no conflicts
I just seems, as stated in my last response, that "lanadmin" must manually be run as the configuration file does not (strangely) support setting duplex