Size: 990
Comment:
|
← Revision 12 as of 2011-01-28 13:29:10 ⇥
Size: 1276
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Start tomcat = <<BR>> <<Anchor(startTomcat)>> == Start tomcat - is the DOMS running? == === Run the needed scripts === |
= Start tomcat - is the DOMS running? = == Done by Maintenance == |
Line 9: | Line 5: |
=== Inspect the results === * Read catalina.out, to ensure that all services loaded without errors reported * Read fedora.log to ensure that fedora did not report any errors in startup * Check fedora startup by loading http://SERVER:PORT/fedora/search, and searching for *. If it returns a list of results, fedora works * Read fedora.log to ensure that fedora did not report any errors in the search above * Read doms.log (but I cannot see how an error can be logged here, without being logged in one of the two previous places) * open http://SERVER:PORT/surveillance-surveyor, and see that all things are marked green (lowlevel will be red, until we fix some credentials, but it will not be used for radio/tv so no matter for now) * Read doms.log to see if any errors was reported by loading the surveyor. |
== Done by DOMS-group == On a machine that is allowed read access to STAGE, first do:{{{ ssh -f develro@carme -L 7880:carme:7880 -N}}} Then:{{{ ssh develro@carme}}} |
Line 18: | Line 11: |
* {{{cd /home/doms/tomcat/logs}}} * {{{grep ERROR catalina.out}}} to ensure that all services loaded without errors reported, i.e. no errors occur in this file * {{{grep ERROR fedora.log}}} to ensure that fedora did not report any errors in startup * Check fedora startup by loading http://carme:7880/fedora/search, and searching for *. If it returns more than 20 results, fedora works * {{{grep ERROR fedora.log}}} to ensure that fedora did not report any errors in the search above * {{{grep ERROR doms.log}}} it should contain no errors (but I cannot see how an error can be logged here, without being logged in one of the two previous places) * Open http://carme:7880/surveillance-surveyor, and see that all things are marked green * {{{grep ERROR doms.log}}} to see if any errors were reported by loading the surveyor Then:{{{ exit}}} Then kill the ssh process:{{{ ps -o pid,command ax | grep ssh\ \-f\ develro\@carme | grep -v grep | sed -e 's|\ .*||' | xargs kill}}} |
Start tomcat - is the DOMS running?
Done by Maintenance
- Make sure the DOMS Tomcat is up
Done by DOMS-group
On a machine that is allowed read access to STAGE, first do:
ssh -f develro@carme -L 7880:carme:7880 -N
Then:
ssh develro@carme
cd /home/doms/tomcat/logs
grep ERROR catalina.out to ensure that all services loaded without errors reported, i.e. no errors occur in this file
grep ERROR fedora.log to ensure that fedora did not report any errors in startup
Check fedora startup by loading http://carme:7880/fedora/search, and searching for *. If it returns more than 20 results, fedora works
grep ERROR fedora.log to ensure that fedora did not report any errors in the search above
grep ERROR doms.log it should contain no errors (but I cannot see how an error can be logged here, without being logged in one of the two previous places)
Open http://carme:7880/surveillance-surveyor, and see that all things are marked green
grep ERROR doms.log to see if any errors were reported by loading the surveyor
Then:
exit
Then kill the ssh process:
ps -o pid,command ax | grep ssh\ \-f\ develro\@carme | grep -v grep | sed -e 's|\ .*||' | xargs kill