mail job status for backup/restore completion/error

2000-10-02 Thread ameerul madzali

Friends,
Can TSM / TDP do mail job status for backup/restore?

regards
Ameerul
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.



Re: Tracking restores?

2000-10-02 Thread Williams, Tim

I like to refer to the dsmaccntg.log (accounting).
Do a q status command and look for the "Accounting" field is it on
or off???
Fields 14 and 18 may be of interest to you:
14
  Number of archived database objects retrieved during the
session
18
  Number of backup database objects retrieved during the session

FYI Thanks Tim





Daniel Swan/TM <[EMAIL PROTECTED]>
09/28/2000 01:14 PM
Please respond to "ADSM: Dist Stor Manager"
<[EMAIL PROTECTED]>@SMTP@Exchange
To: [EMAIL PROTECTED]@SMTP@Exchange
cc:

Subject:Tracking restores?

How can I track client restores from a cental location?



Re: Tracking restores?

2000-10-02 Thread Williams, Tim

Turn on accounting
q status to see if accounting is turned on
Use fields 14 and 18 (ref the admin guide and/or reference).
Turning on accouting will start to historically track all sessions
and write to a file (dsmaccnt.log).
FYI




Daniel Swan/TM <[EMAIL PROTECTED]>
09/28/2000 02:51 PM
Please respond to "ADSM: Dist Stor Manager"
<[EMAIL PROTECTED]>@SMTP@Exchange
To: [EMAIL PROTECTED]@SMTP@Exchange
cc:

Subject:Re: Tracking restores?

Joshua, select * from sessions only appears to give current
sessions, and no
historical data..Is there something I can tweak to get past
sessions?


Daniel Swan
HP Unix Team
ISM-BC
3030 2nd Ave SE
Calgary, AB, T2A 5N7
ph. 403-530-1726
fax: 403-530-1066




> -Original Message-
> From: Joshua S. Bassi [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, September 28, 2000 12:38 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Tracking restores?
>
> They should be in the sessions table I believe:
>
> select * from sessions
>
> Or during the restore you may look at them:
>
> q restore
>
>
> --
> Joshua S. Bassi
> Senior Technical Consultant
> Symatrix Technology, Inc.
> [EMAIL PROTECTED]
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On
Behalf Of
> Daniel Swan/TM
> Sent: Thursday, September 28, 2000 11:14 AM
> To: [EMAIL PROTECTED]
> Subject: Tracking restores?
>
>
> How can I track client restores from a cental location?



Re: Help! Cross-Client restore via ebu fails

2000-10-02 Thread Steve Harris

Jens,

Fortunately I've just done this : its not too hard.

If you are using one ebu catalog for the whole complex (as recommended by
oracle) then there is nothoing to do on the oracle side.  If you need do
need to point to a different ebu catalog then

ebutool -stopbrd

edit $ORACLE_HOME/obackup/admin/catalog.ebu and point it to the desired
catalog.


Next copy your encrypted password file ADSMO.client_name from the source
system to some local place, also the opt file

set up your environment variables something like this. My local place is
~steveh and the client name is cerner_prod_ora
( This is probably overkill as I use the same script to set up for other
API function using adsmpipe)
export DSM_DIR=/usr/lpp/adsm/bin
export DSM_LOG=~steveh/dsmerror.log

export DSMI_DIR=/usr/lpp/adsm/api/bin
export DSMI_CONF=/usr/lpp/adsm/bin/dsm.sys
export DSMI_LOG=~steveh/dsierror.log

#export DSMI_ORC_DIR=/usr/lpp/adsmagent/aob  ;# default
export DSMI_ORC_CONFIG=~steveh/cerner_prod_ora_dsm.opt
export DSMO_AVG_SIZE=75 ;# average size of objects in MB default is 50
export DSMO_FS=/cerner_prod_ebu ;# filespace to use
export DSMO_NODE=cerner_prod_ora
export DSMO_PSWDPATH=~steveh

export OBK_HOME=$ORACLE_HOME/obackup

export EBU_HOME=$OBK_HOME
for d in "$ORACLE_HOME/bin" "$EBU_HOME/bin"
do
  if echo $PATH | grep -q $d
  then :
  else export PATH=$PATH:$d
  fi
done

export OBK_DB_LOGIN="ebuuser/ebupass@ebuinstance"
export EBU_CAT_LOGIN=$OBK_DB_LOGIN


Then run your ebu restore script using the host keyword of the restore
command.

Don't forget to change back $ORACLE_HOME/obackup/admin/catalog.ebu  at the
end of the restore if you need to.

HTH

Steve Harris
AIX/ADSM/Oracle/HACMP guy
The Wesley Hospital, Brisbane Australia






Andersen Jens Skjellerup <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 02/10/2000
21:49:31

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

Sent by:  "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:
Fax to:
Subject:  Help! Cross-Client restore via ebu fails


I have a problem
I need to restore a oracle database via ebu/connect agent for oracle on
another oracle server.
he backup and restore is ok , my problem is to restore the database from
client A
to client B using ebu script,  watt do I need  to set up on  client b: ?

oracle   =  7.3.4
ebu  =  2.2


___
Jens Skjellerup Andersen

WM-data Infra Solutions A/S
Lautrupvang 10
DK-2750 Ballerup

Phone   (+45) 44 78 40 00
Direct  (+45) 44 78 41 89
Mobil   (+45) 21 71 72 84
Fax (+45) 44 78 49 12
Internet[EMAIL PROTECTED]
___


===
This email message has been swept by
MIMESweeper at The Wesley Hospital - Australia

Although this email has been scanned for Viruses please
ensure that due care is taken and correct virus management
procedures are maintained.
===



Re: Capacity figures not quite working out...why?

2000-10-02 Thread Alex Paschal

Daniel, here are some things you might try to account for your
discrepancies.

use mtlib to get a list of volumes & categories, then count how many tapes
are in each category
also use "select count(*) from volumes where location in
('VAULT','VAULTRETRIEVE','COURIERRETRIEVE',etc)
your select gets even onsite mountable drmedia
check to see if:
number of scratch tapes matches number of libvol scratch tapes
number of libvol private matches number of volumes in private category

Or you can do what I would do and use brute force.  Use mtlib to get the
list of volumes in the library, grep and awk it to get just the volsers, put
it in a file (such as mtlibvols); then "dsmadmc q vol", grep and awk it to
get just the volsers, "dsmadmc q libvol status=scratch", again, grep and awk
it to get just volsers, cat the list of scratch to the list of vol to a file
(such as alladsmvols), then egrep -vf alladsmvols mtlibvols.  That'll give
you volumes in the library that are not known to ADSM as vols or scratches.
Some might be dbbackups, but the rest will be stuff you'll probably need to
figure out, possibly exports or something weird like that.  You can discount
dbbackups if you want to go through the extra step of "dsmadmc q drm", grep
and awk for only volsers, cat to alladsmvols, then "sort -un" it before
doing the egrep.

Good luck.

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail
(503) 745-5091 fax

-Original Message-
From: Daniel Swan/TM [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 3:10 PM
To: [EMAIL PROTECTED]
Subject: Capacity figures not quite working out...why?


I've calculated my capacity as follows, but the numbers don't jibe.  Here
are how I calculate.

1)  Total offsite: select count(*) from drmedia
2)  Total tapes:  select count(*) from volumes where devclass_name='DEV3590'
3)  Total Scratch: select count(*) from libvolumes where status ='Scratch'
4)  # of tapes in library=(mtlib -l /dev/lmcp0 -qL | grep "number of cells")
minus (mtlib -l /dev/lmcp0 -qL | grep "available cells")
5)  Number of tapes Onsite=total tapes-total offsite.

tapes in library should equal scratch+onsite, but it doesn't.  Even giving a
little room for cleaning tapes.  Here are how my figures work out:

1)  594
2)  1069
3)  183
4)  804 (857-53)
5)  475 (1069-594)

Now shouldn't 4) equal 5) + 3) ??  How do I account for the hundred
uncounted tapes?

How do I determine the # of tapes allocated for cleaning?



Re: SAN support in TSM 4.1

2000-10-02 Thread Alex Paschal

Maria, if your goal is LAN-Free and not Server-Free, what you can try to do
is on all the servers with SAN connectivity, see if you can bind TCP/IP to
your SAN transport.  If you can, use a set of "private network" IP addresses
for each node on the SAN.  That will get your backups off of the LAN.

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail
(503) 745-5091 fax

-Original Message-
From: Maria Paz Gimeno [mailto:[EMAIL PROTECTED]]
Sent: Sunday, October 01, 2000 1:42 PM
To: [EMAIL PROTECTED]
Subject: SAN support in TSM 4.1


I have been reading the new redbook:
SG24-6110-00 Tivoli Storage Manager Version  3.7.3 & 4.1: Technical Guide
and I am very much worried to read that the lan free backup is only
supported for TDP exchange and SAP r3.
We have installed this tsm 4.1 version in a customer who is using a san
configuration  through a router to connect a DLT library that should be used
by backup clients in order to avoid using the internal network.
How can I check that the data are really going through the san and not to
the lan?
Can someome from Tivoli support confirm that the normal backup - archive
client is not supported lan free?
If this is so, is there any plans for a prompt support of this feature?
I do not know how to tell the customer that we have made such a terrible
mistake.
Regards
Maria



Re: Little help

2000-10-02 Thread Alex Paschal

Hi, Geoff.  If you want to cron it, try
   crontab -e
add a line to the bottom that says
   0,4,8,12,16,20,24,28,32,36,40,44,48,52,56 * * * * /etc/ping -c 5
192.168.1.1 >/dev/null 2>&1

Or, if you just want to run it from the command line, try creating the
following file.  I named it pingalot in the command that follows.

#!/usr/bin/ksh
while :
do
   ping 192.168.1.1 -c 5
   sleep 240
done

command:
nohup ./pingalot >/dev/null 2>&1 &

I hope this helps.

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail
(503) 745-5091 fax

