Install Node OS to DISK1 ?
-
22 สิงหาคม 2554 9:58
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
ตอบทั้งหมด
-
23 สิงหาคม 2554 0:32
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
- ทำเครื่องหมายเป็นคำตอบโดย mrpg99 23 สิงหาคม 2554 13:29
-
23 สิงหาคม 2554 13:29
Thank you Ben!
Br
PG