Can't find node

2014-02-05 Thread r4mzeso
Select node_name, tcp_name from nodes where tcp_name='xxx.domain.com' also tried
Select node_name, tcp_name from nodes where tcp_name='xxx'

No match found usin this criteria.

I dont know why tsm still try to connect to this node,

1) On node xxx I removed all TSM files, I removed all entries from register, I 
removed also all TSM services.
2) TSM server was restarted, node xxx was restarted and still q actlog gives me

02/05/2014 10:27:26  ANR8212W Unable to resolve address for domain.
02/04/2014 10:27:57  ANR8214E Session open with xxx.domain.com failed due to
  connection refusal. (SESSION: 14)

Any ideas?

+--
|This was sent by r4mz...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


Re: Can't find node

2014-02-05 Thread Marouf, Nick
Hello,
Do you still have a tsm schedule defined for the node?

q sche * nodename*



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of r4mzeso
Sent: Wednesday, February 05, 2014 5:26 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Can't find node

Select node_name, tcp_name from nodes where tcp_name='xxx.domain.com' also 
tried Select node_name, tcp_name from nodes where tcp_name='xxx'

No match found usin this criteria.

I dont know why tsm still try to connect to this node,

1) On node xxx I removed all TSM files, I removed all entries from register, I 
removed also all TSM services.
2) TSM server was restarted, node xxx was restarted and still q actlog gives me

02/05/2014 10:27:26  ANR8212W Unable to resolve address for domain.
02/04/2014 10:27:57  ANR8214E Session open with xxx.domain.com failed due to
  connection refusal. (SESSION: 14)

Any ideas?

+--
|This was sent by r4mz...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


Re: Can't find node

2014-02-05 Thread George Huebschman
Are you doing server prompted or client polling backups?  The ANR8212W
message indicates Prompted backups.
If you are indeed doing server prompted backups, then I doubt that
uninstalling the TSM client from the client host will stop the TSM server
from trying to prompt the client.
The selects you ran are only pointed to the DB tables, they will not try
to connect to a domain.  They will not cause the messages you posted.
If you uninstalled the TSM Client from the Client host, then the scheduled
backups (and or archives) will show up as MISSED.  To stop that you need
to either delete the schedule association (del assoc domain_name
schedule_name node_name.
As long as the defunct client is still registered to a schedule on the TSM
server, the TSM server is going to keep trying to contact it, assuming you
are using Server Prompted scheduling.
If you have other nodes in the same domain and you are using server prom
pted scheduling (I have never used it, so I defer to others' experience),
then the TSM server is going to keep trying to contact that domain.  If
that domain is unreachable by the TSM Server, then those backups will
MISS.

If TSM does not have any entries for the host in its DB, it effectively
does not know about the client host.  So, if it's trying to contact that
client, that client's information must be there in the DB in the nodes
table.

If  looking up by the tcp_name isn't working and you have the node name,
look the node up by the node name rather than the tcp_name:
select node_name, tcp_name, tcp_address  from nodes where
node_name like 'NODE_%'
(You are probably aware that the text is case sensitive. )
or, the brute force way:
select node_name, tcp_name from nodes order by tcp_name



If you want to find the schedule:
q sched nodes=node_name



George Huebschman (George H.)
(301) 699-4013
(301) 875-1227 (Cell)



The contents of this email are the property of PNC. If it was not addressed to 
you, you have no legal right to read it. If you think you received it in error, 
please notify the sender. Do not forward or copy without permission of the 
sender. This message may contain an advertisement of a product or service and 
thus may constitute a commercial electronic mail message under US Law. The 
postal address for PNC is 249 Fifth Avenue, Pittsburgh, PA 15222. If you do not 
wish to receive any additional advertising or promotional messages from PNC at 
this e-mail address, click here to unsubscribe. 
https://pnc.p.delivery.net/m/u/pnc/uni/p.asp
By unsubscribing to this message, you will be unsubscribed from all advertising 
or promotional messages from PNC. Removing your e-mail address from this 
mailing list will not affect your subscription to alerts, e-newsletters or 
account servicing e-mails.


Re: Can't find node

2014-02-05 Thread Lee, Gary
Try this

Select node_name, schedule_name, domain_name from associations where 
node_name=upper('node you wish to find')

This will show you any schedules associated with that node.
Also will show what domain that node is in.



-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of r4mzeso
Sent: Wednesday, February 05, 2014 5:26 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Can't find node

Select node_name, tcp_name from nodes where tcp_name='xxx.domain.com' also tried
Select node_name, tcp_name from nodes where tcp_name='xxx'

No match found usin this criteria.

I dont know why tsm still try to connect to this node,

1) On node xxx I removed all TSM files, I removed all entries from register, I 
removed also all TSM services.
2) TSM server was restarted, node xxx was restarted and still q actlog gives me

02/05/2014 10:27:26  ANR8212W Unable to resolve address for domain.
02/04/2014 10:27:57  ANR8214E Session open with xxx.domain.com failed due to
  connection refusal. (SESSION: 14)

Any ideas?

+--
|This was sent by r4mz...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


Can't find node

2013-11-08 Thread r4mzeso
I am gettin from q actlog

ANR8214E Session open with xxx.domain.com failed due to connection refusal

But the problem is that xxx.domain.com doesn't exists as registered node in TSM.

How can I find this?

+--
|This was sent by r4mz...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


Re: Can't find node

2013-11-08 Thread Huebner, Andy
Look for a node with the TCP/IP name of xxx.

select node_name, tcp_name from nodes where tcp_name='XXX'

Andy Huebner


-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of r4mzeso
Sent: Friday, November 08, 2013 5:17 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Can't find node

I am gettin from q actlog

ANR8214E Session open with xxx.domain.com failed due to connection refusal

But the problem is that xxx.domain.com doesn't exists as registered node in TSM.

How can I find this?

+--
|This was sent by r4mz...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+--


Re: Can't find node

2013-11-08 Thread Nick Laflamme
Also, look for errors about failed scheduled backups. It may be trying to
prompt a client to back up -- and TSM doesn't expose those particular
settings.

Nick

On Friday, November 8, 2013, Huebner, Andy wrote:

 Look for a node with the TCP/IP name of xxx.

 select node_name, tcp_name from nodes where tcp_name='XXX'

 Andy Huebner


 -Original Message-
 From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU javascript:;]
 On Behalf Of r4mzeso
 Sent: Friday, November 08, 2013 5:17 AM
 To: ADSM-L@VM.MARIST.EDU javascript:;
 Subject: [ADSM-L] Can't find node

 I am gettin from q actlog

 ANR8214E Session open with xxx.domain.com failed due to connection refusal

 But the problem is that xxx.domain.com doesn't exists as registered node
 in TSM.

 How can I find this?

 +--
 |This was sent by r4mz...@gmail.com javascript:; via Backup Central.
 |Forward SPAM to ab...@backupcentral.com javascript:;.
 +--