Exchange 2007 VSS Lanfree backup not working

johansen

ADSM.ORG Member
Joined
Dec 13, 2007
Messages
119
Reaction score
2
Points
0
Location
Germany
hi all,
I've a problem to backup our exchange 2007-ccr cluster via lanfree (VSS).
setup:
tsm5.5.3.0
storage agent 5.5.3.0
device driver 6.2.0.8
exchange is running on windows server 2008 64bit

As VSS backup is done via local dsm node I have red that you have to define "enablelanfree yes" in the baclient
dsm.opt file which we did, but still no lanfree backup.

--baclient dsm.opt file--
Code:
*=======================================
* DSM.OPT
*=======================================
 
NODENAME           de12k020
TCPNodelay        yes
COMPRESSIon       Off
PASSWORDACCESS    GENERATE
 
TESTFLAG SETVSSMAXRETRY:10
TESTFLAG SETVSSDELAY:300
 
 
*======================================================================*
* TCP/IP                                                               *
*======================================================================*
*COMMMethod              TCPip
TCPPort                  1500
TCPServeraddress         de1nnrs060-vl10.europe.panorg.com
TCPWindowsize            63
TCPBuffSize              32
 
 
*======================================================================*
* LAN Free                                                             *
*======================================================================*
ENABLELANFREE                 YES
LANFREECOMMMETHOD                TCPIP
LANFREETCPPORT                   1500
LANFREETCPSERVERADDRESS         de12k020.europe.panorg.com
TXNBYTELIMIT                  2097152
 
 
*======================================================================*
*======================================================================*
SCHEDMODE             Prompted
ERRORLOGRETENTION 7
SCHEDLOGRETENTION 7
schedlogname    dsmsched.log
errorlogname    dsmerror.log
 
DOMain ALL-LOCAL 
************************************************************************
--tdp dsm.opt file--
Code:
*======================================================================*
*                                                                      *
* IBM Tivoli Storage Manager for Mail                                  *
*                                                                      *
* Data Protection for Microsoft Exchange Server                        *
*======================================================================*
NODename          DE02C001-TDP
CLUSTERnode       no
COMPRESSIon       Off
PASSWORDAccess    Generate
 
*======================================================================*
* TCP/IP                                                               *
*======================================================================*
COMMMethod               TCPip
TCPPort                  1500
TCPServeraddress         de1nnrs060-vl10.europe.panorg.com
TCPWindowsize            63
TCPBuffSize              32
RESOURCEUTILIZATION     5
 
*======================================================================*
* LAN Free                                                             *
*======================================================================*
ENABLELANFREE                 YES
LANFREECOMMMETHOD                TCPIP
LANFREETCPPORT                   1500
LANFREETCPSERVERADDRESS         de12k020.europe.panorg.com
TXNBYTELIMIT                  2097152
 
*======================================================================*
*                                                                      *
* - Scheduling Options                                                 *
*======================================================================*
*SCHEDMODE             Prompted
ERRORLOGRETENTION 7
SCHEDLOGRETENTION 7
schedlogname    dsmsched.log
errorlogname    dsmerror.log
 
*======================================================================*
* Include/Exclude Processing                                           *
*======================================================================*
INCLUDE "\...\*"     EXCHANGE

--q server output--
Code:
q server library manager:
 
passivenode:
DE12K020-STA      TCPIP      x.x.103. 201     1500              <1     Yes          No           No
 
Activenode:
DE22K020-STA     TCPIP      x.x.103.202     1500              <1     Yes          No           No
 
q server library manager: 
 
passivenode:
DE12K020-STA      TCPIP      x.x.103. 201     1500              <1     Yes          No           No
 
Activenode:
DE22K020-STA     TCPIP      x.x.103.202     1500              <1     Yes          No           No

--storage agent devconfig--
Code:
SET STANAME DE12K020-STA
SET STAPASSWORD xxxx
SET STAHLADDRESS x.x.103.201
DEFINE SERVER TSM HLADDRESS=x.x.102.181 LLADDRESS=1500 SERVERPA= xxxx
SET STANAME DE12K020-STA
SET STAPASSWORD xxxx
SET STAHLADDRESS x.x.103.201
DEFINE SERVER TSM HLADDRESS=x.x.102.181 LLADDRESS=1500 SERVERPA= xxxx

--dsmsta.opt file--
Code:
DEVCONFIG                        "D:\Program Files\Tivoli\Tsm\storageagent\devconfig.txt"
SERVERNAME                      TSM
TxnGroupMax                     4096
MoveBatchSize            1000
SANDISCOVERY              ON

the backup is started on the passive node (storage agent started):
tdpexcc backup SG_2 FULL /excserver=de02c001 /BACKUPMETHOD=VSS /FROMREPLICA /BACKUPDESTINATION=TSM /TSMOPTFILE=dsm.opt
and we have following output at the storage agent logging:

Code:
ANR0406I Session 19 started for node DE12K020 (WinNT) (Tcp/Ip DE12K020.europe.panorg.com(5147)).
ANR0408I Session 20 started for server TSM (AIX-RS/6000) (Tcp/Ip) for storage agent.
ANR0482W Session 20 for node TSM (AIX-RS/6000) terminated - idle for more than 15 minutes.
ANR0482W Session 2 for node TSM (AIX-RS/6000) terminated - idle for more than 15 minutes.
 
During exchange intergrity check this message is shown on the storage agent output and in activity log on the tsm server:
 
ANR0482W Session 19 for node DE02C001-TDP (Proxynode) terminated - idle for more than 15 minutes.
ANR0408I Session 23 started for server TSM (AIX-RS/6000) (Tcp/Ip) for event logging.
ANR0406I Session 24 started for node DE12K020 (WinNT) (Tcp/Ip DE12K020.europe.panorg.com(40994)).
ANR0408I Session 25 started for server TSM (AIX-RS/6000) (Tcp/Ip) for storage agent.

.. backup starts but LAN usage there … so NO lanfree backup

and q session shows that there is no "proxy by storage agent" for the specific session.
Legacy backup is working LANFREE so no clue what could be the reason else than the msg above.


Does someone has an idea? We really need this to be working ...

Thanks a lot.
 
Last edited:
Does nobody has an answer to the issue?

I thought about extending the IDLETIMEOUT server settings which is 15minutes at the moment.
Maybe someone who has already a working setup (VSS lanfree backup) can tell me the idletimeout settings of their server?
 
I've set the IDLETIMEOUT and COMMTIMEOUT in the dsmsta.opt file and now the errors (session terminated) are gone, but there is still no lanfree backup when trying to backup VSS (doesn't matter if offloaded or online-vss backup).

legacy backup is working lanfree without any problems. Does no one else has seen such behavior before? There are no errors on client nor on server side.
... please help ...
 
Back
Top