Veritas Access Appliance Administrator's Guide
- 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 NSS lookup order
Name Service Switch (NSS) is a cluster service that provides a single configuration location to identify the services (such as NIS or LDAP) for network information such as hosts, groups, netgroups, passwords, and shadow files.
For example, host information may be on an NIS server. Group information may be in an LDAP database.
The NSS configuration specifies which network services the Access Appliance cluster should use to authenticate hosts, users, groups, and netgroups. The configuration also specifies the order in which multiple services should be queried.
To display the current value set on NSS for all groups, hosts, netgroups, passwd, and shadow files
- To display the current value set on nsswitch for all groups, hosts, netgroups, passwd, and shadow files
Network> nsswitch show
To change the order of group items
- To configure the NSS lookup order, enter the following:
Network> nsswitch conf {group|hosts|netgroups|passwd|shadow} value1 [[value2]] [[value3]] [[value4]]
group
Selects the group file.
hosts
Selects the hosts file.
netgroups
Selects the netgroups file.
passwd
Selects the password.
shadow
Selects the shadow file.
value
Specifies the following NSS lookup order with the following values:
value1 (required)- { files/nis/winbind/ldap }
value2 (optional) - { files/nis/winbind/ldap }
value3 (optional) - { files/nis/winbind/ldap }
value4 (optional) - { files/nis/winbind/ldap }
For example:
Network> nsswitch conf group nis files Network> nsswitch show
To select DNS, you must use the following command:
Network> nsswitch conf hosts