NetBackup™ Web UI Administrator's Guide
- Introducing the NetBackup web user interface
- Monitoring and notifications
- The NetBackup dashboard
- About the Activity monitor
- Job monitoring
- Workloads that require a custom RBAC role for specific job permissions
- View a job
- View the jobs in the List view
- View the jobs in the Hierarchy view
- Jobs: cancel, suspend, restart, resume, delete
- Search for or filter jobs in the jobs list
- Create a jobs filter
- Edit or delete a jobs filter
- Troubleshooting the viewing of jobs
- Job notifications
- NetBackup event notifications
- Section I. Managing hosts
- Managing host properties
- Managing credentials for workloads and systems that NetBackup accesses
- Overview of credential management in NetBackup
- Add a credential in NetBackup
- Add a credential for an external KMS
- Add a credential for NetBackup Callhome Proxy
- Edit or delete a named credential
- Add a credential for Network Data Management Protocol (NDMP)
- Edit or delete Network Data Management Protocol (NDMP) credentials in NetBackup
- Managing deployment
- Section II. Configuring storage and backups
- Configuring storage
- About storage configuration
- Create a Media Server Deduplication Pool (MSDP) storage server
- Create a Cloud storage, OpenStorage, or AdvancedDisk storage server
- Create a disk pool
- Create a storage unit
- Create a universal share
- Create a Media Server Deduplication Pool (MSDP) storage server for image sharing
- Using image sharing from the NetBackup web UI
- Troubleshooting storage configuration
- Troubleshooting universal share configuration issues
- Using instant access for MS-Windows and Standard policies
- Overview of backups in the web UI
- Managing protection plans
- Managing classic policies
- Managing backup images
- Pausing data protection activity
- Configuring storage
- Section III. Managing security
- Security events and audit logs
- Managing security certificates
- Managing host mappings
- Managing user sessions
- Managing the security settings for the primary server
- Certificate authority for secure communication
- Disable communication with NetBackup 8.0 and earlier hosts
- Disable automatic mapping of NetBackup host names
- Configure the global data-in-transit encryption setting
- About NetBackup certificate deployment security levels
- Select a security level for NetBackup certificate deployment
- About TLS session resumption
- Set a passphrase for disaster recovery
- About trusted primary servers
- Using access keys, API keys, and access codes
- Configuring authentication options
- Managing role-based access control
- RBAC features
- Authorized users
- Configuring RBAC
- Notes for using NetBackup RBAC
- Add AD or LDAP domains
- View users in RBAC
- Add a user to a role (non-SAML)
- Add a smart card user to a role (non-SAML, without AD/LDAP)
- Add a user to a role (SAML)
- Remove a user from a role
- Disable web UI access for operating system (OS) administrators
- Disable command-line (CLI) access for operating system (OS) administrators
- Default RBAC roles
- Add a custom RBAC role
- Role permissions
- Manage access permission
- View access definitions
- Section IV. Detection and reporting
- Detecting malware
- About malware detection
- Configure a new scan host pool
- Add an existing scan host
- Manage credentials
- Remove the scan host
- Deactivate the scan host
- Scan a policy client backup images for malware
- Perform malware scanning
- Scan a VMware asset for malware
- View the malware scan status
- Actions for malware scanned images
- Recover from malware-affected images (clients protected by policies)
- Recover a VMware asset affected by malware
- Troubleshooting
- Detecting anomalies
- Usage reporting and capacity licensing
- Detecting malware
- Section V. NetBackup workloads and NetBackup Flex Scale
- Section VI. Disaster recovery and troubleshooting
Troubleshooting universal share configuration issues
For more information about universal shares, see the NetBackup Deduplication Guide
To configure a universal share, ensure that instant access is enabled on the storage server. For more information about instant access, see the following guides:
To ensure that instant access is enabled on the storage server
- Log in to the storage server and run the following command (build your own (BYO) only):
/usr/openv/pdde/vpfs/bin/ia_byo_precheck.sh
- Review the pre-condition checking results and the configuration results:
/var/log/vps/ia_byo_precheck.log(BYO only)/usr/openv/pdde/vpfs/vpfs-config.log(BYO and appliance configurations)In the following example, several required services are not running:
[root@rhelnbu06 ~]# /usr/openv/pdde/vpfs/bin/ia_byo_precheck.sh Mon Apr 13 12:42:14 EDT 2020 Try to get storagepath Mon Apr 13 12:42:14 EDT 2020 Storage ContentRouter config path is /msdp/etc/puredisk/contentrouter.cfg Mon Apr 13 12:42:14 EDT 2020 Storagepath is /msdp Mon Apr 13 12:42:14 EDT 2020 File system for partition /msdp is ext2/ext3 Mon Apr 13 12:42:14 EDT 2020 File system for partition /msdp/data is ext2/ext3 Mon Apr 13 12:42:14 EDT 2020 **** Hardware Virtualization not supported, Instant Access browse may be slow **** Mon Apr 13 12:42:14 EDT 2020 **** system memory support 50 vpfs livemounts **** Mon Apr 13 12:42:14 EDT 2020 **** nginx service required by Instant Access is not running **** Mon Apr 13 12:42:14 EDT 2020 **** smb service required by Instant Access is not running **** Mon Apr 13 12:42:14 EDT 2020 **** docker service required by VMware Instant Access is not running ****
- Resolve the issues that are identified in the log. For example, restart any services that are required for instant access.
To ensure that the storage server has universal share capability
- Make sure that the storage service is running NetBackup 8.3 or later.
- Log on to the storage server and run the following command:
nbdevquery -liststs -U
Make sure that the InstantAcess flag is listed in the command's output.
If the flag is not listed, see one of the guides mentioned above to enable instant access on the storage server.
- Run the following command:
nbdevconfig -getconfig -stype PureDisk -storage_server storage_server_name
Make sure that the UNIVERSAL_SHARE_STORAGE flag is listed in the command's output.
If the flag is not listed, create a universal share on the storage server:
A universal share can be started, restarted, or stopped with NetBackup services:
Use the following command to start or restart a universal share:
netbackup start
Use the following command to stop universal share:
netbackup stop
Whenever a universal share is created on the NetBackup web UI, a mount point is also created on the storage server.
For example:
[root@rsvlmvc01vm309 vpfs.mnt]# mount | grep vpfs vpfsd on /mnt/vpfs type fuse.vpfsd (rw,nosuid,nodev,relatime,user_id=0, group_id=0,default_permissions,allow_other) vpfsd on /mnt/vpfs_shares/aa7e/aa7e83e5-93e4-57ea-a4a8-81ddbf5f819e type fuse.vpfsd (rw,nosuid,nodev,relatime,user_id=0,group_id=0, default_permissions,allow_other)
In this example, aa7e83e5-93e4-57ea-a4a8-81ddbf5f819e is the universal share's ID. This ID is found on the details page of the universal share in the NetBackup web UI: On the left, click and then select the universal share to view its details.