Veritas Flex Appliance Getting Started and Administration Guide
- Product overview
- Getting started
- Modifying settings
- Managing users
- Managing Flex Appliance Console users and tenants
- Managing NetBackup application instance users
- Using Flex Appliance
- Managing the repository
- Creating application instances
- Managing application instances
- Managing application add-ons on instances
- Running NetBackup commands on an application instance
- Upgrading application instances
- About Flex Appliance upgrades and updates
- Monitoring the appliance
- Reconfiguring the appliance
- Troubleshooting guidelines
Configuring Call Home settings
Call Home is enabled by default. This section provides the specific information for the settings and configuration for the Call Home feature.
The available options are provided in the following table.
Table: Call Home options
Command | Description |
---|---|
callhome | Enable the Call Home feature |
callhome-proxy | Enable the Call Home proxy server |
callhome-proxy-server | Enter the Call Home proxy server settings |
callhome-proxy-tunnel | Enable the Call Home proxy tunneling |
email-smtp smtp_account=<smtp_account> | (Optional) Enter the name of the account that is used for authentication to the SMTP server |
email-smtp smtp_password=<smtp_password> | (Optional) Enter the password for authentication to the SMTP server |
email-smtp smtp_server=<smtp_server> | Enter the SMTP server that is used to send email |
email-notification-interval interval=<interval> | Enter the time (in minutes from 1 to 44640) between alert emails that are sent to the administrator. The default value is 1440 minutes. |
email-sender-id email_address=<email_address> | Enter an email ID or account for emails that are received from the appliance |
email-hardware email_address=<email_address> | Add hardware administrator email accounts |
To configure Call Home settings
- Log in to the Flex Appliance Shell, and type the following as needed. Press Enter after each string to display the information.
- Enable Call Home.
set alerts callhome
- Set the Call Home proxy, proxy server, and proxy tunnel.
set alerts callhome-proxy
set alerts callhome-proxy-server
set alerts callhome-proxy-tunnel
- Set the SMTP server.
set alerts email-smtp smtp_server=<smtp_server>
- (Optional) Set the SMTP account and password.
set alerts email-smtp smtp_account=<smtp_account>
set alerts email-smtp smtp_password=<smtp_password>
- Set the interval in minutes between email notifications.
set alerts email-notification-interval interval=<interval>
- Set the sender and hardware administrator email addresses.
set alerts email-sender-id email_address=<email_address>
set alerts email-hardware email_address=<email_address>
You can enter multiple hardware administrator email addresses using a comma-separated list or by running the command once for each email address.