Skip to content

Instantly share code, notes, and snippets.

@arbo-hacker
Created February 4, 2016 03:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arbo-hacker/54f6305cde87535bfd2b to your computer and use it in GitHub Desktop.
Save arbo-hacker/54f6305cde87535bfd2b to your computer and use it in GitHub Desktop.
Procedimiento para levantar agentes con estatus “SRVC_DOWN” en UC4
# 1. Conectarse por línea de comandos al nodo con error con el usuario UC4.
# 2. Ir al directorio home de UC4
cd $AW_HOME
# 3. Ejecutar:
# Para levantar:
./uc4am.sh start
# Para detener:
./uc4am.sh stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment