検索クエリーを入力してください
<book_title> を検索 ...
Veritas NetBackup™ Appliance Commands Reference Guide
Last Published:
2017-11-17
Product(s):
Appliances (3.1 (5340), 3.1 (5330), 3.1 (5240), 3.1 (5230), 3.1 (5220))
- Overview
- 付録 A. Main > Appliance commands
- 付録 B. Main > Manage > FibreChannel commands
- 付録 C. Main > Manage > HighAvailability commands
- 付録 D. Main > Manage > Libraries commands
- 付録 E. Main > Manage > Libraries > Advanced > ACS commands
- 付録 F. Main > Manage > License commands
- 付録 G. Main > Manage > MountPoints commands
- 付録 H. Main > Manage > NetBackup CLI commands
- 付録 I. Main > Manage > OpenStorage commands
- 付録 J. Main > Manage > Software commands
- 付録 K. Main > Manage > Storage commands
- 付録 L. Main > Manage > Tapes commands
- 付録 M. Main > Manage > Certificates commands
- 付録 N. Main > Monitor commands
- 付録 O. Main > Network commands
- 付録 P. Main > Network > Security (IPsec) commands
- 付録 Q. Main > Reports commands
- 付録 R. Main > Settings commands
- 付録 S. Main > Settings > Alerts commands
- 付録 T. Main > Settings > Notifications view commands
- 付録 U. Main > Settings > Security commands
- 付録 V. Main > Support commands
名前
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 の値を入力する必要があります。
- Edit Share Clients Update ShareName
このコマンドにより、以前に作成された共有の既存のクライアントを更新することができます。クライアントを更新する ShareName の値を入力する必要があります。
- Edit Share Clients Delete 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'.