Válasz Install Node OS to DISK1 ?

  • Monday, August 22, 2011 9:58 AM
     
     

    Dear All,

    Is it possible to get HPC 2008 R2 Cluster Manager node deployment to install the OS to DISK1 rathern then DISK0 ?

    I have tried by just changing the script used by diskpart (i.e changing active partition etc) but it still wants to install to disk0.

    Br

    PG

All Replies

  • Tuesday, August 23, 2011 12:32 AM
     
     Answered

    Hi PG,

    You can create a custom unattend.xml and reference it in the Node Template or you can edit the unattend.xml in the InstallShare. You can change the ParitionID from 1 to a 2.

              <InstallTo>
                <DiskID>0</DiskID>
                <PartitionID>1</PartitionID>
              </InstallTo>

     

    Thanks,

    Ben

     

    • Marked As Answer by mrpg99 Tuesday, August 23, 2011 1:29 PM
    •  
  • Tuesday, August 23, 2011 1:29 PM
     
     

    Thank you Ben!

     

    Br

    PG