Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- Appendix A. Main > Appliance commands
- Appendix B. Main > Manage > FibreChannel commands
- Appendix C. Main > Manage > HighAvailability commands
- Appendix D. Main > Manage > Libraries commands
- Appendix E. Main > Manage > Libraries > Advanced > ACS commands
- Appendix F. Main > Manage > License commands
- Appendix G. Main > Manage > MountPoints commands
- Appendix H. Main > Manage > NetBackup CLI commands
- Appendix I. Main > Manage > OpenStorage commands
- Appendix J. Main > Manage > Software commands
- Appendix K. Main > Manage > Storage commands
- Appendix L. Main > Manage > Tapes commands
- Appendix M. Main > Manage > Certificates commands
- Appendix N. Main > Monitor commands
- Appendix O. Main > Network commands
- Appendix P. Main > Network > Security commands (IPsec)
- Appendix Q. Main > Reports commands
- Appendix R. Main > Settings commands
- Appendix S. Main > Settings > Alerts commands
- Appendix T. Main > Settings > Notifications view commands
- Appendix U. Main > Settings > Security commands
- Appendix V. Main > Support commands
Name
Main > Manage > Storage > Edit — Use this command to edit a share.
SYNOPSIS
Edit Share Description ShareName
Edit Share Clients Add ShareName
Edit Share Clients Update ShareName
Edit Share Clients Delete ShareName
DESCRIPTION
This command exists under the Main > Manage > Storage view. The Edit Share command lets you edit the details of a share. You can change the description and add, modify, or delete clients.
OPTIONS
- Edit Share Description ShareName
This command edits the description of a previously created share. You must enter a value for ShareName to edit.
- Edit Share Clients Add ShareName
This command enables you to add additional clients to a previously created share. You must enter a value for ShareName to add clients.
- Edit Share Clients Update ShareName
This command enables you to update existing clients of a previously created share. You must enter a value for ShareName to update clients.
- Edit Share Clients Delete ShareName
This command enables you to delete the clients of a previously created share. You must enter a value for ShareName to delete clients.
EXAMPLES
The following example demonstrates how to change the description of a share.
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'.
The following example demonstrates how to add clients to a share.
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'.
The following example demonstrates how to update the clients of a share.
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'.
The following example demonstrates how to delete clients from a share.
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'.