Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- Appendix A. Main > Appliance commands
- Appendix B. Main > Manage > FibreChannel commands
- Appendix C. Main > Manage > HighAvailability commands
- Appendix D. Main > Manage > Libraries commands
- Appendix E. Main > Manage > Libraries > Advanced > ACS commands
- Appendix F. Main > Manage > License commands
- Appendix G. Main > Manage > MountPoints commands
- Appendix H. Main > Manage > NetBackup CLI commands
- Appendix I. Main > Manage > OpenStorage commands
- Appendix J. Main > Manage > Software commands
- Appendix K. Main > Manage > Storage commands
- Appendix L. Main > Manage > Tapes commands
- Appendix M. Main > Manage > Certificates commands
- Appendix N. Main > Monitor commands
- Appendix O. Main > Network commands
- Appendix P. Main > Network > Security commands (IPsec)
- Appendix Q. Main > Reports commands
- Appendix R. Main > Settings commands
- Appendix S. Main > Settings > Alerts commands
- Appendix T. Main > Settings > Notifications view commands
- Appendix U. Main > Settings > Security commands
- Appendix V. Main > Support commands
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 - [Info] Only syslog forwarding is supported at this time. >> 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.