![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Problem Resolution Sure Solution 1007730.1 : Sun Fire[TM] 12K/15K/E20K/E25K: showdevices command fails on system controller
PreviouslyPublishedAs 210708 Applies to:Sun Fire 12K Server - Version All Versions and laterSun Fire 15K Server - Version All Versions and later Sun Fire E20K Server - Version All Versions and later Sun Fire E25K Server - Version All Versions and later Sun SPARC Sun OS SymptomsWhen attempting to run the showdevices command on the SF15K-SF25K system controller the following messages can be seen in the /var/opt/SUNWSMS/adm/platform/messages file: Mar 22 14:21:25 2005 epttsp80-sc1 kmd[2509]: [0 928926673615195 ERR KMDDomainInterface.cc 311] mbox reply status 2, sadb_msg_errno =22
Mar 22 14:21:25 2005 epttsp80-sc1 kmd[2509]: [0 928926720969106 ERR KMDDomainInterface.cc 311] mbox reply status 2, sadb_msg_errno =22 Mar 22 14:21:25 2005 epttsp80-sc1 kmd[2509]: [0 928926917991364 ERR KMDDomainInterface.cc 311] mbox reply status 2, sadb_msg_errno =22 Mar 22 14:21:25 2005 epttsp80-sc1 kmd[2509]: [0 928926961544058 ERR KMDDomainInterface.cc 311] mbox reply status 2, sadb_msg_errno =22 Mar 22 14:21:25 2005 epttsp80-sc1 kmd[2509]: [0 928927001096862 ERR KMDDomainInterface.cc 311] mbox reply status 2, sadb_msg_errno =22 Mar 22 14:21:25 2005 epttsp80-sc1 kmd[2509]: [0 928927123263614 ERR KMDDomainInterface.cc 311] mbox reply status 2, sadb_msg_errno =22 Mar 22 14:21:25 2005 epttsp80-sc1 showdevices[12540]: [0 928927212569570 ERR ri_init.cc 85] rcfgaRequestProxy->ri_init failed. status= 4314 Mar 22 14:21:25 2005 epttsp80-sc1 showdevices[12540]: [4509 928927233061616 ERR RcfgaCallback.cc 521] server accept failed. RcfgaCallback::serverAccept: failed in ioctl domain id = A CauseThe domain may not have a dman interface plumbed. SolutionSteps to follow: # ndd -get /dev/dman man_get_hostinfo
manc_magic = 0x4d414e43
manc_version = 01 manc_csum = 0x0 manc_ip_type = AF_INET manc_dom_ipaddr = 10.1.1.3 manc_dom_ip_netmask = 255.255.255.224 manc_dom_ip_netnum = 10.1.1.0 manc_sc_ipaddr = 10.1.1.1 manc_dom_eaddr = 0:0:be:a8:48:26 manc_sc_eaddr = 8:0:20:f9:e4:54 manc_iob_bitmap = 0x400 io boards = 10.1, manc_golden_iob = 10
10.1.1.0 255.255.255.224
10.1.1.3 netmask + broadcast + private up
# cat /etc/syslog.conf
--snip-- *.notice @10.1.1.1 --snip--
# ifconfig dman0 plumb
# ifconfig dman0 10.1.1.3 netmask + broadcast + private up 7) Check the interface: # ifconfig -a ........ .......... # ping 10.1.1.1
Attachments This solution has no attachment |
||||||||||||
|