検索クエリーを入力してください
<book_title> を検索 ...
Veritas NetBackup™ Appliance コマンドリファレンスガイド
Last Published:
2023-02-08
Product(s):
Appliances (5.1.1)
Platform: NetBackup Appliance OS
- 概要
- 付録 A. Main > Appliance コマンド
- 付録 B. Main > Manage > FibreChannel コマンド
- 付録 C. Main > Manage > HighAvailability コマンド
- 付録 D. Main > Manage > Libraries コマンド
- 付録 E. Main > Manage > Libraries > Advanced > ACS コマンド
- 付録 F. Main > Manage > License コマンド
- 付録 G. Main > Manage > MountPoints コマンド
- 付録 H. Main > Manage > NetBackup CLI コマンド
- 付録 I. Main > Manage > OpenStorage コマンド
- 付録 J. Main > Manage > Software コマンド
- 付録 K. Main > Manage > Storage コマンド
- 付録 L. Main > Manage > Tapes コマンド
- 付録 M. Main > Monitor コマンド
- 付録 N. Main > Network コマンド
- 付録 O. Main > Network > Security コマンド (DeviceCert)
- 付録 P. Main > Reports コマンド
- 付録 Q. Main > Settings コマンド
- 付録 R. Main > Settings > Alerts コマンド
- 付録 S. Main > Settings > Notifications view コマンド
- 付録 T. Main > Settings > Security コマンド
- 付録 U. Main > Support コマンド
- 付録 V. NetBackupCLI ユーザーのメニュー
名前
Main > Manage > Storage > Edit — 共有を編集するには、このコマンドを使用します。
概要
Edit Share Description ShareName
Edit Share Clients Add ShareName
Edit Share Clients Update ShareName
Edit Share Clients Delete ShareName
説明
このコマンドは Main > Manage > Storage ビューにあります。Edit Share コマンドを使用すると、共有の詳細を編集できます。共有の説明を変更し、クライアントの追加、変更、または削除を行うことができます。
オプション
- Edit Share Description ShareName
このコマンドにより、以前に作成された共有の説明を編集します。編集する ShareName の値を入力する必要があります。
- Edit Share Clients Add ShareName
このコマンドにより、以前に作成された共有に別のクライアントを追加することができます。クライアントを追加する ShareName の値を入力する必要があります。
このコマンドにより、以前に作成された共有の既存のクライアントを更新することができます。クライアントを更新する ShareName の値を入力する必要があります。
このコマンドにより、以前に作成された共有のクライアントを削除することができます。クライアントを削除する ShareName の値を入力する必要があります。
例
以下の例は、共有の説明を変更する方法です。
Manage > Storage > Edit Share Description share_1 - [Info] Old Description : "My Test Share description" >> Enter the New Description ( Enter to keep old description ) : My New Test Share description - [Info] Successfully edited description of share 'share_1'.
以下の例は、共有にクライアントを追加する方法です。
Manage > Storage > Edit Share Clients Add share_1 - [Info] List of Oracle server clients that can access this share hostA (rw, root_squash,secure) 10.182.0.2 (rw, root_squash, anonuid=1024, anongid=1024) >> Enter comma-separated list of Oracle server clients you would like to add : hostC, HostD >> Enter comma-separated list of NFS export options for the Oracle clients added above. The following options are supported: ro, rw, no_root_squash, root_squash, all_squash, anonuid, anongid , secure, insecure For detailed information about the NFS export command options, refer to NetBackup Appliance Administrator's guide. >> Export options for 'hostC' (rw, no_root_squash, secure) : rw, root_squash, anonuid=1024, anongid=1024 >> Export options for 'hostD' (rw, no_root_squash, insecure) : rw, no_root_squash, secure - [Info] Summary of clients: hostA (rw, root_squash,secure) 10.182.0.2 (rw, root_squash, anonuid=1024, anongid=1024) hostC (rw, root_squash, anonuid=1024, anongid=1024) hostD (rw, root_squash, anonuid=1024, anongid=1024) - [Info] Successfully edited clients of share 'share_1'.
以下の例は、共有のクライアントを更新する方法です。
Manage > Storage > Edit Share Clients Update share_1 - [Info] List of Oracle server clients that can access this share hostA (rw, root_squash,secure) 10.182.0.2 (rw, root_squash, anonuid=1024, anongid=1024) >> Enter comma-separated list of Oracle server clients you would like to update : hostA >> Enter comma-separated list of NFS export options for the Oracle clients added above. The following options are supported: ro, rw, no_root_squash, root_squash, all_squash, anonuid, anongid , secure, insecure For detailed information about the NFS export command options, refer to NetBackup Appliance Administrator's guide. >> Export options for 'hostA' (rw, root_squash, anonuid=1024, anongid=1024) : rw, no_root_squash, secure - [Info] Summary of clients: hostA (rw, no_root_squash, secure) 10.182.0.2 (rw, root_squash, anonuid=1024, anongid=1024) - [Info] Successfully updated clients of share 'share_1'.
以下の例は、共有からクライアントを削除する方法です。
Manage > Storage > Edit Share Clients Delete share_1 - [Info] List of Oracle server clients that can access this share hostA (rw, root_squash,secure) 10.182.0.2 (rw, root_squash, anonuid=1024, anongid=1024) >> Enter comma-separated list of Oracle server clients you would like to delete : hostA - [Info] Summary of clients: 10.182.0.2 (rw, root_squash, anonuid=1024, anongid=1024) - [Info] Successfully deleted clients of share 'share_1'.