Este ejemplo sirve para levantar un sistema SAP BI en un AIX, tomando en cuenta que el BI 7 requiere de 2 instancias, 1 ABAP otra JAVA, se requiere hacer los siguientes pasos:
Ingresas al sistema con usuario root.
Cambias por el usuario de administración del stack de abap:
«SU – bipadm»
Se lanza el comando startsap
psbibi1p:bipadm 1> startsap
Resultado:
Checking db6 Database
Database is running
——————————————-
Starting Startup Agent sapstartsrv
OK
Instance Service on host psbibi1p started
——————————————-
starting SAP Instance DVEBMGS00
Startup-Log is written to /home/bipadm/startsap_DVEBMGS00.log
——————————————-
/usr/sap/BIP/DVEBMGS00/exe/sapcontrol -prot NI_HTTP -nr 00 -function Start
Instance on host psbibi1p started
Después se levanta el stack de JAVA de igual manera cambiando por el usuario de administración JAVA
«SU – jbpadm»
Se lanza el comando startsap
psbibi1p:jbpadm 1> startsap
Resultado:
Checking db6 Database
——————————————-
J2EE Database is not available via test
See logfile /home/jbpadm/JdbcCon.log
Running /usr/sap/JBP/SYS/exe/run/startj2eedb
/usr/sap/JBP/SYS/exe/run/startj2eedb completed successfully
Starting Startup Agent sapstartsrv
OK
Instance Service on host psbibi1p started
——————————————-
starting SAP Instance SCS11
Startup-Log is written to /home/jbpadm/startsap_SCS11.log
——————————————-
/usr/sap/JBP/SCS11/exe/sapcontrol -prot NI_HTTP -nr 11 -function Start
Instance on host psbibi1p started
Starting Startup Agent sapstartsrv
OK
Instance Service on host psbibi1p started
——————————————-
starting SAP Instance JC10
Startup-Log is written to /home/jbpadm/startsap_JC10.log
——————————————-
/usr/sap/JBP/JC10/exe/sapcontrol -prot NI_HTTP -nr 10 -function Start
Instance on host psbibi1p started
El stack de Java tarda entre 10 y 15 min para iniciarse.
Con esto tendremos el sistema funcionando completamente.
Espero le sirva a alguien