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 the 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 an FTP server
- Using Veritas Access as an Object Store server
- Configuring the NFS server
- Section V. Monitoring and troubleshooting
- Section VI. 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 VII. Configuring cloud storage
- Configuring the cloud gateway
- Configuring cloud as a tier
- Section VIII. 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
- Integrating Veritas Access with Data Insight
- Section IX. 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
- Section X. Reference
Configuring an SNMP management server
To add an SNMP management server to receive SNMP traps
- To add an SNMP management server to receive SNMP traps, enter the following:
Report> snmp add snmp-mgmtserver-ipaddr [community_string]
snmp-mgmtserver-ipaddr specifies the host name or the IP address of the SNMP management server.
[community_string] specifies the community name for the SNMP management server. The default community_string is public.
You can specify either an IPv4 address or an IPv6 address.
When you use the Report> snmp show command, community_string displays as follows:
public@mgmtserv1.veritas.com, public@mgmtserv2.veritas.com
For example, if using the IP address, enter the following:
Report> snmp add 10.10.10.10
Report> snmp add 2001:21::11
For example, if using the host name, enter the following:
Report> snmp add mgmtserv1.veritas.com
SNMP traps can be sent to multiple SNMP management servers.
To display the current list of SNMP management servers
- To display the current list of SNMP management servers, enter the following:
Report> snmp show
To delete an already configured SNMP management server from receiving SNMP traps
- To delete an already configured SNMP management server from receiving SNMP traps, enter the following:
Report> snmp delete snmp-mgmtserver-ipaddr
snmp-mgmtserver-ipaddr specifies the host name or the IP address of the SNMP management server.
To set the severity for SNMP traps to be sent
- To set the severity for SNMP traps to be sent, enter the following:
Report> snmp set severity value
where value indicates the severity for the SNMP trap to be sent.
To set the filter level of SNMP traps
- To set the filter level for SNMP traps, enter the following:
Report> snmp set filter value
where value indicates the filter.
To display the filter or the severity levels of SNMP traps to be sent
- To display the filter or the severity levels of SNMP traps to be sent, enter the following:
Report> snmp get filter|severity
To export the SNMP MIB file to a given URL
- To export the SNMP MIB file to a given URL, enter the following:
Report> snmp exportmib url
where url specifies the location the SNMP MIB file is exported to.
FTP and SCP URLs are supported.
If the url specifies a remote directory, the default file name is
access_mib.txt
.