1. 내장 디스크에 약간의 용량을 만들어준다.
2. pkgadd로 volume manager software를 인스톨한후 rebooting 한다.
3. root로 로긴한한후 다음을 실행시킨다.
# vxconfigd -m disable
# vxdctl mode
mode : disable
# vxdctl init ---> database 초기화
# vxdg init rootdg ---> rootdg 생성
# vxdctl add disk c0t3d0s6 type=simple
(이과정에서 경고 메세지는 일반적으로 나타나므로 상관없음)
# vxdisk -f init c0t3d0s6 type=simple ---> 초기화한다.
# vxdg adddisk c0t3d0s6 ---> 디스트 그룹 rootdg로 디스크 추가
# vxdctl enable
Starting시 volume manager starting을 막는 install-db가 생성되었는지
확인후 제거하기
# cd /etc/vx/reconfig.d/state.d
# ls
install-db
# rm install-db
# reboot
2. pkgadd로 volume manager software를 인스톨한후 rebooting 한다.
3. root로 로긴한한후 다음을 실행시킨다.
# vxconfigd -m disable
# vxdctl mode
mode : disable
# vxdctl init ---> database 초기화
# vxdg init rootdg ---> rootdg 생성
# vxdctl add disk c0t3d0s6 type=simple
(이과정에서 경고 메세지는 일반적으로 나타나므로 상관없음)
# vxdisk -f init c0t3d0s6 type=simple ---> 초기화한다.
# vxdg adddisk c0t3d0s6 ---> 디스트 그룹 rootdg로 디스크 추가
# vxdctl enable
Starting시 volume manager starting을 막는 install-db가 생성되었는지
확인후 제거하기
# cd /etc/vx/reconfig.d/state.d
# ls
install-db
# rm install-db
# reboot