Install Node OS to DISK1 ?
-
2011년 8월 22일 월요일 오전 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
모든 응답
-
2011년 8월 23일 화요일 오전 12: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 2011년 8월 23일 화요일 오후 1:29
-
2011년 8월 23일 화요일 오후 1:29
Thank you Ben!
Br
PG