免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2612 | 回复: 3
打印 上一主题 下一主题

[HACMP集群] Hacmp 5.1 的配置方法 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-04-24 23:01 |只看该作者 |倒序浏览
Hacmp 自从出了5.1 版本后, 很多客户向IBM技术支持中心打电话咨询配置方法。

的确,hacmp5.1 较以前的版本无论是从界面还是从配置方法都有了很大的改变。具体

内容我们可以从IBM hacmp5。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.25 or higher


• bos.clvm.enh.


2.     开始安装


一般基本上除了haview ,netwiew ( Tivoli),的 包以外,所有的hacmp的包都要安装。


3.     打补丁。


注意,客户总是忽略给hacmp打补丁这一步骤。其实对hacmp来说,补丁是十分重要的。很多


发现的缺陷都已经在补丁中被解决了。有的客户严格的按照正确步骤安装和配置完hacmp的软件后,发现takeover 有问题,ip接管有问题,机器自动宕机等等千奇百怪的问题,其实都与补丁


有关。所以客户一定要注意打补丁这个环节。现在hacmp最新的补丁是:


IY53044 - Latest HACMP for AIX R510 Fixes as of January 2004


大家可以从IBM网站上下载,或者打800-810-1818 热线电话索要。


4.     重启机器。 在hacmp 5。1 中 为了安全起见,不再使用/.rhosts 文件来控制两台机器


之间的命令和数据交换,而是引进的一个新的进程clcomd 。 如果你编辑/etc/inittab文件


就会发现安装完hacmp后,在最后添加了一行:clcomdES:2nce: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 and Standard 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



                                                      

* Cluster Name                                       [ha51tsc]

