diff --git a/setup/so-setup b/setup/so-setup index 35502f759..84f3ecaad 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -429,11 +429,22 @@ if ! [[ -f $install_opt_file ]]; then whiptail_end_settings elif [[ $is_import ]]; then + waitforstate=true + monints=true + check_elastic_license check_requirements "import" networking_needful - collect_mngr_hostname - add_mngr_ip_to_hosts - check_manager_connection + whiptail_airgap + detect_cloud + set_minion_info + set_default_log_size >> $setup_log 2>&1 + info "Verifying all network devices are managed by Network Manager that should be" + check_network_manager_conf + set_network_dev_status_list + calculate_useable_cores + collect_webuser_inputs + get_redirect + collect_so_allow whiptail_end_settings elif [[ $is_receiver ]]; then