Changes between Version 1 and Version 2 of SaliUsageCloning


Ignore:
Timestamp:
02/13/13 16:05:43 (11 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliUsageCloning

    v1 v2  
    1 [[pageoutline]]
     1[[PageOutline]]
     2
     3= Cloning a image =
     4
     5To make an image of your 'golden' client a rsync daemon must be started:
     6{{{
     7# ssh gb-r41n1
     8# sali_prepare <imageserver name>
     9Using IP 192.168.144.50 for host <imageserver name>
     10Created a config file in /tmp/sali_cfg.6706
     11   starting rsync daemon: rsync --daemon --config=/tmp/sali_cfg.6706
     12}}}
     13
     14The script keeps running until the imaging has been completed.
     15
     16Now login onto the the imageserver and fetch the image of the golden client with rsync:
     17{{{
     18# getimage <golden client name> <imagename>
     19}}}
     20
     21The `getimage` command is a wrapper for the `sali getimage` command and will set some default parameters.
     22