ProLiant Servers (ML,DL,SL)
1832770 Members
3021 Online
110045 Solutions
New Discussion

ML370 and Remote Deployment Utility

 
boris_12
Occasional Contributor

ML370 and Remote Deployment Utility

a ProLiant ML370
runing win2000 srv SP4
part of a workgroup
and i can't run RDU
when i select the server from the Target Machine i get an error "Access to the trget computer was denied" or something to that effect.
what do i have to change do to run this util?

TIA
1 REPLY 1
Ruslan_2
Advisor

Re: ML370 and Remote Deployment Utility

It seems you have that problem because RDU requires administrative permissions on the target computer. Since your server is assigned to a workgroup, not a domain, you should either sync administrative passwords on the local and target computers or establish a connection to the the server's ipc$ share before running RDU. You may do this by typing the following command:
net use \\servername\ipc$ * /USER:servername\Administrator

It will prompt you for administrator's password. Once the command completed successfully, you may run RDU.
BR.