|
以前装Oracle9i RAC on linux,碰到过create quorum file的问题,用dd
创建一个大一点的quorum file就可以了。
希望对你有用,:)
[root@arachnid /]# dd if=/dev/zero of=/quorum/quorum bs=4096 count=65
This will create the quorum file as 266240 bytes (bs=4096 * count=65 = 266240)
#如果使用touch 方式创建quorum, Error Reading OCFS Quorum File When Starting ORACM on Linux,oracm will not start.
ERROR: ReadOthersDskInfo(): ReadFile(/quorum/quorum) failed(22) - (0) bytes read, tid = main:1024 file = oem.c, line = 1396 {Wed Jan 14 15:40:35 2004 } |
|