ProLiant Deployment and Provisioning
1858076 Members
9078 Online
110382 Solutions
New Discussion

Server deployment with RDP

 
SOLVED
Go to solution

Server deployment with RDP

Hi

I wanna redeploy a server from image.
The server has 2 logical drives C and D.
I keep a local backup on the D drive.

Now I want to restore the server from image, but I dont wanna delete the D drive.

How would you do?

Hope you can help.

/Stefan

3 REPLIES 3
Martin Smoral
Trusted Contributor

Re: Server deployment with RDP

Is the Backup on Drive D a RDP Image ? or a file Backup ?

Re: Server deployment with RDP

Yes backup would be on the local D: drive.

What I found so far is, that I need to use a switch "-kp2" this sould leave partition 2 untouched.

But where do I specify this?

Martin Smoral
Trusted Contributor
Solution

Re: Server deployment with RDP

you would need to modify the job and put the switch in as you mentioned above.
ex: >rdeploy -md -f[filename] -kp2

or you could do it manually by booting to WinPE then go to the command prompt and using the above command.