您可以从命令行检查单一任务的状态。
configmgr_cl checkstatus -task configurejdbcos -profile myprofile
configmgr_cl checkstatus -task configurejdbcos -taskfile task_file_name -profile myprofile
configmgr_cl checkstatus -task configureldap -profile myprofile
configmgr_cl checkstatus -task configureldap -taskfile task_file_name -profile myprofile
configmgr_cl checkstatus -task configureloginmodules -profile myprofile
configmgr_cl checkstatus -task configurebootstrap -profile myprofile
其中:
对于指定的 task_type,如果只存在一个任务文件,那么 -taskfile task_file_name 参数是可选的,但请勿将 -task task_type 参数与 -taskfile task_file_name 参数配合使用。
对于指定的 task_type,如果存在多个任务文件,那么必须指定 -taskfile task_file_name 参数。如果指定了 -taskfile task_file_name 参数,那么可以省略 -tasktask_type 参数。