ProLiant Deployment and Provisioning
1833877 Members
2436 Online
110063 Solutions
New Discussion

Rapid Deployment Pack 6.9 Question

 
Sm_11
New Member

Rapid Deployment Pack 6.9 Question

Hi,

I've to install new servers with 1 RAID 1 array with Windows 2k3 R2.

I would like to move the profiles folder during install on another partition (specified on the unattended.txt). In order to make this possible I've to create 2 partitions before the install process.

How can I make this possible?

Thanks a lot,
Sam
1 REPLY 1
Adrian Clint
Honored Contributor

Re: Rapid Deployment Pack 6.9 Question

Sam,
Are you going to hard partition the array as one big drive and then deploy two NTFS partitions?

Assuming you are...(off the top of my head with no RDP in front of me...)

In the tasks in the job the deploy Image task needs to specify a size smaller than the hard partition. Eg 32760 for a 32GB drive.
In the advanced command line option in the task you need to specify -d1 -p1 (drive 1 partition 1)
Then you need to add another deploy image task immediately after the last one that also deploys an NTFS.IMG of a specific size (or to fill the rest of the drive) and this time the advanced command line is -d1 -p2 (drive 1 partition 2).

So now you have a C: & a D: drive

You may need to format via a command line task