NetBackup™ Web UI Administrator's Guide
- Section I. About NetBackup
- Section II. Monitoring and notifications
- Monitoring NetBackup activity
- Activity monitor
- Job monitoring
- Troubleshooting the viewing and managing of jobs
- Device monitor
- Notifications
- Registering the data collector
- Monitoring NetBackup activity
- Section III. Configuring hosts
- Managing host properties
- Busy file settings properties
- Client attributes properties
- Client settings properties for UNIX clients
- Client settings properties for Windows clients
- Data Classification properties
- Default job priorities properties
- Encryption properties
- Exchange properties
- Exclude list properties
- Fibre transport properties
- General server properties
- Global attributes properties
- Logging properties
- Media properties
- Network settings properties
- Port ranges properties
- Preferred network properties
- Resilient network properties
- Restore failover properties
- Retention periods properties
- Scalable Storage properties
- Servers properties
- SharePoint properties
- SLP settings properties
- Managing credentials for workloads and systems that NetBackup accesses
- Managing deployment
- Managing host properties
- Section IV. Configuring storage
- Overview of storage options
- Configuring disk storage
- Integrating MSDP Cloud and CMS
- Create a universal share
- Managing media servers
- Configuring storage units
- Managing tape drives
- Managing robots and tape drives
- Inventorying robots
- Managing volumes
- Managing volume pools
- Managing volume groups
- Staging backups
- Troubleshooting storage configuration
- Section V. Configuring backups
- Overview of backups in the NetBackup web UI
- Managing protection plans
- Managing classic policies
- Protecting the NetBackup catalog
- Catalog backups
- Managing backup images
- Pausing data protection activity
- Section VI. Managing security
- Security events and audit logs
- Managing security certificates
- Managing host mappings
- Configuring multi-person authorization
- Managing user sessions
- Configuring multifactor authentication
- Managing the global security settings for the primary server
- About trusted primary servers
- Using access keys, API keys, and access codes
- Configuring authentication options
- Managing role-based access control
- Disabling access to NetBackup interfaces for OS Administrators
- Section VII. Detection and reporting
- Detecting anomalies
- About backup anomaly detection
- Malware scanning
- Usage reporting and capacity licensing
- Detecting anomalies
- Section VIII. NetBackup workloads and NetBackup Flex Scale
- Section IX. Administering NetBackup
- Management topics
- Managing client backups and restores
- About client-redirected restores
- Section X. Disaster recovery and troubleshooting
- Section XI. Other topics
- Additional NetBackup catalog information
- About the NetBackup database
- About the NetBackup database installation
- Post-installation tasks
- Using the NetBackup Database Administration utility on Windows
- Using the NetBackup Database Administration utility on UNIX
Create a universal share
A universal share offers the ability to ingest data directly into a space efficient SMB (CIFS) or NFS share. Space efficiency is achieved by storing the ingested data directly to an existing NetBackup deduplication pool (MSDP). No NetBackup software needs to be installed on the client that mounts the share. Any operating system that is running a POSIX-compliant file system and can mount an SMB (CIFS) or NFS network share can write data to a universal share.
You can manage universal shares across NetBackup Appliance, Flex Appliance, Flex Scale, Flex WORM/non-WORM, MSDP AKS/EKS deployment, build-your-own (BYO) and BYO-In-Cloud servers.
See the NetBackup Deduplication Guide for more information about universal share policies, universal share for cloud LSU limitation, prerequisites, and configuration.
If you want to view specific storage servers containing universal shares, click on
in the top right. Then, select the storage servers that contain universal shares, and they are displayed in the table.To create a universal share in the NetBackup web UI
- If necessary, configure an MSDP storage server.
See Create a Media Server Deduplication Pool (MSDP, MSDP Cloud) storage server .
- On the left, click Storage > Disk storage.
- Click on the Universal shares tab. Then click Add.
Provide the following required information:
Enter a Display name. This name is used in the universal share path.
Select a Type. If you want to set up Cloud cache properties, you must select Regular. If Accelerator type is selected, you must specify the Disk volume.
Select the Storage server.
Select the Disk volume.
When Accelerator is selected in Type, you can only select a cloud disk volume in the pop-up.
Click the search icon to get the volume list, and select the disk volume. PureDiskVolume is selected by default.
This option is available only if universal share with object storage in cloud feature is enabled. For more information, see the NetBackup Deduplication Guide.
In Cloud cache properties, specify the size of the local disk cache in the Request cloud cache disk space.
The Request cloud cache disk space can only be set here on initial setup. Any subsequent changes must be made on the storage server properties page.
Note:
When you update the Cloud cache properties setting in storage server properties page, there is an interruption of the current shared mounts. When you click Save, the vpfsd process restarts to apply the new value.
In addition, new universal shares cannot be created if the available size is less than 128GB.
Select the Protocol: NFS or SMB (CIFS)
Select the Direct NFS check box to improve the performance of Network Attached Storage (NAS) over standard NFS for Oracle Databases. With direct NFS, you can add the 'insecure' export option to the export path.
For example, /mnt/vpfs_shares/dnfs/dnfs client-abcd(rw,insecure,mp,fsid=4161bb04-f62f-40f3-af09-0d9a8713694b)
Specify a Host that is allowed to mount the share and then click Add to list. You can use the host name, IP address, short name, or the FQDN to specify the Host. You can enter multiple hosts for each share.
When Accelerator is selected in Type, the Host can only be FQDN.
At this point, continue to enter values in the remaining fields or click Save to save the universal share. You can update the remaining fields later from the universal share's details page:
Select a Quota type: Unlimited or Custom. If you select Custom, also specify the quota in MB, GB, or TB units.
The Custom quota value limits the amount of data that is ingested into the share. Quotas are enforced using the front-end terabyte (FETB) calculation method. They are Implemented per share and can be modified at any time. You do not need to remount the share for the change to a take effect.
To update the quote type or value from the universal share's details page, click Edit in the Quota section.
Specify the User names (Local or Active Directory) and the Group names (Active Directory only). Only the specified users or groups can access the share. You can add and update the User names and the Group Names later from the details page of an existing universal share.
Note:
Currently, the User names and the Group names are supported only for the SMB (CIFS) protocol.
Specify Kerberos security methods if the selected protocol is NFS and the Kerberos service is supported on the selected Storage server.
If you select more than one Kerberos security methods, you can specify any method as mount command option to the share from client host.
Kerberos 5
Uses Kerberos V5 instead of local UNIX UIDs and GIDs to authenticate the users.
Kerberos 5i
Uses Kerberos V5 for user authentication and performs integrity checking of NFS operations using the secure checksums to prevent tampering of the data.
Kerberos 5p
Uses Kerberos V5 for user authentication and integrity checking. It encrypts NFS traffic to prevent traffic sniffing. This option is the most secure setting but it also involves the most performance overhead.