-Original Message-
From: Gill, Geoffrey L. [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 2:49 PM
To: [EMAIL PROTECTED]
Subject: Little help


I've been asked to set up a job, cron, on the ADSM server that pings out a
specific IP to another IP on the network. It needs to run for about 5
seconds once every 4 minutes. Since I don't have any books here to help me
and I'm not AIX literate, yet, can someone please help me. I just need
something I can run from the command line once that will start the job, I
don't care if it doesn't restart if the server happens to need a restart. I
can always restart it. I guess I'll need a way to kill it in case  too.

The network folks are troubleshooting something that's why I need to make
this runin case you were curious...

Please be specific if you can, I really have no clue.yetbut I'm
getting there.

Thanks for the help

Geoff Gill
NT Systems Support Engineer
SAIC
Computer Systems Group
E-Mail:   [EMAIL PROTECTED]
Phone:  (858) 826-4062
Pager:   (888) 997-9614



Re: Anybody out there looking at LTO (linear tape)

2000-10-02 Thread Joshua S. Bassi

List is around $195


--
Joshua S. Bassi
Senior Technical Consultant
Symatrix Technology, Inc.
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Steve Harris
Sent: Sunday, October 01, 2000 5:06 PM
To: [EMAIL PROTECTED]
Subject: Re: Anybody out there looking at LTO (linear tape)


What's the media cost?

It seems to me that most midrange tape media are priced by capacity and
cost of the previous generation less a small discount rather than any
relation to the actual cost of production.  Does this trend continue with
Ultrium?

Steve Harris

AIX/ADSM/Oracle/HACMP Guy
The Wesley Hospital, Brisbane Australia






"Joshua S. Bassi" <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 29/09/2000
04:23:36

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

Sent by:  "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:
Fax to:
Subject:  Re: Anybody out there looking at LTO (linear tape)


As an IBM Business Partner we have been involved with LTO since early
1999.  We have found it impressively reliable - LTO's roots are in
Magstar 3590.

Right now we have several proposals out for the 3583 Scalable Ultrium
Library.  Other vendors are pitching DLT.  Our customers are leaning
towards us due to LTO's impressive price/performance ratio.


--
Joshua S. Bassi
Senior Technical Consultant
Symatrix Technology, Inc.
[EMAIL PROTECTED]

-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
Sattler, Lynn
Sent: Thursday, September 28, 2000 10:47 AM
To: [EMAIL PROTECTED]
Subject: Anybody out there looking at LTO (linear tape)


We have a lot of DLT drives, but they fail a lot.

We have looked at an IBM 3494 with 3590e's, but they are expensive and
Sunguard in Philadelphia only has only 4 drives.

Additional IBM 3590  drives are about $850 per month to have on contract.

We are currently researching an LTO robot and drives from IBM.   IBM calls
it an Anaconda or a Ultrium.

It is hardware that is a result of a consortium of Open Systems vendors.
It
is priced in the DLT range less than $10,000 per drive.

Anyone out there know anything good or bad.

Also, we are wondering how fast Sunguard will have this equipment.  Based
on
it's price we feel it will be soon.


Lynn Sattler
Dana Corp
Toledo Oh
[EMAIL PROTECTED]


===
This email message has been swept by
MIMESweeper at The Wesley Hospital - Australia

Although this email has been scanned for Viruses please
ensure that due care is taken and correct virus management
procedures are maintained.
===



No Subject

2000-10-02 Thread Winfried Heilmann

Ich werde außer Haus sein von 03.10.2000 Bis 10.10.2000.




Re: Offsite volumes going to scratch

2000-10-02 Thread Joe Faracchio

pending to empty means they are not read/write
pending to scratch means they are read/write

when the reuse delay expires regardless of its length (or shortness).

  ... joe.f.

Joseph A Faracchio,  Systems Programmer, UC Berkeley


On Sat, 12 Aug 2000, Leo Humar wrote:

> Have you checked that the reuse delay for this storagepool is set to  the
> number of days?
>
> Leo Humar
> LCS Pty Ltd
> [EMAIL PROTECTED]
>
> No trees were killed in the sending of this message. However a large
> number of electrons were terribly inconvenienced.
>
> -Original Message-
> From: Ray Baughman <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: 10 August 2000 5:18
> Subject: Offsite volumes going to scratch
>
>
> >Hello All,
> >
> >I have recently upgraded from ADSM 3.1.2 to TSM 3.7.  I do not use DSM, so
> I
> >rely on offsite volumes going from pending to empty to determine which
> >volumes to bring back on site.  My problem is that since I upgraded to TSM
> >3.7, the offsite volumes do not go from pending to empty, they go from
> >pending to scratch.  This will force me to keep a file of offsite volumes
> >and then compare it to a list of offsite volumes from TSM to determine
> which
> >tapes to return from offsite.
> >My question is, is this the way TSM is suppose to work or is this a bug.
> >Possibly I need to set something in the server.opt file.  Any help would be
> >appreciated.
> >
> >Ray Baughman
> >National Machinery Co.
> >Phone:   419-443-2257
> >Fax: 419-443-2376
> >Email:   [EMAIL PROTECTED]
> >
>



Re: Preferred server? ADSM on NT vs ADSM on AIX (3466 Comments)

2000-10-02 Thread Joe Faracchio

So what did you do.  (I'm getting to the same dillemma!

... joe.f.
(Quack Quack  I love your commercials!  AFLAC!!!

Joseph A Faracchio,  Systems Programmer, UC Berkeley


On Tue, 8 Aug 2000, Phil Bone wrote:

> Just a side comment on the 3466:  The "no upgrade" dilemma seems to have
> come early for me.  We have a 3466 with one drawer of 9GB SSA (JBOD).  We
> were hoping to reconfigure the DASD to a RAID5 configuration.
>
> The story that I am getting is that a RAID5 set of 9GB drives is not a
> supported configuration.  O.K., then we chunk the 9GB drives and put in a
> drawer of 18's which do support RAID5, right?  Nope.  The "configuration"
> (the software that IBM uses to quote you an upgrade) does not support
> removing the 9's.  Well, the last resort is to add more 9's (not what we
> want to do).  But no!!  The 9's are no longer available!!  ARGHHH
>
>
> Phil Bone
> Sr. Systems Consultant
> Network Services, Infrastructure Management
> Office: 706.596.5928
> Fax: 706.596.5950
> Email: [EMAIL PROTECTED]
> Email: [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Joe Faracchio [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 07, 2000 7:16 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Preferred server? ADSM on NT vs ADSM on AIX



Capacity figures not quite working out...why?

2000-10-02 Thread Daniel Swan/TM

I've calculated my capacity as follows, but the numbers don't jibe.  Here
are how I calculate.

1)  Total offsite: select count(*) from drmedia
2)  Total tapes:  select count(*) from volumes where devclass_name='DEV3590'
3)  Total Scratch: select count(*) from libvolumes where status ='Scratch'
4)  # of tapes in library=(mtlib -l /dev/lmcp0 -qL | grep "number of cells")
minus (mtlib -l /dev/lmcp0 -qL | grep "available cells")
5)  Number of tapes Onsite=total tapes-total offsite.

tapes in library should equal scratch+onsite, but it doesn't.  Even giving a
little room for cleaning tapes.  Here are how my figures work out:

1)  594
2)  1069
3)  183
4)  804 (857-53)
5)  475 (1069-594)

Now shouldn't 4) equal 5) + 3) ??  How do I account for the hundred
uncounted tapes?

How do I determine the # of tapes allocated for cleaning?



Re: Tapes needed for a restore

2000-10-02 Thread Nancy Reeves

Since Kent's preview approach doesn't work for me, and 'show volusage' is
an unknown command, I'm coming to the conclusion that it can't be done
easily with the version I run. (server is ADSM for AIX 3.1.2.1) Although
the crude method suggested of making all tapes unavailable then running a
restore still has potential. An "upgrade" to TSM is in my future.

The "dry run" approach doesn't list the volume label needed, and the
option to skip all objects on this volume is not supported. Oh well.

Thanks for all the suggestions, keep them coming.

Nancy Reeves
Technical Support, Wichita State University
[EMAIL PROTECTED]





<[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
10/02/2000 04:10 PM


To: [EMAIL PROTECTED]
cc:
Subject:Re: Tapes needed for a restore

We have a couple of ways - I prefer (2) - more accurate (prompts for tape
numbers), but takes longer and isn't
implemented in every version of the client 'dsmc' program.

1) Brute-force approach - determine all tapes containing data for that
node/filespace - declare a server script
 run from the dsmadmc prompt  as:
adsm> run q_tape_recall nodename filespacename

  q_tape_recall: select node_name,filespace_name from filespaces -
where node_name=upper('$1') and filespace_name='$2' -
select volumeusage.stgpool_name, date(last_write_date)
as
LAST_WRITE, -
volumeusage.volume_name from volumeusage, volumes -
where volumeusage.node_name=upper('$1') -
and volumeusage.filespace_name='$2' -
and volumeusage.volume_name=volumes.volume_name -
order by volumeusage.stgpool_name, last_write

 2) Preview approach - run a dry-run restore, but specify a tempdir target
&
select 'skip all on this tape':
 # dsmc> restore -tapeprompt=yes -pick -preservepath=baseonly



  'tapeprompt=Yes|No' is a documented option of the 'dsmc> restore'
client
command.

-fyi






[EMAIL PROTECTED] on 02-Oct-2000 15:10



Please respond to [EMAIL PROTECTED]

To:   ADSM-L
cc:(bcc: Kent J Monthei/CIS/PHRD/SB_PLC)
Subject:  Tapes needed for a restore




Is there a way to query what tapes will be needed for a given restore
request?

For instance, a user deletes a certain directory and wants to restore it.
Since most of the files are static and have aged, they have been migrated
to tape. I would like to make sure all the needed tapes are in the library
before starting the restore. Is this possible?

Nancy Reeves
Technical Support, Wichita State University
[EMAIL PROTECTED]



Little help

2000-10-02 Thread Gill, Geoffrey L.

I've been asked to set up a job, cron, on the ADSM server that pings out a
specific IP to another IP on the network. It needs to run for about 5
seconds once every 4 minutes. Since I don't have any books here to help me
and I'm not AIX literate, yet, can someone please help me. I just need
something I can run from the command line once that will start the job, I
don't care if it doesn't restart if the server happens to need a restart. I
can always restart it. I guess I'll need a way to kill it in case  too.

The network folks are troubleshooting something that's why I need to make
this runin case you were curious...

Please be specific if you can, I really have no clue.yetbut I'm
getting there.

Thanks for the help

Geoff Gill
NT Systems Support Engineer
SAIC
Computer Systems Group
E-Mail:   [EMAIL PROTECTED]
Phone:  (858) 826-4062
Pager:   (888) 997-9614



Re: Tapes needed for a restore

2000-10-02 Thread Jeffery Carroll

This is the EXACT command we could have used about a month ago for our
Disaster Recovery drill.   Unfortunately no one at Tivoli support was able
to pass this info on to us.







Maria Paz Gimeno <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 10/02/2000
03:37:27 PM

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

Sent by:  "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>


To:   [EMAIL PROTECTED]
cc:

Subject:  Re: Tapes needed for a restore


These are two selects from previous entries in this forum, the first one is
more specific, the second more simple.
I have not used them, see if they help.
Regards
Maria

select filespace_name,volume_name from volumeusage where node_name='' -
and copy_type='backup' and stgpool_name='' group by
volume_name

select node_name,volume_name,stgpool_name from volumeusage where
node_name='$1'

- Original Message -
From: Nancy Reeves <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 02, 2000 9:10 PM
Subject: Tapes needed for a restore


> Is there a way to query what tapes will be needed for a given restore
> request?
>
> For instance, a user deletes a certain directory and wants to restore it.
> Since most of the files are static and have aged, they have been migrated
> to tape. I would like to make sure all the needed tapes are in the
library
> before starting the restore. Is this possible?
>
> Nancy Reeves
> Technical Support, Wichita State University
> [EMAIL PROTECTED]



Re: Tapes needed for a restore

2000-10-02 Thread Maria Paz Gimeno

These are two selects from previous entries in this forum, the first one is
more specific, the second more simple.
I have not used them, see if they help.
Regards
Maria

select filespace_name,volume_name from volumeusage where node_name='' -
and copy_type='backup' and stgpool_name='' group by
volume_name

select node_name,volume_name,stgpool_name from volumeusage where
node_name='$1'

- Original Message -
From: Nancy Reeves <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 02, 2000 9:10 PM
Subject: Tapes needed for a restore


> Is there a way to query what tapes will be needed for a given restore
> request?
>
> For instance, a user deletes a certain directory and wants to restore it.
> Since most of the files are static and have aged, they have been migrated
> to tape. I would like to make sure all the needed tapes are in the library
> before starting the restore. Is this possible?
>
> Nancy Reeves
> Technical Support, Wichita State University
> [EMAIL PROTECTED]



