- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ATM - elan won't start
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-11-2005 08:46 AM
02-11-2005 08:46 AM
ATM - elan won't start
I just installed 11i on an L2000 with 2 ATM cards. I've reconfigured everything as it was before on 11.00, but it won't come up. No errors, just no connection. The ATM is still connected to the network and the link lights are happy. Here's some stuff that will hopefully shed some light:
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x001083FF4A90 0 UP lan0 snap0 1 ETHER Yes 119
0/1/0/0 0x0020485704CB 0 UP atm0 2 ATM No 79
0/3/0/0 0x001083FBC778 1 UP lan1 snap1 3 ETHER Yes 119
0/4/0/0 0x001083FBD7AD 2 UP lan2 snap2 4 ETHER Yes 119
0/5/0/0 0x002048570584 1 UP atm1 5 ATM No 79
0/7/0/0 0x001083FBD7C4 3 UP lan3 snap3 6 ETHER Yes 119
in /etc/rc.config.d/atmconf
ATM=1
ATM_ELAN_TIMEOUT=180
ATM_ELAN_NOEVESDROP=0
ATM_VAR=" 0 1"
in /etc/atm/atm_1/el101
# cat /etc/atm/atm_1/el101
# ATM-SAM Fri Feb 11 15:33:15 CST 2005
# @(#) ATMSAM_5
HP_ATM_INTERFACE_NAME=el101
HP_ATM_IP_ADDRESS=xxx.xxx.xxx.xxx (<- not really)
HP_ATM_SUBNET_MASK=255.255.248.0
HP_ATM_MTU_SIZE=1516
HP_ATM_START_AT_INIT=Yes
HP_ATM_MAC_ADDRESS=002048590584
HP_ATM_LANE_VERSION=1
HP_ATM_LEC_LLC_SEL=
HP_ATM_LECS[1]=4700790000000000000000000000a03e00000100
HP_ATM_SEL[1]=11
HP_ATM_ELAN_NAME[1]=SSM
HP_ATM_MPC_SEL[1]=
HP_ATM_LECS[2]=
HP_ATM_SEL[2]=
HP_ATM_ELAN_NAME[2]=
Rebooting no help. If I restart atm (/sbin/init.d/atm stop; /sbin/initd/atm start) I get this:
# /sbin/init.d/atm start
mknod /dev/atm c 72 79
mknod /dev/ipa_ss c 95 0
mknod /dev/cip c 95 1
mknod /dev/ipa_mgt c 95 2
mknod /dev/sigatm c 96 0
mknod /dev/el_ss c 98 0
mknod /dev/el c 98 1
mknod /dev/el_llc c 98 2
mknod /dev/el_mgt c 98 3
Started stream server daemons
Enabling LANE Eavesdropping
Started ILMI daemon
Started atminitd daemon
Initializing ATM adapter 0
Initializing ATM adapter 1
WARNING: ELAN interafaces: el101 not UP after 10 seconds
Oh, yeah:
# ioscan -funCatm
Class I H/W Path Driver S/W State H/W Type Description
====================================================================
atm 0 0/1/0/0 atm2pci CLAIMED INTERFACE HP A5515A PCI ATM 155 UTP5
atm 1 0/5/0/0 atm2pci CLAIMED INTERFACE HP A5515A PCI ATM 155 UTP5
Any help?
Thanks,
David Knickmeyer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 06:32 PM
02-14-2005 06:32 PM
Re: ATM - elan won't start
It's been a few years, but I would look at a nettl trace during the start.
nettl -tn -e ATM ?? <- not sure on exact syntax.
Then start the ATM link. When it fails, turn off the trace and review. It should report what is the problem... I'm thinking a switch/connection issue.
CG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 07:30 PM
02-14-2005 07:30 PM
Re: ATM - elan won't start
I remember a few years ago I had a similar problem which was merely a timing issue.
the workaround was to add "sleep 10" at the end of the "start" case in /sbin/init.d/atm
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 01:44 AM
02-15-2005 01:44 AM
Re: ATM - elan won't start
Thanks for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 01:44 AM
02-15-2005 01:44 AM