Search:
Type: Posts; User: DazRaz
Search: Search took 0.00 seconds.
-
05-13-2013, 11:15 PM
Thread: How to identify nodes NOT in a nodegroup
by DazRaz- Replies
- 4
- Views
- 178
Not using nodegroups so haven't tried this, but I...
Not using nodegroups so haven't tried this, but I do a similiar thing for collocation groups.
select node_name, collocgroup_name from nodes where length(collocgroup_name) is null
Not sure of... -
05-09-2013, 06:55 PM
Thread: TS3310 Library Query - Move Data
by DazRaz- Replies
- 3
- Views
- 349
You could create new storage pools and use...
You could create new storage pools and use migrate stg.
Also, if the drives are going to be in the same library long term, I would setup different logical libraries for them. We tried keeping... -
05-06-2013, 11:44 PM
Thread: Script to list ALL backup contents
by DazRaz- Replies
- 4
- Views
- 1,015
It might be helpful to describe the problem the...
It might be helpful to describe the problem the PM was trying to solve with this list of filenames, size and tapes.
There is bound to be a better way to solve the problem. -
04-29-2013, 08:15 PM
- Replies
- 4
- Views
- 1,019
TSM for ERP works differently from the TSM for...
TSM for ERP works differently from the TSM for Databases client.
BOTH log and database backups are archives to TSM. -
04-23-2013, 08:17 PM
Thread: Problem with expired tapes.
by DazRaz- Replies
- 2
- Views
- 772
Try q volh t=dbb
TSM database backup tapes...
Try q volh t=dbb
TSM database backup tapes don't belong to a storagepool. If these tapes are TSM database tapes, you may want to change the retention of database tapes. -
03-21-2013, 05:38 PM
- Replies
- 3
- Views
- 313
You can do this for the storage pool as a whole...
You can do this for the storage pool as a whole by setting a migration delay.
upd stg <pool_name> migd=90 migc=no rec=100
migrate stg <pool_name> lo=0
The migration will migrate everything... -
01-20-2013, 07:43 PM
Thread: TDP ERP DB2 restore fails SQL2062N RC:18
by DazRaz- Replies
- 5
- Views
- 519
It looks like the client lost connection to the...
It looks like the client lost connection to the TSM server. I've seen the "Vendor: Reason Code 18" when running backups are killed either manually or a higher priority process prempts it.
... -
01-08-2013, 09:57 PM
Thread: Error on tape
by DazRaz- Replies
- 3
- Views
- 291
I would not use the tape again. Trident's first...
I would not use the tape again. Trident's first suggestion is the procedure to restore the data on the damaged tape from the copypools. You can run the following to find the volumes you will need....
-
01-08-2013, 09:48 PM
Thread: TSM scratch tapes issue need help
by DazRaz- Replies
- 15
- Views
- 883
I would try to find out why they are private.
...
I would try to find out why they are private.
q act begind=-30 search=<tape_name>
You may be able to spot why the tape is set to private. No need to check the tapes back out and in. Use this:... -
01-08-2013, 08:45 PM
Thread: TSM scratch tapes issue need help
by DazRaz- Replies
- 15
- Views
- 883
You still have plenty to scratch tapes in the...
You still have plenty to scratch tapes in the library? I wouldn't worry about which tapes the library picks up. If it attempts to mount a scratch tape and that fails, it will change the tape from...
-
01-07-2013, 10:30 PM
Thread: TSM scratch tapes issue need help
by DazRaz- Replies
- 15
- Views
- 883
So what actual problem are you experiencing? ...
So what actual problem are you experiencing? There is no point in keeping TSM database backups forever. If you have to restore the TSM database, you will want to get the storage pool tapes back to...
-
Doing a similiar amount for 50 servers across 2Mb...
Doing a similiar amount for 50 servers across 2Mb links. It is going to hit the network hard. For us, it is all in the timing. We swamp the lines when no one else is using them. You could look at...
-
01-07-2013, 09:49 PM
Thread: TSM scratch tapes issue need help
by DazRaz- Replies
- 15
- Views
- 883
For the database backups, look at Set DRMDBB. To...
For the database backups, look at Set DRMDBB. To retain database backups for 5 days use 'Set DRMDBB 5'. Typically, you should then set the reuse delay on the storage pools to 5 days too.
After... -
01-03-2013, 02:06 PM
Thread: Finding Tape Drive Utilisation
by DazRaz- Replies
- 2
- Views
- 271
Thanks Ralf
Works a treat now.
Thanks Ralf
Works a treat now. -
01-02-2013, 08:02 PM
Thread: Finding Tape Drive Utilisation
by DazRaz- Replies
- 2
- Views
- 271
Finding Tape Drive Utilisation
Hi
In ver5.5, I have been using the following to find the number of minutes tapes are loaded in tape drives. This has been useful in the past for demonstrating why we need more tape drives.
... -
12-19-2012, 10:07 PM
Thread: define collocation members
by DazRaz- Replies
- 2
- Views
- 277
When grouping servers for collocation, I would...
When grouping servers for collocation, I would consider then retention periods for the data. The servers in the same group should be expiring their data at the same time as this will reduce the...
-
12-04-2012, 07:41 PM
Thread: Perf issue with TSM
by DazRaz- Replies
- 5
- Views
- 363
What is also of interest is how many files are...
What is also of interest is how many files are are in total on each server. TSM is only backing up files which have changes and for the slower server it is possible that it is having to spend alot...
-
11-28-2012, 05:26 PM
Thread: File backup full + incremental, how ??
by DazRaz- Replies
- 10
- Views
- 492
You would use less tapes creating and maintaining...
You would use less tapes creating and maintaining copypools than if you try the dated approach of full and incrementals.
How much data is huge? It would help us put it into perspective. Large... -
11-28-2012, 05:18 PM
- Replies
- 3
- Views
- 374
Did the tech mistakenly put the same drive back...
Did the tech mistakenly put the same drive back in again?
-
11-19-2012, 10:22 PM
Thread: TSM 6.x Storage Pools (a poll)
by DazRaz- Replies
- 4
- Views
- 500
On my AIX TSM servers, I have disk and file...
On my AIX TSM servers, I have disk and file device classes. The disk device class is used for DB2 logs and the storage pool is caching the data so the last 2-3 days are available without needing a...
-
10-25-2012, 05:16 AM
- Replies
- 18
- Views
- 1,180
Ok, that makes things a little clearer. Are you...
Ok, that makes things a little clearer. Are you ready to move everything to the new storage pool? I would update the pool to make the new pool the target for migrations with "upd stg...
-
10-24-2012, 03:45 PM
- Replies
- 18
- Views
- 1,180
Is reducing the maxscratch setting of the storage...
Is reducing the maxscratch setting of the storage pool an option?
Would be interesting to know how many nodes are backing up to this storage pool. There will be at least one filling tape per node... -
10-24-2012, 03:58 AM
- Replies
- 18
- Views
- 1,180
That is wrong and I think you are over...
That is wrong and I think you are over complicating things. The move data commands didn't work because you had set the volumes to read only. Move data does work on filling volumes and you do not...
-
10-23-2012, 01:06 AM
- Replies
- 11
- Views
- 2,219
How will that help? If you run out of log space...
How will that help? If you run out of log space reducing the log space will not help. Speeding up the backup will reduce the time the backup is holding the log open with an active transaction...
-
10-22-2012, 06:24 PM
- Replies
- 18
- Views
- 1,180
I would set them back to readw. Try a move data...
I would set them back to readw. Try a move data after that.
-
10-22-2012, 04:54 PM
- Replies
- 11
- Views
- 2,219
This may be of interest. It is a very high level...
This may be of interest. It is a very high level overview of what we did with our BW system. Backup time from 24 hours to 5 hours with the TSM for ERP on AIX and DB2.
... -
10-22-2012, 03:57 PM
- Replies
- 11
- Views
- 2,219
I would set the number of sessions to 0. DB2...
I would set the number of sessions to 0. DB2 will then automatically use what it thinks the the optimal number of sessions.
Settings I use are:
Number of buffers: 0
Buffer Size: 0... -
10-18-2012, 11:29 PM
- Replies
- 11
- Views
- 2,219
Whoops, sorry. You have the issue in the logs...
Whoops, sorry. You have the issue in the logs you provided.
15/10/12 01:46:45 ANR2998W The server log is 81 percent full. The server has
cancelled the oldest transaction in the log. (SESSION:... -
10-18-2012, 11:26 PM
- Replies
- 11
- Views
- 2,219
That is the same error we get if TSM requires the...
That is the same error we get if TSM requires the tape drive for something else. The classic problem is the TDP requires access to the logs to complete the backup, so it goes to restore the logs...
-
10-11-2012, 04:10 PM
- Replies
- 2
- Views
- 439
This will depend on whether you used the move...
This will depend on whether you used the move media command to remove the full tapes. If you did, then the command will be :
q media * stg=<storage_pool_name> wherestate=mountablen
If you... -
09-27-2012, 06:10 PM
Thread: Need some advice - out of scratch
by DazRaz- Replies
- 7
- Views
- 1,106
I use this query to find nodes which are not...
I use this query to find nodes which are not assigned to a collocation group. Good to run every now and then to find if any have slipped through the cracks.
select node_name, collocgroup_name... -
09-27-2012, 06:04 PM
- Replies
- 4
- Views
- 1,019
It does archives in TSM.
It does archives in TSM.
-
09-26-2012, 12:24 AM
Thread: volhistory type shows =export
by DazRaz- Replies
- 1
- Views
- 624
Backup data has been exported out of TSM...
Backup data has been exported out of TSM presumably for import into another TSM solution? So long as the export hasn't been done as some sort of archive, these tapes could be deleted.
Use
... -
08-05-2012, 10:48 PM
Thread: error while connecting to ProLE
by DazRaz- Replies
- 14
- Views
- 1,529
Ok, prole is not running. You need something...
Ok, prole is not running. You need something like this in inittab
pd64:2345:respawn:/usr/tivoli/tsm/tdp_r3/db264/prole -p tdpr3db264
Cheers -
08-05-2012, 10:40 PM
- Replies
- 3
- Views
- 991
If you have auto cleaning enabled on the library...
If you have auto cleaning enabled on the library then this tape should be checked out of the library and re-added. When the screen on the library prompts which logical library to add it to, press...
-
06-18-2012, 06:17 PM
- Replies
- 4
- Views
- 1,013
You don't need to delete any library config in...
You don't need to delete any library config in TSM. First make sure you have 96 empty slots in Library2. Halt TSM. Remove 96 slots from Library2. Add 96 slots to Library one. Start TSM. It will...
-
02-10-2012, 02:00 PM
- Replies
- 3
- Views
- 639
DNS is standard name resolution method. Minimal...
DNS is standard name resolution method. Minimal things should need host file entries and something is wrong if you need to rely on that for your systems. You may want to shorten the TTL (Time To...
-
02-10-2012, 01:48 PM
Thread: Addition of new ts3310 tape unit
by DazRaz- Replies
- 17
- Views
- 2,281
I've added E9U expansions 3 times and not had to...
I've added E9U expansions 3 times and not had to recreate the library. It may depend on whether the control path for the library is changing. Currently doing a number of changes to number of slots...
-
02-09-2012, 07:26 PM
Thread: Addition of new ts3310 tape unit
by DazRaz- Replies
- 17
- Views
- 2,281
You don't need to redefine the library. Go into...
You don't need to redefine the library. Go into the TS3310 web management console and increase the TSM virtual library from 120 slots to the maximum number available. Restart TSM and it will pick...
-
09-23-2011, 06:59 AM
Thread: Unable to eject media from TSM
by DazRaz- Replies
- 2
- Views
- 2,312
Sounds like you need to audit the library. Try...
Sounds like you need to audit the library. Try the following.
audit library LIB01 checklabel=barcode -
04-14-2011, 11:47 PM
- Replies
- 1
- Views
- 2,499
I have done this for LTO3 and LTO5 drives in the...
I have done this for LTO3 and LTO5 drives in the same library. 4 LTO3 drives and 2 LTO5 drives. The devclasses look like this.
tsm: CHCTSM01>q devclass ltotape f=d
Device Class... -
01-26-2011, 07:37 PM
- Replies
- 5
- Views
- 1,850
We are still in the same position with production...
We are still in the same position with production data and TSM data on XIV. Should be resolved over the next month. Our two 5TB databases go straight to tape and we are soon to be using flashcopy...
-
12-20-2010, 02:57 PM
- Replies
- 4
- Views
- 2,659
That is what the console does. You are looking...
That is what the console does. You are looking at the live activity log of the TSM server.
Just run "dsmadmc" without the -console. I think then you will get what you are expecting to see. -
10-21-2010, 06:18 PM
- Replies
- 5
- Views
- 1,850
Have just implemented an XIV at our site. ATM,...
Have just implemented an XIV at our site. ATM, TSM is on it with production data. We are in the middle of juggling around SAN arrays and TSM will be moved off to it's own array so it is on...
-
08-22-2010, 10:31 PM
Thread: ghost tapes on tsm server
by DazRaz- Replies
- 9
- Views
- 1,857
You may just need to do a library audit. I found...
You may just need to do a library audit. I found one in my library and the following after searching the activity log find the issue.
08/11/10 10:15:45 ANR8356E Incorrect volume TSM575L3...
Results 1 to 45 of 70

