SFX Related Daemons
Besides using the procedures mentioned in this section, all daemons can be stopped and restarted using the Server Admin Utility described in Start/Stop Services.
MySQL Daemon
- Log on as the sfxglb41 user:
|
login as sfxglb41 |
- Move to the mysqlbin directory:
|
cd /exlibris/sfx_ver/sfx4_1/app/mysql/ |
- Start the daemon:
|
./bin/mysqld_safe --defaults-file=/exlibris/sfx_ver/sfx4_1/data/my.cnf & |
- Log on as the sfxglb41 user:
|
login as sfxglb41 |
- Move to the mysql bin directory:
|
cd /exlibris/sfx_ver/sfx4_1/app/mysql/bin |
- Stop the daemon:
|
mysqladmin -p --user=rootshutdown |
- Enter the MySQL root password.
Apache Daemons
It is recommended to change the default webmaster e-mail address displayed in Apache error messages to reflect the e-mail address of the local server administrator. By default, the error message says:
|
For help, please send mail to the webmaster (you@example.com), giving this error message and the time and date of the error. |
Change the e-mail address for both the reverse proxy server and the individual instance servers.
- Log on as the sfxglb41 user.
- Type the following:
|
cv cd proxy/conf vi httpd.conf |
- Change the following parameter:
ServerAdmin you@example.com
- Log on as an instance user (for example, sfxlcl41).
- Type the following:
|
cn vi httpd.conf |
- Change the following parameter:
ServerAdmin
- Restart both the reverse proxy server and the local Apache daemons.
Starting the Reverse Proxy Apache Daemon
Log on as the sfxglb41 user.
Move to the Apache bin directory:
| sfx4_1 |
Start the daemon:
|
./apachectl start |
Stopping the Reverse Proxy Apache Daemon
- Log on as the sfxglb41 user.
- Move to the Apache bin directory:
|
cd /exlibris/sfx_ver/sfx4_1/proxy/bin |
- Stop the daemon:
|
./apachectl stop |
Starting an Individual Instance Apache Daemon
- Log on as an instance user (for example, sfxlcl41).
- Move to the instance's admin directory using the shortcut:
|
da |
- Start the daemon:
|
./apachectl start |
Stopping an Individual Instance Apache Daemon
- Log on as an instance user (for example, sfxlcl41).
- Move to the instance's admin directory using the shortcut:
|
da |
- Stop the daemon:
|
./apachectl stop |