Featured post

Quiz: Data PreProcessing

Tuesday, 27 September 2016

Solaris 11: Cluster Error: clreslogicalhostname: can't get adapter list on hostname

Got below error while trying to configure logical hostname resource.

ISSUE: hostname[390]# clreslogicalhostname create -g app-rg -h AUXXXMQ app-lh-rs
clreslogicalhostname:  can't get adapter list on hostname


Solution:

# svcs -xv
svc:/system/cluster/pnm:default (Public Network Management Daemon)
 State: maintenance since Wed Sep 28 14:53:53 2016
Reason: Restarting too quickly.
   See: http://support.oracle.com/msg/SMF-8000-L5
   See: man -M /usr/cluster/man -s 1M cl_pnmd
   See: /var/svc/log/system-cluster-pnm:default.log
Impact: 1 dependent service is not running:
        svc:/system/cluster/cl-svc-cluster-milestone:default

# svcadm clear svc:/system/cluster/pnm:default
# svcadm enable svc:/system/cluster/pnm:default
# svcs -xv

After this issue was resolved.

No comments:

Post a Comment