Hacmp 5.1 的配置方法

Hacmp 5.1 的配置方法
Hacmp 自从出了5.1 版本后, 很多客户向IBM技术支持中心打电话咨询配置方法。
的确,hacmp5.1 较以前的版本无论是从界面还是从配置方法都有了很大的改变。具体
内容我们可以从IBMhacmp5。1 红皮书上获知。但对于大部分hacmp 软件使用者来说,
最重要的是要有一个快速入门的步骤。因此我会在这里介绍一下hacmp 的入门安装与
配置。
 
一,Hacmp的软件安装。
1.    安装前提
如果您的操作系统是AIX5.1 ,那么您要安装维护补丁包ML03以上,目前
最高的补丁版本是ML05. 并且您还要安装RSCT 2.2.1.30 或更高版本。
以下的包也是必须要安装的:
 
 bos.adt.lib
 bos.adt.libm
 bos.adt.syscalls
 bos.net.tcp.client
 bos.net.tcp.server
 bos.rte.SRC
 bos.rte.libc
 bos.rte.libcfg
 bos.rte.libcur
 bos.rte.libpthreads
 bos.rte.odm
     如果您要安装并行的资源组,还要安装下面的包:
 bos.rte.lvm.rte5.1.0.25or higher
 bos.clvm.enh.
2.    开始安装
一般基本上除了haview ,netwiew ( Tivoli),的 包以外,所有的hacmp的包都要安装。
3.    打补丁。
 注意,客户总是忽略给hacmp打补丁这一步骤。其实对hacmp来说,补丁是十分重要的。很多
 发现的缺陷都已经在补丁中被解决了。有的客户严格的按照正确步骤安装和配置完hacmp的软件后,发现takeover 有问题,ip接管有问题,机器自动宕机等等千奇百怪的问题,其实都与补丁
有关。所以客户一定要注意打补丁这个环节。现在hacmp最新的补丁是:
IY53044 - Latest HACMPfor AIX R510 Fixes as of January 2004
大家可以从IBM网站上下载,或者打800-810-1818 热线电话索要。
4.    重启机器。 在hacmp5。1 中 为了安全起见,不再使用/.rhosts 文件来控制两台机器
之间的命令和数据交换,而是引进的一个新的进程clcomd 。 如果你编辑/etc/inittab文件
就会发现安装完hacmp后,在最后添加了一行:clcomdES:2:once:startsrc-s clcomdES >/dev/console 2>&1 。因此重新启机后, ps –ef |grep clomd ,会发现:root 12908  6478  0   Apr 12      - 0:21 /usr/es/sbin/cluster/clcomd –d ,证明该进程启动了。Hacmp5.1使用
/usr/es/sbin/cluster/etc/rhosts 文件来代替 /.rhosts 文件的功能。
 
注意:如果两个节点间的通讯发生了什么问题,可以检查rhots文件,或者编辑rhosts文件
加入两个节点的网络信息。
二, hacmp5.1 的配置
我们以两台机器为例:test1 和test2 , 共享三块7133 硬盘。
1.  首先配置两台机器的ip 和vg , 以及/etc/hosts  和application 启动/停止脚本
 test1:/>netstat -in
Name  Mtu  Network     Address            Ipkts Ierrs    Opkts Oerrs Coll
en0   1500 link#2      0.4.ac.49.f2.d5      77960    0    47805     0    0
en0   1500 100.1       100.1.0.1            77960     0   47805     0     0
en1   1500 link#3      0.6.29.ec.44.d6         33    0       11     0    0
en1   1500  192.168.0  192.168.0.1             33     0      11     0     0
 
test2:/>netstat -in
Name  Mtu  Network     Address            Ipkts Ierrs    Opkts Oerrs Coll
en0   1500 link#2      0.4.ac.49.60.23      31138    0    82582     0    0
en0   1500 100.1       100.1.0.2            31138     0   82582     0     0
en1   1500 link#3      0.4.ac.3e.b9.4b         36    0       13     0    0
en1   1500 192.168.0   192.168.0.2             36     0      13     0     0
 
