mahalingam1
IS-IT--Management
- Dec 7, 2007
- 75
Hi all,
i have the following problem when i try to install a flash image and encapsulate the root disk after jumpstart instalation:
I put this script in /etc/rc3.d directory. this script is done as a part of finish jumpstart script:
#!/usr/bin/sh
echo "forceload: drv/vxgms" >> /etc/system
touch /etc/rc3.d/S99vxmirror
FICHERO=/etc/rc3.d/S99vxmirror
echo "#!/usr/bin/ksh" >> $FICHERO
echo "/etc/vx/bin/vxencap -c -g -f sliced rootdisk=c0t0d0s2" >> $FICHERO
echo "/usr/lib/vxvm/bin/vxdisksetup -i c0t2d0" >>$FICHERO
echo "/opt/VRTS/bin/vxdg adddisk rootmirror=c0t2d0" >> $FICHERO
echo "/usr/lib/vxvm/bin/vxrootmir rootmirror" >> $FICHERO
echo "/opt/VRTS/bin/vxassist mirror swapvol alloc=rootmirror" >> $FICHERO
echo "/opt/VRTS/bin/vxassist mirror space alloc=rootmirror" >> $FICHERO
mv /etc/rc3.d/S99vxmirror /etc/rc3.d/s99vxmirror
I put this script in /etc/rc3.d directory because i read on internet that someone command of veritas dont work fine in jumpstart environment.
As you can see i try to encapsule the root disk and after i try to make a mirror of rootvol, swapvol and space volume
When i boot the system after all i get the following message:
ADDED DISK ARRAY OTHER_DISKS, DATYPE=OTHER_DISKS
DMPNODE 185/oXo HAS MIGRATED FROM ENCLOSURE FAKE_ENCLR TO ENCLOSURE OTHER_DISKS.
Please anyone can help me?
Thanks in advance and regards
i have the following problem when i try to install a flash image and encapsulate the root disk after jumpstart instalation:
I put this script in /etc/rc3.d directory. this script is done as a part of finish jumpstart script:
#!/usr/bin/sh
echo "forceload: drv/vxgms" >> /etc/system
touch /etc/rc3.d/S99vxmirror
FICHERO=/etc/rc3.d/S99vxmirror
echo "#!/usr/bin/ksh" >> $FICHERO
echo "/etc/vx/bin/vxencap -c -g -f sliced rootdisk=c0t0d0s2" >> $FICHERO
echo "/usr/lib/vxvm/bin/vxdisksetup -i c0t2d0" >>$FICHERO
echo "/opt/VRTS/bin/vxdg adddisk rootmirror=c0t2d0" >> $FICHERO
echo "/usr/lib/vxvm/bin/vxrootmir rootmirror" >> $FICHERO
echo "/opt/VRTS/bin/vxassist mirror swapvol alloc=rootmirror" >> $FICHERO
echo "/opt/VRTS/bin/vxassist mirror space alloc=rootmirror" >> $FICHERO
mv /etc/rc3.d/S99vxmirror /etc/rc3.d/s99vxmirror
I put this script in /etc/rc3.d directory because i read on internet that someone command of veritas dont work fine in jumpstart environment.
As you can see i try to encapsule the root disk and after i try to make a mirror of rootvol, swapvol and space volume
When i boot the system after all i get the following message:
ADDED DISK ARRAY OTHER_DISKS, DATYPE=OTHER_DISKS
DMPNODE 185/oXo HAS MIGRATED FROM ENCLOSURE FAKE_ENCLR TO ENCLOSURE OTHER_DISKS.
Please anyone can help me?
Thanks in advance and regards