Configure MOS Upload While Installing or Upgrading AHF
Use the -setupmos or -nosetupmos command options to configure MOS upload while installing or upgrading AHF.
Note:
If you have already configured MOS upload on the cluster nodes, then you will not be prompted to enter MOS upload configuration details.
Installing AHF without using the -setupmos or -nosetupmos command options:
Local: ./ahf_setup -local
Cluster-wide: ./ahf_setup
You will be prompted to confirm if you want to configure MOS upload. If you enter Y to confirm configuration, then you will be prompted to enter MOS configuration details, name, user, password, and URL. After successful AHF installation, run the ahfctl getupload command to validate MOS upload configuration.
If you install AHF cluster-wide and configure MOS upload, then the MOS upload configuration will automatically be synchronized to other nodes in the cluster.
Installing AHF using the -setupmos command option:
Local: ./ahf_setup -local -setupmos
Cluster-wide: ./ahf_setup -setupmos
You will be prompted to enter MOS configuration details, name, user, password, and URL. After successful AHF installation, run the ahfctl getupload command to validate MOS upload configuration.
If you install AHF cluster-wide and configure MOS upload, then the MOS upload configuration will automatically be synchronized to other nodes in the cluster.
Installing AHF using the -nosetupmos command option:
Local: ./ahf_setup -local -nosetupmos
Cluster-wide: ../ahf_setup -nosetupmos
You will not be prompted to enter MOS upload configuration details.
Upgrading AHF without using the -setupmos or -nosetupmos command options:
Local: ./ahf_setup -local
Cluster-wide: ./ahf_setup
You will be prompted to confirm if you want to configure MOS upload. If you enter Y to confirm configuration, then you will be prompted to enter MOS configuration details, name, user, password, and URL. After successful AHF installation, run the ahfctl getupload command to validate MOS upload configuration.
If you upgrade AHF cluster-wide and configure MOS upload, then the MOS upload configuration will automatically be synchronized to other nodes in the cluster.