Re: Tapes needed for a restore

2000-10-02 Thread James Healy

Have you tried the undocumented " show volusage nodename"


-
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!



'AUDIT VOLUME Fix=Yes' on primary disk pool volume

2000-10-02 Thread Kent J. Monthei

Solaris 2.6 5/98, ADSM 3.1.2.20 Server - After a night of successful backups to
the primary disk pool, during a morning Migration to tape my ADSM server began
reporting read-errors from a specific diskpool volume.  My diskpool just acts as
a transcient pool for the prior night's backups, is not mirrored and is not
cached.  Because migration did not complete before the errors began, some
portion of data from the night's backup was irretrievable.  To determine and to
recover what was retrievable, and to reconcile the DB with the readable
diskpool, here's what I did:

  1.  'Audit Volume Fix=No' - some but not all areas of the disk/volume were
damaged/unreadable;
  2.  'Audit Volume Fix=Yes' - completion state=FAILURE/FAILURE (attempted
twice)
  3.  'Move Data' (off the damaged volume) - completion
state=FAILURE/FAILURE/SUCCESS (attempted 3 times)
  4.  'Vary Volume Offline' / 'Update Volume Access=Destroyed' (manual commands)
  5.  'Restore Volume' - completion state=SUCCESS
  6.  'Audit Volume Fix=Yes' - completion state=SUCCESS

I cancelled the process in Step 1 after it had listed over 1000 damaged files.
I expected Step 4 to recover the readable/recoverable files, moving them to
other volumes in diskpool, expected Step 5 to recover any that had made it
successfully to Copypool during the original Migration, and expected Step 6 to
reconcile the diskpool and DB (remove any still-unreadable/unrecoverable
diskpool entries from the DB).

I thought that Step 6 was the end of the recovery process, to the extent we
could recover.
However, since then two unexpected things happened:

  1. To verify step 6, I ran 'dsm' from an affected node and checked a
known-damaged filename (one of the files listed as damaged in Step 1)
   - the backup for that date was still in the versions list for that
file
  2. After step 6, and again this morning (4 days later), I induced another
Migration
   - both Migrations paused/failed trying to access the 'Destroyed'
volume, until I did a
   'Update Volume Access=ReadOnly' / 'Vary Volume Online'

KEY QUESTIONS,
  Q1.  Why did the first two 'Audit Volume Fix=Yes' attempts fail ?
  Q2.  Why is Migration still prompting for the 'Offline'/ 'Destroyed' volume,
and how do I correct this ?
  Q3.  Is my DB 'clean' (reconciled) yet ?

-rsvp

Kent Monthei
CNT Data Recovery Services
SmithKline Beecham Pharmaceuticals R&D
King of Prussia, PA
[EMAIL PROTECTED]



unsuscribe

2000-10-02 Thread Gustavo Basualdo/Argentina/IBM

---
Gustavo Basualdo
I/T Specialist  -  I.B.M. Argentina S.A.
Ph: (54)-11-4898-4697  Fax: (54)-11-4898-4700
Notes ID: Gustavo Basualdo/Argentina/IBM@IBMAR
E-Mail: [EMAIL PROTECTED]



unsubscribe

2000-10-02 Thread Jose Prendes

Jose Prendes
E-mail: [EMAIL PROTECTED]
Tel: 305-3482210



Tapes needed for a restore

2000-10-02 Thread Nancy Reeves

Is there a way to query what tapes will be needed for a given restore
request?

For instance, a user deletes a certain directory and wants to restore it.
Since most of the files are static and have aged, they have been migrated
to tape. I would like to make sure all the needed tapes are in the library
before starting the restore. Is this possible?

Nancy Reeves
Technical Support, Wichita State University
[EMAIL PROTECTED]



Re: Nt client processes

2000-10-02 Thread Lawrence Clark

Hi Geoffrey:
To answer your questions
-Well you could remove the old services with dsmcutil remove
- I didn't recall having to explicity do a dsmcutil install for the backup clients, 
just the MS-SQL agent
- We've never used the web component. Other than the scheduled backups, the NT admins 
go directly to the server, the AIX  are done with the command line

My surprise is the removal the the client admin interface. I found it very useful for 
checking the status of all the backups and current volume allocations by storage 
group. The 3.1 interface still works however.


>>> [EMAIL PROTECTED] 10/02/00 03:01PM >>>
Larry,

I've upgraded some of my 3.1's to 3.7 without any problems. It found the old
install in the IBM directory ok. However it didn't remove the services that
were previously there, at least mine didn't. One problem I did notice is
that the "ADSM" services remained behind even though the new "TSM" services
were added, very annoying even though we have the utility to clean it all
up. The other problem is it wants to install a new program group and doesn't
remove the old one. Don't know why both of these can't be cleaned up with
the install.  I wonder why the services you mentioned from the TSM install
seemed new to you, I've always had them in 3.1.08 version I installed.

If the path to the clientdir is actually different from the previous install
you need to make sure the service knows where it is, I just sent out a
separate note on that option when installing the service.

Geoff Gill
NT Systems Support Engineer
SAIC
Computer Systems Group
E-Mail:   [EMAIL PROTECTED] 
Phone:  (858) 826-4062
Pager:   (888) 997-9614


>-Original Message-
>From: Lawrence Clark [mailto:[EMAIL PROTECTED]] 
>Sent: Monday, October 02, 2000 10:38 AM
>To: [EMAIL PROTECTED] 
>Subject: Nt client processes
>
>
>Hi:
>I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
>I noticed it wasn't backing up and checked the NT services.
>Instead of the single service that existed previously under
>ADSM, I noticed there are now two services:
>TSM Client Acceptor
>TSM Remote Client Agent
>
>The Remote Client Agent was not started and so I'm assuming
>that was the cause of the missed backup. But what
>distinguishes these two services ?
>
>Larry Clark
>NYS Thruway Authority
>



Re: Checkout cartridge Scratch .

2000-10-02 Thread Juan Fernando Meneses

Hi Richard  I continue requesting help 

I even have problems with the  cartridge  scratch
I had to take out it manually  of  the library, as I make to erase it .
for that the cartridge really has problems
as I erase it of the database if it has status scratch
No process has it .

adsm> q libv

Library NameVolume NameStatus
3494LIB 040076 Scratch

Gracias...



Re: Nt client processes

2000-10-02 Thread Gill, Geoffrey L.

Larry,

I've upgraded some of my 3.1's to 3.7 without any problems. It found the old
install in the IBM directory ok. However it didn't remove the services that
were previously there, at least mine didn't. One problem I did notice is
that the "ADSM" services remained behind even though the new "TSM" services
were added, very annoying even though we have the utility to clean it all
up. The other problem is it wants to install a new program group and doesn't
remove the old one. Don't know why both of these can't be cleaned up with
the install.  I wonder why the services you mentioned from the TSM install
seemed new to you, I've always had them in 3.1.08 version I installed.

If the path to the clientdir is actually different from the previous install
you need to make sure the service knows where it is, I just sent out a
separate note on that option when installing the service.

Geoff Gill
NT Systems Support Engineer
SAIC
Computer Systems Group
E-Mail:   [EMAIL PROTECTED]
Phone:  (858) 826-4062
Pager:   (888) 997-9614


>-Original Message-
>From: Lawrence Clark [mailto:[EMAIL PROTECTED]]
>Sent: Monday, October 02, 2000 10:38 AM
>To: [EMAIL PROTECTED]
>Subject: Nt client processes
>
>
>Hi:
>I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
>I noticed it wasn't backing up and checked the NT services.
>Instead of the single service that existed previously under
>ADSM, I noticed there are now two services:
>TSM Client Acceptor
>TSM Remote Client Agent
>
>The Remote Client Agent was not started and so I'm assuming
>that was the cause of the missed backup. But what
>distinguishes these two services ?
>
>Larry Clark
>NYS Thruway Authority
>



User Group - Wash D.C, Baltimore, No. Va. ADSM/TSM Userg Group Me ets Nov. 9

2000-10-02 Thread Prather, Wanda

DCAF, the ADSM/TSM User Group for DC, Baltimore, & No. VA. meets Nov. 9.

Come hear about all the new features and future plans for TSM 4.1!

When & Where: 08:30 to noon, Nov. 9 2000, at NIH in Bethesda.

Registration:
All that is necessary to register is to send email to:  [EMAIL PROTECTED]
There is no charge to attend. Cut off date for registration is Nov. 7.
Business Partners are welcome to register and attend.

Directions:
Directions will be sent via email to everyone who registers.
They will also be posted on the DCAF web site by Nov. 1:


Agenda:
- New Features & Future Directions for Tivoli Storage Manager 4.1
- The DCAF Round Table - Bring your questions and Share Ideas!
- Whither DCAF!?! - We'll vote on a new name for this user group.

Voting:
What do you think we should call ourselves now that ADSM has become TSM?
Send back your ideas when you register and we'll add your entries to the
voting! Current nominees are:

TRUNC: TSM Regional Users in the Nations Capital
TSM-DC-BUG: Tivoli Storage Manager DC-Baltimore User's Group

Contacts:
Send email to: [EMAIL PROTECTED]
Or phone: Wanda Prather, Jacob & Sundstrom, 410-539-1135



Re: Nt client processes

2000-10-02 Thread Gill, Geoffrey L.

I also recommend using another switch /clientdir:{path name to baclient
directory}. Make sure you use quotes if the path has a space in it. I've had
problems in the past without using that option and I needed to remove the
service and reinstall to fix the problem.

Geoff Gill
NT Systems Support Engineer
SAIC
Computer Systems Group
E-Mail:   [EMAIL PROTECTED]
Phone:  (858) 826-4062
Pager:   (888) 997-9614


>-Original Message-
>From: Lawrence Clark [mailto:[EMAIL PROTECTED]]
>Sent: Monday, October 02, 2000 11:19 AM
>To: [EMAIL PROTECTED]
>Subject: Re: Nt client processes
>
>
>Hi Jim:
>Thanks. Our MS-SQL agents services were installed using the
>dsmcutil command, but I do not recall having done that for the
>backup client under 3.1
>
 [EMAIL PROTECTED] 10/02/00 01:57PM >>>
>You are missing a service.  With TSM 3.7 you need to run a
>utility from the
>BAClient Directory like:
>
>dsmcutil install sched /name:"TSM Scheduler Service" /node:{nodename}
>/password:{node_password} /autostart:yes /validate:yes
>
>This will create the service for backups.  The TSM Remote Client Agent
>should be on manual it is used by the TSM Client Acceptor when
>you attach to
>the client using the web.
>
>
>Jim Murray
>Senior Systems Engineer
>Liberty Bank
>[EMAIL PROTECTED]
>(860)638-2919
>On a clear disk you can
>seek forever!
>
>
>-Original Message-
>From: Lawrence Clark [mailto:[EMAIL PROTECTED]]
>Sent: Monday, October 02, 2000 1:38 PM
>To: [EMAIL PROTECTED]
>Subject: Nt client processes
>
>
>Hi:
>I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
>I noticed it wasn't backing up and checked the NT services.
>Instead of the
>single service that existed previously under ADSM, I noticed
>there are now
>two services:
>TSM Client Acceptor
>TSM Remote Client Agent
>
>The Remote Client Agent was not started and so I'm assuming
>that was the
>cause of the missed backup. But what distinguishes these two services ?
>
>Larry Clark
>NYS Thruway Authority
>
>



