weird problem, using shutdown command and network

mjz_5

2[H]4U
Joined
May 24, 2001
Messages
3,637
this doesn't make any sense.. I can ping the machine perfectly, but when i try to shut it down, i get a path not found error.. weird no? firewall is turned off and i have admin rights on all computers

command prompt below
---------------------
C:\>ping asusa7a266

Pinging asusa7a266.localserver.com [192.168.1.100] with 32 bytes of data:

Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128
Reply from 192.168.1.100: bytes=32 time<1ms TTL=128

Ping statistics for 192.168.1.100:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms

C:\>shutdown -s -f -m \\asusa7a266
The network path was not found.

C:\>
 
If the "server" service isn't running on the target computer, the RPC interface needed by the shutdown command isn't available. The machine would ping just fine.

If you do a start run, \\192.168.1.100 and get a network path not found with the frewall off on both the source and target computers, that is likely to be your problem.
 
Back
Top