3570 Library Question

2001-09-02 Thread Maurice van 't Loo
Hi, I'v got a question about the IBM3570 Library on a RS/6000 server. The library is able to push the tapes further in the slots than the standard place, further to the door. The tapes are in that case checked out. I saw it happend in the full-automatic mode of the library. Now the library i

Offsite tapes

2001-09-02 Thread
I backed up the primary stg pools to copy pools for offsite backups. I ejected the tapes from copy pools and sent to offsite. How can i determine the tapes to be returned from offsite in order to use again? The access type of the volumes were set to offsite after ejecting from the tapes library

Re: Slow Restores on Netware

2001-09-02 Thread Mark Stapleton
On Tue, 28 Aug 2001 09:40:11 -0700, Bill Boyer wrote: >Are you compressing the Netware volume? If the Netware is compressed at the volume level, there is no compression going on during the file transfers to or from TSM. The very nature of the volume strucutre itself is compressed, and puts no com

Re: Slow Restores on Netware

2001-09-02 Thread Mark Stapleton
On Mon, 27 Aug 2001 21:49:52 -0500, you wrote: >Is it me or is a restore of Netware data slow? I get at best 5.6g per >hour off of a 21g per hour drive. TSM backs it up fast but takes way >to long to restore. Does anyone else have this problem and if so what >do you do? Rather than just shrug

Re: Turning off migration and reclamation

2001-09-02 Thread Mark Stapleton
On Mon, 27 Aug 2001 14:47:41 -0600, you wrote: >I am new to TSM. In the OS/390 Administrator's Guide, it recommends >that you turn off migration and reclamation while you backup the >database. Is there any other way to do this besides setting the HIGHMIG >and RECLAIM parameters on each storage p

Re: NT Journal Backups

2001-09-02 Thread Maurice van 't Loo
As i know, journal file systems and journal services are completly different. A journal file systems works with his filesystems like a database, put the changes in a log, make the changes and if succesfull, delete the record from the log. If the OS crashes during a write action, your filesystem c

Re: Cannot delete tape in empty status... media state is incorrect

2001-09-02 Thread Maurice van 't Loo
Did you already try to label the tape again with an 'overwrite=yes' ? Greetings, Maurice

Re: Question regarding exclude.list

2001-09-02 Thread Maurice van 't Loo
The list is in the right order, but you forget the subdir's exclude /usr/* excludes all files in this dir, but not in the dirs under that. So: exclude /usr/.../* include/usr/local/.../* exclude /tmp/* or: exclude.dir /usr/ include /usr/local/.../* exclude.dir /tmp/ Greetin