検索クエリーを入力してください
<book_title> を検索 ...
NetBackup IT Analytics 認定構成ガイド
Last Published:
2025-03-24
Product(s):
NetBackup IT Analytics (11.6)
- はじめに
- ポータルとデータベースサーバー
- Data Collector サーバーの構成
- Capacity Manager 構成
- サポート対象のシステムとアクセス要件
- IBM アレイ: プロファイルの変更
- API 権限を持つ NetApp ユーザーの作成
- API 権限を持つ NetApp Cluster-Mode ユーザーの作成
- アレイまたは LUN に関するパフォーマンスデータの収集
- EMC Isilon アレイのパフォーマンスメトリック
- NetApp Cluster-Mode のパフォーマンスメトリック
- NetApp Cluster-Mode アグリゲートパフォーマンス
- NetApp Cluster-Mode CIFS パフォーマンス
- NetApp Cluster-Mode ディスクのパフォーマンス
- NetApp Cluster-Mode ファイバーチャネルプロトコル論理インターフェースパフォーマンス
- NetApp Cluster-Mode LUN パフォーマンス
- NetApp Cluster-Mode NFS パフォーマンス
- NetApp Cluster-Mode プロセッサノードパフォーマンス
- NetApp Cluster-Mode プロセッサパフォーマンス
- NetApp Cluster-Mode RAID パフォーマンス
- NetApp Cluster-Mode SMB (サーバーメッセージブロック) パフォーマンス
- NetApp Cluster-Mode システムパフォーマンス
- NetApp Cluster-Mode ターゲットポートパフォーマンス
- NetApp Cluster-Mode ボリュームパフォーマンス
- EMC Symmetrix の拡張パフォーマンスメトリック
- 拡張された EMC Symmetrix パフォーマンスのレポートテンプレートの作成
- EMC Symmetrix アレイパフォーマンス
- EMC Symmetrix バックエンドディレクタパフォーマンス
- EMC Symmetrix フロントエンドディレクタパフォーマンス
- EMC Symmetrix フロントエンドポートパフォーマンス
- EMC Symmetrix ストレージグループパフォーマンス
- EMC Symmetrix データベースパフォーマンス
- EMC Symmetrix ディスクグループパフォーマンス
- EMC Symmetrix ディスクパフォーマンス
- EMC Symmetrix デバイスグループパフォーマンス
- EMC Symmetrix ディスク (テクノロジ別) パフォーマンス
- EMC Symmetrix ストレージ層パフォーマンス
- EMC Symmetrix シンティアパフォーマンス
- EMC Symmetrix シンプールパフォーマンス
- EMC Symmetrix の拡張パフォーマンスメトリック
- Hitachi Vantara アレイのパフォーマンスメトリック
- ホストリソースの前提条件と構成
- ホストアクセス権限、sudo コマンド、ポート、WMI プロキシの必要条件
- Windows ホストデータ収集の WMI プロキシ要件
- ホストリソースサポート対象の構成
- Pure Storage Flash Array のパフォーマンスメトリック
- サポート対象の HBA (ホストバスアダプタ)
- 計算リソースのサポート対象の構成
- クラウド構成
- Virtualization Manager 構成
- File Analytics 構成
- Fabric Manager 構成
- Backup Manager 構成
- ServiceNow 構成
- 内部 TCP ポートの要件
API 権限を持つ NetApp Cluster-Mode ユーザーの作成
NetApp Cluster-Mode データ収集では、クラスタのデータを収集するために、特定の読み取り専用の役割とユーザーが必要です。
必要な権限を持つ新しいユーザーアカウントを作成するには、次の CLI (コマンドラインインターフェース) の手順を使用します。この一連のコマンドは、apt_readonly として役割を作成し、次に読み取り専用アクセス許可を持つ apt_user という名前のユーザーを作成します。
次の 2 つのコマンドを使用して、読み取り専用の役割を作成します。
security login role create -role apt_readonly -cmddirname DEFAULT -access readonly security login role create -role apt_readonly -cmddirname security -access readonly
次のコマンドを使用して、読み取り専用ユーザーを作成します。create コマンドを実行すると、このユーザーのパスワードを入力するように求められます。
security login create -username apt_user -application ontapi -authmethod password -role apt_readonly
結果の役割とユーザーログインは次のようになります。
Role Command/ Access Vserver Name Directory Query Level ---------- ------------- --------- ------------------ -------- cluster1 apt_readonly DEFAULT readonly cluster1 apt_readonly security readonly cluster1::security login> show Vserver: cluster1 Authentication Acct UserName Application Method Role Name Locked ---------------- ----------- -------------- ---------------- ------ apt_user ontapi password apt_readonly no