restart.dita 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  5. <task id="restart" xml:lang="en-us">
  6. <title>Restart your system</title>
  7. <shortdesc>This is standard procedure after installing any new software.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>Restarting</indexterm>
  12. <indexterm>web server</indexterm>
  13. <indexterm>database</indexterm>
  14. </keywords>
  15. </metadata>
  16. </prolog>
  17. <taskbody>
  18. <steps>
  19. <step>
  20. <cmd>If you are on a Windows system, go to the start menu.</cmd>
  21. <substeps>
  22. <substep>
  23. <cmd>Go to Start -> Shut Down...</cmd>
  24. </substep>
  25. <substep>
  26. <cmd>Select "Restart" and hit OK.</cmd>
  27. </substep>
  28. </substeps>
  29. </step>
  30. <step>
  31. <cmd>If you are on a Linux system, contact your system administrator for assistance. You may not need to
  32. restart.</cmd>
  33. </step>
  34. <step>
  35. <cmd>If you are on a Macintosh, go to Special -> Restart.</cmd>
  36. </step>
  37. </steps>
  38. </taskbody>
  39. </task>