New Nodes (via selected communication paths)[m       [test2_boot1 test1_boot1]                                            

Currently Configured Node(s)



这一部很重要,一般我们都是把每个节点的boot1 作为communication path . New node

可以一起加,也可以一个一个的加。当回车以后,系统会自己discover hacmp 的资源

显示如下:

。。。。。。。。。。。。。。。。。。。。

IP Network Discovery completed normally
http://www.uxma.com/sheke/news/pic/8.swf
Current cluster configuration:



No resource groups defined

Cluster Description of Cluster: ha51tsc

Cluster Security Level: Standard

There are 2 node(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

。。。。。。。。。。。。。。。。。。。。。。



添加高可用资源(service ip , application server , vg and jfs )




添加服务ip地址

Add Nodes to an HACMP Cluster

  Configure Resources to Make Highly Available


  Configure HACMP Resource Groups

  Verify and Synchronize HACMP Configuration

论坛徽章:
0
2 [报告]
发表于 2005-04-24 23:05 |只看该作者

Hacmp 5.1 的配置方法

HACMP软件的安装
HACMP软件的安装与AIX基本*作系统选项软件的安装相同,用户可以根据需要选择安装HACMP软件,一般HACMP软件光盘上的内容全选。
HACMP软件的安装:
命令:
smit
屏幕显示系统管理菜单:
System Management
Software Installation and Maintenance
Software License Management
Devices
System Storage Management (Physical & Logical Storage)
Security & Users
Communications Applications and Services
Print Spooling
Problem Determination
Performance & Resource Scheduling
System Environments
Processes & Subsystems
Remote Customer Support and Services
Applications
Using SMIT (information only)
选择:
Software Installation and Maintenance
屏幕显示软件安装和维护菜单:
选择:
Install and Update Software
屏幕显示软件安装和更新菜单:
选择:
Install and Update from LASEST Available Software
屏幕显示软件安装和更新(从最后有效软件中)菜单:
Install and Update from LASEST Available Software
Type or select a value for the entry field
press Enter AFTER making all desired changes.
[Entry Fields]
* INPUT device / directory for software [/dev/cd0]

显示软件安装和更新(从最后有效软件中)参数屏幕:
Install and Update from LASEST Available Software
Type or select a value for the entry field
press Enter AFTER making all desired changes.
[Entry Fields]
* INPUT device / directory for software /dev/cd0
* SOFTWARE to install [_all_latest]
PREVIEW only no
COMMIT software updates? yes
SAVE replaced files no
AUTOMATION install requisite software? yes
EXPEND file systems if space needed ? yes
OVERWRITE same or newer versions? no
VERIFY install and check file sizes? no
Include corresponding LANGUAGE filesets? yes
DELETE output? no
按ENTER键,即可安装HACMP软件光盘上的全部软件。
如果想选择安装则光标移动到:* SOFTWARE to install [_all_latest] 行处,按F4,显示所有可选软件项目,用光标移动,用F7选择需要的软件。然后按ENTER键,即可安装选中的软件。

HACMP软件的配置
北京地税大楼S70系统HACMP配置图如下,其中en0,en2为双网卡。S70a主机为业务主机,S70b主机为业务备机,另有7133磁盘阵列。
首先进行HACMP配置的准备工作:
1. 在两台主机上用VI建立 .rhosts文件,内容为:
ds01
ds02
ds01_serv
ds01_standby
ds01_boot
ds02_serv
ds02_standby
ds02_boot
在两台机器上分别改变 .rhosts文件的属性:
chmod 644 .rhosts
2.在两台主机上的/etc/hosts文件中用VI编辑,容为:
192.100.1.101 ds01_serv
192.100.2.101 ds01_standby
192.100.1.111 ds01_boot ds01
192.100.1.102 ds02_serv
192.100.2.102 ds02_standby
192.100.1.112 ds02_boot ds02

(一) 开始配置HACMP:
具体配置方法如下:
smit hacmp:
屏幕显示hacmp菜单:
HACMP for AIX

Cluster Configuration
Cluster Services
Cluster System Management
Cluster Recovery Aids
RAS Support


---------- end of screen ----------


Cluster Configuration

Cluster Topology
Cluster Security
Cluster Resources
Cluster Snapshots
Cluster Verification
Cluster Custom Modification
Restore System Default Configuration from Active Configuration


---------- end of screen ----------

1.首先配置网络拓扑结构:
Cluster Topology

Configure Cluster
Configure Nodes
Configure Adapters
Configure Network Modules
Show Cluster Topology
Synchronize Cluster Topology


---------- end of screen ----------

Add a Cluster Definition

[Entry Fields]
**NOTE: Cluster Manager MUST BE RESTARTED
in order for changes to be acknowledged.**

* Cluster ID [1] #
* Cluster Name [cluster1]


---------- end of screen ----------
Cluster Topology

Configure Cluster
Configure Nodes
Configure Adapters
Configure Network Modules
Show Cluster Topology
Synchronize Cluster Topology


---------- end of screen ----------

Configure Nodes

Move cursor to desired item and press Enter.

Add Cluster Nodes
Change / Show Cluster Node Name
Remove a Cluster Node


---------- end of screen ----------


Add Cluster Nodes

[Entry Fields]
Node Names [ds01]


---------- end of screen ----------

Add Cluster Nodes

[Entry Fields]
* Node Names [ds02]


---------- end of screen ----------
Cluster Topology

Configure Cluster
Configure Nodes
Configure Adapters
Configure Network Modules
Show Cluster Topology
Synchronize Cluster Topology

---------- end of screen ----------


Configure Adapters

Add an Adapter
Change / Show an Adapter
Remove an Adapter


---------- end of screen ----------

Add an Adapter


[Entry Fields]
*Adapter IP Label [ds01_serv]
*NetworkType [ether]+
*NetworkName [ether1]+
*NetworkAttribute public+
*AdapterFunction service+
AdapterIdentifier [192.100.1.101]
AdapterHardwareAddress [0x0004ac5e3a12]
Node Name [ds01]+


---------- end of screen ----------

Add an Adapter

[Entry Fields]
* Adapter IP Label [ds01_standby]
* Network Type [ether]+
* Network Name [ether1]+
* Network Attribute public +
* Adapter Function standby +
Adapter Identifier [192.100.2.101]
Adapter Hardware Address [ ]
Node Name [ds01] +


---------- end of screen ----------

Add an Adapter

[Entry Fields]
* Adapter IP Label [ds01_boot]
* Network Type [ether]+
* Network Name [ether1]+
* Network Attribute public +
* Adapter Function boot +
Adapter Identifier [192.100.1.111]
Adapter Hardware Address [ ]
Node Name [ds01]+


---------- end of screen ----------


Add an Adapter

[Entry Fields]
* Adapter IP Label [ds02_serv]
* Network Type [ether]+
* Network Name [ether1]+
* Network Attribute public +
* Adapter Function service +
Adapter Identifier [192.100.1.102]
Adapter Hardware Address [ ]
Node Name [ds02] +

---------- end of screen ----------


Add an Adapter


[Entry Fields]
* Adapter IP Label [ds02_standby]
* Network Type [ether]+
* Network Name [ether1]+
* Network Attribute public +
* Adapter Function standby +
Adapter Identifier [192.100.2.102]
Adapter Hardware Address [ ]
Node Name [ds02]+


---------- end of screen ----------


Add an Adapter


[Entry Fields]
* Adapter IP Label [ds02_boot]
* Network Type [ether]+
* Network Name [ether1]+
* Network Attribute public +
* Adapter Function boot +
Adapter Identifier [192.100.1.112]
Adapter Hardware Address [ ]
Node Name [ds02]+


---------- end of screen ----------


(二) 分别增加TTY在两台主机上:

smit tty

选择:
Add a TTY

屏幕显示:

Add a TTY

Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[TOP]
[Entry Fields]
TTY type tty
TTY interface rs232
Des cription Asynchronous Terminal
Parent adapter sa3
* PORT number [0]+
Enable LOGIN disable+
BAUD rate [9600]+
PARITY [none]+
BITS per character [8]+
Number of STOP BITS [1]+
TIME before advancing to next port setting [0]+#
TERMINAL type [dumb]
FLOW CONTROL to be used [none]+
[MORE...29]

在第二台主机上同样方法配置一个TTY。\

(三) 配置心跳线TTY:
Cluster Topology

Configure Cluster
Configure Nodes
Configure Adapters
Configure Network Modules
Show Cluster Topology
Synchronize Cluster Topology

---------- end of screen ----------


Configure Adapters

Add an Adapter
Change / Show an Adapter
Remove an Adapter


---------- end of screen ----------

Add an Adapter

[Entry Fields]
* Adapter IP Label [ds01_tty]
* Network Type [serial]+
* Network Name [serial]+
* Network Attribute public +
* Adapter Function service +
Adapter Identifier [/dev/tty1]
Adapter Hardware Address [ ]
Node Name [ds01] +

---------- end of screen ----------


Add an Adapter

[Entry Fields]
* Adapter IP Label [ds02_tty]
* Network Type [serial]+
* Network Name [serial]+
* Network Attribute public +
* Adapter Function service +
Adapter Identifier [/dev/tty1]
Adapter Hardware Address [ ]
Node Name [ds02] +

---------- end of screen ----------

(四) 配置资源组:
smit hacmp:
屏幕显示hacmp菜单:

HACMP for AIX

Cluster Configuration
Cluster Services
Cluster System Management
Cluster Recovery Aids
RAS Support


---------- end of screen ----------


Cluster Configuration

Cluster Topology
Cluster Security
Cluster Resources
Cluster Snapshots
Cluster Verification
Cluster Custom Modification
Restore System Default Configuration from Active Configuration


---------- end of screen ----------

1. 配置应用服务器:

Add an Application Server

[Entry Fields]
* Server Name [appserver]
* Start s cript [/has cript/start]
* Stop s cript [/has cript/stop]


---------- end of screen ----------

2. 增加一个资源组:
Add a Resource Group

[Entry Fields]

* Resource Group Name [resource1]
* Node Relationship cascading +
* Participating Node Names [ds01 ds02] +
http://www.uxma.com/sheke/news/pic/8.swf

---------- end of screen ----------


3. 配置资源组:

Configure Resources for a Resource Group

[Entry Fields]
Resource Group Name resource1
Node Relationship cascading
Participating Node Names ds01 ds02
Service IP label [ds01_serv] +
Filesystems [ ] +
Filesystems to Export [ ] +
Filesystems to NFS mount [ ] +
Volume Groups [taxvg] +
Concurrent Volume groups [ ] +
Raw Disk PVIDs [ ] +
Application Servers [appserver] +
Miscellaneous Data [ ]
Inactive Takeover Activated false +
9333 Disk Fencing Activated false +


---------- end of screen ----------

(五) 拓扑同步和资源同步:
在主机一配置完成以后,用菜单中的同步命令进行将第一资源放到第二台机器上的工作。
1.拓扑同步
具体配置方法如下:
smit hacmp:
屏幕显示hacmp菜单:
HACMP for AIX

Cluster Configuration
Cluster Services
Cluster System Management
Cluster Recovery Aids
RAS Support


---------- end of screen ----------


Cluster Configuration

Cluster Topology
Cluster Security
Cluster Resources
Cluster Snapshots
Cluster Verification
Cluster Custom Modification
Restore System Default Configuration from Active Configuration


---------- end of screen ----------


Cluster Topology

Configure Cluster
Configure Nodes
Configure Adapters
Configure Network Modules
Show Cluster Topology
Synchronize Cluster Topology
选择:
Synchronize Cluster Topology
回车确认等待同步完成。

2.资源同步
具体配置方法如下:
smit hacmp:
屏幕显示hacmp菜单:
HACMP for AIX

Cluster Configuration
Cluster Services
Cluster System Management
Cluster Recovery Aids
RAS Support


---------- end of screen ----------


Cluster Configuration

Cluster Topology
Cluster Security
Cluster Resources
Cluster Snapshots
Cluster Verification
Cluster Custom Modification
Restore System Default Configuration from Active Configuration


---------- end of screen ----------

选择:
Synchronize Cluster Rresources
回车确认等待同步完成。

(六) 校验:
具体配置方法如下:
smit hacmp:
屏幕显示hacmp菜单:
HACMP for AIX

Cluster Configuration
Cluster Services
Cluster System Management
Cluster Recovery Aids
RAS Support


---------- end of screen ----------


Cluster Configuration

Cluster Topology
Cluster Security
Cluster Resources
Cluster Snapshots
Cluster Verification
Cluster Custom Modification
Restore System Default Configuration from Active Configuration

---------- end of screen ----------
选择:
Verify Environment

[Entry Fields]
Verify Cluster Networks, Resources, or Both both +
Error Count [ ] #

---------- end of screen ----------

回车确认即可。

5.3 HACMP软件的测试
1.HACMP测试步骤
(1)节点接管测试
1)启动Node1及Node2的HACMP软件
2)在Node1:
- 用指令"netstat -i"检查IP address,确认主网卡使用service IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG.
- 用指令"df"检查mount的文件系统.
- 确认属于Node1的online应用正常.

