schedule problem ?

2006-07-10 Thread goc
hi all, i have an schedule problem whitch includes a very long preschedulecmd command, (35 hours) Executing scheduled command now. 07/07/06 18:01:24 Executing Operating System command or script: su - oracle -c /db/sdb11/backup01/backup/sdb1_do_bkup.sh 07/09/06 05:37:48 Finished command.

Re: Label length on 3584 Library

2006-07-10 Thread goc
hi, just our of curiosity how is that possible ? how can changer know that he cannon put LTO1 tape in LTO3 drive ? thanks goran - Original Message - From: David Longo [EMAIL PROTECTED] To: ADSM-L@VM.MARIST.EDU Sent: Sunday, July 09, 2006 4:13 PM Subject: Re: Label length on 3584

Re: Label length on 3584 Library

2006-07-10 Thread Smith, I (Ian)
In TSM when it labels the tape it gives the volume a media type. See q libv f=d. This is determined at the hardware level. This defines to TSM the tape generation, i.e. 394=LTO2, 417=LTO3. From the q dr f=d, you can see what the drive hardware type can read and write. To configure the

SQL2062N: Reason code =406

2006-07-10 Thread zareyna
Hi all, Has anyone has ever countered this problem: SQL2062N An error occurred while accessing media /home/db2admin/sqllib/adsm/libtsm.a. Reason code: 406. Below are the steps that I have done: 1. Setup the environment variables as below

Re: SQL2062N: Reason code =406

2006-07-10 Thread Richard Sims
You can search www.ibm.com using the message number and reason code, which yields Technote 1083522 regarding common cause. Richard Sims

Re: Label length on 3584 Library

2006-07-10 Thread Richard van Denzel
It's also part of the tape label (L1, L2 or L3, that is if you are using the IBM labels). I've seen at a customer site tape labels like A002 and then TSM/Library/Driver thinks this is an LTO2 tape, but in fact it was LTO1. Met vriendelijke groet, with kind regards, Richard van Denzel

Re: Label length on 3584 Library

2006-07-10 Thread Smith, I (Ian)
You're right, I think it defines the media type from the label... _ Ian Smith SAN/TSM Specialist -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Richard van Denzel Sent: 10 July 2006 12:22 To: ADSM-L@VM.MARIST.EDU

Re: Label length on 3584 Library

2006-07-10 Thread Richard Sims
On Jul 10, 2006, at 4:37 AM, Smith, I (Ian) wrote: In TSM when it labels the tape it gives the volume a media type. See q libv f=d. This is determined at the hardware level. ... See also IBM Technotes 1217789 and 1212111 regarding 6 vs. 8 and media typing. Richard Sims

Novell client 5.3.4.0

2006-07-10 Thread Timothy Hughes
Hello all, Is anyone using Novell TSM Client 5.3.4.0? If so have there been any issues since using it? It was recommended that we upgrade to that client along with Novell OS upgrades to correct server abends that have occurred at times at the end of restores. TSM 5.3.3 TSM client 5.3.012

Re: Label length on 3584 Library

2006-07-10 Thread David Longo
I don't know how it's done. (LTO1 can go in LTO3 for read only). But it works! I think changer itself knows internally to library. TSM knows due to the DEVCLASS and the Format parameter for it, conmpared to the q drive f=d Read Formats and Write Formats. It figures out which drives are

Re: Novell client 5.3.4.0

2006-07-10 Thread Mark Stapleton
ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU wrote on 07/10/2006 08:45:22 AM: Is anyone using Novell TSM Client 5.3.4.0? If so have there been any issues since using it? It was recommended that we upgrade to that client along with Novell OS upgrades to correct server abends that have occurred

Re: SQL2062N: Reason code =406

2006-07-10 Thread Jacques Van Den Berg
Check file permissions for your errorlog file... Jacques van den Berg TSM / SAP Storage Administrator Pick 'n Pay IT Email : [EMAIL PROTECTED] Tel : 021 - 658 1711 Fax : 021 - 658 1699 Mobile : 082 - 653 8164 Dis altyd lente in die hart van die mens wat God en sy medemens liefhet

q event question

2006-07-10 Thread Luc Beaudoin
Hi all I want to create a text file that with list me all the events in the last 12 hours, but I would like to exclude 1 schedule name Is there a way to exclude a schedule name . this is my command ... dsmadmc -id=batch -password=batch q event * * begindate=today-1 begintime=18:00

Re: q event question

