Does ONTAP boot up automatically after power is applied?
Applies to
- ONTAP 9
- AFF systems
- FAS systems
Answer
Yes, ONTAP boots up automatically if
AUTOBOOT
variable is true.Additional Information
- Perform the following commands to confirm the value of
AUTOBOOT
and set it to true.
LOADER-A> printenv AUTOBOOT
LOADER-A> setenv AUTOBOOT true
LOADER-A> saveenv
LOADER-A> bye