Skip to content

Instantly share code, notes, and snippets.

@frayos
Last active February 13, 2018 14:04
Show Gist options
  • Save frayos/d1b4b6d21c04a0f5f35ff7234a8b78e7 to your computer and use it in GitHub Desktop.
Save frayos/d1b4b6d21c04a0f5f35ff7234a8b78e7 to your computer and use it in GitHub Desktop.
SAS EMI Full SH
#!/bin/sh
# Based on https://support.sas.com/rnd/emi/SASEnvMgr/EVSAF/SAS_Environment_Manager_Service_Architecture_Quickstart_9.4M4.pdf
./validate.sh --level 2
./emi_init.sh -i
#OR
#./emi_init.sh -i -f -resetDB
<levelroot>/ObjectSpawner/ObjectSpawner.sh restart
./validate.sh --level 3
./emi_init.sh --enable ACM
#OR ./emi_init.sh --enable ACM -f
./validate.sh --level 3
./apm_init.sh
#OR
# cd <levroot>/Web/SASEnvironmentManager/emi-client/bin
# ./log_discovery.sh --apmInit
<levelroot>/SASMeta/MetadataServer/MetadataServer.sh restart
<levelroot>/ObjectSpawner/ObjectSpawner.sh restart
<levelroot>/ConnectSpawner/ConnectSpawner.sh restart
<levelroot>/SASApp/OLAPServer/OLAPServer.sh restart # << Repeat for each AppContext >>
# ./emi_init.sh --enable APM
./validate.sh --level 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment