Stop Eclipse
- Stop VSIFAX:
vfxsched stop
- Stop samba:
service smb stop
- Stop PostgreSQL:
service postgresql-8.4 stop
RHEL7
systemctl stop postgresql-9.5
- Stop SYSTEM.ADMIN, phantoms, JBoss:
service monit stop service eclipse-jboss stop service eclipse-system-admin stop
RHEL7
systemctl stop eclipse-api-release systemctl stop eclipse-jboss.service systemctl stop eclipse-system-admin.service
- Stop UV processes:
cd /u2/uv bin/uv #ESC MASTER OFF ALL Q
- Stop remaining phantoms, UV processes:
ps -ef|grep phantom|awk '{print $2}'|xargs -i kill -4 {}
- Stop UV:
service uv.rc stop
RHEL7
systemctl stop universe
- If UV complains that there are open processes, check:
lsof /u2 ipcs -mop|grep 0xaceb
Start Eclipse
- Start UV:
service uv.rc start
RHEL7
systemctl start universe
- Start PostgreSQL:
service postgresql-8.4 start
RHEL7
systemctl start postgresql-9.5
- Start SYSTEM.ADMIN, phantoms, JBoss:
service monit start service eclipse-system-admin start service eclipse-jboss start
RHEL7
systemctl start eclipse-system-admin.service systemctl start eclipse-jboss.service systemctl start eclipse-api-release
- Start samba:
service smb start
RHEL7
systemctl start smb
- Start VSIFAX:
vfxsched start