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
Name
Main > Settings > LogForwarding — Enable/disable, and manage settings to forward logs to an external log management server.
SYNOPSIS
LogForwarding Enable
LogForwarding Disable
LogForwarding Interval
LogForwarding Share
LogForwarding Show
DESCRIPTION
Use this command to forward appliance logs to an external management server. Currently, only syslog forwarding is supported.
OPTIONS
- LogForwarding Enable
Enable syslog forwarding functionality on the appliance. The command requires you to specify the following:
Target server name or IP address
Server port
Protocol (UDP/TCP)
Forwarding interval in minutes (0/15/30/45/60)
Enabling TLS (yes/no)
- LogForwarding Interval
Set or change how often syslogs are forwarded as follows:
- Forward syslogs as they are generated.
- Forward the syslogs every 15 minutes.
- Forward the syslogs every 30 minutes.
- Forward the syslogs every 45 minutes.
- Forward the syslogs every 60 minutes.
If STIG is enabled on the appliance, you cannot manually configure the Log Forwarding interval.
- LogForwarding Share Open
Open NFS and CIFS shares to /inst/share on the appliance. Make sure that you have uploaded valid certificates to an opened share before you enable the TLS on the appliance. Two certificates and one private key are required as follows:
ca-server.pem
nba-rsyslog.pem
nba-rsyslog.key
- LogForwarding Share Close
Close the NFS and CIFS shares to /inst/share on the appliance for security purposes.
- LogForwarding Show
View the status of the current log forwarding configuration.
- LogForwarding Disable
Disable the Log Forwarding feature and delete the current log forwarding configuration.
EXAMPLES
- Enable syslog forwarding on the appliance using TLS.
abc123.LogForwarding> enable >> Enter server name or IP address: Veritas >> Enter server port: 514 >> Select Protocol [UDP, TCP](TCP) >> Set interval in minutes: [0, 15, 30, 45, 60](15) >> Enable TLS(Only Anonymous authentication mode is supported)? [yes, no](yes) Yes - [Info] Summary: Target server name or IP address: Veritas Port: 514 Protocol: TCP Interval: 15 minutes TLS: no Do you want to continue? [yes, no] (yes) y - [Info] Applying the changes... - [Info] Logs are scheduled for forwarding every 15 minutes. - [Info] Syslog forwarding is enabled. - [Info] Audit log forwarding is enabled.