Re: Using Date and Time symbol Substitution in Scripts or Macros

2000-10-04 Thread Dan Jennings
In UNIX (AIX Korn shell used as an example...): Here's one way to get it done. You can use a shell script to evaluate the current date, then write out a file that contains the "generate" command with the date string embedded in it. This would probably have to get run from cron, and an example m

No Subject

2000-10-04 Thread Christoph Pilgram
Hy everyone, a question concerning the queriing of archives : is there a possibility in TSM 3.7 to query all client archives without refering to a FileSpace. A ' q arc -desc="xyz" "*" ' only shows the archived files from the current working directory. I want to show all files within an archive s

Re: Stanzas

2000-10-04 Thread Collins, Brenda
Hi! Here is an abbreviated version of a stanza if you want to see what they look like. Basically, I have two different node names, one for the standard client and one for the DB2 client. I have the dsm.sys file in the /usr/tivoli/tsm/client/api/bin directory linked to the dsm.sys in the /usr/ti

Does your TDP for Domino inactivation work?

2000-10-04 Thread T.Y. Wu
I see many month-old transaction logs still sitting in the adsm server even we run archive log inactivation and full backup daily. Any idea what is wrong? Thanks, T.Y.

Re: Getting permission bit information from ADSM

2000-10-04 Thread Steve Harris
Tom If the permissions were changed, then the next ADSM backup should have backed up the files again. Thus the files should be listed in the schedule log. If the schedule log is not available, you might be able to select from backup the number of files from this node by date and see if there wa

Re: Quick SQL syntax question

