Veritas NetBackup™ Virtual Appliance Documentation
- Getting to know the NetBackup Virtual Appliance
- NetBackup Virtual Appliance product description
- Preparing to deploy the appliance
- Deploying and configuring the appliance
- How to deploy and configure a NetBackup Virtual Appliance combined primary and media server
- How to deploy and configure a NetBackup Virtual Appliance media server
- How to deploy and configure a NetBackup Virtual Appliance primary server
- How to deploy and configure a NetBackup Virtual Appliance combined primary and media server
- Post initial configuration procedures
- Appliance common tasks
- Storage management
- About NetBackup Virtual Appliance storage configuration
- About viewing storage space information using the Show command
- About OpenStorage plugin installation
- About NetBackup Virtual Appliance storage configuration
- Deduplication pool catalog backup and recovery
- Network connection management
- Managing users
- About user name and password specifications
- About authenticating LDAP users
- About authenticating Active Directory users
- About authentication using Smart Cards and digital certificates
- About authenticating Kerberos-NIS users
- About user authorization on the NetBackup Virtual Appliance
- Creating NetBackup administrator user accounts
- Using the appliance
- About configuring Host parameters for your appliance on the NetBackup Virtual Appliance
- About Copilot functionality and Share management
- About NetBackup Virtual Appliance as a VMware backup host
- About running NetBackup commands from the appliance
- About mounting a remote NFS
- About Auto Image Replication from a NetBackup Virtual Appliance
- Monitoring the appliance
- About SNMP
- About Call Home
- Appliance security
- About Symantec Data Center Security on the NetBackup Virtual Appliance
- About data encryption
- Setting the appliance login banner
- Upgrading the appliance
- About upgrading to NetBackup Virtual Appliance software version 5.0
- Requirements and best practices for upgrading NetBackup appliances
- Methods for downloading appliance software release updates
- NetBackup client upgrades with VxUpdate
- Appliance restore
- Decommissioning and Reconfiguring
- Troubleshooting
- About disaster recovery
- About NetBackup support utilities
- Appliance logging
- About forwarding logs to an external server
- Commands overview
- Appendix A. Appliance commands
- Appendix B. Manage commands
- Appendix C. Monitor commands
- Appendix D. Network commands
- Appendix E. Reports commands
- Appendix F. Settings commands
- Appendix G. Support commands
- Appendix H. Available commands for a NetBackupCLI user
Setting up SNMP notifications for a NetBackup Virtual Appliance
You can configure the appliance to generate and send Simple Network Management Protocol (SNMP) traps to your SNMP server for monitoring purposes.
To configure SNMP notifications
- Log on to the NetBackup Virtual Appliance Shell Menu.
- From the Main_Menu > Settings > Alerts view, enter the following command to set the SNMP server:
SNMP Set Community Server [Port] Security
Where:
Community is the SNMP Community string. The default setting is public. This setting is required for SNMP V2, and is optional for SNMP V3.
Server [Port] sets the SNMP server name and the port assignment. The default port assignment is 162.
Note:
NetBackup Virtual Appliance supports all of the SNMP servers in the market. However, the ManageEngine™ SNMP server and the HP OpenView SNMP server are tested and certified.
Security is one of the following:
Security noAuthNoPriv [Username]
Sets the security level to no authentication and no privileges for a specific SNMP user.
Security AuthNoPriv [Username] [Authentication Protocol] [Authentication Password]
Sets the security level to authentication with no privileges for a specific SNMP user. Authentication Protocol can be set to SHA256 or SHA512. An Authentication Password is required.
Security AuthPriv [Username] [Authentication Protocol] [Encryption Policy] [Authentication Password] [Encryption Passphrase]
Sets the security level to authentication with privileges for a specific SNMP user. Authentication Protocol can be set to SHA256 or SHA512. Encryption Policy can be set to AES128, AES192, or AES256. An Authentication Password and an Encryption Passphrase are required.
Rules for Username, Authentication Password, and Encryption Passphrase:
Username can have 1-32 characters.
Authentication Password and Encryption Passphrase must have 8 or more characters.
Username, passwords, and passphrases may include uppercase letters, lowercase letters, numbers, and the following punctuation marks: period, hyphen/dash, underscore.
Spaces, commas, and special characters are not allowed.
- Enter the following command to show the appliance MIB:
SNMP ShowMIB
Copy the Management Information Base (MIB) text and import it into your SNMP management software so that it can interpret the appliance traps.
- Enter the following command to enable the SNMP configuration:
SNMP Enable version, where version is V2 or V3.