Saltar al contenido

Iniciar y Detener IBM WebSphere Portal Server 9

0. ACCEDER A REDHAT

//Iniciar sesion
[
username: root
password: password
]

1. INICIAR PORTAL

//Iniciar DB2
[
su db2inst1
db2start
exit
]

//Iniciar Portal 9
[
cd /opt/IBM/WebSphere/wp_profile/bin
./startServer.sh WebSphere_Portal
]

//Acceder a Portal
[
URL: https/127.0.0.1:10039/wps/portal/
username: wpsadmin
password: wpsadmin
]

2. DETENER PORTAL

//Detener Portal
[
cd /opt/IBM/WebSphere/wp_profile/bin
./stopServer.sh WebSphere_Portal -user wpsadmin -password wpsadmin
]

//Detener DB2
[
su db2inst1
db2stop
exit
]

Si te ha interesado este artículo y deseas un apoyo o asesoría en algún requerimiento, envíame un mensaje a: (info@juliopari.com) o sino a través de Linkedin: https://www.linkedin.com/in/juliopari/