Re: [BackupPC-users] backuppc cannot connect to windows 2000 server for backup

2012-09-26 Thread Les Mikesell
On Wed, Sep 26, 2012 at 3:30 AM, sbdcunha
backuppc-fo...@backupcentral.com wrote:

 I hvae backup pc running for some time backing up linux and windows 2003 
 servers

 but recently there came a need to backup one server which is windows 2000

 when I tried to backup from backuppc admin it gives a error message
 ---

 Running: /usr/bin/smbclient xx.xx.xx.xx\\t -U backupuser -E -N -d 1 -c 
 tarmode\ full -Tc -
 full backup started for share t
 Xfer PIDs are now 16028,16027
 session request to xx.xx.xx.xx failed (Called name not present)

I think this means you tried to connect to an IP address and it only
wants to accept a netbios name.  This may have been fixed in a service
pack or have an option that can be changed, but the quick fix would be
to use the host name instead of the IP and if it doesn't resolve in
DNS, add an entry in the /etc/hosts file on the backuppc server for
it.

-- 
   Les Mikesell
  lesmikes...@gmail.com

--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] backuppc cannot connect to windows 2000 server for backup

2012-09-26 Thread Bowie Bailey
On 9/26/2012 3:51 PM, sbdcunha wrote:
 Dear Les,

 I really appreciate so much your quick reply. as you said it does expect name 
  and me too had the same feelin so I did have a entry on /etc/hosts file on 
 backuppc server but it was not workin

 also in gui config i put name instead of IP and i got the below message.. 
 same error as before

 --

 Running: /usr/bin/smbclient kmweb\\t -U backupuser -E -N -d 1 -c tarmode\ 
 full -Tc -
 full backup started for share t
 Xfer PIDs are now 18103,18102
 session request to KMWEB failed (Not listening on called name)
 session request to *SMBSERVER failed (Not listening on called name)
 session request to KMWEB failed (Not listening on called name)
 session request to *SMBSERVER failed (Not listening on called name)

 ---
 where kmweb is the machine name ( win2000)

 ths is the only win2000 machine and there are 3 win2003 machines which are 
 working fine


 even from the backuppc server when i run

 nmblookup -A ipaddress gives me

 


 KMWEB   00 - M ACTIVE
  KMSERVER00 - GROUP M ACTIVE
  KMWEB   03 - M ACTIVE
  KMSERVER1e - GROUP M ACTIVE
  KMSERVER1d - M ACTIVE
  ..__MSBROWSE__. 01 - GROUP M ACTIVE
  INet~Services   1c - GROUP M ACTIVE
  IS~KMWEB00 - M ACTIVE
 

 nmblookup kmweb

 xx.xx.xx.xx kmweb00

 -

 apprecite if you can advise me

Make sure you don't have a firewall blocking things.  Either on the 
backup host, the client, or in between.

-- 
Bowie

--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] backuppc cannot connect to windows 2000 server for backup

2012-09-26 Thread Les Mikesell
On Wed, Sep 26, 2012 at 2:51 PM, sbdcunha
backuppc-fo...@backupcentral.com wrote:
 Running: /usr/bin/smbclient kmweb\\t -U backupuser -E -N -d 1 -c tarmode\ 
 full -Tc -
 full backup started for share t
 Xfer PIDs are now 18103,18102
 session request to KMWEB failed (Not listening on called name)
 session request to *SMBSERVER failed (Not listening on called name)
 session request to KMWEB failed (Not listening on called name)
 session request to *SMBSERVER failed (Not listening on called name)


Can you connect to that share from smbclient or another windows machine?

-- 
   Les Mikesell
 lesmikes...@gmail.com

--
How fast is your code?
3 out of 4 devs don\\\'t know how their code performs in production.
Find out how slow your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219672;13503038;z?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/