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® Knowledge Center

おすすめ記事