3)在Node2:
- 用指令"netstat -i"检查IP address,确认主网卡使用service IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG.
- 用指令"df"检查mount的文件系统.
- 确认属于Node2的online应用正常(如果存在).

4)在Node1:
- 用指令"smit clstop",选择Takeover方式停止node1的HACMP并使node2接管.(另一种方式是直接按node1的reset键使其reboot.)

5)在Node2:
- 等待接管过程完全结束.
- 用指令"netstat -i"检查IP address,确认node1 的service IP adress已被备用网卡接管.
- 用指令"lsvg -o"检查vary on 的VG.
- 用指令"df"检查mount的文件系统.
- 确认属于Node1,及Node2的online应用均正常.

6)在Node1:
- 启动机器及HACMP
- 观察node1恢复正常.

(2)网卡接管测试
1)启动Node1及Node2的HACMP软件
2)在Node1:
- 用指令"netstat -i"检查IP address,确认主网卡使用service IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG.
- 用指令"df"检查mount的文件系统.
- 确认属于Node1的online应用正常.
3)在Node2:
- 用指令"netstat -i"检查IP address,确认主网卡使用service IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG.
- 用指令"df"检查mount的文件系统.
- 确认属于Node2的online应用正常(如果存在).
4)在Node1:
- 拔掉service网卡接线.
- 等待网卡接管完毕.
- 用指令"netstat -i"检查IP address,确认主网卡service IP adress被standby网卡接管.
- 确认属于Node1的online应用正常.
- 恢复service网卡接线.