Re: ADSM Management Classes

2000-10-02 Thread Richard Sims

>I don't understand why e$ and g$ is expiring and bound to both management
>class STANDARD AND DEFAULT?
>
>Support has made these two comments:
>
>1) This would be normal if a file space were being bound to 2 management
>   classes.
>2) This could be a situation that a client or group of clients is set with
>   the word DEFAULT as the management class. It's actually not going to a
>   management class of that name but to their default one. It's only being
>   listed due to that's how the client reported it to the server.

Karen - In doing a SELECT * FROM BACKUPS on my AIX system (on a node with
minimal data so as to make the output reasonable), I see that the
management class name for directories is a specific name, and for files it is
"DEFAULT".  This makes sense in my case at least because of the TSM rule that
directories are bound to the management class with the longest retention so as
to assure living at least as long as the mix of managment classes that the
files may be under, so as to assure that the directory structure can always be
rebuilt.  This may be the case on your system as well.  Remember that initial
binding to management class occurs when files are backed up, and doesn't
change until another backup of those object names occurs again after policy
rules have changed; so I suspect that the rules in effect when your backups
were done causes the binding that you are now seeing.  Re 1), remember that
binding is not by filespaces, but by individual file system objects.  You
might want to look into this more deeply via Select's.
   Richard Sims, BU



Re: Nt client processes

2000-10-02 Thread Lawrence Clark

Hi Jim:
Thanks. Our MS-SQL agents services were installed using the dsmcutil command, but I do 
not recall having done that for the backup client under 3.1

>>> [EMAIL PROTECTED] 10/02/00 01:57PM >>>
You are missing a service.  With TSM 3.7 you need to run a utility from the
BAClient Directory like:

dsmcutil install sched /name:"TSM Scheduler Service" /node:{nodename}
/password:{node_password} /autostart:yes /validate:yes

This will create the service for backups.  The TSM Remote Client Agent
should be on manual it is used by the TSM Client Acceptor when you attach to
the client using the web.


Jim Murray
Senior Systems Engineer
Liberty Bank
[EMAIL PROTECTED] 
(860)638-2919
On a clear disk you can
seek forever!


-Original Message-
From: Lawrence Clark [mailto:[EMAIL PROTECTED]] 
Sent: Monday, October 02, 2000 1:38 PM
To: [EMAIL PROTECTED] 
Subject: Nt client processes


Hi:
I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
I noticed it wasn't backing up and checked the NT services. Instead of the
single service that existed previously under ADSM, I noticed there are now
two services:
TSM Client Acceptor
TSM Remote Client Agent

The Remote Client Agent was not started and so I'm assuming that was the
cause of the missed backup. But what distinguishes these two services ?

Larry Clark
NYS Thruway Authority



Re: Nt client processes

2000-10-02 Thread Brian Nick

Larry,

 It sounds to me like you missed the installation of the TSM Central
Scheduler Service. The TSM Client Acceptor and
the TSM Remote Client Agent were introduced in an earlier version of ADSM
3.1 but I cannot remember which one. You need to execute the DSMCUTIL on
the NT server to install the TSM Central Scheduler Service.

 - Brian


Brian L. Nick
System Programmer - Storage Solutions
Phoenix Home Life Mutual Ins.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281




Lawrence Clark
<[EMAIL PROTECTED]To: [EMAIL PROTECTED]
ATE.NY.US> cc:
Sent by: "ADSM: Dist   Subject: Nt client processes
Stor Manager"
<[EMAIL PROTECTED]>


10/02/2000 01:37 PM
Please respond to
"ADSM: Dist Stor
Manager"






Hi:
I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
I noticed it wasn't backing up and checked the NT services. Instead of the
single service that existed previously under ADSM, I noticed there are now
two services:
TSM Client Acceptor
TSM Remote Client Agent

The Remote Client Agent was not started and so I'm assuming that was the
cause of the missed backup. But what distinguishes these two services ?

Larry Clark
NYS Thruway Authority



Re: Going from 3.1.20 to 3.1.7

2000-10-02 Thread Lawrence Clark

The TSM quick start guide for 3.7 has notes on upgrade in the installation section (at 
least for AIX).

>>> [EMAIL PROTECTED] 10/02/00 01:54PM >>>
Does anyone have a list of steps (or experiences) on going from ADSM 3.1.20
to Tivoli 3.7?   I don't see much in the books regarding the migration
/conversion.  We have ADSM 3.1.20 installed on NT and backup about 40 NT
servers.

Karen Mikacenic :-)
Unigard Insurance
425 644 5236 x 2313
425 562 5257 (fax)
[EMAIL PROTECTED] 

[EMAIL PROTECTED] 
206 579 9057 (mobile)



Re: SAN support in TSM 4.1

2000-10-02 Thread Prather, Wanda

Cindy, thanks for taking the time to eply.
Could you please clarify something else for me - from what I read in the
Technical Guide, you have to have the Tape Sharing software implemented in
order to use the Lanfree backup, is that correct?

In this case, if you are just using Lanfree backup but not sharing tape
libraries among multiple servers, is the Tape Sharing a separate component/
additional point charge for the server license ? (or whatever it's called
now, I'm still fuzzy on 4.1 licensing!)

Thanks!

> -Original Message-
> From: Cindy Bogle [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 02, 2000 12:21 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: SAN support in TSM 4.1
>
> Maria:  you are correct the only support for Lanfree right now is TDP for
> Exchange and SAP on NT.The development teams are working on
> completing LANfree support by adding more TDPs, 3494 support,
> platforms,  and also adding backup/archive client.
> We are targeting additional LanFree TDP  on NT support in December, 2000,
> and continued roll-out targeted for 1H01.
>
>
> Cindy Bogle
> Manager,
> Tivoli Storage Manager Development
>
>
>
> Maria Paz Gimeno <[EMAIL PROTECTED]> on 10/01/2000 01:42:02 PM
>
> Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:(bcc: Cindy Bogle/Tivoli Systems)
> Subject:  SAN support in TSM 4.1
>
>
>
>
> I have been reading the new redbook:
> SG24-6110-00 Tivoli Storage Manager Version  3.7.3 & 4.1: Technical Guide
> and I am very much worried to read that the lan free backup is only
> supported for TDP exchange and SAP r3.
> We have installed this tsm 4.1 version in a customer who is using a san
> configuration  through a router to connect a DLT library that should be
> used by backup clients in order to avoid using the internal network.
> How can I check that the data are really going through the san and not to
> the lan?
> Can someome from Tivoli support confirm that the normal backup - archive
> client is not supported lan free?
> If this is so, is there any plans for a prompt support of this feature?
> I do not know how to tell the customer that we have made such a terrible
> mistake.
> Regards
> Maria



Re: Nt client processes

2000-10-02 Thread Prather, Wanda

Those two services are part of the install since 3.1.0.something or other.
They are used for the web client - where someone (like your help desk) can
start a RESTORE session remotely using a browser.
They don't affect the scheduler service, which still has to be there and
started.
You should have THREE services installed, these two and the usual Scheduler
service.

If you uninstalled the Scheduler Service before you installed the TSM 3.7
client, you will need to reinstall it with the dsmcutil utility.


Wanda Prather
The Johns Hopkins Applied Physics Lab
443-778-8769
[EMAIL PROTECTED]

"Intelligence has much less practical application than you'd think" -
Scott Adams/Dilbert







> -Original Message-
> From: Lawrence Clark [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, October 02, 2000 1:38 PM
> To:   [EMAIL PROTECTED]
> Subject:  Nt client processes
>
> Hi:
> I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
> I noticed it wasn't backing up and checked the NT services. Instead of the
> single service that existed previously under ADSM, I noticed there are now
> two services:
> TSM Client Acceptor
> TSM Remote Client Agent
>
> The Remote Client Agent was not started and so I'm assuming that was the
> cause of the missed backup. But what distinguishes these two services ?
>
> Larry Clark
> NYS Thruway Authority



Re: Nt client processes

2000-10-02 Thread Murray, Jim

You are missing a service.  With TSM 3.7 you need to run a utility from the
BAClient Directory like:

dsmcutil install sched /name:"TSM Scheduler Service" /node:{nodename}
/password:{node_password} /autostart:yes /validate:yes

This will create the service for backups.  The TSM Remote Client Agent
should be on manual it is used by the TSM Client Acceptor when you attach to
the client using the web.


Jim Murray
Senior Systems Engineer
Liberty Bank
[EMAIL PROTECTED]
(860)638-2919
On a clear disk you can
seek forever!


-Original Message-
From: Lawrence Clark [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 1:38 PM
To: [EMAIL PROTECTED]
Subject: Nt client processes


Hi:
I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
I noticed it wasn't backing up and checked the NT services. Instead of the
single service that existed previously under ADSM, I noticed there are now
two services:
TSM Client Acceptor
TSM Remote Client Agent

The Remote Client Agent was not started and so I'm assuming that was the
cause of the missed backup. But what distinguishes these two services ?

Larry Clark
NYS Thruway Authority



Going from 3.1.20 to 3.1.7

2000-10-02 Thread Karen Mikacenic

Does anyone have a list of steps (or experiences) on going from ADSM 3.1.20
to Tivoli 3.7?   I don't see much in the books regarding the migration
/conversion.  We have ADSM 3.1.20 installed on NT and backup about 40 NT
servers.

Karen Mikacenic :-)
Unigard Insurance
425 644 5236 x 2313
425 562 5257 (fax)
[EMAIL PROTECTED]

[EMAIL PROTECTED]
206 579 9057 (mobile)



Nt client processes

2000-10-02 Thread Lawrence Clark

Hi:
I just upgraded one NT server from the ADSM 3.1 client to TSM 3.7.
I noticed it wasn't backing up and checked the NT services. Instead of the single 
service that existed previously under ADSM, I noticed there are now two services:
TSM Client Acceptor
TSM Remote Client Agent

The Remote Client Agent was not started and so I'm assuming that was the cause of the 
missed backup. But what distinguishes these two services ?

Larry Clark
NYS Thruway Authority



Re: Help! Onbar

2000-10-02 Thread Leos Stehlik

> Can anyone help me with onbar command scripts.  I'm running 3.7.0 tsm on
an aix
> 4.3.3 risc system.  I have two instances of informix db and want to back
them up
> with onbar using command scripts.  (I'm not sure scripts are the way to
handle
> but with two instances I somehow have to export the variables out so when
a
> dbspace is backed up it will know which instance to go to.)

Gene,

I did it following:
I've created two script infxinst1 and infxinst2:
infxinst1:
su - infxinst1 "-c export DSMI_CONFIG=/path/to/dsm.opt;export
DSMI_DIR=/path/to/api/dir; export
DSMI_LOG=/path/to/logfile;/path/to/onbar -b -w -L 0"

infxinst2:
su - infxinst2 "-c export DSMI_CONFIG=/path/to/dsm.opt;export
DSMI_DIR=/path/to/api/dir; export
DSMI_LOG=/path/to/logfile;/path/to/onbar -b -w -L 0"

Requisite to this is to create two informix users and for each set the right
Informix environment, I set and exported the informix in each user's
.profile.

If you don't want to do this way, you can also export Informix variables in
the infxinst1 and infxinst2 scripts and then you don't need to create
additional user accounts, simply do su to the informix user.

Hope this helps.
Regards
Leos

Leos Stehlik, IT Specialist
AIX, ADSM/TSM
IBM Czech republic



ADSM Management Classes

2000-10-02 Thread Karen Mikacenic

I have ADSM 3.1.20  in and running and back up about 40 servers.  I have
four management classes.  They are MANAGEEXCH, MANAGESQL,  SQLFLAT, AND
STANDARD (which is our default).  When I look in the activity log I see:

09/28/2000 14:02:48   ANR4391I Expiration processing node CCUFILAC,
filespace
   \\ccufilac\c$, domain STANDARD, and management class

   STANDARD - for BACKUP type files.

09/28/2000 14:14:20   ANR4391I Expiration processing node CCUFILAC,
filespace
   \\ccufilac\f$, domain STANDARD, and management class

   STANDARD - for BACKUP type files.

09/28/2000 14:15:02   ANR4391I Expiration processing node CCUFILAC,
filespace
   \\ccufilac\e$, domain STANDARD, and management class

   DEFAULT - for BACKUP type files.

09/28/2000 14:15:03   ANR4391I Expiration processing node CCUFILAC,
filespace
   \\ccufilac\e$, domain STANDARD, and management class

   STANDARD - for BACKUP type files.

09/28/2000 14:15:03   ANR4391I Expiration processing node CCUFILAC,
filespace
   \\ccufilac\g$, domain STANDARD, and management class

   DEFAULT - for BACKUP type files.

09/28/2000 15:28:07   ANR4391I Expiration processing node CCUFILAC,
filespace
   \\ccufilac\g$, domain STANDARD, and management class

   STANDARD - for BACKUP type files.

>From the log, I see that file space c$ is expiring and bound to management
class  STANDARD, as is f$.

I don't understand why e$ and g$ is expiring and bound to both management
class STANDARD AND DEFAULT?


Support has made these two comments:

1) This would be normal if a file space were being bound to 2 management
classes.
2) This could be a situation that a client or group of clients is set with
the word DEFAULT as the management class. It's actually not going to a
management class of that name but to their default one. It's only being
listed due to that's how the client reported it to the server.

I don't have a management class named default and if number 2) above were
true, I think I would see default and standard on every filespace not just
certain ones.  I was suspicious that the message is coming out twice on some
filespaces.


I appreciate any insight anyone  might be able to give.


Karen Mikacenic :-)
Unigard Insurance
425 644 5236 x 2313
425 562 5257 (fax)
[EMAIL PROTECTED]

