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
]