Advertisement
ssripathy

FR-readme

Mar 21st, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. There are different patches for OpenDJ 2.6.0, 2.6.1, 2.6.2 and 2.6.3.
  2.  
  3. Select the appropriate one for your system. Copy it to the OpenDJ system and run
  4. these commands:
  5.  
  6. cd /path/to/opendj
  7. tar cf backout-patch.tar classes
  8. rm -fr classes
  9. unzip /tmp/OpenDJ-2.6.0-201508.zip
  10. bin/stop-ds
  11. bin/start-ds
  12.  
  13. To verify the patch is installed, run the 'bin/status -V' command. The output
  14. should report one of:
  15.  
  16. OpenDJ 2.6.0+OPENDJ-2071,OPENDJ-2312,OPENDJ-2378
  17. OpenDJ 2.6.1+OPENDJ-2071,OPENDJ-2312,OPENDJ-2378
  18. OpenDJ 2.6.2+OPENDJ-2071,OPENDJ-2312,OPENDJ-2378
  19. OpenDJ 2.6.3+OPENDJ-2312,OPENDJ-2378
  20.  
  21. To backout the patch, restore the previous classes directory from backout-patch.tar
  22. and restart OpenDJ:
  23.  
  24. cd /path/to/opendj
  25. rm -fr classes
  26. tar xf backout-patch.tar
  27. bin/stop-ds
  28. bin/start-ds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement