Stop Eclipse
vfxsched stop
service smb stop
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
For secondary accounts (play, train, stage, etc.), substitute “eclipse” for the account name. For example, a “train” account services would be referred to as train-jboss and train-system-admin.
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 {}
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
service uv.rc start
RHEL7
systemctl start universe
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
For secondary accounts (play, train, stage, etc.), substitute “eclipse” for the account name. For example, a “train” account services would be referred to as train-jboss and train-system-admin.
service smb start
RHEL7
systemctl start smb
vfxsched start