Search:
Type: Posts; User: ohiotsmguy
Search: Search took 0.00 seconds.
-
01-10-2013, 04:09 PM
- Replies
- 3
- Views
- 236
What Happens to Copied Data When a Primary Storage Pool Is Moved to a New One?
We moved data from a primary storage pool to a new one. What happens to its copy pool data? Does it get connected with the new storage pool? Does it expire as copies of the new storage pool are...
-
01-10-2013, 08:44 AM
Thread: TSM 5.5 Temp DB Creation
by ohiotsmguy- Replies
- 2
- Views
- 219
I thought of using this capability to create a...
I thought of using this capability to create a temporary table to obtain hard to get information or bypass long wait inquiries.
-
01-09-2013, 03:35 PM
Thread: TSM 5.5 Temp DB Creation
by ohiotsmguy- Replies
- 2
- Views
- 219
TSM 5.5 Temp DB Creation
I was working with a TSM support person and he had me create a temporary table in the TSM DB (5.5). When finished with it, he had me delete it. I don't remember what we did with it but does anyone...
-
12-30-2012, 09:18 AM
Thread: Client schedule log time/date stamps.
by ohiotsmguy- Replies
- 2
- Views
- 267
Thanks for the response. Guess I need to get...
Thanks for the response. Guess I need to get creating with this one.
-
12-30-2012, 09:17 AM
- Replies
- 4
- Views
- 283
Thanks for the responses. I'll dig into the...
Thanks for the responses. I'll dig into the DISABLE EVENTS command. It might have something to offer.
-
12-28-2012, 03:09 PM
Thread: Client schedule log time/date stamps.
by ohiotsmguy- Replies
- 2
- Views
- 267
Client schedule log time/date stamps.
The TSM client does not include the time and date for each entry in its dsmsched.log when the backup job is invoked by something other than the TSM scheduler. Is there any way to have the time/date...
-
12-28-2012, 03:06 PM
- Replies
- 4
- Views
- 283
Limiting message being written to the activity log
Is there any way to limit certain messages from being written to the TSM server activity log? For example, I have a PERL script that issues the SHOW INVOBJECT command which results on a message...
-
04-24-2012, 11:20 AM
Thread: Question regarding Data
by ohiotsmguy- Replies
- 17
- Views
- 1,197
Like many managers (and auditors), one question...
Like many managers (and auditors), one question leads to another. Once they understand what they don't want, they are ready for useful information. Below will select data by node:
select count(*)... -
04-24-2012, 10:44 AM
Thread: Question regarding Data
by ohiotsmguy- Replies
- 17
- Views
- 1,197
If he wants the count of backups over three years...
If he wants the count of backups over three years old:
select count(*) ll_name from backups where backup_date<current_timestamp-1095 day
For archives:
select count(*) ll_name from archives where... -
04-24-2012, 09:14 AM
Thread: Reclamation/Move Data Preview?
by ohiotsmguy- Replies
- 4
- Views
- 783
MB you're right. Unfortunately I inherited a...
MB you're right. Unfortunately I inherited a situation where no offsite copies were made and most tapes are stored in a vault because the tape library is so small. And the data (for now) does not...
-
04-23-2012, 03:09 PM
Thread: Reclamation/Move Data Preview?
by ohiotsmguy- Replies
- 4
- Views
- 783
Reclamation/Move Data Preview?
Is there any way to preview the tapes needed for a reclamation or move data job to be able to make the tapes available when the job runs?
-
04-23-2012, 02:33 PM
Thread: Schedule Log Time Date
by ohiotsmguy- Replies
- 2
- Views
- 1,105
Thanks MB. I was afraid that would be the answer.
Thanks MB. I was afraid that would be the answer.
-
04-23-2012, 02:31 PM
Thread: Question regarding Data
by ohiotsmguy- Replies
- 17
- Views
- 1,197
The easiest way to connect a file with a...
The easiest way to connect a file with a managment class is the backup and archive tables. What might satisfy your manager's request is to give totals by node. For example, using a select statement...
-
04-21-2012, 04:48 PM
Thread: Schedule Log Time Date
by ohiotsmguy- Replies
- 2
- Views
- 1,105
Schedule Log Time Date
Why does TSM schedule log information, when directed to a file (within a script) drop the time/date at the beginning of each record? Can it be added so it's like the schedule log defined in dsm.sys....
Results 1 to 14 of 14

