Hope im not alone ;). If you use HAM you have to choose a quorum-disk-id. In the GUI it is very easy and i guess in a „normal“config also.
BUT it you have a special config and you cant find the correct infos (or you cant read 😉 ) you go crazy. My Quorum-Disk-ID is 15 and you need the „Quorum-DiskID“ with „-jq“
Did not work:
paircreate -g testgroup -d testdisk00 -vl -f never -jq 15 -c 15 -m cyl -ITC99
paircreate: [EX_CMDIOE] Control command I/O error
Refer to the command log(/HORCM/log99/horcc_svfoo.log) for details.
But it is very easy. You have to take the OID in „decimal“ and not in „hex“ 😯 . The correct and work command is:
paircreate -g testgroup -d testdisk00 -vl -f never -jq 21 -c 15 -m cyl -ITC99
Yes, easy….i you know it and i guess in some pdf there is a hint. But i havent found it.