Virtual Machine Tips
Here are some useful commands and tips for the SMART i2b2 VMWare virtual machine. This page will be regularly updated with additional tips and frequently asked questions.
Logging into the shell prompt/command line of the VM
You can login using the VMWare console or SSH into your VM by using the default password:
Username: tomcat (or root) Password: demouser
Restarting i2b2 (JBoss)
The VM is configured to start JBoss automatically when the VM first boots or is restarted.
You can stop JBoss by executing the following commands:
[root@localhost ~]# cd /opt/jboss/bin/ [root@localhost bin]# ./shutdown.sh -S??
?You can start JBoss by executing the following commands:
[root@localhost ~]# cd /opt/jboss/bin/ [root@localhost bin]# ./run.sh -b 0.0.0.0 > /dev/null &