Veritas Access 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
- Configuring data integrity with I/O fencing
- Configuring ISCSI
- Veritas Access as an iSCSI target
- 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
- 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 episodic replication
- Episodic replication job failover and failback
- Configuring continuous replication
- How Veritas Access continuous replication works
- Continuous replication failover and failback
- Using snapshots
- Using instant rollbacks
- Configuring Veritas Access with the NetBackup client
- Section XI. Reference
Configuring CIFS for the AD domain mode
To set the domain user for AD domain mode
- To verify that the CIFS server is stopped, enter the following:
CIFS> server status
- If the server is running, stop the server. Enter the following:
CIFS> server stop
- To set the domain user, enter the following:
CIFS> set domainuser username
where
username
is the name of an existing AD domain user who has permission to perform the join domain operation.For example:
CIFS> set domainuser administrator
To set the domain for AD domain mode
- To set the domain for AD domain mode, enter the following:
CIFS> set domain domainname
where
domainname
is the name of the domain.For example:
CIFS> set domain VERITASDOMAIN.COM
To set the domain controller for AD domain mode
- To set the domain controller, enter the following:
CIFS> set domaincontroller servername
where
servername
is the server's IP address or DNS name.
To set security to ads
- To set security to ads, enter the following:
CIFS> set security ads|user
Enter ads for security.
CIFS> set security ads
To set the workgroup
- To set the workgroup name if the WORKGROUP or NetBIOS domain name is different from the domain name, enter the following:
CIFS> set workgroup workgroup
where
workgroup
sets the WORKGROUP name. If the name of the WORKGROUP or NetBIOS domain name is different from the domain name, use this command to set the WORKGROUP name.For example, if SIMPLE is the name of the WORKGROUP you want to set, you would enter the following:
CIFS> set workgroup SIMPLE
Though the following symbols $,( ), ', and & are valid characters for naming a WORKGROUP, the Veritas Access CIFS implementation does not allow using these symbols.
To start the CIFS server
- To start the CIFS server, enter the following:
CIFS> server start
After you enter the correct password for the user administrator belonging to AD domain, you get a message saying that the CIFS server has started successfully.
- To make sure that the service is running, enter the following:
CIFS> server status
The CIFS server is now running in the AD domain mode. You can export the shares, and the domain users can access the shares subject to the AD authentication and authorization control.