为什么在Nodes of thenodejs clusterr页面没有显示所有的node

[jira] Updated: (CASSANDRA-1467) replication factor exceeds number of endpoints, when attempting to join a new node (but cluster has enough running nodes to fulfill RF)
cassandra-commits mailing list archives
Message view
&Gary Dusbabek (JIRA)& &j...@apache.org&
[jira] Updated: (CASSANDRA-1467) replication factor exceeds number of endpoints, when attempting to join a new node (but cluster has enough running nodes to fulfill RF)
[ https://issues.apache.org/jira/browse/CASSANDRA-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
Gary Dusbabek updated CASSANDRA-1467:
-------------------------------------
Attachment:
(was: .txt)
& replication factor exceeds number of endpoints, when attempting to join a new node (but
cluster has enough running nodes to fulfill RF)
& ---------------------------------------------------------------------------------------------------------------------------------------
Key: CASSANDRA-1467
URL: https://issues.apache.org/jira/browse/CASSANDRA-1467
Project: Cassandra
Issue Type: Bug
Components: Core
Affects Versions: 0.6
Environment: I'm using 0.7 beta1. Built from: http://www.apache.org/dyn/closer.cgi?path=/cassandra/0.7.0/apache-cassandra-0.7.0-beta1-src.tar.gz
using dpkg-buildpackage from it.
Reporter: Josep M. Blanquer
Assignee: Gary Dusbabek
Fix For: 0.6.6, 0.7 beta 2
Attachments: .txt, v1-0001-expose-endpoint-states-to-jmx.txt, v1-0002-remove-unused-code-from-SLB.txt,
v1-0003-broadcast-removetoken-using-MOVE-NORMAL-to-preserve-th.txt
& What happens here the following:
& * given a healthy running cluster of 2 nodes (it used to be 3 but I manually killed one
& * with a Keyspace having a ReplicationFactor of 2
& * (this cluster is operational, loaded with data and working well)
as soon as I want to bring up a new 3rd node:
& * the node is detected by the current cluster
& * but as soon as it tries to initiate bootstrap sequence it dies with:
replication factor
(2) exceeds number of endpoints (1)
& I believe this is similar to #1343, but not quite the same, since the keyspace and everything
is already created, and I'm not attempting any modification. This is purely bringing a new
& One extra tidbit of information, in case it's important...maybe it is not:
& I have only set 1 seed node configured (this is a test setup). And when the new node
starts coming up (before the crash) its nodetool ring only reports the seed one.
& From the new node coming up (before it crashes):
& root@node1-3:~# nodetool -h localhost -p 8080 ring
Status State
& 10.250.106.111
& = this the only configured
& From one of the other running nodes (this is the real status of the cluster):
& root@node1-2:~# nodetool -h localhost -p 8080 ring
Status State
& 10.250.106.111
& 10.215.195.81
& 10.246.65.221
Joining 7.63 KB
& Here's the full boot trace of the node is trying to join:
& Java HotSpot(TM) Client VM warning: Can't detect initial thread stack location - find_vma
& Create RMI registry on port 8081
& Get the platform's MBean server
& Initialize the environment map
& Create an RMI connector server
& Start the RMI connector server on port 8081
INFO 22:32:50,448 Loading settings from /etc/cassandra/cassandra.yaml
& DEBUG 22:32:50,537 Syncing log with a period of 10000
INFO 22:32:50,538 DiskAccessMode 'auto' determined to be standard, indexAccessMode is
& DEBUG 22:32:50,548 setting auto_bootstrap to true
& DEBUG 22:32:50,702 Starting CFS Statistics
& DEBUG 22:32:50,710 key cache capacity for Statistics is 1
& DEBUG 22:32:50,711 Starting CFS Schema
& DEBUG 22:32:50,712 key cache capacity for Schema is 1
& DEBUG 22:32:50,712 Starting CFS Migrations
& DEBUG 22:32:50,713 key cache capacity for Migrations is 1
& DEBUG 22:32:50,713 Starting CFS LocationInfo
& DEBUG 22:32:50,713 key cache capacity for LocationInfo is 1
& DEBUG 22:32:50,714 Starting CFS HintsColumnFamily
& DEBUG 22:32:50,714 key cache capacity for HintsColumnFamily is 1
INFO 22:32:50,736 Couldn't detect any schema definitions in local storage.
INFO 22:32:50,737 Found table data in data directories. Consider using JMX to call org.apache.cassandra.service.StorageService.loadSchemaFromYaml().
& DEBUG 22:32:50,738 opening keyspace system
INFO 22:32:50,757 Cassandra version:
INFO 22:32:50,757 Thrift API version: 10.0.0
INFO 22:32:50,758 Saved Token not found. Using 878
INFO 22:32:50,758 Saved ClusterName not found. Using SOMETHING
INFO 22:32:50,763 Creating new commitlog segment /mnt/cassandra/commitlog/CommitLog-3.log
& DEBUG 22:32:50,767 Estimating compactions for LocationInfo
& DEBUG 22:32:50,768 Estimating compactions for HintsColumnFamily
& DEBUG 22:32:50,768 Estimating compactions for Migrations
& DEBUG 22:32:50,768 Estimating compactions for Schema
& DEBUG 22:32:50,768 Estimating compactions for Statistics
& DEBUG 22:32:50,769 Checking to see if compaction of LocationInfo would be useful
& DEBUG 22:32:50,769 Checking to see if compaction of HintsColumnFamily would be useful
& DEBUG 22:32:50,769 Checking to see if compaction of Migrations would be useful
& DEBUG 22:32:50,769 Checking to see if compaction of Schema would be useful
& DEBUG 22:32:50,769 Checking to see if compaction of Statistics would be useful
INFO 22:32:50,779 switching in a fresh Memtable for LocationInfo at CommitLogContext(file='/mnt/cassandra/commitlog/CommitLog-3.log',
position=276)
INFO 22:32:50,782 Enqueuing flush of Memtable-LocationInfo@ bytes, 4 operations)
INFO 22:32:50,783 Writing Memtable-LocationInfo@ bytes, 4 operations)
INFO 22:32:50,897 Completed flushing /mnt/ebs/data/system/LocationInfo-e-1-Data.db
& DEBUG 22:32:50,898 Checking to see if compaction of LocationInfo would be useful
& DEBUG 22:32:50,898 Discarding 0
& DEBUG 22:32:50,899 discard completed log segments for CommitLogContext(file='/mnt/cassandra/commitlog/CommitLog-3.log',
position=276), column family 0.
& DEBUG 22:32:50,899 Marking replay position 276 on commit log CommitLogSegment(/mnt/cassandra/commitlog/CommitLog-3.log)
INFO 22:32:50,908 Starting up server gossip
INFO 22:32:50,928 Joining: getting load information
INFO 22:32:50,928 Sleeping 90000 ms to wait for load information...
& DEBUG 22:32:50,940 attempting to connect to node1-/10.250.106.111
& DEBUG 22:32:51,044 attempting to connect to node1-/10.250.106.111
& DEBUG 22:32:51,045 attempting to connect to /10.215.195.81
INFO 22:32:51,051 Node /10.215.195.81 is now part of the cluster
& DEBUG 22:32:51,051 Resetting pool for /10.215.195.81
& DEBUG 22:32:51,052 Token 877 removed manually (endpoint
was unknown)
INFO 22:32:51,052 Node /10.250.106.111 is now part of the cluster
& DEBUG 22:32:51,053 Resetting pool for /10.250.106.111
& DEBUG 22:32:51,053 Node /10.250.106.111 state normal, token 0
& DEBUG 22:32:51,053 clearing cached endpoints
& DEBUG 22:32:51,171 Applying AddKeyspace from /10.250.106.111
& DEBUG 22:32:51,188 Applying migration 77e97d6c-b625-11df-b646e8
INFO 22:32:51,189 switching in a fresh Memtable for Migrations at CommitLogContext(file='/mnt/cassandra/commitlog/CommitLog-3.log',
position=7417)
INFO 22:32:51,189 Enqueuing flush of Memtable-Migrations@8 bytes, 1 operations)
INFO 22:32:51,189 Writing Memtable-Migrations@8 bytes, 1 operations)
INFO 22:32:51,194 switching in a fresh Memtable for Schema at CommitLogContext(file='/mnt/cassandra/commitlog/CommitLog-3.log',
position=7417)
INFO 22:32:51,194 Enqueuing flush of Memtable-Schema@4 bytes, 3 operations)
INFO 22:32:51,274 Completed flushing /mnt/ebs/data/system/Migrations-e-1-Data.db
& DEBUG 22:32:51,274 Checking to see if compaction of Migrations would be useful
& DEBUG 22:32:51,275 Discarding 2
& DEBUG 22:32:51,275 discard completed log segments for CommitLogContext(file='/mnt/cassandra/commitlog/CommitLog-3.log',
position=7417), column family 2
& DEBUG 22:32:51,275 Marking replay position 7417 on commit log CommitLogSegment(/mnt/cassandra/commitlog/CommitLog-3.log)
INFO 22:32:51,275 Writing Memtable-Schema@4 bytes, 3 operations)
INFO 22:32:51,388 Completed flushing /mnt/ebs/data/system/Schema-e-1-Data.db
& DEBUG 22:32:51,389 Checking to see if compaction of Schema would be useful
& DEBUG 22:32:51,389 Discarding 3
& DEBUG 22:32:51,389 discard completed log segments for CommitLogContext(file='/mnt/cassandra/commitlog/CommitLog-3.log',
position=7417), column family 3
& DEBUG 22:32:51,389 Marking replay position 7417 on commit log CommitLogSegment(/mnt/cassandra/commitlog/CommitLog-3.log)
& DEBUG 22:32:51,406 Starting CFS MyColumnFamily
& DEBUG 22:32:51,406 key cache capacity for MyColumnFamily is 200000
INFO 22:32:51,407 Creating new commitlog segment /mnt/cassandra/commitlog/CommitLog-7.log
& DEBUG 22:32:51,604 attempting to connect to node1-/10.250.106.111
INFO 22:32:51,622 InetAddress /10.215.195.81 is now UP
INFO 22:32:51,623 InetAddress /10.250.106.111 is now UP
INFO 22:32:51,623 Started hinted handoff for endpoint /10.215.195.81
INFO 22:32:51,631 Finished hinted handoff of 0 rows to endpoint /10.215.195.81
INFO 22:32:51,632 Started hinted handoff for endpoint /10.250.106.111
INFO 22:32:51,632 Finished hinted handoff of 0 rows to endpoint /10.250.106.111
& DEBUG 22:32:51,918 GC for ParNew: 14 ms,
reclaimed leaving
& DEBUG 22:32:51,919 GC for ConcurrentMarkSweep: 73 ms, 4178480 reclaimed leaving 8520856
& DEBUG 22:32:52,924 Disseminating load info ...
& DEBUG 22:32:53,929 attempting to connect to /10.215.195.81
& DEBUG 22:32:54,925 GC for ConcurrentMarkSweep: 73 ms,
reclaimed leaving
& DEBUG 22:33:52,931 Disseminating load info ...
& DEBUG 22:34:20,929 ... got load info
INFO 22:34:20,929 Joining: getting bootstrap token
& DEBUG 22:34:20,931 token manually specified as 878
INFO 22:34:20,932 Joining: sleeping 30000 ms for pending range setup
INFO 22:34:50,935 Bootstrapping
& DEBUG 22:34:50,935 Beginning bootstrap process
& java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at mons.daemon.support.DaemonLoader.load(DaemonLoader.java:160)
& Caused by: java.lang.IllegalStateException: replication factor (2) exceeds number of
endpoints (1)
at org.apache.cassandra.locator.RackUnawareStrategy.calculateNaturalEndpoints(RackUnawareStrategy.java:57)
at org.apache.cassandra.locator.AbstractReplicationStrategy.getRangeAddresses(AbstractReplicationStrategy.java:195)
at org.apache.cassandra.dht.BootStrapper.getRangesWithSources(BootStrapper.java:155)
at org.apache.cassandra.dht.BootStrapper.startBootstrap(BootStrapper.java:73)
at org.apache.cassandra.service.StorageService.startBootstrap(StorageService.java:467)
at org.apache.cassandra.service.StorageService.initServer(StorageService.java:408)
at org.apache.cassandra.thrift.CassandraDaemon.setup(CassandraDaemon.java:134)
at org.apache.cassandra.service.AbstractCassandraDaemon.init(AbstractCassandraDaemon.java:57)
... 5 more
& Cannot load daemon
& Service exit with a return value of 3
This message is automatically generated by JIRA.
You can reply to this email to add a comment to the issue online.
(inline, 7-Bit, 12209 bytes)Unable to determine any nodes with active cluster services执行 smitty hacmp->Problem Determination Tools->view Current State出现如下信息Command: failed& && &&&stdout: yes& && && &&&stderr: noBefore command completion, additional instructi...执行 smitty hacmp->Problem Determination Tools->view Current State出现如下信息Command: failed& && &&&stdout: yes& && && &&&stderr: noBefore command completion, additional instructions may appear below.cldump: Unable to determine any nodes with active cluster services.这是什么意思?另外# /usr/sbin/cluster/clstatFailed retrieving cluster information.There are a number of possible causes:clinfoES or snmpd subsystems are not active.snmp is unresponsive.snmp is not configured correctly.Cluster services are not active on any nodes.Refer to the HACMP Administration Guide for more information.我已经按照论坛的帖子修改了snmpdv3.conf文件,并且重新启动了snmpd进程和clinfoES 进程主机A进程# clshowsrv -vStatus of the RSCT subsystems used by HACMP:Subsystem& && && &Group& && && && &PID& && && & Status
topsvcs& && && & topsvcs& && && & & &&&active grpsvcs& && && & grpsvcs& && && & 5308630& && &active grpglsm& && && & grpsvcs& && && && && && && &&&inoperative emsvcs& && && &&&emsvcs& && && &&&& &&&active emaixos& && && & emsvcs& && && && && && && && &inoperative ctrmc& && && && &rsct& && && && & 7995448& && &activeStatus of the HACMP subsystems:Subsystem& && && &Group& && && && &PID& && && & Status
clcomdES& && && &clcomdES& && && &9043992& && &active clstrmgrES& && & cluster& && && & & &&&activeStatus of the optional HACMP subsystems:Subsystem& && && &Group& && && && &PID& && && & Status
clinfoES& && && &cluster& && && & & &&&active主机B进程# clshowsrv -vStatus of the RSCT subsystems used by HACMP:Subsystem& && && &Group& && && && &PID& && && & Status
topsvcs& && && & topsvcs& && && & & &&&active grpsvcs& && && & grpsvcs& && && & & &&&active grpglsm& && && & grpsvcs& && && && && && && &&&inoperative emsvcs& && && &&&emsvcs& && && &&&& &&&active emaixos& && && & emsvcs& && && && && && && && &inoperative ctrmc& && && && &rsct& && && && & 5112024& && &activeStatus of the HACMP subsystems:Subsystem& && && &Group& && && && &PID& && && & Status
clcomdES& && && &clcomdES& && && &7536882& && &active clstrmgrES& && & cluster& && && & & &&&activeStatus of the optional HACMP subsystems:Subsystem& && && &Group& && && && &PID& && && & Status
clinfoES& && && &cluster& && && & 2621550& && &active这是什么情况?求解关注问题112回答没有十全十美的方案,只有最适合的方案,助您优化基础架构运行clstat以前,你重启过吗?AIX的版本似乎太低,我几乎从来不用SP3以下的版本。你这个是TL3SP0。SNMP3这个问题是一个易发又不一定好解决的问题,建议安装过程尽量规范。运行clstat以前,你重启过吗?AIX的版本似乎太低,我几乎从来不用SP3以下的版本。你这个是TL3SP0。SNMP3这个问题是一个易发又不一定好解决的问题,建议安装过程尽量规范。赞同信息技术经理
, 西安hacmp还没有配置呢,啥也看不到的意思hacmp还没有配置呢,啥也看不到的意思赞同软件架构设计师
, 胡伟回复 2# hello_unix 还没配置?谢谢回复
hello_unix 还没配置?谢谢赞同没有十全十美的方案,只有最适合的方案,助您优化基础架构smit hacmp选Extended Configuration > Extended Topology Configuration > Show HACMP Topology 看看配了拓扑没。smit hacmp选Extended Configuration > Extended Topology Configuration > Show HACMP Topology 看看配了拓扑没。赞同技术经理
, 某信息科技有限公司这个是一个bug需要修改snmpdv3.conf,具体论坛有的,可以搜一下,我之前回复过这个是一个bug需要修改snmpdv3.conf,具体论坛有的,可以搜一下,我之前回复过赞同软件架构设计师
, 胡伟回复 4# 北京荣歆咨询 希望帮忙解决,谢谢# cltopinfoCluster Name: p720_clusterCluster Connection Authentication Mode: StandardCluster Message Authentication Mode: NoneCluster Message Encryption: NoneUse Persistent Labels for Communication: NoThere are 2 ...回复
北京荣歆咨询 希望帮忙解决,谢谢# cltopinfoCluster Name: p720_clusterCluster Connection Authentication Mode: StandardCluster Message Authentication Mode: NoneCluster Message Encryption: NoneUse Persistent Labels for Communication: NoThere are 2 node(s) and 2 network(s) definedNODE p720_1:& && &&&Network net_ether_01& && && && && & serv_a&&148.0.9.92& && && && && & boot_a1 10.10.10.10& && && && && & boot_a2 10.10.11.10& && &&&Network net_ether_02& && && && && & heart_a 1.1.1.1NODE p720_2:& && &&&Network net_ether_01& && && && && & serv_a&&148.0.9.92& && && && && & boot_b1 10.10.10.11& && && && && & boot_b2 10.10.11.11& && &&&Network net_ether_02& && && && && & heart_b 1.1.1.2Resource Group sybase_resource& && &&&Startup Policy& &Online On Home Node Only& && &&&Fallover Policy&&Fallover To Next Priority Node In The List& && &&&Fallback Policy&&Fallback To Higher Priority Node In The List& && &&&Participating Nodes& && &p720_1 p720_2& && &&&Service IP Label& && && && && &&&serv_aTotal Heartbeats Missed:& && &&&0Cluster Topology Start Time:& & 01/16/:15赞同软件架构设计师
, 胡伟回复 4# 北京荣歆咨询 这个我修改过了,麻烦专家看下#VACM_VIEW defaultView& && & internet& && & & & & & & & - included -VACM_VIEW defaultView& && &&&1.3.6....回复
北京荣歆咨询 这个我修改过了,麻烦专家看下#VACM_VIEW defaultView& && & internet& && & & & & & & & - included -VACM_VIEW defaultView& && &&&1.3.6.1.4.1.2.2.1.1.1.0& & - included -VACM_VIEW defaultView& && &&&1.3.6.1.4.1.2.6.191.1.6& & - included -VACM_VIEW defaultView& && &&&1.3.6.1.4.1.2.3.1.2.1.5& & - included -smux& && && && &1.3.6.1.4.1.2.3.1.2.1.2& && && &gated_passwordsmux& &&&1.3.6.1.4.1.2.3.1.2.1.5& && &clsmuxpd_password赞同没有十全十美的方案,只有最适合的方案,助您优化基础架构操作系统和HA的详细版本是?HA安装过程中在每个node上应该自动修改文件:/etc/snmpdv3.confsmux 1.3.6.1.4.1.2.3.1.2.1.5 clsmuxpd_password # HACMP/ES for AIX clsmuxpd/etc/snmpd.peersclsmuxpd 1.3.6.1.4.1.2.3.1.2.1.5 "clsmuxpd_password" # HACMP/ES for AIX clsmuxp...操作系统和HA的详细版本是?HA安装过程中在每个node上应该自动修改文件:/etc/snmpdv3.confsmux 1.3.6.1.4.1.2.3.1.2.1.5 clsmuxpd_password # HACMP/ES for AIX clsmuxpd/etc/snmpd.peersclsmuxpd 1.3.6.1.4.1.2.3.1.2.1.5 "clsmuxpd_password" # HACMP/ES for AIX clsmuxpd然后重启每个node,一般就可以了。如果安装HA过程没有自动修改以上文件,可能是版本问题,手动修改有时也行,也有还有问题然后改为snmpv1版本用的。赞同软件架构设计师
, 胡伟回复 8# 北京荣歆咨询 请专家帮忙看看etc/snmpdv3.conf smux 1.3.6.1.4.1.2.3.1.2.1.5 clsmuxpd_password # HACMP/ES for AIX clsmuxpd /etc/snmpd.peers clsmuxpd 1.3.6.1.4.1.2.3.1.2.1.5 "clsmuxpd_password" # HACMP/ES for AIX clsmuxpd这两行安装完毕是有的# osle...回复
北京荣歆咨询 请专家帮忙看看etc/snmpdv3.conf smux 1.3.6.1.4.1.2.3.1.2.1.5 clsmuxpd_password # HACMP/ES for AIX clsmuxpd /etc/snmpd.peers clsmuxpd 1.3.6.1.4.1.2.3.1.2.1.5 "clsmuxpd_password" # HACMP/ES for AIX clsmuxpd这两行安装完毕是有的# oslevel -s-0000& & # lslpp -l cluster.es*&&Fileset& && && && && && && & Level&&State& && &Description& && && &&&----------------------------------------------------------------------------Path: /usr/lib/objrepos&&cluster.mon& &6.1.0.1&&COMMITTED&&HACMP Smart Assist Common& && && && && && && && && && && && && && && && & Files&&cluster.es.assist.db2& && &6.1.0.4&&COMMITTED&&HACMP Smart Assist for DB2&&cluster.es.assist.oracle& &6.1.0.6&&COMMITTED&&HACMP Smart Assist for Oracle&&cluster.es.assist.sap& && &6.1.0.0&&COMMITTED&&HACMP Smart Assist for SAP&&cluster.es.assist.websphere& && && && && && && && && &&&6.1.0.0&&COMMITTED&&HACMP Smart Assist for& && && && && && && && && && && && && && && && & WebSphere&&cluster.es.cfs.rte& && && &6.1.0.4&&COMMITTED&&ES Cluster File System Support&&cluster.es.client.clcomd& &6.1.0.9&&COMMITTED&&ES Cluster Communication& && && && && && && && && && && && && && && && & Infrastructure&&cluster.es.client.lib& && &6.1.0.5&&COMMITTED&&ES Client Libraries&&cluster.es.client.rte& && &6.1.0.9&&COMMITTED&&ES Client Runtime&&cluster.es.client.utils& & 6.1.0.6&&COMMITTED&&ES Client Utilities&&cluster.es.client.wsm& && &6.1.0.5&&COMMITTED&&Web based Smit&&cluster.es.cspoc.cmds& &&&6.1.0.11&&COMMITTED&&ES CSPOC Commands&&cluster.es.cspoc.dsh& && & 6.1.0.0&&COMMITTED&&ES CSPOC dsh&&cluster.es.cspoc.rte& && &6.1.0.11&&COMMITTED&&ES CSPOC Runtime Commands&&cluster.es.nfs.rte& && && &6.1.0.5&&COMMITTED&&ES NFS Support&&cluster.es.plugins.dhcp& & 6.1.0.0&&COMMITTED&&ES Plugins - dhcp&&cluster.es.plugins.dns& &&&6.1.0.0&&COMMITTED&&ES Plugins - Name Server&&cluster.es.plugins.printserver& && && && && && && && && &&&6.1.0.0&&COMMITTED&&ES Plugins - Print Server&&cluster.es.server.cfgast& &6.1.0.1&&COMMITTED&&ES Two-Node Configuration& && && && && && && && && && && && && && && && & Assistant&&cluster.es.server.diag& & 6.1.0.10&&COMMITTED&&ES Server Diags&&cluster.es.server.events&&6.1.0.11&&COMMITTED&&ES Server Events&&cluster.es.server.rte& &&&6.1.0.11&&COMMITTED&&ES Base Server Runtime&&cluster.es.server.testtool& && && && && && && && && &&&6.1.0.2&&COMMITTED&&ES Cluster Test Tool&&cluster.es.server.utils& &6.1.0.11&&COMMITTED&&ES Server Utilities&&cluster.es.worksheets& && &6.1.0.3&&COMMITTED&&Online Planning WorksheetsPath: /etc/objrepos&&cluster.es.assist.db2& && &6.1.0.0&&COMMITTED&&HACMP Smart Assist for DB2&&cluster.es.assist.oracle& &6.1.0.0&&COMMITTED&&HACMP Smart Assist for Oracle&&cluster.es.assist.sap& && &6.1.0.0&&COMMITTED&&HACMP Smart Assist for SAP&&cluster.es.assist.websphere& && && && && && && && && &&&6.1.0.0&&COMMITTED&&HACMP Smart Assist for& && && && && && && && && && && && && && && && & WebSphere&&cluster.es.client.clcomd& &6.1.0.9&&COMMITTED&&ES Cluster Communication& && && && && && && && && && && && && && && && & Infrastructure&&cluster.es.client.lib& && &6.1.0.5&&COMMITTED&&ES Client Libraries&&cluster.es.client.rte& && &6.1.0.9&&COMMITTED&&ES Client Runtime&&cluster.es.client.wsm& && &6.1.0.0&&COMMITTED&&Web based Smit&&cluster.es.cspoc.rte& && & 6.1.0.0&&COMMITTED&&ES CSPOC Runtime Commands&&cluster.es.nfs.rte& && && &6.1.0.5&&COMMITTED&&ES NFS Support&&cluster.es.server.diag& &&&6.1.0.0&&COMMITTED&&ES Server Diags&&cluster.es.server.events& &6.1.0.0&&COMMITTED&&ES Server Events&&cluster.es.server.rte& &&&6.1.0.11&&COMMITTED&&ES Base Server Runtime&&cluster.es.server.utils& &6.1.0.11&&COMMITTED&&ES Server Utilities赞同软件架构设计师
, 胡伟回复 10# 北京荣歆咨询 谢谢!已解决执行/usr/sbin/snmpv3_ssw -1stopsrc -s snmpd startsrc -s snmpd&&& && && && && & clstat - HACMP Cluster Status Monitor& && && &&nb...回复
北京荣歆咨询 谢谢!已解决执行/usr/sbin/snmpv3_ssw -1stopsrc -s snmpd startsrc -s snmpd&&& && && && && & clstat - HACMP Cluster Status Monitor& && && && && & -------------------------------------终于看到状态了Cluster: p720_cluster& &()Tue Jan 20 09:09:57 2015& && && && && & State: UP& && && && && &Nodes: 2& && && && && & SubState: STABLE& && &&&Node: p720_1& && && && &State: UP& && && &&&Interface: boot_a1 (0)& && && && && &Address: 10.10.10.10& && && && && && && && && && && && && && && && &State:& &UP& && && &&&Interface: boot_a2 (0)& && && && && &Address: 10.10.11.10& && && && && && && && && && && && && && && && &State:& &UP& && && &&&Interface: heart_a (1)& && && && && &Address: 1.1.1.1& && && && && && && && && && && && && && && && &State:& &UP& && && &&&Interface: serv_a (0)& && && && && & Address: 148.0.9.92& && && && && && && && && && && && && && && && &State:& &UP& && && &&&Resource Group: sybase_resource& && && && && && && & State:&&On line& && &&&Node: p720_2& && && && &State: UP& && && &&&Interface: boot_b1 (0)& && && && && &Address: 10.10.10.11& && && && && && && && && && && && && && && && &State:& &UP& && && &&&Interface: boot_b2 (0)& && && && && &Address: 10.10.11.11& && && && && && && && && && && && && && && && &State:& &UP& && && &&&Interface: heart_b (1)& && && && && &Address: 1.1.1.2& && && && && && && && && && && && && && && && &State:& &UP赞同
撰写回答软件架构设计师, 胡伟关注发布22回答14请稍候...

我要回帖

更多关于 nodejs cluster 的文章

 

随机推荐