[EMAIL PROTECTED]
206 579 9057 (mobile)



Re: W2K backup missing a volume

2000-10-02 Thread James Healy

Zoltan,

   Unfortunately I was bitten by that "feature". TIvoli States that TSM will not 
defeat the file systems security so I guess its doing what it was designed to do. But 
a one line message in the logs somewhere stated that it recognised the drive was ther 
but didn't back it up do to security or lack of access would be a nice "feature" also.



Jim



-
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!



Re: Disaster Recovery Test.

2000-10-02 Thread Christine Wickham

I would definitely let Sungard know what version you are at as soon as you can.
This way,
when they set up the equipement the day/night before your test they should get
the library
at the right version.

Best of luck.
Chris




"[EMAIL PROTECTED]/P=Internet/A= /C=us" on 10/02/2000 12:04:39 PM
Please respond to "[EMAIL PROTECTED]/P=Internet/A= /C=us" @ X400
To: "[EMAIL PROTECTED]/P=Internet/A= /C=us"@X400
cc:

Subject: Re: Disaster Recovery Test.

Hi Chris ,
I  am writing shell and awk scripts to create file  volume groups, logical
volumes , and file systems .
our stk library microcode is 1.01 , so do i need to tell sunGuard , to update
there STK library code to be at same level ?


> Steps to recreate File systems after restoring from mksysb.
>
> Step0 : Clean all ODM entries, check all hdisk's are in available state.
> exportvg oracle8vg
> lspv
>
> # Step1 : Create VG , 32MB PP size.
> mkvg -f -y'oracle8vg' -s'32' hdisk2 hdisk3 hdisk4 hdisk5 hdisk6 hdisk8
> varyonvg oracle8vg
>
> # Step2 : Create LV , 10PP's and 2 copies of each ,  (check the  size and
> write in terms of PP's)
>
> mklv -y'ora01' -c'2' oracle8vg 10
>
> #Step3 : Create JFS on LV, With all default values.
>
> crfs -v jfs -d'ora01' -m'/ora01' -A''`locale yesstr | awk -F: '{print \
> $1}'`'' -p'rw' -t''`locale nostr | awk -F: '{print $1}'`'' -a frag='40 \
> 96' -a nbpi='4096' -a ag='8'
>
> #step4 : after creation of fs, mount it.
> mount /ora1
>
> #Step5 : Repeat step 2 to 4 for all file systems. e.g.
> mklv -y'ora02' -c'2' oracle8vg 10
> crfs -v jfs -d'ora02' -m'/ora02' -A''`locale yesstr | awk -F: '{print \
> $1}'`'' -p'rw' -t''`locale nostr | awk -F: '{print $1}'`'' -a frag='40 \
> 96' -a nbpi='4096' -a ag='8'
> mount /ora2
>
> #Step6 : Repeat step1 to step5 for all VG's
>
> #Step7 : Restore Data , using  Tivoli .


awk command is just to create file system
which can be replaced with.

crfs -v jfs -d'ora01' -m'/ora01' -A yes -p rw -t no -a frag=4096 -a
nbpi=4096 -a ag=8






"[EMAIL PROTECTED]/P=Internet/A= /C=us" on 09/27/2000 01:18:31 PM
Please respond to "[EMAIL PROTECTED]/P=Internet/A= /C=us" @ X400
To: "[EMAIL PROTECTED]/P=Internet/A= /C=us"@X400
cc:

Subject: Re: Disaster Recovery Test.

I would make several recommendations, having done this twice so far this year.

