How do I replicate the database using the default database software (SQLAnywhere) that comes with CSUnix?
A. Database replication with SQLAnywhere is not supported. Cisco only supports replication with Sybase Adaptive Server and Oracle 7.3.4 and later. Two methods used to make a copy of an SQLAnywhere database are shown here. • The SQLAnywhere database files (csecure.db and csecure.log) can be copied from one server to another after the services are shut down on the source server and the target server. Permissions and ownership of the files must be the same on the source server and the target server. • The dbbackup command can be issued while the source server is up to create backup database files (csecure.db and csecure.log). These files can then be copied to the target server after services on the target server are shut down. Permissions and ownership of the files must be the same on the source server and the target server.