Changes between Initial Version and Version 1 of Internal/Infrastructure/OMF/NodeHandler/Applications/SaveNode


Ignore:
Timestamp:
Apr 18, 2007, 8:32:22 PM (17 years ago)
Author:
mcgrof
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Infrastructure/OMF/NodeHandler/Applications/SaveNode

    v1 v1  
     1
     2Go back --> [wiki:Documentation] --> [wiki:Documentation/orbit-pxe Orbit-PXE]
     3
     4
     5== Saving node images with Orbit-PXE ==
     6
     7When you issue the saveNode command as follows:
     8
     9{{{
     10saveNode 1,2
     11}}}
     12
     13the nodehandler will request the node specified to reboot itself and load orbit-PXE into RAM (see [wiki:Documentation/orbit-pxe/loading Orbit-PXE Loading]).  Once the node checks in with the Orbit-PXE's nodeagent the nodehandler will ask the node's nodeagent to save the current image it has loaded on disk by issuing the following command (TCP port 9006):
     14
     15{{{
     16S 10.18.1.2 SAVEIMAGE frisbee:/export/orbit/image/tmp node-1-2-sb8-timestamp.ndz
     17}}}
     18
     19The nodeagent running on the node will then create /mnt/, mount the remote NFS server image path onto /mnt and issue the following command:
     20
     21{{{
     22imagezip /dev/hda /mnt/node-1-2-timestamp.ndz
     23}}}
     24
     25Once nodeagent is done the node will be halted through:
     26
     27{{{
     28shutdown -h now
     29}}}