分类:
2006-07-30 13:46:07
chinaunix网友2009-05-25 22:34:21
清掉全部definded的磁盘。 lsdev -Ccdisk -S Definded -r name |xargs -n1 rmdev -dl
chinaunix网友2009-03-09 17:03:09
1、# lsdev -CtSYMM* -r name |xargs -n1 rmdev –dl ,批量del全部hdisk设备。
chinaunix网友2008-12-30 10:25:44
HACMP 并发卷组的限制: In a concurrent access configuration, data on the disks is available to all nodes concurrently. This mode does not support file systems (either JFS or JFS2). 原因是: JFS is not supported on the concurrent access volume groups. All the UNIX implementations, including the AIX one, have the super block cached in memory to accelerate access to the file system created on the physical disk drive. There is no way to synchronize this super block cache on each node that shares the con
chinaunix网友2008-09-04 16:20:57
1、因为要并发处理,所以卷组要建成concurrent capable的,AIX 5.2下只支持Enhanced Concurrent卷组: # mkvg -C -n -y datavg hdisk1 0516-1335 mkvg: This system does not support enhanced concurrent capable volume groups. 报错真正的原因——没有安装bos.clvm.enh: # lslpp -L bos.clvm.enh