I am making a startup script for Cloverleaf. I am trying to make it 100% automated so a user does not have to monitor the process. Here is my script:
REM set root and site
call setroot C:quovadxqdx5.3integrator
call setsite testsite1
call showroot
REM start Monitor Daemon
hcisitectl -s m
REM starts process
hcienginerun -p centricity
REM start threads
hcicmd -p centricity -c “logicianDTS_lab_out pstart”
hcicmd -p centricity -c “logican_lab_out pstart”
hcicmd -p centricity -c “bay_lab_out pstart”
REM move alert files
move /Y
C:quovadxqdx5.3integratortestsite1TEMPdefault.alrt
C:quovadxqdx5.3integratortestsite1Alerts
The problem is starting the threads. If The process does not start fast enough the threads do not start with the hcicmd command. Does anyone know how to get around this?
Alos, I am thinking about setting all my threads to ‘auto-start connection’ so I dont have to script in all the threads. Does anyone see a process with setting all my threads to ‘auto-start connection’?
Thank you,
Garrett