- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error message on console
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
04-04-2002 04:17 PM
04-04-2002 04:17 PM
error message on console
"LAN Device List: the specified subscript cannot be greater than 1024"
And how can I solve this if this is a known problem. This message appears at bootup time.
Thank you.
-Nim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 04:41 PM
04-04-2002 04:41 PM
Re: error message on console
we need a little more info as the error meesage did not appear below.
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 04:57 PM
04-04-2002 04:57 PM
Re: error message on console
the error message:
LAN Device List: the specified subscript cannot be greater than 1024
Thank you!
-Nim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 05:07 PM
04-04-2002 05:07 PM
Re: error message on console
Are there any errors in the following files, as they may give further information:
/etc/rc.log
/var/adm/syslog/syslog.log
/var/opt/resmon/log/event.log
Anything appear when you run 'dmesg' in relation to this problem?
What happens when you look at the statistical information provided in 'lanadmin'? Does it appear normal?
Cheers
~Michael~
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:08 PM
04-04-2002 06:08 PM
Re: error message on console
Understood that you're seeing this on the console -- where in the bootup process is it happening, (post the few previous/post lines from /etc/rc.log if it's in there)
Look at the script that's generating the error and it will probably give clues as to why.
hth
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2002 06:11 PM
04-04-2002 06:11 PM
Re: error message on console
Lanadmin displays:
============================
Network Management ID = 4
Description = lan0 Hewlett-Packard LAN Interface Hw Rev 0
Type (value) = ethernet-csmacd(6)
MTU Size = 1500
Speed = 10000000
Station Address = 0x80009fd8527
Administration Status (value) = up(1)
Operation Status (value) = down(2)
Last Change = 0
Inbound Octets = 980400
Inbound Unicast Packets = 0
Inbound Non-Unicast Packets = 0
Inbound Discards = 0
Inbound Errors = 0
Inbound Unknown Protocols = 0
Outbound Octets = 1470600
Outbound Unicast Packets = 6450
Outbound Non-Unicast Packets = 0
Outbound Discards = 0
Outbound Errors = 0
Outbound Queue Length = 0
Specific = 655367
Press
Ethernet-like Statistics Group
Index = 4
Alignment Errors = 0
FCS Errors = 0
Single Collision Frames = 0
Multiple Collision Frames = 0
Deferred Transmissions = 0
Late Collisions = 0
Excessive Collisions = 0
Internal MAC Transmit Errors = 0
Carrier Sense Errors = 2150
Frames Too Long = 0
Internal MAC Receive Errors = 0
================================
Where else do i need to lookup?
I have already modified my /etc/rc.config.d/netconf
and changed BROADCAST_ADDRESS=xxx.x.x.x.x to ""...
Thank you again.
-Nim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 12:36 AM
04-05-2002 12:36 AM
Re: error message on console
from my rc.log:
Configure HP GSC 100BT interfaces
Output from "/sbin/rc2.d/S331hpgsc100 start":
----------------------------
ERROR: invalid duplex value for lan1 interface
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
======
any ideas?
thanks again,
-Nim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 12:49 AM
04-05-2002 12:49 AM
Re: error message on console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 05:14 AM
04-05-2002 05:14 AM
Re: error message on console
cd /etc/rc.config.d
ls -ltr
Look at what has been changed lately.
Sound like you have something like
lan[32342393]="billybob"
Granted it's just a guess.
(but I'm a good guesser).
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 06:13 AM
04-05-2002 06:13 AM
Re: error message on console
yet another steve is here.
I would look at
Changing the /etc/rc.config.d/netconf file:
It must be of this format for each card.
change for lan 0
INTERFACE_NAME[0]=blank
LANCONFIG_ARGS[0]=""
BROADCAST_ADDRESS[1]=1.255.255.255
To
INTERFACE_NAME[0]=lan0
LANCONFIG_ARGS[0]="ether"
BROADCAST_ADDRESS[1]=blank
full example
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=15.160.35.52
SUBNET_MASK[0]=255.255.254.0
BROADCAST_ADDRESS[0]=""
LANCONFIG_ARGS[0]=ether
DHCP_ENABLE[0]=0
Then Save changes to the /etc/rc.config.d/netconf file.
Reboot your system.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 06:40 AM
04-05-2002 06:40 AM
Re: error message on console
Specifically the error message means that an array variable in a korn/posix shell script has an index greater than 1023. You would see this message if you typed in:
var[1024]=foo
You most likely have a typo in one of your /etc/rc.config.d files. none of the values between [] brackets can be greater than 1023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2002 09:17 AM
04-05-2002 09:17 AM
Re: error message on console
It seems that there is some syntex problem in /etc/rc.config.d/netconf
Please post the /etc/rc.config.d/netconf file, that will give us a chance to eveluate your problem in good sense.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 05:31 PM
04-09-2002 05:31 PM
Re: error message on console
sorry for the inconvenience...
***************************************************************************
# NETCONF
HOSTNAME="d380igen"
OPERATING_SYSTEM=HP-UX
LOOPBACK_ADDRESS=127.0.0.1
INTERFACE_NAME[1]=lan1
IP_ADDRESS[1]=10.12.18.2
SUBNET_MASK[1]=255.255.0.0
# BROADCAST_ADDRESS[1]=192.99.255.255
#BROADCAST_ADDRESS[1]=131.107.255.255
BROADCAST ADDRESS[1]=""
LANCONFIG_ARGS[1]="ether"
DHCP_ENABLE[1]=0
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=10.12.18.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
GATED=0
GATED_ARGS=""
RDPD=0
RARPD=0
***************************************************************************
/etc/rc.log:
Configure HP 100BT interfaces
Output from "/sbin/rc2.d/S323hpbase100 start":
----------------------------
No 100BT device configured in system (btlan3)
"/sbin/rc2.d/S323hpbase100 start" SKIPPED
Configure HP GSC 100BT interfaces
Output from "/sbin/rc2.d/S331hpgsc100 start":
----------------------------
ERROR: invalid duplex value for lan1 interface
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
----------------------------
Start name server daemon
Output from "/sbin/rc2.d/S370named start":
***************************************************************************
lanconfig
# ifconfig lan1
lan1: flags=863
inet 10.12.18.2 netmask ffff0000 broadcast 10.12.255.255
# ifconfig lan0
lan0: flags=862
# lanscan
Hardware Station Crd Hardware Net-Interface NM MAC HP DLPI Mjr
Path Address In# State NameUnit State ID Type Support Num
8/16/6 0x080009FD8527 0 UP lan0 DOWN 4 ETHER Yes 52
8/8/1/0 0x00306E052664 1 UP lan1 UP 5 ETHER Yes 119
# ioscan -funC lan
Class I H/W Path Driver S/W State H/W Type Description
========================================================================
lan 1 8/8/1/0 btlan4 CLAIMED INTERFACE PCI(10110009) -- Built-in #1
lan 0 8/16/6 lan2 CLAIMED INTERFACE Built-in LAN
/dev/diag/lan0 /dev/ether0 /dev/lan0
***************************************************************************
/etc/rc.config.d/hpgsc100conf
HP_GSC100_INTERFACE_NAME[0]=lan1
HP_GSC100_STATION_ADDRESS[0]=0x00306E052664
HP_GSC100_SPEED[0]=
HP_GSC100_INIT_ARGS="HP_GSC100_STATION_ADDRESS HP_GSC100_DUPLEX"
HP_GSC100_DUPLEX[0]=0x003006E052664
***************************************************************************
Thanks for all the help. hope to get some more, soon...
thanks!
-Nim