ProLiant Deployment and Provisioning
1847177 Members
5009 Online
110263 Solutions
New Discussion

Re: RDP imaging problem

 
Torrey_1
Occasional Advisor

RDP imaging problem

I have a new RDP server set up, v 2.1. After creating a bootworks boot disk, I get the error shown in the attached file. We have no PXE server setup. Client is not in the same domain. I have talked with Compaq on the phone, and we pretty much just figured out, after 2 hours, that "we are using the correct driver." Any help on this would be greatly appreciated.
5 REPLIES 5
Steven Clementi
Honored Contributor

Re: RDP imaging problem

Torrey:

It looks like either a Name Resolution problem or a type in your boot image.

AT that point in the boot process, I believe the server is tryign to attach to the source server, ans as you can see.. it can not find the NETBIOS name on the network. Eoither the name has a typo in it (somehow), or perhaps you can edit your boot files to try to attach to the IP address of the image server instead of the NETBIOS name...

I.E..

\\IMAGESERVER\SHARENAME
vs.
\\192.168.182.13\SHARENAME (making believe that the IP address stated is your RDP or Image server.

Look for the NET USE command in your autoexec.bat file in the boot image.

Could be DNS related as well. Is the DNS server the client using the same as the RDP/Image server? If not, you can try specifying in your DHCP server scope options, the DNS server that RDP is using.


Steven
Steven Clementi
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
Torrey_1
Occasional Advisor

Re: RDP imaging problem

Steven,

Thanks for your response. I'll try these out.

The DNS server is a different server. A this point, I have only tried using the IP address, not the NETBIOS name.

I am also trying to set up an additional RDP server in the environment the client servers are located. Do you think this will help?
Gordon Leonard
Honored Contributor

Re: RDP imaging problem

Modify the LMHOST file on both PXE images by adding an entry for the RDP server. Then re-create the PXE images. MS-DOS drive mapping understands NETBIOS names and WINS.
Torrey_1
Occasional Advisor

Re: RDP imaging problem

I've tried adding in the RDP server to the lmhost file with no success. Still erroring out.
Gordon Leonard
Honored Contributor

Re: RDP imaging problem

The PXE files? You'll need to edit 2 files. Did you also re-create the PXE images? What steps did you take?