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 primary and media server
- How to deploy and configure a NetBackup Virtual Appliance media server
- How to deploy and configure a NetBackup Virtual Appliance primary server
- How to deploy and configure a NetBackup Virtual Appliance combined primary 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 OpenStorage plugin installation
- About NetBackup Virtual Appliance storage configuration
- Deduplication pool catalog backup and recovery
- Network connection management
- Managing users
- About user name and password specifications
- 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
- About data encryption
- Setting the appliance login banner
- Upgrading the appliance
- About upgrading to NetBackup Virtual Appliance software version 4.1
- Requirements and best practices for upgrading NetBackup appliances
- Methods for downloading appliance software release updates
- NetBackup client upgrades with VxUpdate
- 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 > Settings > Security> Authentication > CIFSShare — Manage access to general CIFS shares.
SYNOPSIS
AllowAccess
RemoveAccess
ShowAccess
DESCRIPTION
The admin user is given access to all general CIFS shares by default. However, you must manually manage access to general CIFS shares for all other local users and Active Directory users and user groups.
You can use the CIFSShare command to perform the following tasks:
Allow users or groups to access general CIFS shares.
Restrict users or groups to access general CIFS shares.
List allowed users and groups with access to general CIFS shares
OPTIONS
The following commands and options are available under Authentication > CIFSShare:
- CIFSShare AllowAccess Users <Users> <CIFSShareName>
Allow users to access a general CIFS share. Here, <Users> is a comma-separated list of users and <CIFSShareName> is the name of the CIFS share to which you want to grant access. You can enter the users in a comma-separated list in the <domain_name>\<user_name> format or the <user_name> format.
- CIFSShare AllowAccess Groups <Groups> <CIFSShareName>
Allow user groups to access a general CIFS share. Here, <Groups> is a comma-separated list of user groups and <CIFSShareName> is the name of the CIFS share to which you want to grant access.
- CIFSShare RemoveAccess Users <Users> <CIFSShareName>
Restrict users from accessing a general CIFS share. Here, <Users> is a comma-separated list of users and <CIFSShareName> is the name of the CIFS share to which you want to remove access. You can enter the users in the comma-separated list in the <domain_name>\<user_name> format or the <user_name> format.
- CIFSShare RemoveAccess Groups <Groups> <CIFSShareName>
Restricts users in user groups from accessing a general CIFS share. Here, <Groups> is a comma-separated list of user groups and <CIFSShareName> is the name of the CIFS share to which you want to remove access.
- CIFSShare ShowAccess [<CIFSShareName>]
Lists all users and user groups with access general CIFS shares. If you provide the <CIFSShareName> option, only users and user groups with access to the particular CIFS share are displayed.
EXAMPLES
The following shows an example of the output for the CIFSShare ShowAccess:
CIFSShare> ShowAccess +-------------------------------------------------------------------------+ | Share | Share Name | Share | Allowed Users / Groups | | Type | | Status | | |--------+----------------+----------+------------------------------------| | CIFS | install | Closed | | |--------+----------------+----------+------------------------------------| | CIFS | logs | Closed | admin,domain\user1,domain\ | | | | | user2 | |--------+----------------+----------+------------------------------------| | CIFS |incoming_patches| Closed | admin | |--------+----------------+----------+------------------------------------| | CIFS |incoming_plugins| Closed | admin | |--------+----------------+----------+------------------------------------| | CIFS | logforwarding | Closed | admin | +-------------------------------------------------------------------------+ Command was successful! CIFSShare> ShowAccess logs +-------------------------------------------------------------------------+ | Share | Share | Share | Allowed Users / Groups | | Type | Name | Status | | |---------+---------+-----------+-----------------------------------------| | CIFS | logs | Closed | admin,domain\user1,domain\ | | | | | user2 | +-------------------------------------------------------------------------+ Command was successful!