2006-07-10 Thread Choudarapu, Ramakrishna (GTI)
Luc, Try using a filter to exclude the schedule name, $ cat clientdone.txt|grep -v schedname_to_be_excluded clientdone_new.txt (for unix) OR C:\ type clientdone.txt|find /v schedname_to_be_excluded clientdone_new.txt (for windows) Thanks Regards, Ramakrishna Choudarapu GTI (TSM

admin interface / Integrated Solutions Console

2006-07-10 Thread Lawrence Clark
admin interface.. went to access it under 5.3.2 and got message: ANR4747W The web administrative interface is no longer supported. Begin using the Integrated Solutions Console instead. Is that installed on aIX when the server is installed and how do you access it?

Re: schedule problem ?

2006-07-10 Thread Thomas Denier
i have an schedule problem whitch includes a very long preschedulecmd command, (35 hours) I suspect that the start-up window for the schedule has to be longer than the running time of the pre-schedule command. See the documentation for the 'duration' and 'durunit' paramaters of the 'update

Re: Help - Domino TDP failing after R7 upgrade !!!

2006-07-10 Thread Zoltan Forray/AC/VCU
Just a heads up that this problem ended up being a reproducable failure/problem (actually multiple issues) with Domino R7 and the TSM TDP on Solaris. IBM/Tivoli/TDP has supplied us with patches/fixes to get the TDP process to run with R7 without segment faults. They are still working on

Re: q event question

2006-07-10 Thread Thomas Denier
-Luc Beaudoin wrote: - I want to create a text file that with list me all the events in the last 12 hours, but I would like to exclude 1 schedule name Is there a way to exclude a schedule name . You can get this kind of selectivity by running a 'select' command against the 'events'

DB backup on a DDS drive

2006-07-10 Thread Michal Mertl
I have a TSM server with LTO tape library and a DDS tape drive. I would like to backup the database to the DDS tape without human intervention. I imagine the tape stays loaded in the drive and every day TSM will rewind and overwrite it with fresh DB backup. I know that this isn't optimal is it

Re: Novell client 5.3.4.0

2006-07-10 Thread Troy Frank
Updating the tsa's is (almost) always a good bet, but I'd be a bit leary of the tsm 5.3.x clients on netware. You can give it a try, but I've had to backrev a lot of those experiments to the latest 5.2 client version. I've had weird issues with sessions hanging, servers locking up, abends, and

TSM and Wake-on-LAN

2006-07-10 Thread Michal Mertl
Hello, I've taken over an old TSM install and they say that powered down clients had been backed up in the past. The only way this could have been achieved which I can think of is using Wake-on-LAN. I found on the web WOL and Tivoli mentioned somewhere but nothing concrete. Does TSM support it?

Re: DB backup on a DDS drive

2006-07-10 Thread Michal Mertl
I am using the trick to alternate DB backup to the harddrive and to the library. Therefore I probably am not in such a jeopardy to completely lose it and can work with just one tape. The thought to backup to a network share haven't occured to me. This might be better than the single tape and

Re: Novell client 5.3.4.0

2006-07-10 Thread Bob Martoncik
We ended up using 5.3.3 TSM client to resolve a lot of our Novell wierd issues. That also involved Netware abending with a CPU hog error message. Running TSM 5.2.4.5 on a Windows 2000 server. Been doing fine now for 2 weeks Bob Martoncik Lucas County Information Services 419-213-4633 [EMAIL

Re: Novell client 5.3.4.0

2006-07-10 Thread Timothy Hughes
Mark, Troy and Bob Thanks, I also have read about some issues with the 5.3 clients. One of our clients was experienced a couple of Server abends after restores so I put in a Call to IBM/Tivoli support and the Level II support who recommended upgrading the TSM Client to the TSM Client 5.3.4.0

Re: TSM and Wake-on-LAN

2006-07-10 Thread Richard Sims
On Jul 10, 2006, at 12:30 PM, Michal Mertl wrote: Hello, I've taken over an old TSM install and they say that powered down clients had been backed up in the past. The only way this could have been achieved which I can think of is using Wake-on-LAN. I found on the web WOL and Tivoli mentioned

Re: TSM and Wake-on-LAN

2006-07-10 Thread Michal Mertl
Richard Sims wrote: On Jul 10, 2006, at 12:30 PM, Michal Mertl wrote: Hello, I've taken over an old TSM install and they say that powered down clients had been backed up in the past. The only way this could have been achieved which I can think of is using Wake-on-LAN. I found on the

Journaling on WIN 2003 Cluster servers

2006-07-10 Thread Larry Peifer
We opened yet another PMR with IBM to get help with using Journaling on WIN 2003 Cluster servers. Is anyone currently using Journaling successfully in this environment?

Re: admin interface / Integrated Solutions Console

2006-07-10 Thread Gee, Norman
Go to ftp://ftp.software.ibm.com/storage/tivoli-storage-management/tools/ And you will find the unsupported web interface to 5.3 TSM And you should also install the ISC and Admin Center. Both of these came on separate CDs. ISC LK4T-0343 Admin Center LK4T-0356 -Original Message-

Re: admin interface / Integrated Solutions Console

2006-07-10 Thread Lawrence Clark
they don't ship the CD's anymore. We had to go to the web for the servercode. [EMAIL PROTECTED] 07/10/06 3:32 PM Go to ftp://ftp.software.ibm.com/storage/tivoli-storage-management/tools/ And you will find the unsupported web interface to 5.3 TSM And you should also install the ISC and Admin

Re: admin interface / Integrated Solutions Console

2006-07-10 Thread Gee, Norman
Passport advantage list them as IBM Tivoli Storage Manager V5.3.2 Administration Center, UNIX and Linux, Multilingual(C88DPML) IBM Integrated Solutions Console V6.0.1 AIX for use with Tivoli Storage Manager Administration Center, Multilingual(C86PNML) Or you can find ISC and admin

Re: TSM and Wake-on-LAN

2006-07-10 Thread Richard Sims
On Jul 10, 2006, at 1:49 PM, Michal Mertl wrote: There is about 20 Windows workstations configured to be backed up by TSM server during the night. The users often turn them off when leaving the office and backup thus fails (the server can't contact them). If TSM (or some 3rd party application

Re: TSM and Wake-on-LAN

2006-07-10 Thread Michal Mertl
Richard Sims wrote: On Jul 10, 2006, at 1:49 PM, Michal Mertl wrote: There is about 20 Windows workstations configured to be backed up by TSM server during the night. The users often turn them off when leaving the office and backup thus fails (the server can't contact them). If TSM

Re: TSM and Wake-on-LAN

2006-07-10 Thread Bos, Karel
Hi, Don't know anything about configuring WOL, but... - It is not something buildin in TSM; - If you configure some station to power on these machines back-ups can be performed; - If you configure your clients to be in TSM schedmode=polling and the startup window of the schedule is large enough,