Take blank tapes of all media you might use (ie, 8mm for AIX mksysbs, DLT for
the library, etc). While
you're at it, take cleaning tapes too. We had our own, and used several of
them. By the time Sungard
found their cleaning tapes, we had already cleaned the drives and moved on.
Create your volume group creation scripts ahead of time and stick them in the
mksysb/savevg or bring
them on a floppy. Sungard is supposed to tell you what equipment you will have.
They gave us 4.5 GB
SSA drives,which differs from what we have on site (a mix of 9.1 and 4.5 GB
SSA). The scripts we used
at Sungard differed greatly from the ones used to create the vgs at home.
Create a detailed plan (more than what you've got here) that lists all steps
with commands included. This way,
when you are tired or distracted after a long day, you don't have to go on
memory.  We took pages of
documetation to the first test, and refined it for the second test, adding in
all the steps we hadn't thought
of before (like exporting all the volumegroups so that when they are recreated,
there aren't any conflicts in
/etc/filesystems).
If possible bring your own command reference manuals and the ADSM manuals.
Sungard only has
hardware documentation, and they don't provide access to the internet.  While
we were at Sungard
our remote dial in system was down for a period of time, stranding us from the
online docs (we did
have hard copies).
Know what version of the firmware your STK library is running. If possible,
have your STK engineer
give you a duplicate copy to bring with you. We spent 11 hours attempting to
getACSLS running
and the problem turned out to be the library was at the wrong version of
firmware. TheSTK onsite
guys weren't much help. It took a hotline product engineer to figure it out.
Of course, bring all the hotline phone numbers and site numbers.
Bring a picture of how everything is to be set up (send it ahead if you can). A
picture is worth a
thousand words when attempting to get the equipment in the right place, and
connected up properly.
When you get there, go over all the hardware and connections. We were suprised
by the fact that
our server couldn't communicate on the network. Turns out there was an extra FE
adapter in the
server (not at our request) and that was what they had hooked up.

Hope this helps.
-Chris Wickham
Bayer Corp, Pharma Division




"[EMAIL PROTECTED]/P=Internet/A= /C=us" on 09/27/2000 09:46:17 AM
Please respond to "[EMAIL PROTECTED]/P=Internet/A= /C=us" @ X400
To: "[EMAIL PROTECTED]/P=Internet/A= /C=us"@X400
cc:

Subject: Disaster Recovery Test.

Hi all , going for firstever DR test at Sunguard ,
here is what i have collected  for test .

1. mksysb tapes .
2.  TSM database tap

Help! Onbar

2000-10-02 Thread Gene Greenberg

Can anyone help me with onbar command scripts.  I'm running 3.7.0 tsm on an aix
4.3.3 risc system.  I have two instances of informix db and want to back them up
with onbar using command scripts.  (I'm not sure scripts are the way to handle
but with two instances I somehow have to export the variables out so when a
dbspace is backed up it will know which instance to go to.)

I would appreciate it if someone has sample scripts and a better way to handle
this would let me know.

Thanks,

Gene



Re: SAN support in TSM 4.1

2000-10-02 Thread Cindy Bogle

Maria:  you are correct the only support for Lanfree right now is TDP for
Exchange and SAP on NT.The development teams are working on
completing LANfree support by adding more TDPs, 3494 support,
platforms,  and also adding backup/archive client.
We are targeting additional LanFree TDP  on NT support in December, 2000,
and continued roll-out targeted for 1H01.


Cindy Bogle
Manager,
Tivoli Storage Manager Development



Maria Paz Gimeno <[EMAIL PROTECTED]> on 10/01/2000 01:42:02 PM

Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

To:   [EMAIL PROTECTED]
cc:(bcc: Cindy Bogle/Tivoli Systems)
Subject:  SAN support in TSM 4.1




I have been reading the new redbook:
SG24-6110-00 Tivoli Storage Manager Version  3.7.3 & 4.1: Technical Guide
and I am very much worried to read that the lan free backup is only
supported for TDP exchange and SAP r3.
We have installed this tsm 4.1 version in a customer who is using a san
configuration  through a router to connect a DLT library that should be
used by backup clients in order to avoid using the internal network.
How can I check that the data are really going through the san and not to
the lan?
Can someome from Tivoli support confirm that the normal backup - archive
client is not supported lan free?
If this is so, is there any plans for a prompt support of this feature?
I do not know how to tell the customer that we have made such a terrible
mistake.
Regards
Maria



Statistics on age of restored files?

2000-10-02 Thread Daniel Swan/TM

Does anyone have any ballpark statistics on the average age of files that
are being restored?

That is, I am curious to see if a file is most likely to be restored one day
after creation, one week, two weeks, or six months.

Any data, speculation, or statistics appreciated.


Daniel Swan
HP Unix Team
ISM-BC
3030 2nd Ave SE
Calgary, AB, T2A 5N7
ph. 403-530-1726
fax: 403-530-1066



Re: Disaster Recovery Test.

2000-10-02 Thread Shekhar Dhotre

Hi Chris ,
I  am writing shell and awk scripts to create file  volume groups, logical
volumes , and file systems .
our stk library microcode is 1.01 , so do i need to tell sunGuard , to update
there STK library code to be at same level ?


> Steps to recreate File systems after restoring from mksysb.
>
> Step0 : Clean all ODM entries, check all hdisk's are in available state.
> exportvg oracle8vg
> lspv
>
> # Step1 : Create VG , 32MB PP size.
> mkvg -f -y'oracle8vg' -s'32' hdisk2 hdisk3 hdisk4 hdisk5 hdisk6 hdisk8
> varyonvg oracle8vg
>
> # Step2 : Create LV , 10PP's and 2 copies of each ,  (check the  size and
> write in terms of PP's)
>
> mklv -y'ora01' -c'2' oracle8vg 10
>
> #Step3 : Create JFS on LV, With all default values.
>
> crfs -v jfs -d'ora01' -m'/ora01' -A''`locale yesstr | awk -F: '{print \
> $1}'`'' -p'rw' -t''`locale nostr | awk -F: '{print $1}'`'' -a frag='40 \
> 96' -a nbpi='4096' -a ag='8'
>
> #step4 : after creation of fs, mount it.
> mount /ora1
>
> #Step5 : Repeat step 2 to 4 for all file systems. e.g.
> mklv -y'ora02' -c'2' oracle8vg 10
> crfs -v jfs -d'ora02' -m'/ora02' -A''`locale yesstr | awk -F: '{print \
> $1}'`'' -p'rw' -t''`locale nostr | awk -F: '{print $1}'`'' -a frag='40 \
> 96' -a nbpi='4096' -a ag='8'
> mount /ora2
>
> #Step6 : Repeat step1 to step5 for all VG's
>
> #Step7 : Restore Data , using  Tivoli .


awk command is just to create file system
which can be replaced with.

crfs -v jfs -d'ora01' -m'/ora01' -A yes -p rw -t no -a frag=4096 -a
nbpi=4096 -a ag=8






"[EMAIL PROTECTED]/P=Internet/A= /C=us" on 09/27/2000 01:18:31 PM
Please respond to "[EMAIL PROTECTED]/P=Internet/A= /C=us" @ X400
To: "[EMAIL PROTECTED]/P=Internet/A= /C=us"@X400
cc:

Subject: Re: Disaster Recovery Test.

I would make several recommendations, having done this twice so far this year.

Take blank tapes of all media you might use (ie, 8mm for AIX mksysbs, DLT for
the library, etc). While
you're at it, take cleaning tapes too. We had our own, and used several of
them. By the time Sungard
found their cleaning tapes, we had already cleaned the drives and moved on.
Create your volume group creation scripts ahead of time and stick them in the
mksysb/savevg or bring
them on a floppy. Sungard is supposed to tell you what equipment you will have.
They gave us 4.5 GB
SSA drives,which differs from what we have on site (a mix of 9.1 and 4.5 GB
SSA). The scripts we used
at Sungard differed greatly from the ones used to create the vgs at home.
Create a detailed plan (more than what you've got here) that lists all steps
with commands included. This way,
when you are tired or distracted after a long day, you don't have to go on
memory.  We took pages of
documetation to the first test, and refined it for the second test, adding in
all the steps we hadn't thought
of before (like exporting all the volumegroups so that when they are recreated,
there aren't any conflicts in
/etc/filesystems).
If possible bring your own command reference manuals and the ADSM manuals.
Sungard only has
hardware documentation, and they don't provide access to the internet.  While
we were at Sungard
our remote dial in system was down for a period of time, stranding us from the
online docs (we did
have hard copies).
Know what version of the firmware your STK library is running. If possible,
have your STK engineer
give you a duplicate copy to bring with you. We spent 11 hours attempting to
getACSLS running
and the problem turned out to be the library was at the wrong version of
firmware. TheSTK onsite
guys weren't much help. It took a hotline product engineer to figure it out.
Of course, bring all the hotline phone numbers and site numbers.
Bring a picture of how everything is to be set up (send it ahead if you can). A
picture is worth a
thousand words when attempting to get the equipment in the right place, and
connected up properly.
When you get there, go over all the hardware and connections. We were suprised
by the fact that
our server couldn't communicate on the network. Turns out there was an extra FE
adapter in the
server (not at our request) and that was what they had hooked up.

Hope this helps.
-Chris Wickham
Bayer Corp, Pharma Division




"[EMAIL PROTECTED]/P=Internet/A= /C=us" on 09/27/2000 09:46:17 AM
Please respond to "[EMAIL PROTECTED]/P=Internet/A= /C=us" @ X400
To: "[EMAIL PROTECTED]/P=Internet/A= /C=us"@X400
cc:

Subject: Disaster Recovery Test.

Hi all , going for firstever DR test at Sunguard ,
here is what i have collected  for test .

1. mksysb tapes .
2.  TSM database tapes , and  all offsite (copypool tapes).
3. savevg of tsm  (i have a volume group called tsm  for tivoli)
4. disaster recovery plan file  (hard copy and soft copy , sample awk script to
break it down.)
5. ACSLS is configured on Sun so , for the same ufsdump tapes
6. AIX , SUn Slorais , and ACSLS , installation media .
7. out puts of lsvg, lsvg -l vgnames , df , lsdev- Cc disks , lsdev- Cc tape,
lscfg , lsattr -El mem0 , lsps -a , lsattr -El en0.
  

Re: Exchange Mailbox restores

2000-10-02 Thread Foley, Joe

You are correct that there is no functionality in Exchange to do this.
Microsoft's solution for individual mailbox restores is to restore the
entire database to a separate machine and export the mailbox. I believe that
Arcserve claims to have the ability to do this "bricks level" backup and
restore but essentially it does the same thing - it exports every mailbox to
a .pst and backs up the individual .pst files - this is extremely time
consuming - prohibitively so for more than a few mailboxes. I have not heard
of any other way to do it.

Joe

-Original Message-
From: Palmadesso Jack [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 10:55 AM
To: [EMAIL PROTECTED]
Subject: Exchange Mailbox restores


We recently moved to exchange and have implemented the TDP for Exchange.  It
works fine but managment is concerened of the fact that we cannot do
individual mailbox restores like we were able to do in Notes.  I am aware
that there is no Microsoft API that allows this (or am I wrong).  I've read
about some of you that are using products that allow mailbox restores under
Exchange but most of what I have read has been negative.  i.e.- Its slow, It
uses a non MS method, Its unreliable, all of the above, etc,etc

My questions are:

Is there anything new available from Tivoli or another vendor that
will allow exchange mailbox restores?

What are your opinions of these products?

Anybody using Legato with this capability?

What do you think of it?

I would really appreciate any input from anyone

Thanks

Jack
|
|
|
| ___NOTICE
This electronic mail transmission contains confidential information
intended only for the person(s) named.  Any use, distribution,
copying or disclosure by any other person is strictly prohibited.
If you received this transmission in error, please notify the sender
by reply e-mail and then destroy the message.  Opinions, conclusions,
and other information in this message that do not relate to the official
business of Bain & Company shall be understood to be neither given
nor endorsed by the Company.  When addressed to Bain clients, any
information contained in this e-mail is subject to the terms and conditions
in the governing client contract.
_



Re: TSM V4.1.0 Install

2000-10-02 Thread Len Boyle

In article <[EMAIL PROTECTED]>, Larry Heath
<[EMAIL PROTECTED]> says:
>
>While doing the apply-check for the TSM S/390 API and for the TSM S/390
>Backup-Archive Client, I rec'd an error msg that fmid HOT1140 was missing.
>We have fmid HOT6608 (we are on 2.8) in another CSI.
>Has anyone been here and resolved this problem??  If yes, how did you
>resolve it??
>
>TIA .  Larry

Hello Larry

The problem is that this client is treated in a different way then
all the other adsm/tsm clients. With any of the other clients if you
have a problem and it is fixed in a new version of the client, you
can fetch the new version and install it assuming that your adsm/tsm
server is not too many versions back. A windows nt 4.1 client
can be installed for use with a tsm 3.7 server. This works because
The windows nt 4.1 client includes the full install package.

In the case of the os/390 client, the client is only an incremental
upgrade. So to install a 4.1 client ptf, you need to have the base
tsm 4.1 client install materials, which you can only get thru your
marketing folks. Unless things have changed in the last hour or so
the tsm tech support can not help with this problem.

The two interesting things about this are:
1) The latest os/390 release 2.10 which just became available ships
   with tsm 3.7 not tsm 4.1
2) Several apars are fixed in 4.1 that are not fixed in 3.7.

PS It is even more fun if you are using the os/390 client with
   a server that is not os/390. We are having a hard time trying
   to get the tsm 4.1 client code with our tsm 3.7 to tsm 4.1 upgrade
   from Tivoli. They keep calling it an IBM product and not the
   Tivoli feature code as listed in the tsm 4.1 ann letter.

Sigh!


-
Leonard Boyle   [EMAIL PROTECTED]
SAS Institute Inc.  ussas4hs@ibmmail
Room RB448  [EMAIL PROTECTED]
1 SAS Campus Drive(919) 677-8000 ext 6241
Cary NC 27513



Exchange Mailbox restores

2000-10-02 Thread Palmadesso Jack

We recently moved to exchange and have implemented the TDP for Exchange.  It
works fine but managment is concerened of the fact that we cannot do
individual mailbox restores like we were able to do in Notes.  I am aware
that there is no Microsoft API that allows this (or am I wrong).  I've read
about some of you that are using products that allow mailbox restores under
Exchange but most of what I have read has been negative.  i.e.- Its slow, It
uses a non MS method, Its unreliable, all of the above, etc,etc

My questions are:

Is there anything new available from Tivoli or another vendor that
will allow exchange mailbox restores?

What are your opinions of these products?

Anybody using Legato with this capability?

What do you think of it?

I would really appreciate any input from anyone

Thanks

Jack



Re: W2K backup missing a volume

2000-10-02 Thread Zoltan Forray/AC/VCU

Yes, that was it. I contacted the owner of the server and he "adjusted"
things.

Sure would be nice to get some kind of warning/error/log entry !!!




James Healy
  cc:
Sent by: Subject: Re: W2K backup missing a volume
"ADSM: Dist
Stor Manager"
<[EMAIL PROTECTED]
RIST.EDU>


10/02/00
08:21 AM
Please
respond to
"ADSM: Dist
Stor Manager"





Check the security on that drive compared to the others


-
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!



Sun StorEdge L20 support

2000-10-02 Thread Viliam Varga

Hi,
does anybody have experiences with TSM 3.7 or 4.1 server (any platform) and
Sun StorEdge L20 library? L20 is not included in device support lists, but
it looks like supported HP SureStore 2/20, excepting drive technology - DLT
7000 vs DLT 8000. Does anybody know, if there are any other differences
between these libraries? From Tivoli TechLine Support we received
unsatisfactory answer.
And what about StorEdge L400 (Exabyte 220) :-) ?

Thanks.

Viliam Varga



Re: ADSM 3.1.2.5x and 3590 Extended Length?

2000-10-02 Thread Allen Barth

Richard,

