Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
sudo vi /etc/resolve.conf
ntp

confirm ntp setup (how?)After changing IPs I have found that system clocks will drift even though ntpd is running.
My solution has been to run the following commands...
where the IP for the ntpdate command is ntp server for the _your_ data center.

Code Block
sudo /etc/init.d/ntpd stop
sudo /usr/sbin/ntpdate 10.1.3.22
sudo /etc/init.d/ntpd start

 

hosts
Code Block
sudo vi /etc/hosts

...

Deploy these manually to master and slave.
Remember that you will need to manually ssh and accept the key.
Use this command:

Code Block
$ ssh -p port_number ip_Address

 

WEB

The web tier has one configuration file...

...

Code Block
$ cd /var/www/html
$ sudo ./deploy_eas_init.shs
GEO

Geoserver has one configration file...

...

In some cases you may need to make changes the connection definitions.
In other cases you'll need to change the ssh configs of putty sessions.
If you do this, remember that you'll need to manually connect to accept the key.