How to move GroupWise Mobility to another volume

  • 7010227
  • 28-Feb-2012
  • 10-Dec-2013

Environment

Novell GroupWise 8
Novell Data Synchronizer Connector for Mobility
Novell Data Synchronizer Connector for GroupWise

Situation

How to move GroupWise Mobility to another volume

Resolution

1. rcdatasync stop
2. rcpostgresql stop
In the example, the new/target volume is called data1
3. cd /data1
4. mkdir datasynclib
5. mkdir datasynclog
6. mkdir pgsqllib
7. cd /data1/datasynclib
In the example the old datasync is on /var/lib/datasync
8. mv /var/lib/datasync/* /data1/datasynclib/ -v
there is a space after mv
there is a space after *
there is a space before -v
9. cd /data1/datasynclib
10. ls
ls should show common, configengine, connectors, device, mobility, syncengine, webdmin
11. cd device  
12. ls
ls should show mobility.pem in the device directory
13. cd /data1/datasynclog/
14.  mv /var/log/datasync/* /data1/datasynclog/ -v
there is a space after mv
there is a space after *
there is a space before -v
15. cd /data/pgsqllib
16. mv /var/lib/pgsql/* /data1/pgsqllib/ -v
there is a space after mv
there is a space after *
there is a space before -v
17. cd /var/lib/
18. cd datasync
19. ls
confirm datasync is blank
20. cd /var/lib
21. rm -r datasync
22. ln -s /data1/datasynclib datasync
23. cd /var/log
24. rm -r datasync
25. ln -s /data1/datasynclog datasync
26. cd /var/lib/pgsql
27. ls
confirm pgsql is blank
28. cd /var/lib
29. rm -r pgsql
30. ln -s /data1/pgsqllib pgsql
if bash_profile is in pqsql, it can be removed
31. rcpostgresql start
32. rcdatasync start
Verify you can login to webadmin, and that mail is starting to sync to devices