Capture an image from one running diskful Linux node, prepares the rootimg directory, kernel and initial rmadisks for the liteimg/packimage command to generate the statelite/stateless rootimg.
Paramters:
optional parameters:
For more details, refer the man page of imgcapture.
Exemple:
POST https://myserver/xcatws/images/capture?userName=xxx&password=xxx
With data:
["nodename=node1", "profile=hpc", "bootinterface=eth0", "netdriver=e1000e"]
Capture and prepare the root image: its profile is hpc, and the network interface the diskless node will boot over is eth0, the driver modules for this network interface is e1000e.