5)在Node2:
- 拔掉service网卡接线.
- 等待网卡接管完毕.
- 用指令"netstat -i"检查IP address,确认主网卡service IP adress被standby网卡接管.
- 确认属于Node2的online应用正常.
- 恢复service网卡接线.

(3)网络故障测试
测试条件--本测试适用于双交换机(switch)网络环境. Node1,Node2的service
网卡接switch1. Node1,Node2的standby网卡接switch2.

1)启动Node1及Node2的HACMP软件
2)在Node1:
- 用指令"netstat -i"检查IP address,确认主网卡使用service IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG.
- 用指令"df"检查mount的文件系统.
- 确认属于Node1的online应用正常.

3)在Node2:
- 用指令"netstat -i"检查IP address,确认主网卡使用service IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG.
- 用指令"df"检查mount的文件系统.
- 确认属于Node2的online应用正常(如果存在).

4)关掉switch1的电源

5)在Node1:
- 用指令"netstat -i"检查IP address,确认主网卡service IP adress被standby网卡接管.
- 确认属于Node1的online应用正常.

6)在Node2: - 用指令"netstat -i" 检查IP address,确认主网卡service IP adress被
standby网卡接管.
- 确认属于Node2的online应用正常.

5.4 HACMP软件的简明使用指南
1.启动HACMP之前
- 运行指令"netstat -i"检查IP address,确认主网卡使用boot IP adress,
备用网卡使用standby IP address.
- 运行指令"lsvg -o"检查vary on 的VG,确认共享VG为varyoff状态.
- 确认无其他节点正在启动HACMP.

