Operating System - HP-UX
1834006 Members
1599 Online
110063 Solutions
New Discussion

Configuration file hpbtlan doesnt exists in /etc/rc.config.d/

 
SOLVED
Go to solution
MQ'ski
Regular Advisor

Configuration file hpbtlan doesnt exists in /etc/rc.config.d/

Hello.
I'm doing some job with interfaces (want to set speed and mode of card)
What I see is diffucult to clarify:

- ioscan shows that NIC uses hpbtlan as in example:
lan 0 0/0/0/0 btlan CLAIMED INTERFACE HP PCI 10/100Base-TX Core
/dev/diag/lan0 /dev/ether0 /dev/lan0

- I can see that start script
/sbin/init.d/hpbtlan
exist.

- I can not see hpbtlan config file in directory /etc/rc.config.d/

- How it could happen?
- Should I add this file manually and set card settings in file?
4 REPLIES 4
Robert-Jan Goossens_1
Honored Contributor

Re: Configuration file hpbtlan doesnt exists in /etc/rc.config.d/

Hi,

Check if you have config file /etc/rc.config.d/hpbtlanconf

Regards,
Robert-Jan
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: Configuration file hpbtlan doesnt exists in /etc/rc.config.d/

add on,

Driver Name : File Name
btlan -- hpbtlanconf
btlan3 -- hpbase100conf
btlan4 -- hpgsc100conf
btlan5 -- hppci100conf
btlan6 -- hpsppci100conf

http://docs.hp.com/en/B3920-90091/ch05s02.html
MQ'ski
Regular Advisor

Re: Configuration file hpbtlan doesnt exists in /etc/rc.config.d/

Thanks for link.
The file is missing so it seems must be created as it states in procedure.
MQ'ski
Regular Advisor

Re: Configuration file hpbtlan doesnt exists in /etc/rc.config.d/

Robert Jan fully answered my question