- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /etc/rc.log: ERROR: invalid duplex value for lan1...
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-05-2005 04:25 AM
07-05-2005 04:25 AM
have found an error in /etc/rc.log:
Configure HP GSC 100BT interfaces
Output from "/sbin/rc2.d/S331hpgsc100 start":
----------------------------
ERROR: invalid duplex value for lan1 interface
ERROR: invalid duplex value for lan2 interface
-----------------------------------------------
/etc/rc.config.d/hpgsc100conf:
HP_GSC100_INTERFACE_NAME[0]=lan1
HP_GSC100_STATION_ADDRESS[0]=0x0060B0C1B3EB
HP_GSC100_DUPLEX[0]=0x0060B0C1B3EB
HP_GSC100_SPEED[0]=100FD
HP_GSC100_INTERFACE_NAME[1]=lan2
HP_GSC100_STATION_ADDRESS[1]=0x0060B0C1B3EC
HP_GSC100_DUPLEX[1]=0x0060B0C1B3EC
HP_GSC100_SPEED[1]=100FD
###########################################################################
# The HP_GSC100_INIT_ARGS are reserved by HP. They are NOT user changable.
HP_GSC100_INIT_ARGS="HP_GSC100_STATION_ADDRESS HP_GSC100_DUPLEX"
Does anybody have an idea, what could be wrong?
Thank you,
Michael
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 04:37 AM
07-05-2005 04:37 AM
SolutionIt appears you have your station address in the duplex field. I would blank out both entries - the station address should be picked up from the NIC itself rather than hard coding it and the duplex is already specified in the speed line (100FD).
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 04:41 AM
07-05-2005 04:41 AM
Re: /etc/rc.log: ERROR: invalid duplex value for lan1 interface
Hope this helps.
B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 04:44 AM
07-05-2005 04:44 AM
Re: /etc/rc.log: ERROR: invalid duplex value for lan1 interface
thank you for your answer,
what means NIC ?
Bye, Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 04:47 AM
07-05-2005 04:47 AM
Re: /etc/rc.log: ERROR: invalid duplex value for lan1 interface
your lan card
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 05:17 AM
07-05-2005 05:17 AM
Re: /etc/rc.log: ERROR: invalid duplex value for lan1 interface
now it's ok, I don't have this entry in rc.log anymore!
I blanked out
HP_GSC100_DUPLEX[0]=
HP_GSC100_DUPLEX[1]=
What do else now?
- adding FULL (necessary?)
- blank out STATION_ADDRESS (necessary?)
Your's, Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 05:48 AM
07-05-2005 05:48 AM
Re: /etc/rc.log: ERROR: invalid duplex value for lan1 interface
(where 0 is the card's instance or PPA number, found with lanscan).
Blank out station address - not necessary - but recommended to avoid the possibility of duplicates in the future.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2005 07:33 AM
07-05-2005 07:33 AM
Re: /etc/rc.log: ERROR: invalid duplex value for lan1 interface
Bye, Michael