Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Setup Puppet (Getting started - Marcus will need to do before docs will be good)
    1. Login to foreman https://gonzo-foreman.ncsa.illinois.edu/hosts
      1. verify existence of host - the name will be <name of vm>.os.ncsa.edu
      2. puppet env
        1. production
      3. puppet classes
        1. clowder
        2. what about java?
    2. maybe service puppet restart on host machine

Databases: Dump, Copy, and Restore

  1. Clowder Disk Storage
    1. Goto the clowder custom configuration /home/clowder/clowder/custom/custon.conf on the server you are copying from
      1. find the path of clowder file storage - something like this

        Code Block
        clowder.diskStorage.path="/home/clowder/data"


      2. Likewise create or get the clowder file storage path from the server you are copying to (might be same path):
    2. rsync the data
      1. in the source server

        Code Block
        rsync -az /home/clowder/data <source server>:/home/clowder/data