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
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
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
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.
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
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
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
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
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
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
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
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
Im 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
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
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
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
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
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
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
>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.
>ANS1149E 'No domain available
Sounds like the dsm.opt file got changed, and you want it to specify
a Domain of All-local.
Richard
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!
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
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
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
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!
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
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
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]
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,
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
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
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]>
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
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
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
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
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
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.
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
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
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)
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
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
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
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
>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.
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
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
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
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
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
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
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
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
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
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.
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
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]
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
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
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
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
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
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 <[
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
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
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
68 matches
Mail list logo