...
|
...
|
@@ -193,10 +193,12 @@ Solaris:
|
193
|
193
|
|
194
|
194
|
4) optionally, watch server's health using the
|
195
|
195
|
serctl utility
|
196
|
|
- - to do so, first set the environment
|
197
|
|
- variable SIP_DOMAIN to your domain
|
|
196
|
+ - to do so, first set the environment variable SIP_DOMAIN to your domain
|
198
|
197
|
name, e.g., in Bourne shell, call
|
199
|
198
|
export SIP_DOMAIN="foo.bar"
|
|
199
|
+ - if you are using other than 'localhost' mysql server for maintaining
|
|
200
|
+ subscriber database, change the variable 'SQL_HOST' to the proper
|
|
201
|
+ host name in the serctl script
|
200
|
202
|
- run the serctl utility
|
201
|
203
|
/usr/sbin/serctl moni
|
202
|
204
|
or
|