2.启动HACMP
- 运行指令"smit clstart"回车. 等待命令执行OK,退出smit.
- 等待HACMP完全启动,可用指令"tail -f /tmp/hacmp.out"观察HACMP启动
状况.
- 用指令"netstat -i"检查IP address,确认主网卡使用service IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG,确认共享VG变为varyon状态.
- 用指令"df"检查mount的文件系统.
- 确认属于Node1的online应用正常.

3.停止HACMP
- 运行指令"smit clstop"回车.在shutdown mode项选择graceful并回车, 等待命令执行OK,退出smit.
- 等待HACMP完全停止,可用指令"tail -f /tmp/hacmp.out"观察HACMP停止状况.
- 用指令"netstat -i"检查IP address,确认主网卡变为boot IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG,确认共享VG变为varyoff状态.

4.人为接管HACMP
在某些维护情况下,需将某节点的HACMP及应用切换至另一节点.
- 运行指令"smit clstop"回车.在shutdown mode项选择takeover并回车, 等待命令执行OK,退出smit.
- 等待HACMP完全停止,可用指令"tail -f /tmp/hacmp.out"观察HACMP停止状况.
- 用指令"netstat -i"检查IP address,确认主网卡变为boot IP adress,
备用网卡使用standby IP address.
- 用指令"lsvg -o"检查vary on 的VG,确认共享VG变为varyoff状态.
- 在另一节点运行相同命令,确认网卡,VG及应用接管成功

论坛徽章:
0
3 [报告]
发表于 2005-04-24 23:40 |只看该作者

Hacmp 5.1 的配置方法

AIX 5.2,HACMP 5.1/ES,cascading 模式下,重启一个节点,该节点的资源不被另一个节点接管,今天偶尔测试发现这个问题,应该是哪里没配置对,以前好像还没这么测试过,第一次用5.1,问一下谁知道错在哪里?多谢!

论坛徽章:
0
4 [报告]
发表于 2005-04-25 01:01 |只看该作者

Hacmp 5.1 的配置方法

知道怎么回事了,shutdown居然会带force选项关闭HACMP。搞这么多,居然没这么测试过,晕啊晕... ...
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP