I am unable to encapsulate a root disk with a following error messages.
O/p's
1. Partition table:
partition> p
Current partition table (original):
Total disk cylinders available: 3913 + 2 (reserved cylinders)
Part Tag Flag Cylinders Size Blocks
0 root wm 1490 - 2637 8.79GB (1148/0/0) 18442620
1 swap wu 1 - 261 2.00GB (261/0/0) 4192965
2 backup wm 0 - 3912 29.98GB (3913/0/0) 62862345
3 var wm 852 - 1489 4.89GB (638/0/0) 10249470
4 usr wm 2638 - 3912 9.77GB (1275/0/0) 20482875
5 unassigned wm 788 - 851 502.03MB (64/0/0) 1028160
6 unassigned wm 0 0 (0/0/0) 0
7 unassigned wm 0 0 (0/0/0) 0
8 boot wu 0 - 0 7.84MB (1/0/0) 16065
9 unassigned wm 0 0 (0/0/0) 0
======================================================
2.vxdisk list:
bash-3.00# vxdisk -e list
DEVICE TYPE DISK GROUP STATUS OS_NATIVE_NAME ATTR
disk_0 auto:sliced rootdg01 rootdg online c1t1d0s2 -
disk_1 auto:none - - online invalid c1t0d0s2 -
bash-3.00#
===========================================================
When I tried to encapsulate the root disk which is c1t0d0 it won't allow me and says,
Continue with encapsulation? [y,n,q,?] (default: y) y
VxVM WARNING V-5-2-2603
The disk group selected has a disk group alignment larger than 1. For
encapsulation, the disk group's alignment will be set to 1.
Continue with encapsulation? [y,n,q,?] (default: y) y
VxVM WARNING V-5-2-2603
The disk group selected has a disk group alignment larger than 1. For
encapsulation, the disk group's alignment will be set to 1.
Continue with encapsulation? [y,n,q,?] (default: y) y
VxVM INFO V-5-2-333
The disk device disk_1 will be encapsulated and added to the disk group
rootdg with the disk name rootdg03.
The disk_1 disk has been configured for encapsulation.
The first stage of encapsulation has completed successfully. You
should now reboot your system at the earliest possible opportunity.
The encapsulation will require two or three reboots which will happen
automatically after the next reboot. To reboot execute the command:
shutdown -g0 -y -i6
This will update the /etc/vfstab file so that volume devices are
used to mount the file systems on this disk device. You will need
to update any other references such as backup scripts, databases,
or manually created swap devices.
===============================================
However, when I shutdown it didn't make the disk in online state.
Please help