Hi,
when I try to reprovision an already deployed (and working) compute node with a Deployment step, the provision steps doesn't start:
the provision stops at "Initiating deployment operations for template: Default ComputeNode Template".
When rebooting the compute node, it appears the message "PM Sending PXE command to boot node to the current OS" but the provision still doesn't start.
The provision never fails, just it seems it waits for something...
I want to apply this template (see below for the template export) to redeploy a compute node where I've manually uninstalled the hpc pack, in order to reinstall it and make the node again working.
There is a bug or am I wrong to do something?
Thanks,
Marco
PS
the template:
----------------------------
<?xml version="1.0" encoding="utf-8"?>
<Template xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema"
Description="">
<Item
Name="InstallCCP">
<Parameter
Name="SetupSourceDir"
Value="
\\%CLUSTERNAME%\REMINST" />
<Parameter
Name="Description"
Value="Installs HPC pack on the compute node." />
</Item>
</Template>