BackupPC-users

[BackupPC-users] cannot backup win2008 machine

2016-02-28 13:21:47
Subject: [BackupPC-users] cannot backup win2008 machine
From: simon <sylvandacunha AT gmail DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Sun, 28 Feb 2016 18:15:47 +0000 (UTC)
Dear All,

I have been running backuppc for backing up windows machines . its all fine
but i just added a new win 2008 r2 machines and i am having a problem backing up
before i have a win2003 machine and its working fine and its backing up with
no issues
here is the config of both machines
----------------------------
win2003 machine(working)
-----------
$Conf{SmbShareUserName} = 'backuppc';
$Conf{SmbSharePasswd} = 'backuppc*';
$Conf{XferMethod} = 'smb';
$Conf{ClientNameAlias} = '172.16.2.90';
$Conf{SmbShareName} = [
  'f'
];
$Conf{FixedIPNetBiosNameCheck} = '0';
$Conf{BlackoutPeriods} = [
  {
    'hourEnd' => '19.5',
    'weekDays' => [
      0,
      1,
      2,
      3,
      4
    ],
    'hourBegin' => 7
  }
];
--------------
win2008( not working )
-------------
$Conf{SmbShareName} = [
  'e,f,g'
];
$Conf{ClientNameAlias} = '172.16.2.232';
$Conf{BlackoutPeriods} = [
  {
    'hourEnd' => '20.5',
    'weekDays' => [
      0,
      1,
      2,
      3,
      4
    ],
    'hourBegin' => 7
  }
];
$Conf{SmbSharePasswd} = 'backuppc*';
$Conf{SmbShareUserName} = 'backuppc';
$Conf{FixedIPNetBiosNameCheck} = '0';
$Conf{XferMethod} = 'smb';

------------

also smbclient gives the below on windows 2003
--------------------
[root@zcpnew pc]#  smbclient -L 172.16.2.90 -U backuppc
Enter backuppc's password:
Domain=[BACKUP_SRV] OS=[Windows Server 2003 R2 3790 Service Pack 2]
Server=[Windows Server 2003 R2 5.2]

        Sharename       Type      Comment
        ---------       ----      -------
        newdata         Disk      
        Info            Disk      
        ems-5th         Disk      ems 5th florr sadoon
        Director-General Disk      
        hawaly          Disk      
        eng_mon         Disk      eng_monitoring Dept 12th flr
        baladia         Disk      
        raqaba          Disk      13th flr tower
        cms             Disk      
        f               Disk      
        survey          Disk      
        kind of typing  Disk      
        F$              Disk      Default share
        IPC$            IPC       Remote IPC
        GMOFF           Disk      
        statc           Disk      3rd flr saddon bldg
        min_office      Disk      
        ADMIN$          Disk      Remote Admin
        MCOUNCIL        Disk      
        sadoon_5thflr   Disk      
        planning        Disk      
        meeting_dept    Disk      
        Techoff         Disk      
        E$              Disk      Default share
        d-drive         Disk      
Domain=[BACKUP_SRV] OS=[Windows Server 2003 R2 3790 Service Pack 2]
Server=[Windows Server 2003 R2 5.2]

        Server               Comment
        ---------            -------

        Workgroup            Master
        ---------            -------
------------------

also smbclient gives the below on windows 2008
----------
Domain=[WINS2] OS=[Windows Server 2008 R2 Standard 7601 Service Pack 1]
Server=[Windows Server 2008 R2 Standard 6.1]

        Sharename       Type      Comment
        ---------       ----      -------
        ADMIN$          Disk      Remote Admin
        C$              Disk      Default share
        e               Disk      
        f               Disk      
        IPC$            IPC       Remote IPC
Connection to 172.16.2.232 failed (Error NT_STATUS_RESOURCE_NAME_NOT_FOUND)
NetBIOS over TCP disabled -- no workgroup available

----------------------------

also i disabled firewall and enabled netbios over TCPIP but still issue persists

apprecite you kind help and advice

regards

simon


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>
  • [BackupPC-users] cannot backup win2008 machine, simon <=