3Com 900-0234-01 IP Phone User Manual


 
Back-end Server Maintenance 207
10 Login as user cworks. If using replication, login as cworks on both the
primary and secondary directory server.
11 Change directory to /opt/3com/VCX/dir/bin.
12 Enter the following command to start the directory server database
restoration. If you use replication, enter the command on both the
primary and secondary directory server.
./restoreDir
The script prompts you to verify if Tomcat and the directory server
applications are stopped.
13 If using replication, enter this command from the primary authentication
or directory server to start the replication (it can be started from either the
authentication or directory server):
./setupReplication
14 Once the replication is complete, use the ./checkReplication
command to verify that it shows NORMAL.
The back up data located at
/opt/3com/VCX/dir/db/import/dirbackup.<version number>.tgz is restored
to the directory server database.
15 Restart the authentication server, directory server, and Tomcat.
a To start tomcat, log in as tomcat using the password tomcat.
su - tomcat
b Change the directory to $CATALINA_HOME/bin.
c Enter
./startup.sh
d Enter exit to log out as tomcat.
e To start the authentication server, navigate to
/opt/3com/VCX/auth/bin.
f Enter
./auth start
g To start the directory server, navigate to /opt/3com/VCX/dir/bin.
h Enter
./dir start
Exporting Table Data Use the CWDATA package to export tables into flat files. Export data as
follows:
For one table in a schema (except the runtime tables). See Exporting
Table Data for a Single Table.