Veritas Access 7.3 Administrator's Guide
- Section I. Introducing Veritas Access
- Section II. Configuring Veritas Access
- Adding users or roles
- Configuring the network
- Configuring authentication services
- Section III. Managing Veritas Access storage
- Configuring storage
- About Flexible Storage Sharing
- Configuring data integrity with I/O fencing
- Configuring ISCSI
- Configuring storage
- Section IV. Managing Veritas Access file access services
- Configuring your NFS server
- Setting up Kerberos authentication for NFS clients
- Using Veritas Access as a CIFS server
- About Active Directory (AD)
- About configuring CIFS for Active Directory (AD) domain mode
- About setting trusted domains
- About managing home directories
- About CIFS clustering modes
- About migrating CIFS shares and home directories
- About managing local users and groups
- Configuring Veritas Access to work with Oracle Direct NFS
- Configuring an FTP server
- Configuring your NFS server
- Section V. Managing the Veritas Access Object Store server
- Section VI. Monitoring and troubleshooting
- Section VII. Provisioning and managing Veritas Access file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Configuring cloud storage
- Configuring the cloud gateway
- Configuring cloud as a tier
- About policies for scale-out file systems
- Section IX. Provisioning and managing Veritas Access shares
- Creating shares for applications
- Creating and maintaining NFS shares
- Creating and maintaining CIFS shares
- Using Veritas Access with OpenStack
- Section X. Managing Veritas Access storage services
- Deduplicating data
- Compressing files
- About compressing files
- Compression tasks
- Configuring SmartTier
- Configuring SmartIO
- Configuring replication
- Replication job failover and failback
- Using snapshots
- Using instant rollbacks
- Configuring Veritas Access with the NetBackup client
- Section XI. Reference
Configuring DNS settings
The Domain Name System (DNS) service resolves names to IP addresses. You can configure Veritas Access to use DNS to look up domain names and IP addresses. You enable the DNS service for the cluster, then specify up to three DNS servers.
To display DNS settings
- To display DNS settings, enter the following:
Network> dns show
To enable DNS service
- To enable Veritas Access hosts to do DNS lookups, enter the following commands:
Network> dns enable
You can verify using the dns show command.
To disable DNS settings
- To disable DNS settings, enter the following:
Network> dns disable
You can verify using the dns show command.
To specify the IP addresses of the DNS name servers
- To specify the IP addresses of the DNS name servers used by the Veritas Access DNS service, enter the following commands:
Network> dns set nameservers nameserver1 [nameserver2] [nameserver3]
You can verify using the dns show command.
To remove the name servers list used by DNS
- To remove the name servers list used by DNS, enter the following commands:
Network> dns clear nameservers
You can verify using the dns show command.
To set the domain name for the DNS server
- To set the domain name for the DNS server, enter the following:
Network> dns set domainname domainname
where domainname is the domain name for the DNS server.
You can verify using the dns show command.
To allow multiple DNS search domains
- To allow multiple DNS search domains, enter the following:
Network> dns set searchdomains searchdomain1[,searchdomain2] [,searchdomain3]
where searchdomain1 is the first DNS search domain to be searched. Specify the search domains in the order in which the search domains should be used.
To configure multiple DNS search domains that have already been entered
- To configure multiple DNS search domains that have already been entered, add the existing domain name with the new domain name as comma-separated entries.
Network> dns set searchdomains domain1.access.com,domain2.access.com.
You can verify using the dns show command.
To remove the domain name used by DNS
- To remove the domain name used by DNS, enter the following:
Network> dns clear domainname
You can verify using the dns show command.