分类:
2006-10-24 21:52:27
1 |
HMC level |
Click Help then About on the HMC main window. This should be release 3 version 2.4 or higher. I encourage you to get the latest software, at . |
2 |
AIX filesets required for DLPAR (on each LPAR/SMP) |
AIX level should 5.2 or later. These filesets should be on partitions: |
查看下,实现DLPAR需要启动下面几个后台服务.
> su - root
> lssrc -a | grep rsct
Subsystem |
Group |
PID |
Status |
ctrmc |
rsct |
21044 |
active |
IBM.CSMAgentRM |
rsct_rm |
21045 |
active |
IBM.ServiceRM |
rsct_rm |
11836 |
active |
IBM.DRM |
rsct_rm |
20011 |
active |
IBM.HostRM |
rsct_rm |
20012 |
active |
IBM.DRM and IBM.HostRM are "lazy started" resource managers; they're only started when they get used. If IBM.DRM and IBM.HostRM are inoperative, there's a good chance you're having network/hostname setup problem between HMC and the LPAR.
If AIX is 51G, 52B or above, ctcas is also a lazy started RM, meaning it can stay inoperative until they get used, so it's not necessary to start it if your LPAR is at these levels or later.
If any of the daemons show as inoperative, use > startsrc -s
> hostname
Partition.company.com
> host Partition.company.com
Partition.company.com has address 9.3.14.199
>ping
一般到此问题都能解决了.如果还不行.可以用下面的命令重动关闭rsct后台进程.
> /usr/sbin/rsct/bin/rmcctrl -z 关闭后台服务程序 > /usr/sbin/rsct/bin/rmcctrl -A 启动后台进程程序 >/usr/sbin/rsct/bin/rmcctrl -p 允许远程客户机连接
一般要等个五到8分钟的样子的.就OK.
如果再不行.那就是系统的原因了,想想你的系统是不是clone的或是mksysb还原的.如果是这样子的.那就有问题了:
检查所有分区的ct_node_id号,看看是否存在重复的情况。
在RSCT环境中,ct_node_id是用来识别不同节点的标识,当不同节点的ct_node_id相同
时,会导致利用RSCT所提供的服务的某些应用工作不正常(DLPAR就是其中之一)。通
常情况下,不同的节点会拥有不同的ct_node_id号(该号位于/etc/ct_node_id和
/var/ct/cfg文件中)。
如果用户用alt_disk_install命令克隆了一台机器的rootvg,
并安装到另一台机器,则这两台机器就会拥有相同的ct_node_id号。
此时,我们不能简单的修改/etc/ct_node_id或/var/ct/cfg文件,而要通过运行
/usr/sbin/rsct/install/bin/recfgct命令来更改ct_node_id号。
手工的执行下/usr/sbin/rsct/install/bin/recfgct搞定.