ANR1761E Message during Remote NDMP

kvwar

ADSM.ORG Member
Joined
Apr 4, 2009
Messages
51
Reaction score
0
Points
0
PREDATAR Control23

I am trying to perform remote NDMP.
Tape library is connected to the Windows Server on which TSM 6.1.3 is installed.
I am trying to perform backup of a NEtApp Filer to the library via NDMP.
I am getting the following message:
TSM:pPE-DMA-SVR4_SERVER1>
BACKUP NODE VWIN /vol/vol1 TOC=YES MODE=FULL
ANR2017I Administrator SERVER_CONSOLE issued command: BACKUP NODE VWIN
/vol/vol1 TOC=YES MODE=FULL
ANR4728E Server connection to file server 127.0.0.1 failed. Please check the
attributes of the file server specified during definition of the datamover.
ANR1761E BACKUP NODE: Command failed for node VWIN, filespace /vol/vol1 -
storage media is inaccessible.

Output of q libvol

TSM:pPE-DMA-SVR4_SERVER1>
q libvol
ANR2017I Administrator SERVER_CONSOLE issued command: QUERY LIBVOLUME

Library Name Volume Name Status Owner Last Use Home Device
Element Type
------------ ----------- ---------------- ---------- --------- ------- ------
LB2.1.0.2 000001 Scratch 4,096
LB2.1.0.2 000011 Scratch 4,099
LB2.1.0.2 000012 Scratch 4,098
LB2.1.0.2 000013 Scratch 4,097

Output of Q STGPOOL

TSM:pPE-DMA-SVR4_SERVER1>
q stgpool
ANR2017I Administrator SERVER_CONSOLE issued command: QUERY STGPOOL

Storage Device Estimated Pct Pct High Low Next
Pool Name Class Name Capacity Util Migr Mig Mig Storage
Pct Pct Pool
----------- ---------- ---------- ----- ----- ---- --- -----------
ARCHIVEPOOL DISK 0.0 M 0.0 0.0 90 70 DISKPOOL
BACKUPPOOL DISK 20 G 0.0 0.0 90 70 DISKPOOL
BRSTGPOOL LTOCLASS1 0.0 M 0.0 0.0 90 70 LTOPOOL1
DISKPOOL DISK 4.0 M 0.0 0.0 90 70
LTOPOOL1 LTOCLASS1 0.0 M 0.0 0.0 90 70
SPACEMGPOOL DISK 0.0 M 0.0 0.0 90 70

TSM:pPE-DMA-SVR4_SERVER1>
q datamover
ANR2017I Administrator SERVER_CONSOLE issued command: QUERY DATAMOVER

Data Mover Name Data Mover Type On-Line
------------------------------- --------------- -------
VWIN NAS Yes

Output of q library
TSM:pPE-DMA-SVR4_SERVER1>
q library
ANR2017I Administrator SERVER_CONSOLE issued command: QUERY LIBRARY

Library Name: LB2.1.0.2
Library Type: SCSI
ACS Id:
Private Category:
Scratch Category:
WORM Scratch Category:
External Manager:
RSM Media Type:
Shared: No
LanFree:
ObeyMountRetention:

Output of q drive:
TSM:pPE-DMA-SVR4_SERVER1>
q drive
ANR2017I Administrator SERVER_CONSOLE issued command: QUERY DRIVE

Library Name Drive Name Device Type On-Line
------------ ------------ ----------- -------------------
LB2.1.0.2 MT0.0.0.2 LTO Yes
LB2.1.0.2 MT1.0.0.2 LTO Yes
LB2.1.0.2 MT2.0.0.2 LTO Yes
LB2.1.0.2 MT3.0.0.2 LTO Yes

Any idea why this issue?

The Netapp volume is very much online.
 
PREDATAR Control23

How about a "q datamover f=d"

Looks like the HLA of the datamover is pointing at localhost?
 
PREDATAR Control23

How about a "q datamover f=d"

Looks like the HLA of the datamover is pointing at localhost?

TSM:pPE-DMA-SVR4_SERVER1>
query datamover VWIN type=NAS f=d
ANR2017I Administrator SERVER_CONSOLE issued command: QUERY DATAMOVER VWIN
type=NAS f=d
Data Mover Name: VWIN
Data Mover Type: NAS
IP Address: IP Address
TCP/IP Port Number: 10000
User Name: administrator
Storage Pool Data Format: NetApp Dump
On-Line: Yes
ast Update by (administrator): SERVER_CONSOLE
Last Update Date/Time: 11/15/2010 23:42:23
 
PREDATAR Control23

I think TonyB meant you to check if the line IP Address: IP Address is 127.0.0.1 based on this line
ANR4728E Server connection to file server 127.0.0.1 failed. Please check the.... from you logfil
 
PREDATAR Control23

Aye, that's the one - you need the IP of the NetApp controller in the IP Address field...
 
Top