DonDavisFCB
Programmer
I am running SAS9.1 on AIX5.2
I start base SAS with:
/etc/rc.d/rc2.d/S97baseSAS
/SAS9/start_spawner.sh &
I start Enterprise Miner with:
etc/rc.d/rc2.d/S99EMiner
export JAVA_HOME=/usr/java14_64/jre
export EM_HOME=/SAS9/SASEMiner/5.1/EM51
cd $EM_HOME
$EM_HOME/emserver &
My problem is that EMiner tries to start before base SAS is all the way up, and fails. I know I could put a sleep in my EMiner startup but that is not cool. Is there a way to verify that base SAS is all the way up before starting EMiner?
I start base SAS with:
/etc/rc.d/rc2.d/S97baseSAS
/SAS9/start_spawner.sh &
I start Enterprise Miner with:
etc/rc.d/rc2.d/S99EMiner
export JAVA_HOME=/usr/java14_64/jre
export EM_HOME=/SAS9/SASEMiner/5.1/EM51
cd $EM_HOME
$EM_HOME/emserver &
My problem is that EMiner tries to start before base SAS is all the way up, and fails. I know I could put a sleep in my EMiner startup but that is not cool. Is there a way to verify that base SAS is all the way up before starting EMiner?