Changes between Version 3 and Version 4 of drmsUpdateJMD
- Timestamp:
- 06/18/14 12:56:15 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
drmsUpdateJMD
v3 v4 1 = Update the JMD (Java Mirroring Daemon for NetDRMS) = 2 1 3 Sometimes it is necessary to install a new JMD jar file. JMD jar files are controlled by the VSO folks at the National Solar Observatory. If you are notified by the NSO that there is a new JMD jar file compatible with your current version of Java, you may wish to install it. To do so: 2 4 … … 6 8 cd /opt/vso/JMD_v1.6.4.0.nohmi/jar 7 9 }}} 10 If you're not sure where the JMD is installed, but it's currently running, you can try: 11 {{{ 12 ps ax | grep JMD 13 }}} 14 and you should see a line similar to: 15 {{{ 16 33826 ? Sl 17:18 /usr/lib/jvm/jdk1.7.0_17/jre/bin/java -Xmx2048m -Djava.io.tmpdir=/opt/vso/JMD_v1.6.4.0.nohmi/tmp -jar /opt/vso/JMD_v1.6.4.0.nohmi/jar/JMD_v1.6.6.0.jar --id SDAC --port 8080 --log /opt/vso/JMD_v1.6.4.0.nohmi/log --run /opt/vso/JMD_v1.6.4.0.nohmi/tmp --minThreads 10 --maxThreads 80 --cfg /opt/vso/JMD_v1.6.4.0.nohmi/cfg/JMD.cfg 17 }}} 18 8 19 3. Copy the new jar file into the path for jar files. There is no need to remove the old one; the JMD will know what to do and will pick up the correct file. 9 20 4. Stop the current jmd process, either as the correct user or through sudo: … … 39 50 2014-06-17 15:18:01.571:INFO:oejs.AbstractConnector:Started SelectChannelConnector@0.0.0.0:8080 40 51 }}} 41 with no errors about Jetty not restarting.52 with no errors about Jetty not restarting. 42 53 43 54