Re: baroc file

2005-01-04 Thread Loren Cain
SE_SERVER ; END [...] The entire baroc file is about 800K, mainly because it has an entry for every possible TSM message. I usually just extract only the classes I plan to use and load those in a custom baroc file. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mai

Re: baroc file

2005-01-04 Thread Loren Cain
Demis, I just sent you a copy of the itsmuniq.baroc file that came with my TSM 5.2.3 system. Let's see if that fixes the problem. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Demis Gonçalves Sent: Tuesday, January 04, 2

Re: configuring Non-IBM automated library(SUN) in TSM

2005-02-14 Thread Loren Cain
, since my libraries have only two drives and the element numbers are usually (but not always) 1 and 2. If my first two guesses fail, I go to lbtest. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Geetha Thanu Sent: Monday, February

Re: TEC filtering

2005-02-28 Thread Loren Cain
event class (TSM_SERVER_EVENT). Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Yiannakis Vakis Sent: Monday, February 28, 2005 5:25 AM To: ADSM-L@VM.MARIST.EDU Subject: TEC filtering Hi, I've tried to do my search in the ma

Re: Tsm & TEC trouble

2005-03-30 Thread Loren Cain
r starts before the Tivoli TEC gateway starts (they both run on the same physical machine). Apparently TSM does not try to contact TEC again after the initial failure. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Chernyaev Serg

Re: Tsm & TEC trouble

2005-03-30 Thread Loren Cain
ou've done something a thousand times and only then run out of some resource you never knew you were using... Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Dwight Cook Sent: Wednesday, March 30, 2005 9:36 AM To: ADSM-L@VM.MARIST.

Re: How did this password expire?

2005-05-17 Thread Loren Cain
It happened to me last week when the DNS domain name was changed on a couple of client nodes. Everything else stayed the same, but I still had to reset the passwords. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Prather

Can TSM use LDAP for admin authentication?

2005-11-09 Thread Loren Cain
nyone know if this can be done? The only alternative I have so far is some sort of scripted mechanism to regularly pull data from ldap and update TSM. This is on TSM 5.2.3, on Solaris9. Loren Cain Digicon

Re: Can TSM use LDAP for admin authentication?

2005-11-09 Thread Loren Cain
That's what I thought, I just needed something I could point to that said, "No, you can't do this". Thanks, Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Stapleton, Mark Sent: Wednesday, November 09, 200

Re: Can TSM use LDAP for admin authentication?

2005-11-09 Thread Loren Cain
x27;m glad it's not possible. That makes it easier to say no :) Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Salak Juraj Sent: Wednesday, November 09, 2005 9:21 AM To: ADSM-L@VM.MARIST.EDU Subject: AW: Can TSM use LDAP

Re: TSM 5.3 Pubs

2005-12-08 Thread Loren Cain
one place, with one unified look and feel. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Gee, Norman Sent: Thursday, December 08, 2005 12:54 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: TSM 5.3 Pubs >From the pub CD About the hel

Re: TSM monitoring

2006-08-02 Thread Loren Cain
Tivoli TEC console and custom Tivoli Monitoring resource model. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Gill, Geoffrey L. Sent: Wednesday, August 02, 2006 12:53 PM To: ADSM-L@VM.MARIST.EDU Subject: TSM monitoring I&#

Re: Sending events to TEC

2004-07-13 Thread Loren Cain
NR0991 ENABLE EVENTS TIVOLI ANR0993 ENABLE EVENTS TIVOLI ANR2507 ENABLE EVENTS TIVOLI ANR2578 ENABLE EVENTS TIVOLI ANR2579 ENABLE EVENTS TIVOLI ANR2580 ENABLE EVENTS TIVOLI ANR8337 ENABLE EVENTS TIVOLI ANR8308 Loren Cain Digicon Corp. -Original Message- From: ADSM: Dist Stor

Re: Sending events to TEC

2004-08-24 Thread Loren Cain
in other adapters. Loren Cain Digicon -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Glanville Sent: Tuesday, August 24, 2004 10:35 AM To: [EMAIL PROTECTED] Subject: Re: Sending events to TEC We tried this. It worked. It's easy to s

Re: dsmc command question?

2004-10-06 Thread Loren Cain
"RESULT: $line"; } exit(0); If you are trying to do this on Windows, as it appears you may be, you could be running into issues with Windows pipes. In such cases, it is often more reliable to redirect the output of the command to a temporary file and then read the file back in. Loren