IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Initial Version and Version 1 of IPPConfigSystem


Ignore:
Timestamp:
Aug 11, 2009, 11:25:13 AM (17 years ago)
Author:
jhoblitt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPPConfigSystem

    v1 v1  
     1Setup ssh-agent, [http://www.google.com/search?q=ssh-agent].
     2
     3Load your ssh "root" keys:
     4
     5{{{
     6jhoblitt@rma ~/.ssh $ ssh-add id_dsa_root_poi
     7Enter passphrase for id_dsa_root_poi:
     8Identity added: id_dsa_root_poi (id_dsa_root_poi)
     9}}}
     10
     11Login to po35.
     12
     13{{{
     14jhoblitt@rma ~ $ ssh -A root@po35
     15Last login: Tue Aug 11 11:11:21 2009 from rma.ifa.hawaii.edu
     16po35 ~ #
     17}}}
     18 
     19`cd` to the config system root dir.
     20
     21{{{
     22po35 ~ # cd config
     23po35 config #
     24}}}
     25 
     26Edit the /etc/mysql/my.cnf common to all db nodes:
     27
     28{{{
     29po35 config # vi mhpcc/common-db/etc/mysql/my.cnf
     30}}}
     31 
     32
     33{{{
     34po35 config # ./mountunion
     35po35 config # ./push ippdb0[12]
     36po35 config # ./mountunion -u
     37}}}
     38