How to resolve a servername

  • Thread starter Thread starter MSExchange2003Student
  • Start date Start date
M

MSExchange2003Student

Hi all

There is a problem with a component on my network and i am told to check if
i can resolve the servername from a workstation. How do i resolve a
servername? (or any name for that matter)

I have xp pro and windows server 2003

Thanks
 
MSExchange2003Student said:
Hi all

There is a problem with a component on my network and i am told to check if
i can resolve the servername from a workstation. How do i resolve a
servername? (or any name for that matter)

I have xp pro and windows server 2003

Thanks

Assuming that the NetBIOS name of your server is "MyServer",
you do this:
- Click Start / Run / cmd {OK}
- Type this command:
ping MyServer
If things are set up correctly then you should get a reply from your
server. If you don't get a reply, talk to your network administrator.
 
Ina addition to the ping command suggested by Pegasus if you use Active
Directory also try the nslookup command

nslookup servername

The first thing listed will be the DNS server used and the next will be the
results of the search. Ping may still work even if DNS resolution is not.
DNS is very important in an active directory network.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top