Changes between Version 5 and Version 6 of Internal/VirtualPL/ParallelImaging/GExec


Ignore:
Timestamp:
Oct 16, 2006, 4:30:16 PM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/ParallelImaging/GExec

    v5 v6  
    6161   III.Loads the environment variable LD_ASSUME_KERNEL="2.4.2" for the reasons stated above.
    6262
     636. The resultant image has been named as orbit-parallel.
     64
     65On this orbit-parallel pxe image it is possible to run gexec from the console with the GEXEC_SVRS set to the particular node.
     66
     67'''Imaging Nodes using GEXEC'''
     68
     69To image the nodes using gexec I have made some changes to the imageNodes. This imagenodes can be used to load images on one node only. One can load multiple images on different nodes using the script on different windows simultaneosly. The script imageNodes4 basically performs the following steps:
     70
     711. Takes as input the node and the image to be loaded (same as imageNodes).
     72
     732. Sets up soft tftp links to the node for orbit-parallel pxe image.
     74
     753. Boots on the node using cmc service.
     76
     774. The node boots into the orbit-parallel image.
     78
     795. The image provided by the user is launched using the frisbee service.
     80
     816. The environmental variables for gexec are set accordingly i.e. the GEXEC_SVRS and LD_ASSUME_KERNEL.
     82
     837. The port number on which the frisbee server is launched is determined and the frisbee client is set up on the node using gexec. The command looks as follows:
     84
     85gexec -n 0 frisbee -p <port no> -m <multicast address> -i <node_ip> /dev/hda
     86
     878. The boot image is cleared.
     88
     899. Once the image is copied to the node using the frisbee service, the node is reset using cmc service to boot into the loaded image.
    6390
    6491
    65 
     92The imageNodes4 may be found attached with the webpage.