Unmirror rootvg (Root Volume Group) in AIX unmirror rootvg (루트 볼륨 그룹) 액스에 도착

Root Volume Group (rootvg) is a volume group containing the Base Operating System (BOS). 루트 볼륨 그룹 (rootvg)는 볼륨 그룹을 포함하는 기본 운영 체제 (보스). Logical volume (lv) in rootvg may be doubled or more in copies with 2 or more physical volume (hard disk) for availability and reliability of the AIX system. 논리 볼륨 (좌심실)에 rootvg 수있습니다 2 개 이상의 사본을 두 배 이상의 물리적 볼륨 (하드 디스크)에 aix 시스템의 가용성과 신뢰성을합니다. The following steps are to unmirror a rootvg, if for whatever reason the rootvg needs to run on single logical volume (lv) on single physical volume (pv) only. 다음 단계를 수행 unmirror는 a rootvg, 만약 어떤 이유로이 필요 rootvg에서 실행되는 하나의 논리 볼륨 (좌심실)에 단일 물리적 볼륨 (pv) 만합니다.

Check and Determine if rootvg is Mirrored rootvg가 있는지 확인하고 미러

In mirror mode, each logical volume in rootvg such as filesystems “/”, “/usr”, “/var”, “/tmp”, “/home”, “/opt” and default boot, paging and jfslog LVs should be mirrored. 이 미러 모드, rootvg와 같은 각 논리 볼륨에 파일 시스템을 "/", "/ usr", "/ 변수 이름", "/ tmp", "/ 홈", "/ 선택"및 기본 부트, 페이징 및 lvs되어야 jfslog 미러합니다. In AIX, mirrorvg will create additional copy of image for all logical volumes in the volume group. 액스에 도착, mirrorvg는 이미지의 모든 복사본을 추가로 만들 논리 볼륨의 볼륨 그룹합니다.

Use the following command to check if a rootvg is mirrored: 다음 명령을 사용하여이 있는지 확인 미러링 rootvg :

# lsvg -l rootvg # lsvg - 패 rootvg

If the output shows that for each LP there are 2 PPs then its mirrored. 각각의 출력 표시하는 경우는 2 284.2 LP로 자신을 거울에 해당합니다.

Check and Determine Which Disks the Mirrored rootvg is Located 디스크를 검사하고 확인하는 미러는 rootvg

For each logical volume (LV) name listed in output of “lsvg -l rootvg” command, run the following command: 각 논리 볼륨 (좌심실) 이름에 나와있는 출력을 "lsvg - 패 rootvg"명령을 다음 명령을 실행합니다 :

lslv -m lslv - m

The output date will tell you on which disk each copy of each logical partitions for each LV. 디스크의 출력 날짜를 알려주지 각 사본의 각 논리 파티션의 각 좌심실합니다.

Unmirror rootvg unmirror rootvg

Important: The following instructions have the risk of making your AIX system unbootable or corrupting the data. 중요 사항 : 다음과 같은 지침을이 시스템을 시작하지 못할 aix이나 손상의 위험하게 만들기 데이터를합니다. So make you have advanced system administration experience before running the process of unmirroring. 그래서 당신은 고급 시스템 관리 경험을 만들어 과정을 실행하기 전에 unmirroring합니다.

To unmirror the root volume group (rootvg), follow the steps below (scenario: rootvg is contained on hdisk01 and mirrored onto hdisk11, and the steps will remove the mirror on hdisk11 (regardless of the disk from which you previously booted)): 볼륨의 루트를 unmirror 그룹 (rootvg), 다음 단계를 따르십시오 (시나리오 : rootvg이 방면에 포함된 hdisk01 및 미러링 hdisk11, 그리고 단계는 거울 hdisk11를 제거합니다 (이전에있는 디스크의 부팅에 관계없이)) :

  1. To unmirror the rootvg from hdisk11, enter the following command: unmirror the rootvg에서 hdisk11에 다음 명령을 입력하십시오 :

    unmirrorvg rootvg hdisk11 unmirrorvg rootvg hdisk11

    This command turns quorum back on for rootvg. 이 명령은 turns 정족수에 대한 위로 rootvg합니다. When unmirrorvg is executed, the default COPIES value for each logical volume becomes 1. unmirrorvg가 실행될 때, 기본 복사 값을 각각의 논리 볼륨이 1.

  2. To update the booted disk link, enter the following command: 부팅 디스크를 링크를 업데이 트하려면 다음 명령을 입력하십시오 :

    ln -f /dev/rhdisk01 /dev/ipldevice 전 - f / dev/rhdisk01 / dev / ipldevice

  3. To reduce the disk out of rootvg, type the following command: rootvg의 디스크를 아웃을 줄이기 위해 다음 명령을 입력합니다 :

    reducevg rootvg hdisk11 reducevg rootvg hdisk11

  4. To initilize the boot record of the remaining disk again, enter the following command: 나머지 디스크의 부트 레코드를 다시 initilize 다음 명령을 입력하십시오 :

    bosboot -a -d /dev/hdisk01 - bosboot - 패 / dev/hdisk01

    bosboot command is a must to initialize the boot record on the remaining disk hdisk01 again. 를 초기화해야합니다 bosboot 명령은 남아있는 디스크의 부트 레코드를 다시 hdisk01합니다.

  5. To modify the boot list to remove the unmirrored disk, type the following command: 부팅 목록을 수정하는 unmirrored 디스크를 제거하려면 다음 명령을 입력합니다 :

    bootlist -m normal hdisk01 bootlist - m 정상적인 hdisk01

    bootlist command is a must so that the system only boots to the disk remaining (hdisk01) in rootvg. 있도록해야합니다 bootlist 명령은 시스템의 디스크에 남아있는 유일한 부츠 (hdisk01)에 rootvg합니다.

  6. Restart AIX machine, as unmirroring turns quorum back on for rootvg, a reboot is required for this to take effect. 컴퓨터를 다시 시작 aix로 rootvg에 대한 위로 unmirroring turns 정족수를 재부 팅이 필요한 경우이 내용이 적용되도록합니다.

Note: The reducevg command in step 3 will fail if there are non-mirrored logical volumes such as raw logical volumes and system dump devices on the disk. 참고 사항 : reducevg 명령을 3 단계가 실패합니다 - 미러 논리 볼륨이 아닌 경우에는 원시 논리 볼륨 및 시스템과 같은 장치를 디스크에 덤프합니다.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. 중요 사항 : 이것은 기계 번역 페이지는 "있는 그대로"제공하지 않고 보증합니다. Machine translation may be difficult to understand. 기계 번역을 이해하기 어려울 수있습니다. Please refer to 를 참조하시기 바랍니다 original English article 원래 영어 자료 whenever possible. 언제 수있습니다.

Share and contribute or get technical support and help at 를 공유하고 기술 지원 및 도움을 공헌하지 않는다면 My Digital Life Forums 내 디지털 라이프 공개 토론 . 합니다.



Leave a Reply 남길 회신

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> 이러한 태그를 사용할 수있습니다 : <a href="" title=""> <acronym title=""> <abbr title=""> <blockquote cite=""> <b> <cite> <code> <델 날짜 = ""> <em> <i> <strike> '<q cite="">

Subscribe without commenting 논평없이 구독 신청
이메일


Custom Search

New Articles 새로운 기사

Incoming Search Terms for the Article 이 문서에 대한 검색어를 수신

unmirror rootvg unmirror rootvg - - rootvg rootvg - - AIX unmirror rootvg aix unmirror rootvg - - unmirror rootvg aix rootvg aix unmirror - - aix unmirror volume group aix 볼륨 그룹 unmirror - - AIX unmirror aix unmirror - - aix mirror aix 거울 - - aix quorum aix 정족수 - - unmirror unmirror - - unmirrorvg rootvg unmirrorvg rootvg - - unmirror AIX aix unmirror - - aix unmirrorvg aix unmirrorvg - - how to add new harddisk using rootvg in aix rootvg를 사용하여 새 하드 디스크를 추가하는 방법 액스에 도착 - - aix mirror rootvg aix 거울 rootvg - - aix mirror command aix 미러 명령을 - - unmirror lv 좌심실 unmirror - - howto mirror an AIX rootvg 하우투 미러 an aix rootvg - - "unmirror" rootvg "unmirror"rootvg - - how to unmirror rootvg in AIX 액스에 도착하는 방법을 unmirror rootvg - - unmirror vg 볼륨 그룹 unmirror - - aix rootvg mirror aix rootvg 거울 - - unmirrorvg AIX aix unmirrorvg - - how to check rootvg is mirrored 거울을 확인하는 방법은 rootvg - - unmirror the rootvg unmirror the rootvg - - AIX replace mirrored drive aix 미러 드라이브를 교체 - - modify group aix 수정 그룹을 aix - - aix replace disk in striped volume group 스트 라이프 볼륨 그룹을 교체 디스크에 aix - - mirror aix 거울 aix - - mirror rootvg aix 거울 aix rootvg - - missing ipldevice AIX 누락 aix ipldevice - - AIX create raw logical volumes aix 원시 논리 볼륨 만들기 - - aix how to replace disk on rootvg mirror 디스크를 교체하는 방법을 aix 거울 rootvg - - rootvg in AIX 액스에 도착 rootvg - - check volume group 빈 볼륨 그룹 - - how to mirror root vg in aix 액스에 도착하는 방법을 거울 루트 볼륨 그룹 - - aix mirrorvg aix mirrorvg - - AIX rootvg unmirror aix rootvg unmirror - - check mirror AIX 체크 미러 aix - - unmirror volume group 볼륨 그룹 unmirror - - aix check mirror aix 검사 거울 - - copy vg aix 볼륨 그룹 aix에 복사 - - aix unmirror command aix 명령을 unmirror - - 20ee000b rootvg unmirror 20ee000b rootvg unmirror - - aix unmirror volume aix 볼륨 unmirror - - aix rootvg aix rootvg - - unmirror in aix 액스에 도착 unmirror - - "No logical volumes" aix "아니오 논리 볼륨이"aix - - unmirror rootvg in aix 액스에 도착 unmirror rootvg - - quorum in aix 액스에 도착 정족수 - - mirror mode aix 미러 모드를 aix - -