test1 :
hdisk0          0004383268b07574                    rootvg          active
hdisk3          000438325e22bca7                    test1vg
hdisk4          00043832125e5aa8                    None
hdisk5          000438323d0e4487                    None
 
test2 :
hdisk0          000d29574085126d                    rootvg          active
hdisk5          000438325e22bca7                    test1vg
hdisk6          00043832125e5aa8                    None
hdisk7          000438323d0e4487                    None
 
/etc/hosts 
100.1.0.2       test2_boot1  test2
100.1.0.1       test1_boot1  test1
192.168.0.1     test1_boot2
192.168.0.2     test2_boot2
10.1.0.1        test1_svc
10.1.0.2        test2_svc
10.1.0.5        test1_per
10.1.0.6        test1_per
 
test2:/ha51>ls –l
-rwxr-xr-x  1 root     system           65 Apr 13 13:51 start
-rw-r--r--  1 root     system           31 Apr 13 11:49 start.log
-rwxr-xr-x  1 root     system           66 Apr 13 14:01 start1
-rw-r--r--  1 root     system           31 Apr 13 14:01 start1.log
-rwxrwxrwx  1 root     system           64 Apr 13 11:48 stop
-rw-r--r--  1 root     system           31 Apr 13 11:48 stop.log
-rwxr-xr-x  1 root     system           66 Apr 13 14:01 stop1
-rw-r--r--  1 root     system           31 Apr 13 14:01 stop1.log
 
vi start
date >> /ha51/start.log
banner " start app1 " >>/tmp/hacmp.out
 
vi stop
date >> /ha51/stop.log
banner "stop app1 " >>/tmp/hacmp.out
 
vi start1
date >> /ha51/start1.log
banner " start app2 " >>/tmp/hacmp.out
 
vi stop1
date >> /ha51/stop1.log
 banner "stop app2 " >>/tmp/hacmp.out
 
注意:在两个节点要保证hosts 和启动/停止脚本要一样存在。
 
2. 用smitty hacmp 来配置hacmp
 
添加cluster 和node
smitty hacmp
Initialization andStandard Configuration
 Extended Configuration
 System Management (C-SPOC)
 Problem Determination Tools
 
Add Nodes to an HACMPCluster
  ConfigureResources to Make Highly Available
 Configure HACMP Resource Groups
 Verify and Synchronize HACMP Configuration
