Please enter search query.
Search <book_title>...
Veritas Access Appliance Administrator's Guide
Last Published:
2023-10-29
Product(s):
Appliances (8.0)
Platform: Access Appliance OS,Veritas 3340,Veritas 3350
- Section I. Introducing Access Appliance
- Section II. Configuring Access Appliance
- Managing users
- Configuring the network
- Configuring authentication services
- Configuring user authentication using digital certificates or smart cards
- Section III. Managing Access Appliance storage
- Configuring storage
- Managing disks
- Access Appliance as an iSCSI target
- Configuring storage
- Section IV. Managing Access Appliance file access services
- Configuring the NFS server
- Setting up Kerberos authentication for NFS clients
- Using Access Appliance as a CIFS server
- 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
- Using Access Appliance as an Object Store server
- Configuring the NFS server
- Section V. Managing Access Appliance security
- Section VI. Monitoring and troubleshooting
- Configuring event notifications and audit logs
- About alert management
- Appliance log files
- Configuring event notifications and audit logs
- Section VII. Provisioning and managing Access Appliance file systems
- Creating and maintaining file systems
- Considerations for creating a file system
- About managing application I/O workloads using maximum IOPS settings
- Modifying a file system
- Managing a file system
- Creating and maintaining file systems
- Section VIII. Provisioning and managing Access Appliance shares
- Creating shares for applications
- Creating and maintaining NFS shares
- About the NFS shares
- Creating and maintaining CIFS shares
- About the CIFS shares
- About managing CIFS shares for Enterprise Vault
- Integrating Access Appliance with Data Insight
- Section IX. Managing Access Appliance storage services
- Configuring episodic replication
- Episodic replication job failover and failback
- Configuring continuous replication
- How Access Appliance continuous replication works
- Continuous replication failover and failback
- Using snapshots
- Using instant rollbacks
- Configuring episodic replication
- Section X. Reference
Configuring the Active Directory schema with CIFS-schema extensions
To extend the Active Directory schema with the necessary CIFS-schema extensions
- Login with Schema Admins privileges on the Active Directory Forest Schema Master domain controller.
- Download
ADCIFSSchema.zip
from the Access Appliance server (/opt/VRTSnas/tools/cifs/ADCIFSSchema.zip
) with software such asWinSCP.exe
. - Unzip the file and open each
.ldf
file to perform a search and replace of the string dc=example,dc=com, replacing the string with the top-level domain component (that is, dc=yourdomain,dc=com) values for the AD forest. - Install the schema extensions by executing the
schemaupdate.bat
file from the command prompt.
To validate the schema extensions
- Execute regsvr32 schmmgmt.dll in a command prompt window to install the Active Directory Schema Snap-In on the AD server.
- Enter mmc in Run.
- On the File menu, click Add/Remove Snapin.
- In Available snap-ins, click Active Directory Schema, and then click Add.
- Click OK.
- Click Attributes in the left frame, and try to find uidNumber and gidNumber in the right frame.
Validate that the uidNumber and gidNumber attributes have no minimum or maximum value setting by viewing the properties of the attribute objects.
To create an application partition
- Open a command prompt window on the domain controller that will hold the first replica of the application partition.
- Enter ntdsutil in the command prompt window.
- At the ntdsutil command prompt, enter the following:
domain management
If you are using Windows 2008, change this command to the following:
partition management
- At the domain management command prompt, enter the following:
connection
- At the connection command prompt, enter the following:
connect to server adserver.example.com
- At the connection command prompt, enter the following:
quit
- At the domain management command prompt, enter the following such as:
create nc dc=idmap,dc=example,dc=com null
Example settings:
C:\>ntdsutil ntdsutil: domain management domain management: connection server connections: connect to server adserver.example.com Binding to adserver.example.com ... Connected to adserver.si2m.com using credentials of locally logged on user. server connections: quit domain management: create nc dc=idmap,dc=example,dc=com NULL adding object dc=idmap,dc=example,dc=com domain management: quit ntdsutil: quit Disconnecting from adserver.example.com...
- Once the application partition has been created, open ADSIedit.msc fromRun, then right-click on ADSI Edit in the left frame, and click connect to ... to connect to the application partition using the settings as indicated:
Name
Enter Domain.
Connection Point
Select or enter a Distinguished Name or Naming Context, as in:
dc=idmap,dc=example,dc=com
Computer
Select or enter a domain or server, as in:
adserver.example.com
- Once connected, select the top-level application partition (for example, dc=idmap,dc=example,dc=com) node in the left panel, and right-click to select New then Object from the list, and then select SambaUnixIdPool.
When prompted, enter the following values:
OU attribute
cifsidmap
uidNumber
10000
gidNumber
10000
- Click Finish to complete the configuration.
- Once the ou=cifsidmap,dc=idmap,dc=example,dc=com container has been created, right-click the object, and select properties.
- On the Security tab, click Add, and proceed to add the cifsuser user account, and grant the account Read, Write, Create All Child Objects, and Delete All Child Objects permissions.