Please enter search query.
Search <book_title>...
Veritas NetBackup™ Flex Scale Administrator's Guide
Last Published:
2023-05-09
Product(s):
Appliances (3.0)
Platform: NetBackup Flex Scale OS
- Product overview
- Viewing information about the NetBackup Flex Scale cluster environment
- NetBackup Flex Scale infrastructure management
- User management
- Considerations for managing NetBackup Flex Scale users
- Adding users
- Changing user password
- Removing users
- Considerations for configuring AD/LDAP
- Configuring AD server for Universal shares and Instant Access
- Configuring AD/LDAP servers for NetBackup services
- Configuring additional AD/LDAP servers for managing NetBackup services/Universal Shares/Instant Access
- Configuring AD/LDAP servers on clusters deployed with only media servers
- Directory services and certificate management
- Region settings management
- About NetBackup Flex Scale storage
- About Universal Shares
- Node and disk management
- License management
- User management
- NetBackup Flex Scale network management
- About network management
- Modifying DNS settings
- About bonding Ethernet interfaces
- Bonding operations
- Configuring NetBackup Flex Scale in a non-DNS environment
- Data network configurations
- NetBackup Flex Scale infrastructure monitoring
- Resiliency in NetBackup Flex Scale
- EMS server configuration
- Site-based disaster recovery in NetBackup Flex Scale
- About site-based disaster recovery in NetBackup Flex Scale
- Configuring disaster recovery using GUI
- Clearing the host cache
- Managing disaster recovery using GUI
- Performing disaster recovery using RESTful APIs
- Active-Active disaster recovery configuration
- NetBackup optimized duplication using Storage Lifecycle Policies
- NetBackup Flex Scale security
- Troubleshooting
- Services management
- Collecting logs for cluster nodes
- Checking and repairing storage
- Troubleshooting NetBackup Flex Scale issues
- If cluster configuration fails (for example because an IP address that was already in use is specified) and you try to reconfigure the cluster, the UI displays an error but the configuration process continues to run
- Validation error while adding VMware credentials to NetBackup
- NetBackup Web UI incorrectly displays some NetBackup Flex Scale processes as failed
- Unable to create BMR Shared Resource Tree (SRT) on NetBackup Flex Scale Appliance
- NetBackup configuration files are not persistent across operations that require restarting the system
- Appendix A. Configuring NetBackup optimized duplication
- Appendix B. Disaster recovery terminologies
- Appendix C. Configuring Auto Image Replication
Configuring AD/LDAP servers for NetBackup services
You can configure AD/LDAP servers for using the NetBackup services from the NetBackup Flex Scale GUI. You can configure only one AD/LDAP server at a time but you can add multiple AD/LDAP servers to the NetBackup Flex Scale cluster. .
To configure AD/LDAP servers for NetBackup services using GUI
- Go to the Appliance GUI > Settings > Directory service management tab. Click Configure.
- Select Manage NetBackup services.
Provide the AD/LDAP server details. Click Save.
- Once the AD/LDAP server configuration operation is successful, the AD/LDAP server(s) appears in the list with usage as NetBackup services.
You can perform a test connection to validate the AD/LDAP configuration. On the same page, there is an option to remove the AD/LDAP configuration.
You can also use RESTful APIs to configure AD/LDAP servers for NetBackup services.
To configure AD/LDAP servers for NetBackup services using RESTful APIs
- Configure an AD/LDAP server to the cluster with AD/LDAP server details as payload.
POST/api/appliance/v1.0/settings/ldap
- Test the configured server's connections on the cluster with AD/LDAP server domain name and password as payload.
POST /api/appliance/v1.0/settings/ldap{server}/test - Get the successfully configured AD/LDAP server domain names on the cluster.
GET /api/appliance/v1.0/settings/ldap
- Get the server information such as whether, the server is AD/LDAP, BIND DN, and port with AD/LDAP server domain name as payload.
GET /api/appliance/v1.0/settings/ldap/{server} - Delete, remove or unconfigure the configured AD/LDAP servers from the cluster with AD/LDAP server domain name as payload.
Delete /api/appliance/v1.0/settings/ldap{server}