A-A+

hacmp View Current State 无结果的问题

2014年01月09日 AIX运维 评论 82 条 阅读 5,434 次

环境:os:6100-07
hacmp: 6.1.0 SP7
巡检发现如下问题
smit   hacmp    >  Problem Determination Tools  > View Current State

Command: failed        stdout: yes           stderr: no

Before command completion, additional instructions may appear below.

cldump: Waiting for the Cluster SMUX peer (clstrmgrES)
to stabilize.............
name        List of names to show, none implies all.

没有结果啊

#more /usr/es/sbin/cluster/README6.1.0.UPDATE

Content of this README:

o APAR IZ75215: parallel acquisition of resources for selective failover
  o APAR IZ41204: Enabling Internet MIB tree for clstat or cldump to work
o APAR IZ01331: New options for netmon.cf for VIO environment
o APAR IZ31674: IPAT via aliasing with boot and service on same subnet
o APAR IZ70040: CSPOC failure creating scalable volume groups over vpaths
o Notes on the requirement for Enhanced Concurrent Mode volume groups with MPIO
o Accessing IBM on the Web
o Feedback

查看详细说明。
=====================================================================
o APAR IZ41204: Enabling Internet MIB tree for clstat or cldump to work
=====================================================================

clstat or cldump will not start if the internet MIB tree is not
enabled in snmpdv3.conf file. This behavior is usually seen in
AIX 6.1 onwards where this internet MIB entry was intentionally
disabled as a security issue. This internet MIB entry is required to
view/resolve risc6000clsmuxpd (1.3.6.1.4.1.2.3.1.2.1.5) MIB sub tree
which is used by clstat or cldump functionality.

There are two ways to enable this MIB sub tree(risc6000clsmuxpd) they
are:
1) Enable the main internet MIB entry by adding this line in
/etc/snmpdv3.conf file
VACM_VIEW defaultView    internet       - included -
But doing so is not advisable as it unlocks the entire MIB tree

2) Enable only the MIB sub tree for risc6000clsmuxpd without enabling
the main MIB tree by adding this line in /etc/snmpdv3.conf file
VACM_VIEW defaultView        1.3.6.1.4.1.2.3.1.2.1.5    - included -

Note: After enabling the MIB entry above snmp daemon must be restarted
with the following commands as shown below:
1) stopsrc -s snmpd
2) startsrc -s snmpd
After snmp is restarted leave the daemon running for about two minutes
before attempting to start clstat or cldump.

等待两分钟后,查看,就有结果出现了。

标签:

给我留言