Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1007730.1
Update Date:2014-01-27
Keywords:

Solution Type  Problem Resolution Sure

Solution  1007730.1 :   Sun Fire[TM] 12K/15K/E20K/E25K: showdevices command fails on system controller  


Related Items
  • Sun Fire 15K Server
  •  
  • Sun Fire E20K Server
  •  
  • Sun Fire E25K Server
  •  
  • Sun Fire 12K Server
  •  
Related Categories
  • PLA-Support>Sun Systems>SPARC>Enterprise>SN-SPARC: SF-Exxk
  •  
  • _Old GCS Categories>Sun Microsystems>Servers>High-End Servers
  •  

PreviouslyPublishedAs
210708


Applies to:

Sun Fire 12K Server - Version All Versions and later
Sun 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

Symptoms

When 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

Cause

The domain may not have a dman interface plumbed.

Solution

Steps to follow:

1) Log into the domain as superuser.


2) Type:

# ndd -get /dev/dman man_get_hostinfo


The following is an example of the output that should be displayed.

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


3) Add or edit a network-i1 entry to /etc/netmasks, using the following format

<manc_dom_ip_netnum>   <man_dom_ip_netmask>

For example:

10.1.1.0   255.255.255.224



4) Create an /etc/hostname.dman0 file with the following content:

<manc_dom_ipaddr> netmask + broadcast + private up

For example:

10.1.1.3   netmask + broadcast + private up



5) Ensure that the 'manc_sc_ipaddr' IP address matches whats in /etc/syslog.conf

# cat /etc/syslog.conf
--snip--
*.notice @10.1.1.1
--snip--


If not, edit the /etc/syslog.conf file. Save and exit.


6) Type:

# ifconfig dman0 plumb
# ifconfig dman0 netmask + broadcast + private up

For example:

# ifconfig dman0 plumb
# ifconfig dman0 10.1.1.3 netmask + broadcast + private up

7) Check the interface:

# ifconfig -a

........
dman0: flags=1008843<UP,BROADCAST,RUNNING,MULTICAST,PRIVATE,IPv4> mtu 1500 index 4
       inet 10.1.1.3 netmask ffffffe0 broadcast 10.1.1.31
       ether xx:xx:xx:xx

..........

# ping 10.1.1.1


Internal Comments
Documented in Bug id 4627344

showdevices, dman, RcfgaCallback, KMDDomainInterface.cc
Previously Published As 80864


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback