AIX: lqueryvg 문서 .. 누락되었나요?

AIX: lqueryvg 문서 .. 누락되었나요?

lqueryvg에 대한 정보가 필요합니다.

man lqueryvg
Manual entry for lqueryvg not found or not installed.

온라인에서 설명된 모든 옵션을 찾을 수 없습니다. 일부 옵션을 알 수 없습니다. 누락된 옵션을 아는 사람이 있나요?

lqueryvg -A     #?
lqueryvg -a     #?
lqueryvg -c     #?
lqueryvg -D     #?
lqueryvg -F     #?
lqueryvg -g     #specify VGid
lqueryvg -L     #?
lqueryvg -N     #?
lqueryvg -n     #?
lqueryvg -P     #show pvs of disk
lqueryvg -p     #specify disk,disk0 for example
lqueryvg -s     #?
lqueryvg -t     #?
lqueryvg -v     #verbose
lqueryvg -Z     #?
lqueryvg -z     #?

답변1

부록 B.22AIX 논리 볼륨 관리자 A - Z: 문제 해결 및 명령2000년부터는 다음과 같이 설명됩니다.

lqueryvg - An object file command that queries the attributes of a volume group.
Usage: lqueryvg [-g VGID] [-p PVname] [-N] [-s] [-F] [-n] [-c] [-D] [-a] [-l] [-P] [-A] [-v] [-t]

-g VGID The VGID of the volume group to query.
-p PVname The name of the physical volume that contains the VGID.
-N Returns the maximum number of logical volumes allowed in the volume group.
-s Returns the physical partition size.
-F Returns the number of free physical partitions in the volume group.
-n Returns the current number of logical volumes in the volume group.
-c Returns the current number of physical volumes in the volume group.
-D Returns the total number of VGDAs for the volume group.
-a Returns all the static attributes for the volume group ( ).
-l Returns each LVID, logical volume name and state for each logical volume in the volume group.
-P Returns each PVID, number of VGDAs and state for each physical volume in the volume group.
-A Returns all attributes for the volume group (static attributes, logical volume details and physical volume details).
-v Used only with the -p PVName flag to return the VGID from that physical volume.
-t Includes the tags with the output for the above options.

섹션 2.6.7 끝 부분에는 다음과 같은 메모도 있습니다.

본질적으로 l 접두사가 붙은 하위 수준 명령은 단순히 LVM API 호출에 대한 파서 및 프런트 엔드 역할을 합니다. 이러한 명령의 기능을 더 잘 이해하려면 lqueryvgs용 lvm_queryvgs와 같은 관련 API 호출을 찾아보세요. 이러한 호출은 AIX 버전 4.3 기술 참조: 커널 및 하위 시스템 기술 참조, 볼륨 1, SC23-4163에 나열되어 있습니다. 그러나 IBM은 BigVG 기능을 문서화하지 않는다는 점을 명심하십시오.

당신을 목적지에 착륙시킬 수 있는 것은lvm_queryvg 서브루틴에 대한 IBM® 지식 센터.

관련 정보