Search:

Type: Posts; User: ohiotsmguy

Search: Search took 0.00 seconds.

  1. 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...
  2. 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.
  3. 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...
  4. 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.
  5. 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.
  6. 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...
  7. 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...
  8. 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(*)...
  9. 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...
  10. 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...
  11. 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?
  12. 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.
  13. 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...
  14. 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