doc-exports/docs/bms/image-creation-guide/en-us_topic_0081116781.html
guoyanyan fe8c0cf45c BMS Image Creation Guide 1109
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: guoyanyan <guoyanyan3@huawei.com>
Co-committed-by: guoyanyan <guoyanyan3@huawei.com>
2022-11-16 08:53:42 +00:00

2.5 KiB

Red Hat 6/CentOS 6/Oracle Linux 6

  1. Run the following command:

    chkconfig --list | grep cloud

    As shown in the following figure, on indicates that automatic startup has been enabled for the service.

  2. If automatic startup is not enabled for Cloud-Init services, run the following commands to enable it:

    chkconfig cloud-init on

    chkconfig cloud-init-local on

    chkconfig cloud-config on

    chkconfig cloud-final on