Changes between Version 7 and Version 8 of RoseCylc/Hints
- Timestamp:
- 09/02/15 17:22:19 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RoseCylc/Hints
v7 v8 53 53 4. Type {{{exit}}} to get back to the Rose VM, then ssh into exvmsrose again, and this should succeed without any interative prompts. 54 54 55 5. Now type exittwice to get back to the original Rose terminal. And try re-submitting the rose suite.55 5. Now type {{{exit}}} twice to get back to the original Rose terminal. And try re-submitting the rose suite. 56 56 57 57 == No gcylc window == … … 67 67 }}} 68 68 69 == Rose suite running but can't shutdown == 69 70 71 A rose suite is supposedly running, i.e. {{{rose suite-scan}}} gives something like: 72 {{{ 73 puma-aa046 gmslis@exvmscylc:7767 74 }}} 75 Or trying to re-run the suite gives an error {{{rose suite-run}}} 76 {{{ 77 [FAIL] Suite "puma-aa046" may still be running. 78 [FAIL] Host "exvmscylc" has process: 79 [FAIL] 9468 python /home/fcm/cylc-6.1.2/bin/cylc-run puma-aa046 80 [FAIL] 9469 python /home/fcm/cylc-6.1.2/bin/cylc-run puma-aa046 81 [FAIL] Try "rose suite-shutdown --name=puma-aa046" first? 82 }}} 70 83 84 However, when trying to shutdown the suite, {{{rose suite-stop}}} reports that the suite isn't running: 85 {{{ 86 Really shutdown puma-aa046 at exvmscylc? [y/n] y 87 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ 88 'ERROR, remote port file not found' 89 }}} 71 90 91 This is due to orphaned tasks on the Cylc VM, which can occur when exvmscylc and exvmsrose cannot communicate non-interactively. 72 92 93 To solve, log in to exvmscylc, and run {{{cylc scan}}}, this should show running tasks. To stop these, type: 94 {{{ 95 cylc shutdown --now 96 }}} 97 This may report something like "Command queued", but re-running {{{cylc scan}}} will show that the tasks are now finished.