Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langhtml
ps -ef | grep java | grep confluence

Then try the ./shutdown.shWhich results in output showing all your java processes. Look for you Confluence java process,

Code Block
langhtml
pssvradm    -ef2364     | grep0 java | grep confluence01:00 ?        00:02:37 /opt

Which usually shows it is still running so then I do,

Code Block
langhtml
kill ####2364 where# ####Note ischange 2364, to the process idID that you see on your screen.

Future Upgrade Notes

As part of planning for future upgrades listed here are the key files to keep in mind,

...