Search:

Type: Posts; User: zsoltesz

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    136

    I think, you can easily find the right answer. In...

    I think, you can easily find the right answer. In the BA Client 6.4 there is a new command line option, called -preview

    Try this:

    dsmc backup vm vmfolder=Project1 -preview

    After running the...
  2. Replies
    2
    Views
    332

    Try this: SELECT cast(a.entity AS varchar(9))...

    Try this:

    SELECT cast(a.entity AS varchar(9)) AS "Node name", -
    CAST(sum(a.bytes/1024/1024) AS decimal(10,2)) AS "MB Xfer ", -
    CAST(sum(a.bytes/1024/1024/1024) AS decimal(8,2)) AS "GB Xfer "...
  3. You don't need to make another full backup. As...

    You don't need to make another full backup. As the documentation says, the very first backup is full, and the others are incremental. On the 29th day you will see 28 backups on the TSM server. In...
  4. Replies
    2
    Views
    362

    Hi, This is because there is no MEAN aggregate...

    Hi,

    This is because there is no MEAN aggregate function in DB2, and TSM 6 is using DB2 database.

    Zoli
  5. Replies
    3
    Views
    268

    Hi, As I know, there is no /pitdate option in...

    Hi,

    As I know, there is no /pitdate option in the syntax of the tdpsqlc restore command.

    Zoli
  6. You maybe will find other information about the...

    You maybe will find other information about the error in the dsmerror.log file and TSM server activity log.
  7. In the .opt file you can use the exclude/include...

    In the .opt file you can use the exclude/include statements. For exapmle, exlude \...\database_name\...\*

    Zoli
  8. Hi, I think, you use the command like this:...

    Hi,

    I think, you use the command like this: tdpsqlc backup * full ....

    In the syntax of the tdpsqlc command there is e new parameter: /excludedb. Using this paramater you can exclude the offile...
  9. As I know, this is the normal behaviour. Because...

    As I know, this is the normal behaviour. Because of DOMAIN C:, F: and T:, the BA client will fully backup these drives (there is no exclude). Please delete this three lines from dsm.opt. If you don't...
  10. Replies
    4
    Views
    1,442

    Hi, As I know, you don't have to configure...

    Hi,
    As I know, you don't have to configure anything. When a vm backup is initiated, the VMware Tools serve as the VSS requestor, instructing registered VSS Writers to perform pre and post backup...
  11. Replies
    8
    Views
    1,331

    I think, you use tdp for sql, not the ba client....

    I think, you use tdp for sql, not the ba client. In this case, you have to write something like this to the dsm.opt file:

    exclude \...\Son_db\full*
  12. Replies
    1
    Views
    678

    Try this: select...

    Try this:

    select domain_name,summary.activity,sum(cast(summary.bytes/1024/1024/1024 as decimal(6,2))) as GB from nodes, summary where start_time>'2012-01-01 00:00:00' AND start_time<'2012-01-07...
  13. Replies
    1
    Views
    647

    Hi, You have to inactivate manually via the...

    Hi,

    You have to inactivate manually via the tdpsql gui, or with the tdpsqlc.exe command.

    regards
    zoli
  14. Replies
    1
    Views
    1,587

    TDP for VMware 6.3 question

    Hi All,

    I am trying install and configure TDP for VMware 6.3. Almost everything was ok, but the vcenter plugin didn't start.
    In the command line, i can run inquire_config and inquire_detail...
  15. Replies
    7
    Views
    1,277

    Please read this article from IBM:...

    Please read this article from IBM: http://www-01.ibm.com/support/docview.wss?uid=swg21502715&myns=swgtiv&mynp=OCSSGSG7&mync=R

    Zoli
  16. Replies
    7
    Views
    1,277

    Hi Rigido, Instead of TRIM, you can use the...

    Hi Rigido,

    Instead of TRIM, you can use the RPAD scalar function. For example: Select RPAD(node_name,20) as node, RPAD(platform_name,20) as platform from nodes.

    Zoli
  17. The Database name is case sensitive. Did you...

    The Database name is case sensitive. Did you check it?
  18. The TSM fo VE and TSM BA Client are two different...

    The TSM fo VE and TSM BA Client are two different installation packages. First, you have to install the BA client with the VMware backup option, after you can install the TSM for VE.

    And yes, you...
  19. Thread: Archive List

    by zsoltesz
    Replies
    1
    Views
    284

    Hi, You can run a select against the ARCHIVES...

    Hi,

    You can run a select against the ARCHIVES table in the TSM server.

    SELECT DISTINCT node_name, description FROM archives

    It will not produce information about the size and the owner, but...
  20. It is because of the restore process. When TSM...

    It is because of the restore process. When TSM restore a VM to a virtual environment, it creates a brand new virtual machine, which is different form the original one (different uuid). Try to rename...
  21. Yes, correct.

    Yes, correct.
  22. If you want to take an incrementel backup of a...

    If you want to take an incrementel backup of a volume, you don't have to write the volume's name to the 'object' section of the scheduler definition. It is enough to write Domain C: D: E:
  23. Replies
    1
    Views
    1,663

    You can check the Management class in the Restore...

    You can check the Management class in the Restore Database part of the GUI, or using tdpsqlc query tsm <db_name> command.
  24. That is normal behavior when a Windows program...

    That is normal behavior when a Windows program modifies registry. The TSM client stores the settings (for example password, scheduler service settings, name of the node and TSM server, etc.) in the...
  25. Replies
    5
    Views
    2,011

    Did you install the LVSA agent? It is not part of...

    Did you install the LVSA agent? It is not part of the default installation.
  26. You can run Preview Include-Exclude from the GUI...

    You can run Preview Include-Exclude from the GUI (Utilites). It is possible that you will find the answer in the result file.
  27. Replies
    5
    Views
    1,908

    I was wrong, sorry. The place of exlude.dir is...

    I was wrong, sorry. The place of exlude.dir is not important. Did you restarted the scheduler service?
  28. Replies
    5
    Views
    1,908

    Did you enter exclude.dir to the end of the...

    Did you enter exclude.dir to the end of the dsm.opt? It is important because the TSM read the dsm.opt from down to up.
  29. Replies
    3
    Views
    2,654

    If you have active version of a database backups,...

    If you have active version of a database backups, first you need inactivate them. You can execute 'tdpsqlc inactivate' to achieve this state.
  30. Or, before the restore you can kill the sessions...

    Or, before the restore you can kill the sessions that connected to the database.
  31. Hi, If you run the Preview Include-Exlude...

    Hi,

    If you run the Preview Include-Exlude command from the GUI for the C:\Windows folder, in the result you will find the next line:

    'C:\Windows\System32\Msdtc\MSDTC.LOG 4.00 MB .LOG Excluded...
  32. You are right. My idea was stupid.

    You are right. My idea was stupid.
  33. You have to define 8 different schedules on the...

    You have to define 8 different schedules on the TSM server and associate these schedules with the same node. Set the start time for example 00:00, 04:00,08:00,12:00 and so on.
  34. Replies
    3
    Views
    604

    I know. But the backed up system was vmware...

    I know. But the backed up system was vmware virtual machine, too.
  35. Replies
    3
    Views
    604

    Restore System Disk

    Hi,

    I try to work out a method to restore full system (Windows 2003) with tsm restore image option, but I failed.
    Because I haven't physical machines to tried it in our vmware infraturcture.
    ...
  36. In case of SQL log backup you have to set the...

    In case of SQL log backup you have to set the backup copy group 'Retain Extra Versions' value to the number of days, while you want to retain the log backups. The 'Version Data Exists' value is...
  37. Replies
    8
    Views
    2,118

    Check the retention settings in the management...

    Check the retention settings in the management class.
  38. Replies
    3
    Views
    3,847

    You can find a lot of interesting RedBook on this...

    You can find a lot of interesting RedBook on this topic.

    For example: http://www.redbooks.ibm.com/abstracts/sg245470.html?Open
  39. Replies
    12
    Views
    1,680

    We had a similar situation. Maxscr was 15, used...

    We had a similar situation. Maxscr was 15, used tape was about 7. After we had modified the storage pool definition (changed maxscr to 20), everything worked well.
  40. Replies
    2
    Views
    1,415

    I think, you have to rewrite the...

    I think, you have to rewrite the sum(num_files)*600 like this:

    cast((sum(float(num_files))*600) as dec(8,2))
  41. I think it is not possible to restore the...

    I think it is not possible to restore the transaction log backups as files.
  42. Replies
    5
    Views
    1,031

    The /.../ part of the exclude.backup line is...

    The /.../ part of the exclude.backup line is represents all of the users in the documents and settings folder.
  43. Replies
    5
    Views
    1,031

    Hi, Exclude the mentioned files from the...

    Hi,

    Exclude the mentioned files from the backup.

    For example:

    EXCLUDE.BACKUP "c:\Documents and Settings\...\ntuser*.*"
  44. Replies
    4
    Views
    1,513

    Yes. ...

    Yes.

    http://www-01.ibm.com/support/docview.wss?uid=swg21053218#Upgrading%20from%20Version%205.5%20or%20Ver
  45. Replies
    4
    Views
    1,513

    You need 5.5.2.12 or later version of BA client...

    You need 5.5.2.12 or later version of BA client to backup Windows 2008 R2 Systemstate

    http://www-01.ibm.com/support/docview.wss?&uid=swg21420982
Results 1 to 45 of 97
Page 1 of 3 1 2 3