Index: /trunk/ippMonitor/INSTALL
===================================================================
--- /trunk/ippMonitor/INSTALL	(revision 34005)
+++ /trunk/ippMonitor/INSTALL	(revision 34006)
@@ -15,4 +15,11 @@
 # note that we have a special version for ippmonitor without $PSCONFIG/$PSCONFDIR values:
 ipp@ippdb03 / ippdb03 example:
- psconfigure --dbhost ippdb01 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
+# psconfigure --dbhost ippdb01 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
 
+#ipp@ippdb03 / ippdb01 example:
+ psconfigure --dbhost ippdb03 --dbuser ipp --dbpass ipp --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
+
+#
+# Regular installation on ippMonitor.ifa.hawaii.edu
+# Note: we use a 'science databases (replication) slave' and the ippMonitor read-only account to connect to that database
+psconfigure --dbhost scidbs1 --dbuser ippMonitor --dbpass ippMonitor --htdocs /var/www/localhost/htdocs --site ~/ippconfig/ippmonitor.config
Index: /trunk/ippMonitor/czartool/czartool/czarconfig.xml
===================================================================
--- /trunk/ippMonitor/czartool/czartool/czarconfig.xml	(revision 34005)
+++ /trunk/ippMonitor/czartool/czartool/czarconfig.xml	(revision 34006)
@@ -21,5 +21,5 @@
   <gpc1database>
     <name>gpc1</name>
-    <host>ippdb01</host>
+    <host>scidbs1</host>
     <user>ippMonitor</user>
     <password>ippMonitor</password>
@@ -29,5 +29,5 @@
   <czardatabase>
     <name>czardb</name>
-    <host>ippdb01</host>
+    <host>scidbm</host>
     <user>ipp</user>
     <password>ipp</password>
@@ -46,2 +46,3 @@
 
 </czarconfig>
+
