Avamar: Unattended startup for single node systems not integrated with Data Domain
Summary: Avamar single node systems not integrated with Data Domain allow the Avamar services to start automatically after the operating system comes online. This feature is known as the 'unattended startup status'. ...
Instructions
Avamar multi-node systems and unattended startup
By design, on Avamar multi-node systems the unattended startup status is disabled. The status of the unattended startup cannot be changed on a multi-node system. This ensures that all Avamar nodes are fully operational and able to communicate with each other before the services are started.
Avamar single node systems with Data Domain
The unattended startup feature is automatically enabled on Avamar versions 19.4 and higher.
In order to enable the unattended startup on a single node system, use:
dpnctl enable
In order to disable the unattended startup on a single node system, use:
dpnctl disable
The status can be checked by running:
dpnctl status
Sample output showing that the unattended startup is enabled:
admin@ave-1:~/>: dpnctl status dpnctl: INFO: gsan status: up dpnctl: INFO: MCS status: up. dpnctl: INFO: emt status: up. dpnctl: INFO: Backup scheduler status: up. dpnctl: INFO: Maintenance windows scheduler status: enabled. dpnctl: INFO: Unattended startup status: enabled. dpnctl: INFO: avinstaller status: up. dpnctl: INFO: ddrmaint-service status: up. dpnctl: INFO: ESE status: up.