One basic question, with PASSWORDACCESS GENERATE in effect, how could
the password become forgotten? That cannot happen. With PASSWORDACCESS
GENERATE in effect, the end-user does not need to remember their
password at all, except in the rare case of restore from a hard drive
failure or some other r
Bill,
How about using the INCLUDE statement to bind the
log backups to a management class with different policies?
For example:
INCLUDE S*.TXN MGMT_CLASS_7_DAYS
where MGMT_CLASS_7_DAYS has settings of
VERE=NOLIM, VERD=NOLIM, RETE=7 RETO=7
Thanks,
Del
-
Domino 5 on Windows2k
TDP for Mail V515 - Domino
TSM Client 5.1.6.0
TSM Server 5.1.7.1 on AIX 5.1
Client is running transaction logging for all databases. The backup schedule
is:
Sunday - Full backup followed by an INACTIVATELOGS command.
Mon-Sat - Incremental backups
every 2-hours - Archivelog ba
TSM 5.1.7.0 Server on AIX 4.3.3
Admin client 5.1.6.0 both on Win32 and AIX
Client data originally written by IRIX client 3.1.0.7
I am preparing to export permanent archives from an old IRIX node to DLT.
The source data is spread across 75 DLTs in a primary storage pool. Those
tapes contain the co
I suspect that when the hardware swap was done, the SCSI address for your hardware
were changed. You will need to change your path definitions so that the element number
(in the drive definitions) matches the same physical drive as the device name.
Note: the behavior you describe is very typica
Nope.
--
Mark Stapleton
-Original Message-
From: inotzki [mailto:[EMAIL PROTECTED]
Sent: Wed 7/23/2003 7:23 AM
To: [EMAIL PROTECTED]
Cc:
Subject: moving from archive to backup set
hi folks,
I
I'm coming into this kind of late, but here is a copy of the
configuration I use to configure all of my NetWare clusters.
With regards,
Dave Marsh
Scottsdale Healthcare
Information Services
480.675.4395
-Original Message-
From: Flemming Hougaard [mailto:[EMAIL PROTECTED]
Sent: Wednesda
There are a couple of ways, but try using the browser interface to
update client and retype password. Go to client and open a session, in
which you should get prompted for a password. Stop and restart
service/demon depending on OS.
You might want to verify the spelling of [asswordaccess generate
Mark,
Were you able to come up with a fix for this problem. I am running into the
same issue with the silent install . releases through 5.1.6 worked, but
5.2.X.X does not.
-Original Message-
From: Remeta, Mark [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 02, 2003 3:43 PM
To: [EMAIL PROT
Good Morning,
Have any body ever experience the following or something similar before. I am running
TSM 5.1.5 on a W2K server, the tape library is a 9740 STK with 5 DLT7000 tape drives.
Recently we had to replace the Changer (Arm) of the library because it died on us.
After that happened I was
On Wed, 23 Jul 2003 11:34:13 -0400
Muthyam Reddy <[EMAIL PROTECTED]> wrote:
> ** High Priority **
>
> Hi everyone,
>
> What is the recommended way to set a client's password after it is
> forgotten without turning off authentication? I can't seem to find
> this in any of the docs.
>
> when I set
** High Priority **
Hi everyone,
What is the recommended way to set a client's password after it is
forgotten without turning off authentication? I can't seem to find
this in any of the docs.
when I set UPDATE NODE , sever scheduled backups failing.
FYI: in dsm.sys of every client I have [ass
I think STATE, but correct me if I am wrong...
Regard,
Karel
> -Oorspronkelijk bericht-
> Van: Aldrich, Jamie [mailto:[EMAIL PROTECTED]
> Verzonden: woensdag 23 juli 2003 17:19
> Aan: [EMAIL PROTECTED]
> Onderwerp: Session table change
>
>
> I have noticed that the SESSIONS table
I have noticed that the SESSIONS table has changed from TSM v4.1 to TSM v5.1.
I do not see MEDIA_STATE anymore. Does anyone know what that translates to in the new
table definitions?
Thanks,
Jamie Aldrich
Verizon
If you read the dsmerror.log the answer is right there: > 07/22/2003
20:01:44 ANS1381E The snapshot cache location
>
cannot be located on the same volume that is being backed up.
"The snapshot cache is on the E: if that ma
Hi,
I am testing win2k 5.2.0.1 client with the open file support. Everything seems to
be working except when it is done it reports a failure. The server has 2 volumes, C:
and E:. The snapshot cache is on the E: if that matters. Any ideas?
Here is a copy of the dsmerror.log :
07/22/2003 20
try :
exclude.dir c:\backup*
Ralph
-Original Message-
From: Henrik Wahlstedt [mailto:[EMAIL PROTECTED]
Sent: July 23, 2003 6:01 AM
To: [EMAIL PROTECTED]
Subject: Exclude all?
Hello,
What is the correct exclude/include statement if I want to exclude
everything files, folders and syste
If the recovery log is indeed gone and there are no backups of the
database, then I suspect that "dsmserv dumpdb/loadformat/loaddb/auditdb"
will be in order. These are described in an appendix in the
Administrator's Reference and should be read and understood VERY CAREFULLY
before proceeding. I
Excellent
Thanks Paul
P Baines <[EMAIL PROTECTED]> on 07/23/2003 01:17:20 PM
Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:(bcc: John Naylor/HAV/SSE)
Subject: Re: SQL for Node Total/Used space
Maybe this:
SELECT nodes.NODE_NAME, sum(filesp
See the following items in the ADSM-L archives for earlier responses to
similar questions:
http://msgs.adsm.org/cgi-bin/get/adsm0305/178.html
http://msgs.adsm.org/cgi-bin/get/adsm0203/706.html
http://msgs.adsm.org/cgi-bin/get/adsm0108/451.html
Regards,
Andy
Andy Raibeck
IBM Software Group
Tivol
hi folks,
Is there any way to move an archive directly to a backupset without going to the
process of "retrieving the archive and generating the backupset".
thanks in advance.
inotzki w.
-
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design so
Maybe this:
SELECT nodes.NODE_NAME, sum(filespaces.CAPACITY) as capacity,
sum(filespaces.CAPACITY*filespaces.PCT_UTIL/100) AS "MB USED" FROM
NODES,FILESPACES WHERE NODES.NODE_NAME=FILESPACES.NODE_NAME AND
PLATFORM_NAME LIKE'W%NT' AND CAST(LASTACC_TIME AS DATE)>'07/01/2003' group
by nodes.node_name
This is not strictly true.
The *.* will include/exclude all files **with a file extension**.
You should use * to exclude all files, whether they have an extention or
not.
I would use;
Exclude "*"
Include "c:\backup\...\*" 'MCLASS'
All the best
Tony Morgan
-Original Message-
From: Nik
Exclude c:\...\*.*
Include c:\backup\...\*.*
-Original Message-
From: Henrik Wahlstedt [mailto:[EMAIL PROTECTED]
Sent: den 23 juli 2003 12:01
To: [EMAIL PROTECTED]
Subject: Exclude all?
Hello,
What is the correct exclude/include statement if I want to exclude
everything files, folders a
People,
I have been playing aroung with some sql to extract for a particular platform,
the total capacity /used per filespace for recently accessed clients.
What I have below does this . I would also like to pull this out but summed per
node instead of showing the individual filespaces and I canno
Hello,
What is the correct exclude/include statement if I want to exclude
everything files, folders and system objects on a
w2k box with 5.1.6.0 client, except for C:\Backup\*.
//Henrik
---
The information contained in this mess
Hi!
I´ll don´t think it´s going to work.
Becuse the logfiles and the databas need to be syncronized.
And if someone of this is newer/older then the other then is everything
corrupt.
So to next time. Do a Databas backup and backup our Device Config files
and Volhist Files.
There is a RedBook with na
On Wed, 23 Jul 2003 11:28:59 +0800
"Pole, Stephen" <[EMAIL PROTECTED]> wrote:
> I s your resume up to date :-)
>
> I am sure someone else here will help you.
>
> Cheeers
>
> Stephen
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 23 July, 2003 11:24 A
Hi all,
I've setup TSM Operational Reporting to send me a text version of a daily
report. Unfortunately, this mail never arrives. Other mail, like
notification of a missed schedule does arrive, and also, the 'send email'
option for the report works. I do see the text verion of the report in the
wo
Hi Zosi,
Two quick questions which might help here:
O - what level is your TSM server at the moment?
O - have you upgraded your TSM server from an earlier version recently?
Rgds,
David McClelland
Global Management Systems
Reuters Ltd
-Original Message-
From: Zosimo Noriega [mailto:[EMA
Hi Zosi!
When posting a question to this list, please supply your TSM software level,
maybe then we are able to assist you.
Kindest regards,
Eric van Loon
KLM Royal Dutch Airlines
-Original Message-
From: Zosimo Noriega [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 23, 2003 06:42
To: [E
Hi Lee
The smsrun.bas file has been changed to: nlmArray = Array("SMDR", "TSA600
/cluster=off", "TSAPROXY")
And the latest available update to the Target Service Agents has been applied
(TSA5UP12).
Thanks for the input, but this should be covered ;o)
Regards
Flemming
-Oprindelig meddelel
We have some following problem in using TSM 5.1.5 with Tape Autoloader 3607-16X:
The problem in in using Web Administration functionality of 1x16 SDLT Autoloader
(Type: 3607-16X)We set IP address in console monitor of Autoloader:
1.. Set some options of Web browsers in my computer (IE 6.0) foll
33 matches
Mail list logo