Display HACMPConfiguration
 
                                                       
* ClusterName                                       [ha51tsc]
 New Nodes (via selected communication paths)[m       [test2_boot1 test1_boot1]                                            
 Currently Configured Node(s)
 
这一部很重要,一般我们都是把每个节点的boot1 作为communicationpath . New node
可以一起加,也可以一个一个的加。当回车以后,系统会自己discover hacmp 的资源
显示如下:
。。。。。。。。。。。。。。。。。。。。
IP NetworkDiscovery completed normally
Current cluster configuration:
 
No resourcegroups defined
ClusterDescription of Cluster: ha51tsc
ClusterSecurity Level: Standard
There are 2node(s) and 1 network(s) defined
 
NODE test1:
        Network net_ether_02
                test1_boot1     100.1.0.1
                test1_boot2     192.168.0.1
 
NODE test2:
        Network net_ether_02
                test2_boot1     100.1.0.2
                test2_boot2     192.168.0.2
。。。。。。。。。。。。。。。。。。。。。。
 
添加高可用资源(serviceip , application server , vg and jfs )
 
 添加服务ip地址
 Add Nodes to an HACMP Cluster
  ConfigureResources to Make Highly Available
  Configure HACMP Resource Groups
  Verify and Synchronize HACMP Configuration
  Display HACMP Configuration
 
 
  Configure Service IP Labels/Addresses
  Configure Application Servers
  Configure Volume Groups, Logical Volumes andFilesystems
  Configure Concurrent Volume Groups andLogical Volumes
 
  Add a Service IP Label/Address
  Change/Show a Service IP Label/Address
  Remove Service IP Label(s)/Address(es)
 
* IPLabel/Address                                  [test1_svc   ]                                                          
Network Name                                    [net_ether_02]
 
* IPLabel/Address                                  [test2_svc   ]                                                          
Network Name                                   [net_ether_02 ]
 
 
 
添加application server
 Configure Service IPLabels/Addresses
  Configure Application Servers
  Configure Volume Groups,Logical Volumes and Filesystems
  Configure Concurrent VolumeGroups and Logical Volumes
 
 
  Add an Application Server
  Change/Show an ApplicationServer
  Remove an Application Server
 
* Server Name                                        [app1]
* Start Script                                       [/ha51/start]
* Stop Script                                     [/ha51/stop]
 
* Server Name                                        [app2]
* Start Script                                      [/ha51/start1]
* Stop Script                                    [/ha51/stop1]
 
添加共享vg ,  jfs
注意在前面的步骤中我们看到已经有一个共享VG test1vg 存在了,它使用传统的方法:
1. 在test1 节点上创建test1vg ,lv,jfs
2. Varyoffvg
3. 在test2 上 importvg
4. Varyoffvg
现在我们试着用hacmp的功能去创建test2vg
 
ConfigureService IP Labels/Addresses
 Configure Application Servers
 ConfigureVolume Groups, Logical Volumes and Filesystems
  Configure Concurrent Volume Groups andLogical Volumes
 
 
  Shared Volume Groups
  Shared Logical Volumes
  Shared File Systems
  Synchronize Shared LVM Mirrors
  Synchronize a Shared Volume Group Definition
 
 
  List All Shared Volume Groups
  Createa Shared Volume Group
  Create a Shared Volume Group with Data PathDevices
  Set Characteristics of a Shared Volume Group
  Import a Shared Volume Group
  Mirror a Shared Volume Group
  Unmirror a Shared Volume Group
 
 在选择菜单中同时用F7 选择test1 和 test2
  test1
  test2
选中PVID 00043832125e5aa8
  Node Names                                         test1,test2
  PVID                                               00043832125e5aa8
 VOLUME GROUP name                               [test2vg ]
  Physical partition SIZE in megabytes             4                                                                  
Volume group MAJOR NUMBER                          [49]
 
test2:/ha51>lspv
hdisk0          000d29574085126d                    rootvg         active
hdisk5          000438325e22bca7                    test1vg
hdisk6          00043832125e5aa8                    test2vg
hdisk7          000438323d0e4487                    None
 
test1:/ha51>lspv
hdisk0          0004383268b07574                    rootvg          active
hdisk3          000438325e22bca7                    test1vg
hdisk4          00043832125e5aa8                    test2vg
hdisk5          000438323d0e4487                    None
 
同样方法你可以在两个节点上同时创建ljfs
Shared Volume Groups
  SharedLogical Volumes
  Shared File Systems
 Synchronize Shared LVM Mirrors
Synchronize aShared Volume Group Definition
 
 
  Journaled FileSystems
  Enhanced Journaled File Systems
 
  Add aJournaled File System
  Add a Journaled File System on a PreviouslyDefined Logical Volume
  List All Shared File Systems
  Change / Show Characteristics of a SharedFile System
  Remove a Shared File System
 
  Add a Standard Journaled File System
  Add a Compressed Journaled File System
  Add a Large File Enabled Journaled FileSystem
 
test1vg             test1,test2
test2vg            test1,test2
 
Node Names                                     test1,test2
 Volume group name                                test1vg
* SIZE of file system                                [10 ]
* MOUNT POINT                                   [/test1jfs]
  PERMISSIONS                                   read/write                                                          
  Mount OPTIONS                                  []                                                                  
  Start Disk Accounting?                              no                                                                  
  Fragment Size (bytes)                               4096                                                               
  Number of bytes perinode                           4096                                                                
  Allocation Group Size(MBytes)                       8
 
系统会自动在test1上添加test1jfs 文件系统,并且自动会在两个
节点上作update. 但是根据我自己的经验,最好还是用传统的方式在
一个结点上创建vg,lv, jfs .然后再import 到另一个节点上。
这里有一个tips, 如果在这里创建共享jfs遇到问题,可以先手工把vg
在一个结点上varyon, 然后再创建就可以了。
 
创建资源组
 
 
  Initialization and Standard Configuration
  Extended Configuration
  System Management (C-SPOC)
  Problem Determination Tools
 
Add Nodes to an HACMP Cluster
  Configure Resources to MakeHighly Available
  Configure HACMP Resource Groups
  Verify and Synchronize HACMPConfiguration
  Display HACMP Configuration
 
Add a Resource Group
  Change/Show a Resource Group
  Remove a Resource Group
  Change/Show Resources for aResource Group (standard)
 
 
Cascading
Rotating                                                              Concurrent                                                         Custom
 
                                                  
* Resource Group Name                               [res1]
* Participating Node Names / Default Node Priority         [test1test2]
 
同样方法可以添加res2 
 
接下来可以配置资源组,当然也可以在ExtendedConfiguration 中去详细配置。
我们姑且先在Initialization and StandardConfiguration 中配置。
 
Smitty   cm_config_hacmp_resource_groups_menu_dmn
 
Add a ResourceGroup
  Change/Show a Resource Group
  Remove a Resource Group
Change/ShowResources for a Resource Group (standard)
 
选择res1
 
Resource Group Name                                 res1
 Participating Node Names (Default Node Priority)    test1 test2
 
* Service IPLabels/Addresses                       [test1_svc]                                                       Volume Groups                                     [mtest1vg]                                                           Filesystems (empty is ALL for VGs specified)                    [/test1jfs]                                                         Application Servers                                         [mapp1]
 
同样的方法配置res2
 
检查和同步hacmp配置
 
Initialization andStandard Configuration
  Extended Configuration
  System Management (C-SPOC)
  Problem Determination Tools
 
 
 
 
 
Add Nodes to an HACMP Cluster
  Configure Resources to Make Highly Available
  Configure HACMP Resource Groups
  Verify and Synchronize HACMP Configuration
  Display HACMP Configuration
 
 
ClusterDescription of Cluster: ha51tsc
ClusterSecurity Level: Standard
There are 2node(s) and 1 network(s) defined
 
NODE test1:
        Network net_ether_02
                test2_svc       10.1.0.2
                test1_svc       10.1.0.1
                test1_boot2     192.168.0.1
                test1_boot1     100.1.0.1
 
NODE test2:
        Network net_ether_02
                test2_svc       10.1.0.2
                test1_svc       10.1.0.1
                test2_boot1     100.1.0.2
                test2_boot2     192.168.0.2
 
Resource Groupres1
        Behavior                 cascading
        Participating Nodes      test1 test2
        Service IP Label                 test1_svc
 
Resource Groupres2
        Behavior                 cascading
        Participating Nodes      test2 test1
        Service IP Label                 test2_svc
 
注意nodetest1 的ip地址排列,虽然test_boot2排在test_boot1
前面,但是实验证明,service 地址依然会绑定在communication
path 上。
 
现在就可以做Initialization and Standard Configuration 〉〉  Verify and Synchronize HACMP Configuration  .
然后start 一下hacmp,看看take over 是否都正常。
 
注意,很多客户是把所有的hacmp 包括应用都配好后再试起hacmp
, 作takeover测试,这是很不好的一种习惯。因为融入的可能因素太多
了,一旦有了问题,我们还要隔离问题,先把hacmp配置简化,再一步步
作pd , 那么先前的配置就白做了。所以建议客户阶段性的监测一下hacmp
 
 
3. 到此为止我们的hacmp已经基本配置完成了。剩下的要在ExtendedConfiguration中配置了。
在ExtendedConfiguration中我们还可以配置 tty 心跳 网络  , hdisk 心跳网络,PersistentNode IP ,application monitor 等等。
 
下面我们先介绍一下配置hdisk 心跳网络,这也是hacmp5.1 里的一个新的功能。
 
首先我们要一个 Enhanced concurrent VG , 这个vg 不需要一定是放在concurrent 资源组里的vg , 当然也可以用concurrent 资源组里的硬盘来做
心跳网络。这个concurrent vg 可以通过传统方法建立。
1. Mkvg –c convg 
2. 在一个节点上varyoffvg , 另一个节点上importvg
 
现在我们介绍用hacmp 来创建concurrent vg .
 
 
  Initialization and Standard Configuration 
  ExtendedConfiguration
  SystemManagement (C-SPOC)
Problem Determination Tools
 
 
  Add Nodes to an HACMP Cluster
  Configure Resources to Make HighlyAvailable
  Configure HACMP Resource Groups
  Verify and Synchronize HACMP Configuration
  Display HACMP Configuration
 
Configure Service IP Labels/Addresses
  Configure Application Servers
  Configure Volume Groups, Logical Volumes andFilesystems
  Configure Concurrent Volume Groups andLogical Volumes
 
 
   Concurrent Volume Groups
   Concurrent Logical Volumes
   Synchronize Concurrent LVM Mirrors
 
 
  List All ConcurrentVolume Groups
  Create a Concurrent Volume Group
  Create a ConcurrentVolume Group with Data Path Devices
  Set Characteristicsof a Concurrent Volume Group
  Import a ConcurrentVolume Group
  Mirror a ConcurrentVolume Group
  Unmirror aConcurrent Volume Group
 
  选中test1and test2
  选中共享硬盘
 
Node Names                                         test1,test2
      PVID                                               000438323d0e4487
      VOLUME GROUP name                                   convg
      PhysicalpartitionSIZEinmegabytes                         4                                      Volume group MAJORNUMBER                          [49]                                                                 EnhancedConcurrent Mode                                   true
 
下面看一下两个节点的硬盘状况:
 
test1:
hdisk0         0004383268b07574               rootvg     active
hdisk3          000438325e22bca7               test1vg
hdisk4          00043832125e5aa8                test2vg
hdisk5          000438323d0e4487               convg
test2 :
hdisk0          000d29574085126d               rootvg          active
hdisk5          000438325e22bca7                test1vg
hdisk6          00043832125e5aa8                test2vg
hdisk7          000438323d0e4487               convg
 
现在检查hdisk 网络的状况,在一个节点上向hdisk 写数据,从另一个节点
上读数据,很像 我们在配置tty网络之前,检查一下tty 是否连通。
 
注意:我原来的操作系统是aix5.2 01,安装了hacmp5.1打了最新的补丁。
但是在/usr/sbin/rsct/bin下找不到dhb_read命令。它应该是属于rsct的,后来我把aix5.2 打倒ml02, rsct 所有的包都生级了,reboot机器后,找到
了dhb_read 命令。
 
1. Add  /usr/sbin/rsct/bin/ to/etc/environment 里的path 中
2. 重新login test1 和test2 使path 生效
3. 在test1 上运行:dhb_read -p hdisk5 –r
4. 在test2 上运行:dhb_read -p hdisk7 –t
 在test1 上:test1:/>dhb_read -p hdisk5-r
Receive Mode:
Waiting for response . . .
Link operating normally
                在test2上:
test2:/usr/sbin/rsct/bin>dhb_read -phdisk7 -t
Transmit Mode:
Detected remote utility in receivemode.  Waiting for response . . .
Link operating normally
 
证明通讯正常。
 
添加hdiskheart beat 网络和设备
 
Initialization and Standard Configuration
  ExtendedConfiguration
  System Management (C-SPOC)
  Problem Determination Tools
 
Discover HACMP-related Information fromConfigured Nodes
  Extended Topology Configuration
  Extended Resource Configuration
  Extended Event Configuration
  Extended Performance Tuning Parameters Configuration
  Security and Users Configuration
Snapshot Configuration
Extended Verification and Synchronization
 
Configure an HACMP Cluster
  Configure HACMPNodes
  Configure HACMPSites
  Configure HACMP Networks
  Configure HACMPCommunication Interfaces/Devices
  Configure HACMPPersistent Node IP Label/Addresses
  Configure HACMPGlobal Networks
  Configure HACMPNetwork Modules
  Configure TopologyServices and Group Services
  Show HACMP Topology
 
Add aNetwork to the HACMP Cluster
  Change/Show a Networkin the HACMP Cluster
  Remove a Networkfrom the HACMP Cluster
 
# Pre-defined Serial Device Types                                      
diskhb                                                               
rs232                                                                 
tmscsi                                                             
tmssa
                            
* Network Name[m                                       [net_diskhb_01]
* Network Type                                            diskhb
 
 
添加设备:
Extended Configuration〉〉Extended Topology Configuration〉〉Configure HACMP Communication Interfaces/Devices〉〉 Add Communication Interfaces/Devices 〉〉 Add Pre-defined Communication Interfacesand Devices 〉〉 Communication Devices 〉〉  net_diskhb_01 〉〉
                          
* Device Name                                     [heartbeatdisk5]
* Network Type                                     diskhb
* Network Name                                     net_diskhb_01
* Device Path                                       [/dev/hdisk5]
* Node Name                                       [test1]  
 
* Device Name                                     [heartbeatdisk7]
* Network Type                                     diskhb
* Network Name                                    net_diskhb_01
* Device Path                                       [/dev/hdisk7]
* Node Name                                       [test2]  
 
Extended Configuration〉〉Extended Topology Configuration〉〉 Show HACMP Topology
Cluster Description of Cluster: ha51tsc
Cluster Security Level: Standard
 
NODE test1:
        Networknet_diskhb_01
               heartbeatdisk5  /dev/hdisk5
        Networknet_ether_02
               test1_svc       10.1.0.1
               test2_svc       10.1.0.2
               test1_boot2     192.168.0.1
               test1_boot1     100.1.0.1
 
NODE test2:
        Networknet_diskhb_01
               heartbeatdisk7  /dev/hdisk7
        Networknet_ether_02
               test1_svc       10.1.0.1
                test2_svc       10.1.0.2
               test2_boot1     100.1.0.2
               test2_boot2     192.168.0.2
配置永久的IP标识(persistent IP label)
    一个永久的IP标识(persistent IP label)是一个IP别名,它可以被分配给一个群集网络中的指定的节点,并且会一直固定在分配的节点上。
 
  2.永久的IP标识(persistent IP label)的特性:
    (1)一直固定在被分配的节点上(节点绑定)
    (2)作为别名被配置在启动网卡(boot adapter)上
    (3)与已经被配置的服务IP标识(service IP label)或启动IP标识(boot IP label)共同存在
    (4)不需要在节点上安装额外的物理网卡
    (5)不属于任何资源组
    (6)可以被用于在群集中访问指定的节点进行管理工作
    (7)在节点启动后即可用,当HACMP服务停止后也始终保持可用
    (8)在以太网、令牌环网、FDDI以及ATM LANE网络中都可被配置
    (9)不能在SP交换机、ATM传统IP网和串行网络上进行配置
    (10)和配置的服务IP标识(service IP label)和启动IP标识(boot IP label)使用同一块网卡
    (11)如果节点失败,该IP标识不会迁移到群集中的其它节点
    (12)如果网卡失败,它只会迁移到相同网络的同一个节点上的其它网卡
    (13)每个网络的每个节点上只能配置一个永久的IP标识(persistent IP label)
 
  3.子网的要求
    (1)对于使用传统的IPAT的网络(不使用别名)
        a.必须被配置为和网络中该节点上的所有standbyIP标识在不同的子网
        b.可以被配置为和网络中该节点上的service IP标识和boot IP标识在相同的子网或者是不同的子网
 
    (2)对于使用别名的IPAT的网络
        a.必须被配置为和网络中该节点上的所有boot IP标识在不同的子网
        b.可以被配置为和网络中该节点上的作为boot网卡别名的service IP标识在相同的子网或者是不同的子网
 
Extended Configuration〉〉Extended Topology Configuration〉〉ConfigureHACMP Persistent Node IP Label/Addresses〉〉 Add aPersistent Node IP Label/Address
* Node Name                                     test1
* Network Name                                  net_ether_02                                                     
Node IP Label/Address                             test1_per 
 
* Node Name                                     test2
* Network Name                                  net_ether_02                                                     
Node IP Label/Address                             test2_per 
 
注意:永久ip 同步完后, ip立即绑定到boot1 上。                                                      
 
                                                          
同步:Extended Configuration〉〉Extended Verification and Synchronization
 
启动hacmp .
 
 
 
三. Hacmp 的监控和问题诊断
 
1.   Clstat 监控hacmp
首先加路径:/usr/es/sbin/cluster到/etc/environment  的path中。
在aix5.2 下要对snmp  做一些调整才可以看到真正的hacmp的状态。
具体来说, aix 5.2 的snmp 默认是version 3 :
 
test2:/usr/sbin>ls -l |grep snmp
lrwxrwxrwx   1root     system            8 Apr 08 17:55 clsnmp -> clsnmpne
-rwxr-x---   1root     system        83150 Mar 12 2003 clsnmpne
-rwxr-x---   1root     system        55110 Mar 12 2003 pppsnmpd
lrwxrwxrwx   1 root    system            9 Apr 08 17:55 snmpd -> snmpdv3ne
 
而hacmp 只支持snmp version 1 . 所以我们要做一下调整:
 
stopsrc -s snmpd                                                            
/usr/sbin/snmpv3_ssw -1
startsrc -s snmpd
 
test2:/usr/sbin>ls -l |grep snmp
lrwxrwxrwx   1root     system           18 Apr 21 13:40 clsnmp -> /usr/sbin/clsnmpne
-rwxr-x---   1root     system        83150 Mar 12 2003 clsnmpne
-rwxr-x---   1root     system        55110 Mar 12 2003 pppsnmpd
lrwxrwxrwx   1 root    system           17 Apr 21 13:40 snmpd -> /usr/sbin/snmpdv1
 
2. 启动hacmp时选择:
 
                                                  
*  Start now, onsystem restart or both[m           now                                                                 
  Start ClusterServices on these nodes             [test2]                                                             
  BROADCAST messageat startup?                true                                                                
  Startup ClusterLock Services?                   false                                                               
 Startup Cluster Information Daemon?            true                                                               
  Reacquire resourcesafter forced down ?            false
 
 
 
 
2.   执行clstat
 
               clstat - HACMP Cluster Status Monitor
               -------------------------------------
 
Cluster: ha51tsc       (1082085119)
Wed Apr 21 13:55:33BEIDT 2004
               State: UP               Nodes: 2
                SubState: STABLE
 
        Node:test1             State: UP
           Interface:test1_boot1 (1)           Address:100.1.0.1
                                               State:   UP
           Interface:test1_boot2 (1)           Address: 192.168.0.1
                                               State:   UP
           Interface:heartbeatdisk5 (0)        Address:0.0.0.0
                                               State:   UP
           Interface:test1_svc (1)             Address: 10.1.0.1
                                               State:   UP
           ResourceGroup: res1                 State:  On line
 
        Node:test2             State: UP
           Interface:test2_boot1 (1)           Address:100.1.0.2
                                                State:   UP
           Interface:test2_boot2 (1)           Address:192.168.0.2
                                               State:   UP
           Interface:heartbeatdisk7 (0)        Address:0.0.0.0
                                                State:   UP
           Interface:test2_svc (1)             Address:10.1.0.2
                                               State:   UP
           ResourceGroup: res2                 State:  On line

Hacmp 5.1 的配置方法,布布扣,bubuko.com

时间: 2024-10-06 00:29:53

Hacmp 5.1 的配置方法的相关文章

AIX HACMP系统错误--NODE同步配置错误

AIX HACMP系统错误--NODE同步配置错误 环境: 操作系统: AIX 5300-08 集群软件: CRS 10.2.0.1 数据库:   Oracle 10.2.0.1 故障现象:    在构建AXI RAC时,从一个node同步hacmp配置到另一个node时,出现以下错误: Verification to be performed on the following: Cluster Topology Cluster Resources Verification will autom

虚拟机上静态地址配置方法

虚拟机上静态地址配置方法 虚拟机要与其他东西进行连接时,由于IP地址总会变动,故设置为静态地址. 方法如下,留作备用. 1. 确保虚拟机网络连接方式是桥接模式 2.启动Ubuntu虚拟机,修改/etc/network/interfaces 网络接口文件,配置ip.掩码.网关等信息: 1 auto lo 2 iface lo inet loopback 3 4 auto eth4 5 iface eth4 inet static 6 address 192.168.1.233 7 netmask

Nginx自签ssl证书创建及配置方法

场景: Nginx使用自签ssl证书实现https连接. 方法: 第一步:使用OpenSSL创建证书 #建立服务器私钥(过程需要输入密码,请记住这个密码)生成RSA密钥 >openssl genrsa -des3 -out server.key 1024 #生成一个证书请求     >openssl req -new -key server.key -out server.csr #需要依次输入国家,地区,组织,email.最重要的是有一个common name,可以写你的名字或者域名.如果为

NHibernate各种数据库连接参数文件配置方法说明

//NHibernate各种数据库连接参数文件配置方法说明 //配置文件Config/Hibernate.cfg.xml内容如下所示:<?xml version="1.0" encoding="utf-8" ?><hibernate-configuration  xmlns="urn:nhibernate-configuration-2.2" >  <session-factory name="CwfSer

UI第九讲.UITableView表视图创建,表视图的重用机制,表视图的相关配置方法

一.UITableView表视图创建 1>.基本属性: UITableView继承自UIScrollView,所以可以滚动          表视图的每一条数据都是显示在UITableViewCell对象中          表视图可以分区显示数据,每个分区称为一个section,每一行称为row,编号都是从0始 2>.重要用法: 最重要的是两个代理方法 <UITableViewDelegate,UITableViewDataSource>(其中必须实现的是 numberOfRow

NLB多播模式下跨路由访问的配置方法

前些时间因为需大量访问共享文件,为提高访问的并发速度,就配置了两台服务器,采用windows的NBL来配置,配置方法在网上很多,配置完后,采用多播在本地可以访问,但其它网段就无法访问:后来又在网上查资料,有些说最好采用单播模式,这样支持跨网段的访问,又将NBL的工作模式改成单播模式,但出现有些机子能访问,有些不能访问,依据单播的工作原理,得知会修改网卡的物理地址改成以02BF开头的mac地址,在三层交换机上查看mac地址转发表,发现02bf开头的地地址只出现在一个物理端口上,另一台计臬机的端口上

docker网络配置方法总结

docker启动时,会在宿主主机上创建一个名为docker0的虚拟网络接口,默认选择172.17.42.1/16,一个16位的子网掩码给容器提供了65534个IP地址.docker0只是一个在绑定到这上面的其他网卡间自动转发数据包的虚拟以太网桥,它可以使容器和主机相互通信,容器与容器间通信.问题是,如何让位于不同主机上的docker容器可以通信.如何有效配置docker网络目前来说还是一个较复杂的工作,因而也涌现了很多的开源项目来解决这个问题,如flannel.Kubernetes.weave.

virtualbox下Centos6.5桥接模式上网配置方法

记得之前安装linux配置桥接模式,马上就能上网的,虚拟机上重装了系统后就不能上网了,折腾了好几次,不停地安装系统,原来应该怎么配置,我真是完全忘记了,年纪大了脑子不好使了!这里记录一下,免得下次再忘. 1.安装linux并配置IP,虚拟机配置为桥接模式,如下图,红框里选主机的网卡,这里是我win7电脑的网卡 2.修改网络连接属性,如下图,勾上就OK了 virtualbox下Centos6.5桥接模式上网配置方法,布布扣,bubuko.com

Java学习之道:jdk环境变量配置方法

JDK(Java Development Kit)是整个Java的核心,包括了Java运行环境.Java工具和Java基础类库.JDK作为JAVA开发的环境,不管是做JAVA开发还是做安卓开发,都必须在电脑上安装JDK. 64位下载地址:http://www.oracle.com/technetwork/java/javase/downloads/index.html jdk环境变量配置方法: 在安装完jdk后,还需要对jdk的环境变量进行配置才能正常使用,下面教大家如何配置jdk环境变量: 1