IBM Storage Defender

IBM Storage Defender

Early threat detection and secure data recovery

 View Only
  • 1.  Remove dsmc command line

    Posted 02/24/17 10:54 AM

    I can query a backup file but can't remove it from dsmc command line. Any ideas why?



  • 2.  RE: Remove dsmc command line

    Posted 02/24/17 11:04 AM


    James,

     

    By default all nodes are registered with BACKDELETE=NO for just the reason that they *cannot* remove their own backup files.   From the TSM Server, you can determine the value:

    tsm: TSM> query node testnode format=detail

    Node Name: TESTNODE
    Platform: WinNT
    Client OS Level: 6.01
    Client Version: Version 7, release 1, level 4.4
    Application Version: Version 0, release 0, level 0.0
    Policy Domain Name: WIN_POLICY_DOMAIN
    Last Access Date/Time: 02/24/2017 05:47:25
    Days Since Last Access: <1
    Password Set Date/Time: 04/12/2011 13:23:00
    Days Since Password Set: 2,145
    Invalid Sign-on Count: 0
    Locked?: No
    Contact: Cerner CoPath Team
    Compression: Client
    Archive Delete Allowed?: Yes
    Backup Delete Allowed?: No           <<<<========
    Registration Date/Time: 04/12/2011 13:23:00

     

     

     

    To change that value, from the TSM Server, issue:

       UPDATE NODE <nodename>  BACKDELETE=YES

     

    Then from the TSM Client you can DELETE BACKUP <filename>

    I'd suggest reverting back to BACKDELETE=NO once you are done, so users can't accidentally remove their protection.  Good luck!

     

      Best Regards,

          Robert Luehrs



  • 3.  RE: Remove dsmc command line

    Posted 03/04/17 10:27 AM

    well depends... if it is oracle db, then rman should delete old bsckup, if it is file server for example... then as mentioned is previous replay, enable backul del option to yes, and after finish, revert it back

    Cahvdar Cholev

    IBM Certified Advanced Deployment Professional - IBM Service Management Tivoli Storage Management V5
    IBM Certified Deployment Professional - Tivoli Storage Manager V7.x/6.x
    IBM Certified Deployment Professional - Tivoli Monitoring V6.x
    IBM Certified Administrator - Tivoli Monitoring V6.x
    IBM Certified Deployment Professional - Tivoli Identity Manager V5.1
    IBM Certified Deployment Professional - Tivoli Storage Manager Fastback V6.1.1



  • 4.  RE: Remove dsmc command line

    Posted 03/10/17 05:46 AM

    What error you see when your tried to delete an object?