2000-10-04 Thread Alex Paschal
Hi, Jeff. How about... select message from actlog where msgno in (2578,2571,whatever) and date_time > cast((current_date - (1 day)) as timestamp) + (17 hours)) and date_time < (cast((current_date as timestamp) + (8 hours)) Note: YUCK I couldn't find a table for events. If it's possible, I wo

Re: defining devices in a 3494 on Sun

2000-10-04 Thread Steven P Roder
On Wed, 4 Oct 2000, James Healy wrote: > Can anyone tell me where I can get the defined device name for a 3590 drive within >the l the 3494 library on a sun box. They are in /dev/rmt, and should be of the form *st for drives and *smc for the library changer. The device driver you should be usi

Re: ADMIN Password Issues

2000-10-04 Thread Walker, Lesley R
I have the ID and password in a file like this: id:admin pw:password and the script reads them in using these lines: ID=`grep "^id" $PWFILE |cut -d: -f2` PW=`grep "^pw" $PWFILE |cut -d: -f2` (using /bin/sh on Solaris) and of course the file has 400 permissions. If I ever have a need for other

Another AIX question

2000-10-04 Thread Gill, Geoffrey L.
Ok all you AIX guru's, here's another easy one for you. I need to find out where there are files I can safely delete on the server. There must be a bunch filling this up because the last time this happened I just extended the size with a "chfs -a size=+10 /usr" Here is what a df -k shows me # df

Re: ibm3494 tape checkin

2000-10-04 Thread Joe Faracchio
I don't understand the 3494 'checkin' part because we don't have a window but only a bulk I/O area (which should be called bulk O/O area since its only used for output. :-) We just open the 3494 and stick them in empty slots and 3494 does a inventory refresh (not re-inventory) and they become FF

TDP FOR ORACLE

2000-10-04 Thread Arturo Lopez
Hello All What type of problems did you encounter when installing TDP for Oracle. I am attempting to install on a Sun Solaris Box, I have had numerous problems with pour documentation from TIVOLI. I have received many error codes when oracle cannot create a symbolic link to the library. Any I

Re: Quick SQL syntax question

2000-10-04 Thread Joe Faracchio
I don't think there's an equivalent until you get to 3.7 or 4.1 I know I'm on 3.1.2.20 and there's no select event we use query event. BTW its begind=today-1 .. joe.f. Joseph A Faracchio, Systems Programmer, UC Berkeley On Wed, 4 Oct 2000, Jeff Connor wrote: > Can anyone tell me the equiv

ibm3494 tape checkin

2000-10-04 Thread Gerald Wichmann
I’m struggling with an ibm3494 that has two 3590 tape drives.. Server is h70, aix4.3.3, tsm4.1.1 I have a bunch of unlabelled tapes.. type J.. I check them into the tape library by selecting “checin unlabelled volumes” from the commands menu on the ibm3494 console.. I enter the labels in and thei

Re: Capacity and Storage Space on our Tape Library

2000-10-04 Thread Prather, Wanda
Yes, if you use 3 tapes for Monday night's backups, you will need 3 tapes to create the offsite copies that day. But that is not sufficient for estimating the capacity you need in a tape library. Over time the tapes will become less than 100% full. . > -Original Message- > From: Selva, P

Re: FW: ADSM problem

2000-10-04 Thread Wim Feyants
Jerry, this is a know problem with the USS client. The reason is probably a memory leak somewhere. Check with you local IBM support, as this has an apar attached to it. If I'm correct, a start/stop of the schedule process should fix it. Wim Feyants

Re: ADMIN Password Issues

2000-10-04 Thread Joe Faracchio
If you're using perl here's a neat subroutine I was given to use: and again you would refer to them as $pass and $userid where the file would look like: $userid=Admin $password=dontsay ... joe.f. - ### sub

Re: Server not responding... Need help

2000-10-04 Thread Prather, Wanda
I just ran into the same problem on a WinNT server. You try to restart the server and it just hangs when trying to reload the log. (You can only see that if you start the server from a DOS command line.) Had to install the 3.7.3.8 fix for the WinNT server. > -Original Message- > From: Fo

Re: Really Dumb Mistake

2000-10-04 Thread Prather, Wanda
Yep. I ran into the same thing with the TDP for Oracle. Change the management class (copy group) from 2 to 0. Next time expiration runs, it will all clean up. > -Original Message- > From: Phil Bone [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, October 04, 2000 11:51 AM > To: [EMAIL PROTEC

Re: Problems installing client 4.1.1 on NT4

2000-10-04 Thread Estee Chen
I get the same message when installing NT4.1.1, I ran setup again (as suggested) and it was okay after that. - Estee >From: Patrick Boutilier <[EMAIL PROTECTED]> >Reply-To: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Problems installing client 4.1.1 on NT4 >Da

Re: defining devices in a 3494 on Sun

2000-10-04 Thread Richard Sims
>Can anyone tell me where I can get the defined device name for a 3590 >drive within the l the 3494 library on a sun box. Try Query DRive.

Re: FW: ADSM problem

2000-10-04 Thread Richard Sims
>ANS1149E 'No domain available Sounds like the dsm.opt file got changed, and you want it to specify a Domain of All-local. Richard

Re: Server not responding... Need help

2000-10-04 Thread James Healy
Seth, I'm of the same mentality; if it aint broke... why fix it. I'd still like to know what caused it. - Do You Yahoo!? Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!

Re: ADMIN Password Issues

2000-10-04 Thread Ford, Phillip
In our scripts os scripts we use the following: cat /etc/adsm/adsm | read usr pw then dsmadmc -id=$usr -password=$pw q ses the file /etc/adsm/adsm is protected from access for general users. Root and one group that would know the password anyway are the only ones that can read it. That is ho

Re: Restoring directory with spaces in between

2000-10-04 Thread Cook, Dwight E
double quotes around the whole name "\sys-4:home\shared\release 2.0\user" -Original Message- From: Selva, Perpetua [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 12:51 PM To: [EMAIL PROTECTED] Subject: Restoring directory with spaces in between Can someone let me know how

FW: ADSM problem

2000-10-04 Thread JerryLawson
Fellow list members The guy we have handling ADSM and mainframe clients sent me the following problem. As far as I know, they really haven't changed anything. Backups stopped occurring last Thursday. The messages are bordering on cryptic, and the manual isn't much better. The "No domai

defining devices in a 3494 on Sun

2000-10-04 Thread James Healy
Can anyone tell me where I can get the defined device name for a 3590 drive within the l the 3494 library on a sun box. I'm picking up where someone else left off without any documentation - Do You Yahoo!? Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!

DSM_DIR for USS

2000-10-04 Thread Larry Heath
Would someone tell me where I might find this variable for the OS/390 UNIX Backup/Archive client ?? I've perused many a manual but haven't made the connection yet. I'm installing TSM 4.1.0. Thanks for any assistance. Larry

Re: Problems installing client 4.1.1 on NT4

2000-10-04 Thread Bruce Lowrie
Hi Andy, Patrick and Mark, I was having the same problem until I reviewed the log file put in C:\Temp (If you have these system variables set) by windows installer. Several Windows NT dlls need to be updated that are open. Tivoli's setup ignores this and tries to continue the installation. Solu

Re: Problems installing client 4.1.1 on NT4

2000-10-04 Thread Zoltan Forray/AC/VCU
Installed it on 4 NT4 servers, so far. No problems. Yes, it did the reboot and then continued. Are you high enough on the SP's ? All of my servers were at SP5 or higher. Patrick Boutilier <[EMAIL PROTECTED]To: [EMAIL PROTECTED]

Re: Problems installing client 4.1.1 on NT4

2000-10-04 Thread Andy Raibeck
Hi Patrick and Mark, Which NT product are you installing to (workstation, server, advanced server, terminal server, etc.), and what service pack level is NT at? We have another customer experiencing a similar problem, but I don't know what the problem is. If anyone has seen this and resolved it,

Re: Problems installing client 4.1.1 on NT4

2000-10-04 Thread Patrick Boutilier
One box was upgrading from 3.1.06 and the other was a test NT machine with no ADSM client on it at all. Both fail with the same error. 4.1.1 installs fine on Win98 BTW. :-) Quoting "Remeta, Mark" <[EMAIL PROTECTED]>: > Did you install the 4.1.0 version first? I think I remember seeing this > s

Re: Problems installing client 4.1.1 on NT4

2000-10-04 Thread Remeta, Mark
Did you install the 4.1.0 version first? I think I remember seeing this same problem.. but I forget how I got it to work... Mark -Original Message- From: Patrick Boutilier [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 2:12 PM To: [EMAIL PROTECTED] Subject: Problems instal

Re: Restoring directory with spaces in between

2000-10-04 Thread Sean English
Try putting quotes around what you want to restore: "\sys-4:home\shared\release 2.0\user" Regards, Sean M. English Distributed Storage Management/TSM IBM Global Services South, Charlotte, NC Good news is just life's way of keeping you off balance. "Selva, Perpetua" <[EMAIL PROTECTED]>

Problems installing client 4.1.1 on NT4

2000-10-04 Thread Patrick Boutilier
Has anybody successfully installed the 4.1.1 client on NT4? On two boxes that I have tried the box reboots to update "Windows Installer" and then the setup fails after that. Even running setup directly from the uncompressed archive fails. The exact error message is: The wizard was interrupted be

Restoring directory with spaces in between

2000-10-04 Thread Selva, Perpetua
Can someone let me know how to restore a directory with spaces in between as the client is having some difficulty with this one in particular \sys-4:home\shared\release 2.0\user Thanks in advance

TSM on Solaris

2000-10-04 Thread Jean-Marc Bruge
We are currently running ADSM on an AIX server but AIX is no more a possible choice in the company. We have 3494 tape libraries. So I am trying to decide whether to implement Tivoli Storage Manager on the SUN Solaris platform. Has anyone experienced the difference running TSM on the SUN Solaris

RESTORE problem ( AFS-related ? )

2000-10-04 Thread Peter Dümpert
Hi *SMers, I hope someone out there can give me some hints on the following problem. Basics: 1. About 2 users, having their $HOME in AFS, are backuped by a TSM-AIX-AFS-client (dsmcafs, 3.7.2) onto a TSM-AIX-server (3.7.3) 2. Each user is backed up seperately having its o

Re: BACKUP TIME ISSUES

2000-10-04 Thread Reinhold Wagner
I assume that ammount of data to be backed up differs the same way as backup time. regards Reinhold Wagner, Zeuna Staerker GmbH & Co. KG

BACKUP TIME ISSUES

2000-10-04 Thread Selva, Perpetua
Hi, Does anyone why sometimes backup take longer than usual to finsih? Should i be changing some parameters to make them work better. It runs into my other processes. Thanks in Advance.

Re: Exchange 2000 TDP-follow-up

2000-10-04 Thread Robinson, Cris
I hope we are not making Del's job a living hell ;-) Most of us are as tired of these claims as Del is and I must say that I have no ill will towards Tivoli and their approach to the backup/restore of Exchange. In all fairness I am always suspicious of other vendors claims that they have mailbox

Re: Quick SQL syntax question

2000-10-04 Thread Mark Brown
Hello, I use the following to get a report of the client node scheduled backups ONLY. I do not want to know about the ADMIN schedules. I output the results to a file so I can view it the way I like. It's a wide report. q event * * node=* begindate=today-1 enddate=today begintime=18:00 endtime=08

Re: ADMIN Password Issues

2000-10-04 Thread Nicholas Cassimatis/Raleigh/IBM
Use the admin scheduler (define sched schedname type=admin cmd="macro macroname"...) to run the macro. Nick Cassimatis [EMAIL PROTECTED] "I'm one cookie away from happy." - Snoopy (Charles Schulz)

Re: Really Dumb Mistake

2000-10-04 Thread Phil Bone
I would hope that it would be as simple as changing the Management Class and elevating the new policy. The next expiration should clean it up. Phil -Original Message- From: Palmadesso Jack [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 11:46 AM To: [EMAIL PROTECTED] Subjec

Re: Exchange 2000 TDP-followup

2000-10-04 Thread Del Hoobler
Mehdi, Look back at the yesterday's appends. I answered this already. Thanks, Del Del Hoobler IBM Corporation [EMAIL PROTECTED] "Amini, Mehdi" <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 10/04/2000 10:51:50 AM Please respond to "ADSM: Dist Sto

Re: Exchange 2000 TDP-follow-up

2000-10-04 Thread Del Hoobler
Cris, et. al, Microsoft DOES NOT have mailbox/item level backup and restore APIs for any version of Exchange including the new Exchange 2000 coming out this month. They repeated this to many customers at the latest Microsoft Backup BAM in Redmond last week. There are vendors who have coded solut

Really Dumb Mistake

2000-10-04 Thread Palmadesso Jack
We are using the ADSM connect agent with one of our exchange servers at a remote location. The level of the connect agent does not have the "autodelete" function to automatically remove older exchange objects. So what we need to do periodically is go into the exchange box and remove the last mon

Re: Stanzas

2000-10-04 Thread Richard Sims
>Where can I find information about stanzas? (How to create them and how >to use them). You did not specify your platform, but presumably you are using Unix clients. Information about stanzas is in the Backup-Archive Clients manual for Unix. In particular, see the SErvername option description.

Re: Question

2000-10-04 Thread Sterling James
On an OS/390 Server, the accounting data is written to SMF type 42 subtype 14 (I think?). Angel will need pull the data from SMF, reformat it, and download it to use those reporting tools. "David M. Hendrix" <[EMAIL PROTECTED]> on 10/03/2000 11:20:08 AM Please respond to "ADSM: Dist Stor Ma

Exchange 2000 TDP-followup

2000-10-04 Thread Amini, Mehdi
Will Exchange 2000 TDP allow for individual Mailbox restore ? Mehdi Amini ValueOptions, MIS/LAN 703-208-8754 - Voice 703-205-6879 - Fax ** This email and any files transmitted with it are confidential and intended solely

Re: Capacity and Storage Space on our Tape Library

2000-10-04 Thread Selva, Perpetua
Hi Wanda, Thanks .. I'm little confused as to the process not what needs to be done. When making a copy of existing storage pools, no matter how many tapes were used for the nightly backups. Wouldn't i be backing up the storage pools involved by doubling the no.of tapes.. Let me know Thanks in

Re: MS Internet Explorer 'Favorites' recovery?

2000-10-04 Thread Roger C Cook
They are stored in C:\WINDOWS\FAVORITES\ -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Bhaskarla, Sunil Sent: Wednesday, October 04, 2000 10:35 AM To: [EMAIL PROTECTED] Subject: Re: MS Internet Explorer 'Favorites' recovery? Try digging-in the

Stanzas

2000-10-04 Thread Sergio Cherchyk
Hi all. A simple question. Where can I find information about stanzas? (How to create them and how to use them). I'm searching in any handbook and redbook that I have but I only found a few mentions, but not conclusive info. Thanks to everybody. Se

ADMIN Password Issues

2000-10-04 Thread Lisa Faulconer
We currently have our ADMIN id and password in several scripts. Our scripts perform a number of functions from redirecting output from the act log to a file (AIX) to issuing the DRM commands. The scripts are scheduled with the *SM scheduler. Macros would eliminate the need to have the id and pa

Re: MS Internet Explorer 'Favorites' recovery?

2000-10-04 Thread Bhaskarla, Sunil
Try digging-in the trash-bin or the Windows dir? Look in the system .dat files? |-Original Message- |From: Talafous, John G. [mailto:[EMAIL PROTECTED]] |Sent: Wednesday, October 04, 2000 8:45 AM |To: [EMAIL PROTECTED] |Subject: MS Internet Explorer 'Favorites' recovery? | | |I just got a

Re: Quick SQL syntax question

2000-10-04 Thread James Thompson
You would do something similar to select * from EVENTS where scheduled_start>'08/01/2000' and scheduled_start<'08/31/2000 James Thompson >From: Jeff Connor <[EMAIL PROTECTED]> >Reply-To: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Quick SQL syntax question >Da

Re: Exchange 2000 TDP-follow-up

2000-10-04 Thread Cris Robinson
I couldn't resist commenting on this subject, again! So here it goes A few months ago we were getting abit annoyed with TSM and called in some vendors to looks at their backup products. One was Veritas, who we all know, another was CommVault which was spun off from Lucent. CommVault apparent

Quick SQL syntax question

2000-10-04 Thread Jeff Connor
Can anyone tell me the equivalent SQL command to: Q EV * * begind=-1 begint=17:00 endd=today endt=08:00 I'm struggling with the date/time range calculation. Thanks, Jeff Connor Niagara Mohawk Power Corp.

Using Date and Time symbol Substitution in Scripts or Macros

2000-10-04 Thread Kelly J. Lipp
Gang, Here what I would like to do: generate backupset node setname'date' devclass=name scratch=yes... Where I replace 'date' with a symbol that will substitute today's date. Anybody have an idea how to do this from within a script or within a macro, or within a DOS .bat file? TIA, Kelly J. L

Re: MS Internet Explorer 'Favorites' recovery?

2000-10-04 Thread Talafous, John G.
Thanks for the feedback so far. Turns out the workstation is a Windows95 machine. I am beginning to get the idea. Somewhere in the users profile. jt -Original Message- From: Loon, E.J. van - SPLXM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 8:50 AM To: [EMAIL PROTECTED]

TSM3.7 client upgrade

2000-10-04 Thread Lawrence Clark
Hi: Another wrinkle in the client upgrade to TSM3.7. Clients upgraded yesterday missed thier scheduled backups, although the client interface works fine and the schedulke process started with no errors after the install of 3.7. I do have password=generate set. Do these password have to be 'rese

Re: MS Internet Explorer 'Favorites' recovery?

2000-10-04 Thread Loon, E.J. van - SPLXM
Hi John! It depends. In Windows NT the favorites are stored in C:\WINNT\Profiles\\Favorites where is the logon name of the local Windows NT account. In Windows 9x it's C:\WINDOWS\Favorites. Good luck! Kindest regards, Eric van Loon -Original Message- From: Talafous, John G. [mailto:[EMA

Re: MS Internet Explorer 'Favorites' recovery?

2000-10-04 Thread Barth, Terry V. (MBS)
What OS is this for? The favorites are saved under the individual's profile if this is for NT. -Original Message- From: Talafous, John G. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 04, 2000 8:45 AM To: [EMAIL PROTECTED] Subject: MS Internet Explorer 'Favorites' recovery? I jus

ADSM on OS390, using JOBTRAC scheduler

2000-10-04 Thread MC Matt Cooper (2838)
Hello, I am new to TSM/ADSM. I have installed it on OS390 2.7. We are replacing STK's CAM system with ADSM. So I am dealing with replacing a current running backup procedure for over a hundred servers, (mix of AIX, SYbase, NetWare, and NT). WHat I would like to know is what is the best

MS Internet Explorer 'Favorites' recovery?

2000-10-04 Thread Talafous, John G.
I just got a call from the help desk. We have a user that somehow trashed their MSIE 5 favorites folder. First, I have to figure out where IE stores the favorites and then see if it can be recovered. Has anyone been here before? Where does IE 5 save the favorites? Tips on recovery? TIA John G. Ta

Re: TDP for Domino for NT

2000-10-04 Thread Del Hoobler
Franco, Restore the user's database to an alternate name and pull out the desired mail item. Individual item level restore is not supported with TDP for Domino. Thanks, Del Del Hoobler IBM Corporation [EMAIL PROTECTED] Giuseppe Taccone <[

Re: Server not responding... Need help

2000-10-04 Thread Forgosh, Seth
Jim, Glad you got your server back. Tivoli told us not to install the fixtest unless we experienced the problem. Their rationale was that since the fixtest has not been fully tested it could introduce some other problem so why tempt fate. -Original Message- From: James Healy [mail

TDP for Domino for NT

2000-10-04 Thread Giuseppe Taccone
Please anybody know how is possible restore a single e_mail from a Domino database backup? On the releated manual I found only the explanation to restore an entire database. Thanks at all! Franco Castoldi I.A.N. s.rl. V.le Fulvio Testi, 11 20092 Cinisello Balsamo (Mi) Tel +390261866362 Fax

automating initial first-time-only password

2000-10-04 Thread Xavier Merlin
Hi, When using passwordaccess generate, is it possible to automate answering the initial first-time-only password prompt on the unix client? And more importantly, how can it be done? TNX, Xavier