Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enterprise Miner Startup Failing on reboot

Status
Not open for further replies.

DonDavisFCB

Programmer
Aug 22, 2001
73
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top