Re: Netware TSM 551 client

2008-12-16 Thread Steven Harris
Ramiro, It will start a new backup from the beginning. Now that will mean that any changed files will be backed up, but there should not be many as you just ran the first backup. What will take time is going through the filesystems and comparing them to the database. I hope that makes sense to

Re: Delete Copypool?

2008-12-16 Thread Huebner,Andy,FORT WORTH,IT
When you delete a copy pool volume you will only lose the data on that volume, you will not lose the data in the primary pool. If you run a backup storage pool to the copy pool TSM will re-copy the deleted data to it. We deleted nearly 1,000 tapes from a copy pool we stopped using, but before we

Delete Copypool?

2008-12-16 Thread Christian Svensson
Hi Everyone, I wanna delete a copypool storage group on a server but still keep the data in my primary tape pool. When I read the help information it only tells me information what's happening if I delete a primary disk or tape pool. My question is, how will TSM react when I delete a volume in m

Netware TSM 551 client

2008-12-16 Thread Ramiro Ruiz
Sorry for the question. I am backing up about 6 TB of data, divided into 3 Netware volumes. We are forced to stop the backup because of Hydro issues in the building, the backup is on the last volume. What would it happen if I stop the backup, and re-run it later? would go to the last backed it u

Re: The Intergrated Solutions Console BAD performance.

2008-12-16 Thread Richard Rhodes
We quite using it a long time ago, and won't try again until TSM v6.1 comes out. "Minns, Farren - Chichester" ADSM-L@VM.MARIST.EDU Sent by: "ADSM:cc Dist Stor

Re: The Intergrated Solutions Console BAD performance.

2008-12-16 Thread Bos, Karel
We worked around the Intergrated thingy by using tsmmanager. -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Richard Rhodes Sent: dinsdag 16 december 2008 18:05 To: ADSM-L@VM.MARIST.EDU Subject: Re: The Intergrated Solutions Console BAD perf

Re: The Intergrated Solutions Console BAD performance.

2008-12-16 Thread Lindsay Morris
The 6.1 version is supposed to be much improved, both in performance and in usability. Guess that doesn't help you today... all I got though. -- Lindsay Morris Principal www.tsmworks.com 919-403-8260 lind...@tsmworks.com On Dec 16, 2008, at Dec 16, 9:29 AM, Minns, Farren - Chichester wrote

The Intergrated Solutions Console BAD performance.

2008-12-16 Thread Minns, Farren - Chichester
Hi all (running TSM 5.4.1.2 on Solaris) ... Solutions Console 6.0.1 Whilst I try to use the ISC as little as often there are times when it would be handy, especially when I'm out of the office and someone is covering me. At present I have it running on a Solaris box with lots of free memory and

Re: select output help

2008-12-16 Thread goc
oh, yea .. .thanks (going to see diff) // g On Tue, Dec 16, 2008 at 1:51 PM, Dwight Cook wrote: > You looking for something like this??? > > select session_id as "Sesija",cast(client_name as char(15)) as "Node", - > cont> cast(state as char(10)) as "Stanje", - > cont> current_timestamp-start_ti

Re: select output help

2008-12-16 Thread Dwight Cook
You looking for something like this??? select session_id as "Sesija",cast(client_name as char(15)) as "Node", - cont> cast(state as char(10)) as "Stanje", - cont> current_timestamp-start_time as "Proteklo vrijeme", - cont> cast((cast(bytes_sent as decimal(18,0)) / cast((current_timestamp-start_t

select output help

2008-12-16 Thread goc
hi all, i have this script which shows me transfer speed of active nodes > tsm: TSM01>q scr active f=lines Name Line Command Number -- -- ACTIVE 5 select session_id as "Ses