Re: ADSM database backup to a file.

2001-04-16 Thread Cook, Dwight E

Uhm I might just have to put me together a sun box  try this...
Dwight


-Original Message-
From: France, Don G (Pace) [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 13, 2001 4:50 PM
To: [EMAIL PROTECTED]
Subject: Re: ADSM database backup to a file.


There are specific-path references, and file-system-dependent things in the
TSM data base - which makes each server you install PLATFORM-SPECIFIC.
So... the short answer is "no".


 -Original Message-
From:   Rainer Wolf [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, April 11, 2001 6:04 AM
To: [EMAIL PROTECTED]
Subject:    Re: ADSM database backup to a file.

Hi ,

Can I also create this 'flatfile' on a AIX system ( server-a ) 
 and restore the server on a Solaris system ( server-b ) ?

I would like to use this solaris-adsm/tsm- server only for a quick restore 
of data previously backed up on server-a which uses copy-Storagepools 
via server-server on a third system- (server-c)  and I don't want to use 
this solaris system for backup, because it only has disks and no library 
... someone using such a configuration -or is this quite anomalous ?

( Szenario : server-a and Clients from this server-a 
(with 'client-data-copys-send-to-server-c' ) 
are completely destroyed - then trying to restore latest 
active backups for the Clients as fast as possible on server-b using
just the copy from server-c )  


Thanks in advance  for any hints !

Rainer

"Cook, Dwight E" wrote:
 
 Sure, to move an adsm environment across town where I was a few states
away
 and didn't want to fly in for a half day...
 define a device class of "FILE" and use it to backup the DB.
 I did a full, then FTP'ed it over to a new machine that was to become the
 server... as soon as I got the full FTP'ed over I did a restore with
 commit=no, then I locked out clients, did an incremental, FTP'ed that one
 over, did a restore with commit=yes and started up TSM.  (while I was
doing
 that the DNS folks were doing there thing, then the clients just had to
 bounce their schedulers...)
 -DEFine DEVclass--device_class_nameDEVType--=--FILE---
 
   .-MOUNTLimit--=--1.
 -+-+---
   '-MOUNTLimit--=--mountlimitvalue--'
 
   .-MAXCAPacity--=--4M.
 -+---+-
   '-MAXCAPacity--=--size--'
 
   .-DIRectory--=--current_directory_name--.
 -+---+
   '-DIRectory--=--directory_name--'
 
 so something like
 def devc FLATFILE devt=file maxcap=4096M dir=/usr/adsm/flatfile
 then just use it like
 backup db t=f s=y dev=flatfile
 and it will create a file in /usr/adsm/flatfile
 to automatically get rid of the file in that directory, do like you would
 normally... del volhist t=dbb tod=-x and any db backup files in
 /usr/adsm/flatfile older than "x" will be deleted...
 
 Dwight
 
 -Original Message-
 From: Zosimo Noriega (ADNOC IST) [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 10, 2001 1:10 AM
 To: [EMAIL PROTECTED]
 Subject: ADSM database backup to a file.
 
 Hi everyone,
 Can i backup my adsm db into a file because i usually backed up into tapes
 using the devclass.
 if possible, please provide the commands or steps how to do it and how to
 restore it.
 
 thanks,
 zosi

-- 

Mit freundlichen Gren / best regards
Rainer Wolf


 __
   
 Rainer Wolf  [EMAIL PROTECTED]  
 Tel: 0731-50-22482   Fax: 0731-50-22471   
 University of Ulmhttp://www.uni-ulm.de/urz
 University Computing Center  Albert-Einstein-Allee 11   
 AG Basissysteme  89069 Ulm



Re: ADSM database backup to a file.

2001-04-15 Thread France, Don G (Pace)

There are specific-path references, and file-system-dependent things in the
TSM data base - which makes each server you install PLATFORM-SPECIFIC.
So... the short answer is "no".


 -Original Message-
From:   Rainer Wolf [mailto:[EMAIL PROTECTED]] 
Sent:   Wednesday, April 11, 2001 6:04 AM
To: [EMAIL PROTECTED]
Subject:    Re: ADSM database backup to a file.

Hi ,

Can I also create this 'flatfile' on a AIX system ( server-a ) 
 and restore the server on a Solaris system ( server-b ) ?

I would like to use this solaris-adsm/tsm- server only for a quick restore 
of data previously backed up on server-a which uses copy-Storagepools 
via server-server on a third system- (server-c)  and I don't want to use 
this solaris system for backup, because it only has disks and no library 
... someone using such a configuration -or is this quite anomalous ?

( Szenario : server-a and Clients from this server-a 
(with 'client-data-copys-send-to-server-c' ) 
are completely destroyed - then trying to restore latest 
active backups for the Clients as fast as possible on server-b using
just the copy from server-c )  


Thanks in advance  for any hints !

Rainer

"Cook, Dwight E" wrote:
 
 Sure, to move an adsm environment across town where I was a few states
away
 and didn't want to fly in for a half day...
 define a device class of "FILE" and use it to backup the DB.
 I did a full, then FTP'ed it over to a new machine that was to become the
 server... as soon as I got the full FTP'ed over I did a restore with
 commit=no, then I locked out clients, did an incremental, FTP'ed that one
 over, did a restore with commit=yes and started up TSM.  (while I was
doing
 that the DNS folks were doing there thing, then the clients just had to
 bounce their schedulers...)
 -DEFine DEVclass--device_class_nameDEVType--=--FILE---
 
   .-MOUNTLimit--=--1.
 -+-+---
   '-MOUNTLimit--=--mountlimitvalue--'
 
   .-MAXCAPacity--=--4M.
 -+---+-
   '-MAXCAPacity--=--size--'
 
   .-DIRectory--=--current_directory_name--.
 -+---+
   '-DIRectory--=--directory_name--'
 
 so something like
 def devc FLATFILE devt=file maxcap=4096M dir=/usr/adsm/flatfile
 then just use it like
 backup db t=f s=y dev=flatfile
 and it will create a file in /usr/adsm/flatfile
 to automatically get rid of the file in that directory, do like you would
 normally... del volhist t=dbb tod=-x and any db backup files in
 /usr/adsm/flatfile older than "x" will be deleted...
 
 Dwight
 
 -Original Message-
 From: Zosimo Noriega (ADNOC IST) [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 10, 2001 1:10 AM
 To: [EMAIL PROTECTED]
 Subject: ADSM database backup to a file.
 
 Hi everyone,
 Can i backup my adsm db into a file because i usually backed up into tapes
 using the devclass.
 if possible, please provide the commands or steps how to do it and how to
 restore it.
 
 thanks,
 zosi

-- 

Mit freundlichen Gren / best regards
Rainer Wolf


 __
   
 Rainer Wolf  [EMAIL PROTECTED]  
 Tel: 0731-50-22482   Fax: 0731-50-22471   
 University of Ulmhttp://www.uni-ulm.de/urz
 University Computing Center  Albert-Einstein-Allee 11   
 AG Basissysteme  89069 Ulm



Re: ADSM database backup to a file.

2001-04-11 Thread Rainer Wolf

Hi ,

Can I also create this 'flatfile' on a AIX system ( server-a ) 
 and restore the server on a Solaris system ( server-b ) ?

I would like to use this solaris-adsm/tsm- server only for a quick restore 
of data previously backed up on server-a which uses copy-Storagepools 
via server-server on a third system- (server-c)  and I don't want to use 
this solaris system for backup, because it only has disks and no library 
... someone using such a configuration -or is this quite anomalous ?

( Szenario : server-a and Clients from this server-a 
(with 'client-data-copys-send-to-server-c' ) 
are completely destroyed - then trying to restore latest 
active backups for the Clients as fast as possible on server-b using
just the copy from server-c )  


Thanks in advance  for any hints !

Rainer

"Cook, Dwight E" wrote:
 
 Sure, to move an adsm environment across town where I was a few states away
 and didn't want to fly in for a half day...
 define a device class of "FILE" and use it to backup the DB.
 I did a full, then FTP'ed it over to a new machine that was to become the
 server... as soon as I got the full FTP'ed over I did a restore with
 commit=no, then I locked out clients, did an incremental, FTP'ed that one
 over, did a restore with commit=yes and started up TSM.  (while I was doing
 that the DNS folks were doing there thing, then the clients just had to
 bounce their schedulers...)
 -DEFine DEVclass--device_class_nameDEVType--=--FILE---
 
   .-MOUNTLimit--=--1.
 -+-+---
   '-MOUNTLimit--=--mountlimitvalue--'
 
   .-MAXCAPacity--=--4M.
 -+---+-
   '-MAXCAPacity--=--size--'
 
   .-DIRectory--=--current_directory_name--.
 -+---+
   '-DIRectory--=--directory_name--'
 
 so something like
 def devc FLATFILE devt=file maxcap=4096M dir=/usr/adsm/flatfile
 then just use it like
 backup db t=f s=y dev=flatfile
 and it will create a file in /usr/adsm/flatfile
 to automatically get rid of the file in that directory, do like you would
 normally... del volhist t=dbb tod=-x and any db backup files in
 /usr/adsm/flatfile older than "x" will be deleted...
 
 Dwight
 
 -Original Message-
 From: Zosimo Noriega (ADNOC IST) [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, April 10, 2001 1:10 AM
 To: [EMAIL PROTECTED]
 Subject: ADSM database backup to a file.
 
 Hi everyone,
 Can i backup my adsm db into a file because i usually backed up into tapes
 using the devclass.
 if possible, please provide the commands or steps how to do it and how to
 restore it.
 
 thanks,
 zosi

-- 

Mit freundlichen Gren / best regards
Rainer Wolf


 __
   
 Rainer Wolf  [EMAIL PROTECTED]  
 Tel: 0731-50-22482   Fax: 0731-50-22471   
 University of Ulmhttp://www.uni-ulm.de/urz
 University Computing Center  Albert-Einstein-Allee 11   
 AG Basissysteme  89069 Ulm



ADSM database backup to a file.

2001-04-10 Thread Zosimo Noriega (ADNOC IST)

Hi everyone,
Can i backup my adsm db into a file because i usually backed up into tapes
using the devclass.
if possible, please provide the commands or steps how to do it and how to
restore it.

thanks,
zosi



Re: ADSM database backup to a file.

2001-04-10 Thread Herfried Abel

hello,
1)you have to define a devclass of deftype FILE e.g

adsm def devc dbbackup devt=FILE direc=/dir/for/backups

2)then you can simply perform a dbbackup eg:

dsmc backup db devc=dbbackup type=full vol=name_of_backup_file

3)with DSMSERV RESTORE DB you can restore youradsm db / you need a good
DEVCONFIG file and VOLUMEHISTORY file( its good to have a look in the
manual befor you do this ;-)

herfried




"Zosimo Noriega (ADNOC IST)" [EMAIL PROTECTED]@VM.MARIST.EDU on
10.04.2001 08:10:17

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

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


To:   [EMAIL PROTECTED]
cc:

Subject:  ADSM database backup to a file.


Hi everyone,
Can i backup my adsm db into a file because i usually backed up into tapes
using the devclass.
if possible, please provide the commands or steps how to do it and how to
restore it.

thanks,
zosi



Re: ADSM database backup to a file.

2001-04-10 Thread Cook, Dwight E

Sure, to move an adsm environment across town where I was a few states away
and didn't want to fly in for a half day...
define a device class of "FILE" and use it to backup the DB.
I did a full, then FTP'ed it over to a new machine that was to become the
server... as soon as I got the full FTP'ed over I did a restore with
commit=no, then I locked out clients, did an incremental, FTP'ed that one
over, did a restore with commit=yes and started up TSM.  (while I was doing
that the DNS folks were doing there thing, then the clients just had to
bounce their schedulers...)
-DEFine DEVclass--device_class_nameDEVType--=--FILE---

  .-MOUNTLimit--=--1.
-+-+---
  '-MOUNTLimit--=--mountlimitvalue--'

  .-MAXCAPacity--=--4M.
-+---+-
  '-MAXCAPacity--=--size--'

  .-DIRectory--=--current_directory_name--.
-+---+
  '-DIRectory--=--directory_name--'

so something like
def devc FLATFILE devt=file maxcap=4096M dir=/usr/adsm/flatfile
then just use it like
backup db t=f s=y dev=flatfile
and it will create a file in /usr/adsm/flatfile
to automatically get rid of the file in that directory, do like you would
normally... del volhist t=dbb tod=-x and any db backup files in
/usr/adsm/flatfile older than "x" will be deleted...

Dwight


-Original Message-
From: Zosimo Noriega (ADNOC IST) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 10, 2001 1:10 AM
To: [EMAIL PROTECTED]
Subject: ADSM database backup to a file.


Hi everyone,
Can i backup my adsm db into a file because i usually backed up into tapes
using the devclass.
if possible, please provide the commands or steps how to do it and how to
restore it.

thanks,
zosi