使用 xCAT 简化 AIX 集群的部署和管理
2010-09-03 00:00:00 来源:WEB开发网将我们的 HMC 服务器的定义加入 xCAT 数据库中:使用 mkdef 命令创建名为 myhmc 的 node 类型对象,其中该对象的属性采用 groups 为 all 的对象的默认属性, nodetype 节点类型为 hmc,mgt 硬件管理采用 hmc,并指定用户名及密码。然后就可以运行 xCAT 脚本 rscan 收集得到由该 HMC 服务器管理的所有 LPAR 节点的硬件信息了。将得到的所有节点的硬件信息同样使用 mkdef 命令定义到 xCAT 数据库的节点对象中。最后,可以使用 nodels 命令列出已经定义成功的节点名。
-bash-3.2# mkdef -t node -o myhmc groups="all" nodetype=hmc mgt=hmc
username=hscroot password=abc1234
Object definitions have been created or modified.
-bash-3.2# lsdef -t node -o myhmc -l
Object name: myhmc
groups=all
mgt=hmc
nodetype=hmc
password=abc1234
username=hscroot
-bash-3.2# rscan myhmc -z > /tmp/mystanzafile
-bash-3.2# cat /tmp/mystanzafile | mkdef -z
Object definitions have been created or modified.
-bash-3.2# nodels
myhmc
IBMPServer-8203-E4A-SN0681864
lparp520s1
lparp520s2
lparp520s3
lparp520s4
到此,我们的 xCAT 环境就在管理节点上搭建好了,接着就可以开始集群里各个计算节点操作系统的安装和管理工作了。
使用 xCAT 给集群节点安装 AIX 操作系统
更多精彩
赞助商链接