日本語は機械翻訳による参考訳です。内容に矛盾や不一致があった場合には、英語の内容が優先されます。
アクセス制御権限を表示します
共同作成者
変更を提案
アクセス制御権限を表示するには、 SnapDrive config access show コマンドを実行します。
手順
-
SnapDrive config access show コマンドを実行します。
このコマンドの形式は次のとおりです。 SnapDrive config access { show | list } filername `
「 show 」または「 list 」のどちらのバージョンのコマンドを入力しても、同じパラメータを使用できます。
このコマンド・ラインを使用すると、ストレージ・システムの toaster が、ホストに許可されているアクセス許可を判別できます。出力に基づいて、このストレージシステム上のホストに対する権限はすべて snap になります。
# snapdrive config access show toaster This host has the following access permission to filer, toaster: SNAP ALL Commands allowed: snap create snap restore snap delete snap rename #
この例では ' パーミッション・ファイルはストレージ・システム上に存在しないため 'UNIX 用 SnapDrive は 'napdrive.conf ファイル内の変数 _all-access if -rbac -unspecified _ をチェックして ' ホストに付与されているパーミッションを判別しますこの変数は 'ON' に設定されますこれは ' アクセスレベルが All access に設定されたパーミッションファイルを作成するのと同じです
# snapdrive config access list toaster This host has the following access permission to filer, toaster: ALL ACCESS Commands allowed: snap create snap restore snap delete snap rename storage create storage resize snap connect storage connect storage delete snap disconnect storage disconnect clone split estimate clone split start #
この例は ' ストレージ・システム toaster にアクセス権ファイルが存在しない場合に受信するメッセージの種類を示していますまた 'napdrive.conf ファイルの変数
all-access -if-rbac -unspecified
は 'off' に設定されています# snapdrive config access list toaster Unable to read the access permission file on filer, toaster. Verify that the file is present. Granting no permissions to filer, toaster.