Nokia 9.2 Cell Phone User Manual


 
Restoring Nokia Intellisync Server Data from a Backup
Nokia Intellisync Wireless Email Linux Installation Guide 43
Restoring Data to a Server with a Sybase Database
Use the following procedure to restore Nokia Intellisync data from a backup location to a Linux
server that uses a Sybase SQL Anywhere database.
To restore data to a Nokia Intellisync server that uses a Sybase database
1. From the server running the database service, open a terminal window and stop the
following services:
/etc/init.d/mobilesuite stop
/etc/init.d/securegateway stop
/etc/init.d/asadb stop
If you have multiple servers in a clustered environment, stop the “mobilesuite” and
“securegateway” services on each server in the cluster.
2. From the server running the database service, use the following commands to copy the data
folders from the backup location to the Nokia Intellisync server:
cp -pr /backup/data /opt/ims/db/
cp -pr /backup/in /opt/ims/
cp -pr /backup/out /opt/ims/
cp -pr /backup/content /opt/ims/
cp -pr /backup/PIM/SharedFileSystem /opt/ims/PIM/
cp -pr /backup/clientinstalls /opt/ims/
cp -pr /backup/commsvr/filestore /opt/ims/commsvr/
Note
The destination folder path may be different than the default path shown. To locate the
path on your server, go to WebAdmin Console and click System Settings > Directories.
3. From the server running the database service, open a terminal window and start the
following services. If you are operating in a clustered server environment, start the
mobilesuite and securegateway services on each server in the cluster.
/etc/init.d/asadb start
/etc/init.d/securegateway start
/etc/init.d/mobilesuite start
The data restoration process is complete.