3Com 900-0234-01 IP Phone User Manual


 
206 CHAPTER 9: MAINTAINING THE V7000 IP TELEPHONY SUITE
3 Login as user cworks. If using replication, login as cworks on both the
primary and secondary authentication server.
4 Verify that Tomcat, authentication server, and directory server applications
are stopped.
a To stop tomcat, log in as tomcat using the password tomcat.
su - tomcat
b Change the directory to $CATALINA_HOME/bin.
c Enter
./shutdown.sh
d Enter exit to log out as tomcat.
e To stop the authentication server, navigate to
/opt/3com/VCX/auth/bin.
f Enter
./auth stop
g To stop the directory server, navigate to /opt/3com/VCX/dir/bin.
h Enter
./dir stop
5 Change directory to /opt/3com/VCX/auth/bin.
6 If replication is running, enter the following command from the primary
authentication server; otherwise, continue with step 7
:
./dropReplication
7 Enter the following command to start the authentication server database
restoration. If you use replication, enter the command on both the
primary and secondary authentication server.
./restoreAuth
The script prompts you to verify if Tomcat and the authentication server
applications are stopped.
The back up data located at
/opt/3com/VCX/auth/db/import/authbackup.<version number>.tgz is
restored to the authentication server database.
8 Change directory to /opt/3com/VCX/dir/db/export.
9 Use the secure copy command (scp) using the password cworks to copy
the dirbackup.<version number>.tgz file generated by the back up to the
/opt/3com/VCX/dir/db/import directory.
scp dirbackup.*.tgz cworks@<IP address of
server>:/opt/3com/VCX/dir/db/import