Veritas NetBackup™ Virtual Appliance Documentation
- Getting to know the NetBackup Virtual Appliance
- NetBackup Virtual Appliance product description
- Preparing to deploy the appliance
- Deploying and configuring the appliance
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- How to deploy and configure a NetBackup Virtual Appliance media server
- How to deploy and configure a NetBackup Virtual Appliance master server
- How to deploy and configure a NetBackup Virtual Appliance CloudCatalyst
- How to deploy and configure a NetBackup Virtual Appliance combined master and media server
- Post initial configuration procedures
- Appliance common tasks
- Storage management
- About NetBackup Virtual Appliance storage configuration
- About viewing storage space information using the Show command
- About NetBackup Virtual Appliance storage configuration
- Network connection management
- Managing users
- About authenticating LDAP users
- About authenticating Active Directory users
- About authenticating Kerberos-NIS users
- About user authorization on the NetBackup Virtual Appliance
- Creating NetBackup administrator user accounts
- Using the appliance
- About configuring Host parameters for your appliance on the NetBackup Virtual Appliance
- About Copilot functionality and Share management
- About NetBackup Virtual Appliance as a VMware backup host
- About running NetBackup commands from the appliance
- About mounting a remote NFS
- About Auto Image Replication from a NetBackup Virtual Appliance
- Monitoring the appliance
- About SNMP
- About Call Home
- Appliance security
- About Symantec Data Center Security on the NetBackup Virtual Appliance
- Setting the appliance login banner
- Upgrading the appliance
- About upgrading to NetBackup Virtual Appliance software version 3.1.2
- Requirements and best practices for upgrading NetBackup appliances
- Methods for downloading appliance software release updates
- Appliance restore
- Decommissioning and Reconfiguring
- Troubleshooting
- About disaster recovery
- About NetBackup support utilities
- Appliance logging
- Commands overview
- Appendix A. Appliance commands
- Appendix B. Manage commands
- Appendix C. Monitor commands
- Appendix D. Network commands
- Appendix E. Reports commands
- Appendix F. Settings commands
- Appendix G. 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
Note:
The Copilot feature is only supported on a NetBackup Virtual Appliance with the media server role.
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'.