Yes, it will,  or should.  I'm running a 3.1.2.20 AIX server with 3590e J and K
carts in my 3494.  Had to upgrade Atape.driver and atldd.driver (did this long
before the CE's did the MES).   As previously mentioned in the forum, it's
probably a good idea to mark existing J's to readonly and I also took the extra
couple of minutes to delete the drives from both ADSM and AIX and then redefine
them.  Everything is working fine.

Regards,
Al Barth
Scudder Kemper Investments



|+--->
||  Richard Sims |
||  <[EMAIL PROTECTED]> |
||  Sent by: |
||  "ADSM: Dist  |
||  Stor Manager"|
||  <[EMAIL PROTECTED]|
||  RIST.EDU>|
||   |
||   |
||  09/29/00 |
||  09:09 AM |
||  Please   |
||  respond to   |
||  "ADSM: Dist  |
||  Stor Manager"|
||   |
|+--->
  >|
  ||
  |   To: [EMAIL PROTECTED] |
  |   cc:  |
  |   Subject: ADSM 3.1.2.5x and 3590 Extended Length? |
  >|



The ADSM 3.1.2.5x server level supports 3590E, double-track drives.
The doc does not say if it supports double-length cartridges (which
I suspect that it does, as that would seem more transparent than
track-switching).
Could an ADSM 3.1.2.5x server customer verify this for me,
as we are thinking of upgrading our 3590 drives within this
current server level, and I'd like to be sure.
  thanks,  Richard Sims, BU



SV: SV: Netware Schedule backup eats memory

2000-10-02 Thread Nilsson Niklas

no, only for 3.7

//Niklas

-Ursprungligt meddelande-
Från: Brian Nick [mailto:[EMAIL PROTECTED]]
Skickat: den 2 oktober 2000 15:18
Till: [EMAIL PROTECTED]
Ämne: Re: SV: Netware Schedule backup eats memory


Niklas,

 I thought the APAR IC26689 was specific to ADSM 3.1 and TSM 3.7. Did IBM
have you put this on for TSM 4.1.1 as well. I'm just curious. We did have
this same problem under TSM 3.7 and we did apply IC26689 which seemed to
fix this issue for us. Sorry I couldn't be more help.

 Brian.

Brian L. Nick
System Programmer - Storage Solutions
Phoenix Home Life Mutual Ins.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281



 

Nilsson

Niklas   To: [EMAIL PROTECTED]

Subject: SV: Netware Schedule
backup eats 
Sent by: memory

"ADSM: Dist

Stor Manager"

<[EMAIL PROTECTED]

RIST.EDU>

 

 

10/02/2000

09:05 AM

Please

respond to

"ADSM: Dist

Stor Manager"

 

 





Hi.
Im running TSM 4.1.1 (have tested 3.7.1 also) and Netware 4.11 .
There is an FIXTEST 04, IC26689 that solve this problem but it doesnt..

//Niklas

-Ursprungligt meddelande-
Från: Brian Nick [mailto:[EMAIL PROTECTED]]
Skickat: den 2 oktober 2000 14:51
Till: [EMAIL PROTECTED]
Ämne: Re: Netware Schedule backup eats memory


Niklas,

 What client are you running and what level of Netware? We have a problem
with the TSM 3.7 client and Netware 5.1. Our problem only occurs when we
are backing up the NDS tree and yes, memory is consumed. We have an open
problem  with IBM/Tivoli as well as Novell on this issue but I feel that if
this is the problem that you have you should open a problem as well.

 Hope this helps. If you have any questions please let me know.

Brian L. Nick
System Programmer - Storage Solutions
Phoenix Home Life Mutual Ins.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281




Nilsson
Niklas   To: [EMAIL PROTECTED]
Subject: Netware Schedule
backup eats memory
Sent by:
"ADSM: Dist
Stor Manager"
<[EMAIL PROTECTED]
RIST.EDU>


10/02/2000
07:47 AM
Please
respond to
"ADSM: Dist
Stor Manager"






Hi

Is there anyone else out there who has problem with the Netware client and
memory.
It seems like the program don't realeses the memory when its done.
If you unload dsmc it works...
Any suggestions??

//Niklas



Re: tsm: what is dsmserv.dsk

2000-10-02 Thread Shekhar Dhotre

Richard,
Start the server and again change its permissions to original one 700 , i did
the same thing
As I was  having the same problem while restarting server.




"[EMAIL PROTECTED]/P=Internet/A= /C=us" on 10/02/2000 09:24:26 AM
Please respond to "[EMAIL PROTECTED]/P=Internet/A= /C=us" @ X400
To: "[EMAIL PROTECTED]/P=Internet/A= /C=us"@X400
cc:

Subject: Re: tsm: what is dsmserv.dsk

>Change permissions to  777 for the dsmserv.dsk and restart  the server , and
>see the magic...

If the directory containing the file is public-write, imagine what could
happen to such files.
The TSM server should be run by root, and as such the basic permissions
needed are 700, though you may want to add group-read access for your
support people to view the file.  But never public write on any such files.
  Richard Sims, BU



Re: tsm: what is dsmserv.dsk

2000-10-02 Thread Richard Sims

>Change permissions to  777 for the dsmserv.dsk and restart  the server , and
>see the magic...

If the directory containing the file is public-write, imagine what could
happen to such files.
The TSM server should be run by root, and as such the basic permissions
needed are 700, though you may want to add group-read access for your
support people to view the file.  But never public write on any such files.
  Richard Sims, BU



Re: SV: Netware Schedule backup eats memory

2000-10-02 Thread Brian Nick

Niklas,

 I thought the APAR IC26689 was specific to ADSM 3.1 and TSM 3.7. Did IBM
have you put this on for TSM 4.1.1 as well. I'm just curious. We did have
this same problem under TSM 3.7 and we did apply IC26689 which seemed to
fix this issue for us. Sorry I couldn't be more help.

 Brian.

Brian L. Nick
System Programmer - Storage Solutions
Phoenix Home Life Mutual Ins.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281



   

Nilsson

Niklas   To: [EMAIL PROTECTED]  

Subject: SV: Netware Schedule backup eats 

Sent by: memory

"ADSM: Dist

Stor Manager"  

<[EMAIL PROTECTED]  

RIST.EDU>  

   

   

10/02/2000 

09:05 AM   

Please 

respond to 

"ADSM: Dist

Stor Manager"  

   

   





Hi.
Im running TSM 4.1.1 (have tested 3.7.1 also) and Netware 4.11 .
There is an FIXTEST 04, IC26689 that solve this problem but it doesnt..

//Niklas

-Ursprungligt meddelande-
Från: Brian Nick [mailto:[EMAIL PROTECTED]]
Skickat: den 2 oktober 2000 14:51
Till: [EMAIL PROTECTED]
Ämne: Re: Netware Schedule backup eats memory


Niklas,

 What client are you running and what level of Netware? We have a problem
with the TSM 3.7 client and Netware 5.1. Our problem only occurs when we
are backing up the NDS tree and yes, memory is consumed. We have an open
problem  with IBM/Tivoli as well as Novell on this issue but I feel that if
this is the problem that you have you should open a problem as well.

 Hope this helps. If you have any questions please let me know.

Brian L. Nick
System Programmer - Storage Solutions
Phoenix Home Life Mutual Ins.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281




Nilsson
Niklas   To: [EMAIL PROTECTED]
Subject: Netware Schedule
backup eats memory
Sent by:
"ADSM: Dist
Stor Manager"
<[EMAIL PROTECTED]
RIST.EDU>


10/02/2000
07:47 AM
Please
respond to
"ADSM: Dist
Stor Manager"






Hi

Is there anyone else out there who has problem with the Netware client and
memory.
It seems like the program don't realeses the memory when its done.
If you unload dsmc it works...
Any suggestions??

//Niklas




Re: tsm: what is dsmserv.dsk

2000-10-02 Thread Shekhar Dhotre

Change permissions to  777 for the dsmserv.dsk and restart  the server , and
see the magic...



SV: Netware Schedule backup eats memory

2000-10-02 Thread Nilsson Niklas

Hi.
Im running TSM 4.1.1 (have tested 3.7.1 also) and Netware 4.11 .
There is an FIXTEST 04, IC26689 that solve this problem but it doesnt..

//Niklas

-Ursprungligt meddelande-
Från: Brian Nick [mailto:[EMAIL PROTECTED]]
Skickat: den 2 oktober 2000 14:51
Till: [EMAIL PROTECTED]
Ämne: Re: Netware Schedule backup eats memory


Niklas,

 What client are you running and what level of Netware? We have a problem
with the TSM 3.7 client and Netware 5.1. Our problem only occurs when we
are backing up the NDS tree and yes, memory is consumed. We have an open
problem  with IBM/Tivoli as well as Novell on this issue but I feel that if
this is the problem that you have you should open a problem as well.

 Hope this helps. If you have any questions please let me know.

Brian L. Nick
System Programmer - Storage Solutions
Phoenix Home Life Mutual Ins.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281




Nilsson
Niklas   To: [EMAIL PROTECTED]
Subject: Netware Schedule
backup eats memory
Sent by:
"ADSM: Dist
Stor Manager"
<[EMAIL PROTECTED]
RIST.EDU>


10/02/2000
07:47 AM
Please
respond to
"ADSM: Dist
Stor Manager"






Hi

Is there anyone else out there who has problem with the Netware client and
memory.
It seems like the program don't realeses the memory when its done.
If you unload dsmc it works...
Any suggestions??

//Niklas



Re: TSM 3.7 -- 9840 Tape drives speed

2000-10-02 Thread James Healy

Vijay,

  What type of operation are you getting 15 GB per hour on?

Tape speed  is not usually dictated by the size of the data base but more by the size 
of the pipe leading to the drive.

Are there times when you can approach the speed you stated of 20 BG per hour now?

Jim



-
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!



Re: Netware Schedule backup eats memory

2000-10-02 Thread Brian Nick

Niklas,

 What client are you running and what level of Netware? We have a problem
with the TSM 3.7 client and Netware 5.1. Our problem only occurs when we
are backing up the NDS tree and yes, memory is consumed. We have an open
problem  with IBM/Tivoli as well as Novell on this issue but I feel that if
this is the problem that you have you should open a problem as well.

 Hope this helps. If you have any questions please let me know.

Brian L. Nick
System Programmer - Storage Solutions
Phoenix Home Life Mutual Ins.
100 Bright Meadow Blvd
Enfield CT. 06082-1900

E-MAIL:  [EMAIL PROTECTED]
PHONE:   (860)403-2281




Nilsson
Niklas   To: [EMAIL PROTECTED]
Subject: Netware Schedule backup eats 
memory
Sent by:
"ADSM: Dist
Stor Manager"
<[EMAIL PROTECTED]
RIST.EDU>


10/02/2000
07:47 AM
Please
respond to
"ADSM: Dist
Stor Manager"






Hi

Is there anyone else out there who has problem with the Netware client and
memory.
It seems like the program don't realeses the memory when its done.
If you unload dsmc it works...
Any suggestions??

//Niklas



Re: tsm: what is dsmserv.dsk

2000-10-02 Thread Palmadesso Jack

This file should be created when you perform the "dsmserv format" of your
log and database volumes.  However I do agree that the quick start guide
lacks clarity in more than one area.

-Original Message-
From: Lawrence Clark [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 02, 2000 8:32 AM
To: [EMAIL PROTECTED]
Subject: Re: tsm: what is dsmserv.dsk


It's a list of your log and database volumes. If I recall correctly, in the
migration notes in the getting started manual it says TSM will create a
default set of db and log files if it can't find your site defined volumes.

[backup] /home/root/dsmsave # more dsmserv.dsk
/var/adsmloga/adsmloga
/var/adsmlogb/adsmlogb
/var/adsmdba/dbvola
/var/adsmdbb/dbvolb
/var/adsmdbc/dbvolc
/var/adsmdbd/dbvold
/var/adsmdbe/dbvole
/var/adsmdbf/dbvolf
/var/adsmdbg/dbvolg
/var/adsmdbh/dbvolh


>>> [EMAIL PROTECTED] 09/29/00 09:35PM >>>
Just my first attempt to get Tivoli Storage Manager for AIX-RS/6000
Version 3, Release 7, Level 0.0 to work!

This is what I get ...

# cd /usr/tivoli/tsm/server/bin
# ./dsmserv
ANR7800I DSMSERV generated at 16:19:10 on Aug 24 1999.

Tivoli Storage Manager for AIX-RS/6000
Version 3, Release 7, Level 0.0

Licensed Materials - Property of IBM

5697-TSM (C) Copyright IBM Corporation 1999. All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corporation.

ANR0900I Processing options file /usr/tivoli/tsm/server/bin/dsmserv.opt.
ANR0990I Server restart-recovery in progress.
ANR0212E Unable to read disk definition file dsmserv.dsk.

>>>  WHAT IS THIS "disk definition file dsmserv.dsk"?  <<<


TIA
Don Prince



Re: tsm: what is dsmserv.dsk

2000-10-02 Thread Lawrence Clark

It's a list of your log and database volumes. If I recall correctly, in the migration 
notes in the getting started manual it says TSM will create a default set of db and 
log files if it can't find your site defined volumes.

[backup] /home/root/dsmsave # more dsmserv.dsk
/var/adsmloga/adsmloga
/var/adsmlogb/adsmlogb
/var/adsmdba/dbvola
/var/adsmdbb/dbvolb
/var/adsmdbc/dbvolc
/var/adsmdbd/dbvold
/var/adsmdbe/dbvole
/var/adsmdbf/dbvolf
/var/adsmdbg/dbvolg
/var/adsmdbh/dbvolh


>>> [EMAIL PROTECTED] 09/29/00 09:35PM >>>
Just my first attempt to get Tivoli Storage Manager for AIX-RS/6000
Version 3, Release 7, Level 0.0 to work!

This is what I get ...

# cd /usr/tivoli/tsm/server/bin
# ./dsmserv
ANR7800I DSMSERV generated at 16:19:10 on Aug 24 1999.

Tivoli Storage Manager for AIX-RS/6000
Version 3, Release 7, Level 0.0

Licensed Materials - Property of IBM

5697-TSM (C) Copyright IBM Corporation 1999. All rights reserved.
U.S. Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corporation.

ANR0900I Processing options file /usr/tivoli/tsm/server/bin/dsmserv.opt.
ANR0990I Server restart-recovery in progress.
ANR0212E Unable to read disk definition file dsmserv.dsk.

>>>  WHAT IS THIS "disk definition file dsmserv.dsk"?  <<<


TIA
Don Prince



Re: W2K backup missing a volume

2000-10-02 Thread James Healy

Check the security on that drive compared to the others


-
Do You Yahoo!?
Yahoo! Photos - 35mm Quality Prints, Now Get 15 Free!



Netware Schedule backup eats memory

2000-10-02 Thread Nilsson Niklas

Hi

Is there anyone else out there who has problem with the Netware client and
memory.
It seems like the program don't realeses the memory when its done.
If you unload dsmc it works...
Any suggestions??

//Niklas



Re: Anybody out there looking at LTO (linear tape)

2000-10-02 Thread Robinson, Cris

Yes. We are currently starting the evaluation of an IBM 3584 Ultrium LTO.
We, like countless others, have exceeded DLT's capacity. So here are some
good things about LTO..

media cost: about $85 each
drive cost: about $11K each
Library cost: Still don't have an exact number to give, but VERY competitive
from what we have heard.

HERE ARE SOME GOTCHA'S !!!:

Most shops like us are using HVD, High Voltage Differential, with our
current DLT environments with Adaptec 2944UW or similar SCSI adapters.

LTO have been released with LVD, Low Voltage Differential, you will need to
have a SCSI card like Adaptecs 2940 to use these drives or wait until HVD
later this month.

No FIBRE drives until Q1/Q2 next year.

IBM goofed on their SCSI/Fibre support in my humble opinion. We are trying
to integrate an LTO into our SAN testing and the SAN DATA GATEWAY for LVD
wont be out until the end of this month. Not a big deal to most of you folks
if you are just starting out on this LTO adventure.

Here is a link with more info:

http://www.storage.ibm.com

http://www.storage.ibm.com/hardsoft/tape/lto/prod_data/lto_3-16.pdf

I'll let everyone know what else we find out...


CR

__
Cris Robinson
Storage Engineering
Information Technology Services & Support
Liberty Mutual Insurance
Portsmouth, New Hampshire
603.245.4837
mailto:[EMAIL PROTECTED]



> -Original Message-
> From: Steve Harris [SMTP:[EMAIL PROTECTED]]
> Sent: Sunday, October 01, 2000 8:06 PM
> To:   [EMAIL PROTECTED]
> Subject:  Re: Anybody out there looking at LTO (linear tape)
>
> What's the media cost?
>
> It seems to me that most midrange tape media are priced by capacity and
> cost of the previous generation less a small discount rather than any
> relation to the actual cost of production.  Does this trend continue with
> Ultrium?
>
> Steve Harris
>
> AIX/ADSM/Oracle/HACMP Guy
> The Wesley Hospital, Brisbane Australia
>
>
>
>
>
>
> "Joshua S. Bassi" <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 29/09/2000
> 04:23:36
>
> Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
>
> Sent by:  "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>
>
>
> To:   [EMAIL PROTECTED]
> cc:
> Fax to:
> Subject:  Re: Anybody out there looking at LTO (linear tape)
>
>
> As an IBM Business Partner we have been involved with LTO since early
> 1999.  We have found it impressively reliable - LTO's roots are in
> Magstar 3590.
>
> Right now we have several proposals out for the 3583 Scalable Ultrium
> Library.  Other vendors are pitching DLT.  Our customers are leaning
> towards us due to LTO's impressive price/performance ratio.
>
>
> --
> Joshua S. Bassi
> Senior Technical Consultant
> Symatrix Technology, Inc.
> [EMAIL PROTECTED]
>
> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
> Sattler, Lynn
> Sent: Thursday, September 28, 2000 10:47 AM
> To: [EMAIL PROTECTED]
> Subject: Anybody out there looking at LTO (linear tape)
>
>
> We have a lot of DLT drives, but they fail a lot.
>
> We have looked at an IBM 3494 with 3590e's, but they are expensive and
> Sunguard in Philadelphia only has only 4 drives.
>
> Additional IBM 3590  drives are about $850 per month to have on contract.
>
> We are currently researching an LTO robot and drives from IBM.   IBM calls
> it an Anaconda or a Ultrium.
>
> It is hardware that is a result of a consortium of Open Systems vendors.
> It
> is priced in the DLT range less than $10,000 per drive.
>
> Anyone out there know anything good or bad.
>
> Also, we are wondering how fast Sunguard will have this equipment.  Based
> on
> it's price we feel it will be soon.
>
>
> Lynn Sattler
> Dana Corp
> Toledo Oh
> [EMAIL PROTECTED]
>
>
> ===
> This email message has been swept by
> MIMESweeper at The Wesley Hospital - Australia
>
> Although this email has been scanned for Viruses please
> ensure that due care is taken and correct virus management
> procedures are maintained.
> ===



Re: what is dsmserv.dsk

2000-10-02 Thread Richard L. Rhodes

The first time I ran into the dsmserv.dsk file I was completely
confused.  The QuickStart guide has 2 references to it: page 2 and 7.
 Neither gives any idea of what it is or why you need it.  The
comment on page 7 about this file being read from the directory where
the server is started is under a section labeled "Defining
Environment Variables - kind if hidden.  On Page 7 and 8, under
"Runing Multiple Servers on a Single Machine" there is no mention of
needing to create a dsmserv.dsk  in the directory where you want the
db files created.  They talk about copying the dsmserv.opt, but not
the dsmserv.dsk.  This omission is a major mistake that caused me
several hours of confusion.

So, I agree with the origional poster that dsmserv.dsk is poorly
documented.

Rick

On 30 Sep 2000, at 7:19, Richard Sims wrote:
> > >>>  WHAT IS THIS "disk definition file dsmserv.dsk"?  <<<
>
> Don - You are apparently not referencing the Quick Start manual, needed for
>   properly installing and initializing your new server - dsmserv.dsk
> is described in there, and would be created automatically in the install.
> Don't try to take shortcuts: follow the detailed instructions.
> Richard Sims, BU
>



Help! Cross-Client restore via ebu fails

2000-10-02 Thread Andersen Jens Skjellerup

I have a problem
I need to restore a oracle database via ebu/connect agent for oracle on
another oracle server.
he backup and restore is ok , my problem is to restore the database from
client A
to client B using ebu script,  watt do I need  to set up on  client b: ?

oracle   =  7.3.4
ebu  =  2.2


___
Jens Skjellerup Andersen

WM-data Infra Solutions A/S
Lautrupvang 10
DK-2750 Ballerup

Phone   (+45) 44 78 40 00
Direct  (+45) 44 78 41 89
Mobil   (+45) 21 71 72 84
Fax (+45) 44 78 49 12
Internet[EMAIL PROTECTED]
___



Stratus VOS

2000-10-02 Thread Frost, Dave

Hi *SM'ers

Is anybody using TSM to backup a Stratus VOS?  Apparently this can be done
by nfs mounting the filesystem, but there is some concern that using this
techique could give problems on restores, since the data will be put back in
a physically different position, and physical position is very important to
Stratus

Are there any other problems or gotchas we should be aware of?

dave
--
 hit any user to continue 


www.guardianit.com  The 
information contained in this email is confidential and intended only for the use of 
the individual or entity named above.  If the reader of this message is not the 
intended recipient, you are hereby notified that any dissemination, distribution, or 
copying of this communication is strictly prohibited.  Guardian iT Group will accept 
no responsibility or liability in respect to this email other than to the addressee.  
If you have received this communication in error, please notify us immediately via 
email: [EMAIL PROTECTED]



Antwort: license

2000-10-02 Thread Hans-Heinrich Hehmsoth

Hello,

on a Sun Solaris platform for the server I only had to install the license
package from TSM 4.1.0.0 and register the licenses.

Hans-Heinrich Hehmsoth




Peter Schrijvers <[EMAIL PROTECTED]> am 02.10.2000 08:51:32 GMT

Bitte antworten an "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]>

An:[EMAIL PROTECTED]
Kopie:  (Blindkopie: Hans-Heinrich Hehmsoth/nbg/DE)
Thema: license




Hello dear TSM friends,

I wrote some mails about the license problem when you perform an upgrade
direct to TSM 4.1.1.0
instead upgrading first to TSM 4.1.0.0

I think I have the same problem :

I have an audit license running for 3 days now and the result is license
node = 0.
In fact I did not start this audit command.

Do I have to downgrade now to 4.1.0.0 to get this licenses ok or does
anyone have other suggestions?

Thank you

Peter Schrijvers
BASF Computer Services N.V.



license

2000-10-02 Thread Peter Schrijvers

Hello dear TSM friends,

I wrote some mails about the license problem when you perform an upgrade
direct to TSM 4.1.1.0
instead upgrading first to TSM 4.1.0.0

I think I have the same problem :

I have an audit license running for 3 days now and the result is license
node = 0.
In fact I did not start this audit command.

Do I have to downgrade now to 4.1.0.0 to get this licenses ok or does
anyone have other suggestions?

Thank you

Peter Schrijvers
BASF Computer Services N.V.