Re: [Veritas-vx] Disk Group import failed: Disk group exists and is imported

2008-08-17 Thread Romeo Theriault
The script works great. I just had to change one line for it to work correctly for our setup. I had to change this line: vxdg init ${DG} ${NAME[0]}=${CTD[0]} to vxdg init ${DG} ${NAME[0]}=${CTD[0]} cds=off for our setup and everything now works like a charm. Thank you for pointing this out.

Re: [Veritas-vx] Disk Group import failed: Disk group exists and is imported

2008-08-14 Thread Romeo Theriault
Thanks Darren, I've found that I can renumber the diskid and the dgid with the vxprivutil command. Example: /etc/vx/diag.d/vxprivutil -D set /dev/rdsk/c2t500A098186E7C997d83s3 dgid=newid_number /etc/vx/diag.d/vxprivutil -D set /dev/rdsk/c2t500A098186E7C997d83s3 diskid=newid_number And I am able

Re: [Veritas-vx] Disk Group import failed: Disk group exists and is imported

2008-08-14 Thread A Darren Dunham
On Thu, Aug 14, 2008 at 02:14:16PM -0400, Romeo Theriault wrote: /etc/vx/diag.d/vxprivutil -D set /dev/rdsk/c2t500A098186E7C997d83s3 dgid=newid_number /etc/vx/diag.d/vxprivutil -D set /dev/rdsk/c2t500A098186E7C997d83s3 diskid=newid_number I'm not certain that that is sufficient. It could

Re: [Veritas-vx] Disk Group import failed: Disk group exists and is imported

2008-08-14 Thread Romeo Theriault
Hmm, The script you pointed out looks like it might just do the trick nicely. I'll give it a try and let everyone know if it worked well. Thank you, Romeo On Thu, Aug 14, 2008 at 3:26 PM, A Darren Dunham [EMAIL PROTECTED] wrote: On Thu, Aug 14, 2008 at 02:14:16PM -0400, Romeo Theriault wrote: