Re: Trying to uninstall Tivoli client directory on C drive without affecting the D drive tivoli installation
I think you need to stop and remove TSM services before removing directory. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the environment before printing this Email -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Timothy Hughes Sent: Tuesday, September 15, 2009 9:31 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Trying to uninstall Tivoli client directory on C drive without affecting the D drive tivoli installation Hello, A Windows Client D drive was recently lost and a restore was done by installing the Tivoli Client on the C:/ and restoring it. Now I am trying to uninstall from the C:/ but unable to, Is there a way to Completely uninstall the Tivoli Directory from the C:/ drive without affecting the D:/ drive? When I try to delete the Tivoli folder I get the following "Tivoli is being used by another person or program close any programs that might be using the file and try again" I'm not sure if its the D drive installation that's causing this or what. Thanks in Advance! Please consider the environment before printing this Email. "This email message and any attachments transmitted with it may contain confidential and proprietary information, intended only for the named recipient(s). If you have received this message in error, or if you are not the named recipient(s), please delete this email after notifying the sender immediately. BKME cannot guarantee the integrity of this communication and accepts no liability for any damage caused by this email or its attachments due to viruses, any other defects, interception or unauthorized modification. The information, views, opinions and comments of this message are those of the individual and not necessarily endorsed by BKME."
TSM Dp for Oracle - rman command error
Hello, I have a problem backing up the Oracle DB (Oracle 10g). I received the following rman error log: Recovery Manager: Release 10.2.0.4.0 - Production on Wed Sep 16 09:55:35 2009 Copyright (c) 1982, 2007, Oracle. All rights reserved. connected to target database: HLSUTF (DBID=478657477) RMAN> run { 2> allocate channel 'ch1' type 'SBT_TAPE' parms 3> 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 4> 5> 6> allocate channel 'ch2' type 'SBT_TAPE' parms 7> 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 8> 9> backup incremental level 0 10> format 'ORACLE_BCK_L0_ENL_%s_%t_%p_%u.dbf' 11> database; 12> 13> sql 'alter system archive log current'; 14> 15> backup 16> format 'ORACLE_ARC_ENL_%s_%t_%p_%u.dbf' 17> archivelog all 18> delete input; 19> 20> backup 21> format 'ORACLE_CFILE_ENL_%s_%t_%p_%u.dbf' 22> current controlfile; 23> 24> release channel ch1; 25> release channel ch2; 26> } 27> using target database control file instead of recovery catalog RMAN-00571: === RMAN-00569: === ERROR MESSAGE STACK FOLLOWS === RMAN-00571: === RMAN-03009: failure of allocate command on ch1 channel at 09/16/2009 09:55:39 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer IBM AIX RISC System/6000 Error: 106: Reserved errno was encountered Additional information: 7011 ORA-19511: Error received from media manager layer, error text: SBT error = 7011, errno = 106, sbtopen: system error Additional info: 1. IBM Tivoli Storage Manager for Databases: Data Protection for Oracle Version 5, Release 5, Level 2.0 (C) Copyright IBM Corporation 1997, 2009. All rights reserved. Data Protection for Oracle Information Version: 5 Release: 5 Level:2 Sublevel: 0 Platform: 64bit TDP Oracle AIX Tivoli Storage Manager Server Information Server Name: ORACLE_GRID Server Address: 10.81.35.29 Server Type: AIX-RS/6000 Server Port: 1500 Communication Method: TCP/IP Session Information Owner Name: Node Name:ORACLE_GRID_34 Node Type:TDP Oracle AIX DSMI_DIR: /usr/tivoli/tsm/client/api/bin64 DSMI_ORC_CONFIG: /usr/tivoli/tsm/client/oracle/bin64/dsm.opt TDPO_OPTFILE: /usr/tivoli/tsm/client/oracle/bin64/tdpo.opt Password Directory: /usr/tivoli/tsm/client/oracle/bin64 Compression: FALSE License Information: License file exists and contains valid license data 2. lrwxrwxrwx1 oracle dba 19 15 Set 17:04 libobk.a -> /usr/lib/libobk64.a 3. cat tdpo.opt DSMI_ORC_CONFIG/usr/tivoli/tsm/client/oracle/bin64/dsm.opt DSMI_LOG /usr/tivoli/tsm/client/oracle/bin64/oracle_tsm.log TDPO_FSoracle_grid TDPO_NODE ORACLE_GRID_34 TDPO_PSWDPATH /usr/tivoli/tsm/client/oracle/bin64 TDPO_DATE_FMT 1 TDPO_NUM_FMT 1 TDPO_TIME_FMT 1 Any help? Thank you Best regards Tiago
Re: TSM Dp for Oracle - rman command error
Please try to add next lines in opt file TDPO_TRACE_FLAGS ORCLEVEL0 TDPO_TRACE_FILE /usr/tivoli/tsm/client/oracle/bin64/tdpo.trc to have trace file. It is better to touch trace file before backup and check write permissions for Oracle HOME owner. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the environment before printing this Email -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Botelho, Tiago (External) Sent: Wednesday, September 16, 2009 12:06 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] TSM Dp for Oracle - rman command error Hello, I have a problem backing up the Oracle DB (Oracle 10g). I received the following rman error log: Recovery Manager: Release 10.2.0.4.0 - Production on Wed Sep 16 09:55:35 2009 Copyright (c) 1982, 2007, Oracle. All rights reserved. connected to target database: HLSUTF (DBID=478657477) RMAN> run { 2> allocate channel 'ch1' type 'SBT_TAPE' parms 3> 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 4> 5> 6> allocate channel 'ch2' type 'SBT_TAPE' parms 7> 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 8> 9> backup incremental level 0 10> format 'ORACLE_BCK_L0_ENL_%s_%t_%p_%u.dbf' 11> database; 12> 13> sql 'alter system archive log current'; 14> 15> backup 16> format 'ORACLE_ARC_ENL_%s_%t_%p_%u.dbf' 17> archivelog all 18> delete input; 19> 20> backup 21> format 'ORACLE_CFILE_ENL_%s_%t_%p_%u.dbf' 22> current controlfile; 23> 24> release channel ch1; 25> release channel ch2; 26> } 27> using target database control file instead of recovery catalog RMAN-00571: === RMAN-00569: === ERROR MESSAGE STACK FOLLOWS === RMAN-00571: === RMAN-03009: failure of allocate command on ch1 channel at 09/16/2009 09:55:39 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer IBM AIX RISC System/6000 Error: 106: Reserved errno was encountered Additional information: 7011 ORA-19511: Error received from media manager layer, error text: SBT error = 7011, errno = 106, sbtopen: system error Additional info: 1. IBM Tivoli Storage Manager for Databases: Data Protection for Oracle Version 5, Release 5, Level 2.0 (C) Copyright IBM Corporation 1997, 2009. All rights reserved. Data Protection for Oracle Information Version: 5 Release: 5 Level:2 Sublevel: 0 Platform: 64bit TDP Oracle AIX Tivoli Storage Manager Server Information Server Name: ORACLE_GRID Server Address: 10.81.35.29 Server Type: AIX-RS/6000 Server Port: 1500 Communication Method: TCP/IP Session Information Owner Name: Node Name:ORACLE_GRID_34 Node Type:TDP Oracle AIX DSMI_DIR: /usr/tivoli/tsm/client/api/bin64 DSMI_ORC_CONFIG: /usr/tivoli/tsm/client/oracle/bin64/dsm.opt TDPO_OPTFILE: /usr/tivoli/tsm/client/oracle/bin64/tdpo.opt Password Directory: /usr/tivoli/tsm/client/oracle/bin64 Compression: FALSE License Information: License file exists and contains valid license data 2. lrwxrwxrwx1 oracle dba 19 15 Set 17:04 libobk.a -> /usr/lib/libobk64.a 3. cat tdpo.opt DSMI_ORC_CONFIG/usr/tivoli/tsm/client/oracle/bin64/dsm.opt DSMI_LOG /usr/tivoli/tsm/client/oracle/bin64/oracle_tsm.log TDPO_FSoracle_grid TDPO_NODE ORACLE_GRID_34 TDPO_PSWDPATH /usr/tivoli/tsm/client/oracle/bin64 TDPO_DATE_FMT 1 TDPO_NUM_FMT 1 TDPO_TIME_FMT 1 Any help? Thank you Best regards Tiago Please consider the environment before printing this Email. "This email message and any attachments transmitted with it may contain confidential and proprietary information, intended only for the named recipient(s). If you have received this message in error, or if you are not the named recipient(s), please delete this email after notifying the sender immediately. BKME cannot guarantee the integrity of this communication and accepts no liability for any damage caused by this email or its attachments due to viruses, any other defects, interception or unauthorized modification. The information, views, opinions and comments of this message are those of the individual and not necessarily endorsed by BKME."
Re: TSM Dp for Oracle - rman command error
Hello, The problem was related to file permission for Oracle user. The problem was solved. Thank you for your help. Best regards Tiago -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Grigori Solonovitch Sent: quarta-feira, 16 de Setembro de 2009 10:28 To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] TSM Dp for Oracle - rman command error Please try to add next lines in opt file TDPO_TRACE_FLAGS ORCLEVEL0 TDPO_TRACE_FILE /usr/tivoli/tsm/client/oracle/bin64/tdpo.trc to have trace file. It is better to touch trace file before backup and check write permissions for Oracle HOME owner. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the environment before printing this Email -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Botelho, Tiago (External) Sent: Wednesday, September 16, 2009 12:06 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] TSM Dp for Oracle - rman command error Hello, I have a problem backing up the Oracle DB (Oracle 10g). I received the following rman error log: Recovery Manager: Release 10.2.0.4.0 - Production on Wed Sep 16 09:55:35 2009 Copyright (c) 1982, 2007, Oracle. All rights reserved. connected to target database: HLSUTF (DBID=478657477) RMAN> run { 2> allocate channel 'ch1' type 'SBT_TAPE' parms 3> 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 4> 5> 6> allocate channel 'ch2' type 'SBT_TAPE' parms 7> 'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)'; 8> 9> backup incremental level 0 10> format 'ORACLE_BCK_L0_ENL_%s_%t_%p_%u.dbf' 11> database; 12> 13> sql 'alter system archive log current'; 14> 15> backup 16> format 'ORACLE_ARC_ENL_%s_%t_%p_%u.dbf' 17> archivelog all 18> delete input; 19> 20> backup 21> format 'ORACLE_CFILE_ENL_%s_%t_%p_%u.dbf' 22> current controlfile; 23> 24> release channel ch1; 25> release channel ch2; 26> } 27> using target database control file instead of recovery catalog RMAN-00571: === RMAN-00569: === ERROR MESSAGE STACK FOLLOWS === RMAN-00571: === RMAN-03009: failure of allocate command on ch1 channel at 09/16/2009 09:55:39 ORA-19554: error allocating device, device type: SBT_TAPE, device name: ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer IBM AIX RISC System/6000 Error: 106: Reserved errno was encountered Additional information: 7011 ORA-19511: Error received from media manager layer, error text: SBT error = 7011, errno = 106, sbtopen: system error Additional info: 1. IBM Tivoli Storage Manager for Databases: Data Protection for Oracle Version 5, Release 5, Level 2.0 (C) Copyright IBM Corporation 1997, 2009. All rights reserved. Data Protection for Oracle Information Version: 5 Release: 5 Level:2 Sublevel: 0 Platform: 64bit TDP Oracle AIX Tivoli Storage Manager Server Information Server Name: ORACLE_GRID Server Address: 10.81.35.29 Server Type: AIX-RS/6000 Server Port: 1500 Communication Method: TCP/IP Session Information Owner Name: Node Name:ORACLE_GRID_34 Node Type:TDP Oracle AIX DSMI_DIR: /usr/tivoli/tsm/client/api/bin64 DSMI_ORC_CONFIG: /usr/tivoli/tsm/client/oracle/bin64/dsm.opt TDPO_OPTFILE: /usr/tivoli/tsm/client/oracle/bin64/tdpo.opt Password Directory: /usr/tivoli/tsm/client/oracle/bin64 Compression: FALSE License Information: License file exists and contains valid license data 2. lrwxrwxrwx1 oracle dba 19 15 Set 17:04 libobk.a -> /usr/lib/libobk64.a 3. cat tdpo.opt DSMI_ORC_CONFIG/usr/tivoli/tsm/client/oracle/bin64/dsm.opt DSMI_LOG /usr/tivoli/tsm/client/oracle/bin64/oracle_tsm.log TDPO_FSoracle_grid TDPO_NODE ORACLE_GRID_34 TDPO_PSWDPATH /usr/tivoli/tsm/client/oracle/bin64 TDPO_DATE_FMT 1 TDPO_NUM_FMT 1 TDPO_TIME_FMT 1 Any help? Thank you Best regards Tiago Please consider the environment before printing this Email. "This email message and any attachments transmitted with it may contain confidential and proprietary information, intended only for the named recipient(s). If you have received this message in error, or if you are not the named recipient(s), please delete this email after notifying the sender immediately. BKME cannot guarantee the integrity of this communication and accepts no liability for any damage
Re: Removing old archives
Efim, Thanks. Was afraid this was going to be the long slow road :-) Geert > Re: Removing old archives > > Sent by: > > "ADSM: Dist Stor Manager" > > Hi > You can't delete all archive except the last using dsmadmc or ISC. > You can use Delete Archive in dsmc for automate this. > > Efim > > 2009/9/14 Geert De Pecker > > > Hi, > > > > We have in our tsm a lot of older archives from machines that doe no > > longer exist. Except for the last > > archive, we would like to remove these archives. > > > > Can this be done using the dsmadmc admin client? Or ISC? > > > > Current procedure is to change the nodename on our personal box and start > > the gui to remove the > > archives one by one, but this takes forever... > > > > Thanks, > > > > Geert > > > > > > -- > Efim
Re: TSM Security alerts - is there a list somewhere
Thanks for all the help. I also talked with our internal security team. They pointed a site osvdb.org. Rick Roger Deschner Sent by: "ADSM:To Dist Stor ADSM-L@VM.MARIST.EDU Manager" cc Subject Re: TSM Security alerts - is there a list somewhere 09/16/2009 02:05 AM Please respond to "ADSM: Dist Stor Manager" Another good resource: http://www.secunia.com and search on Tivoli Storage Manager. Roger Deschner University of Illinois at Chicago rog...@uic.edu On Tue, 15 Sep 2009, Zoltan Forray/AC/VCU wrote: >Have you look at this page: > >http://www-01.ibm.com/support/docview.wss?rs=663&context=SSGSG7&dc=D600&uid=swg21384389 > > > >From: >Richard Rhodes >To: >ADSM-L@VM.MARIST.EDU >Date: >09/15/2009 09:06 AM >Subject: >[ADSM-L] TSM Security alerts - is there a list somewhere >Sent by: >"ADSM: Dist Stor Manager" > > > >I'm being asked for a list of all TSM security alerts/issues. I'm not >finding a list on the IBM support web page. > >Is there a list of TSM security vulnerabilities anywhere? > >We've got a case open with support, but thought to ask here also. > >Rick > > >- >The information contained in this message is intended only for the >personal and confidential use of the recipient(s) named above. If >the reader of this message is not the intended recipient or an >agent responsible for delivering it to the intended recipient, you >are hereby notified that you have received this document in error >and that any review, dissemination, distribution, or copying of >this message is strictly prohibited. If you have received this >communication in error, please notify us immediately, and delete >the original message. >
delete or rename filespace of a wondows client
This is what I did: tsm> q fil node1 NODE1\\node1\c$ 2WinNT NTFSYes 30,529.7 64.5 NODE1\\node1\d$ 2WinNT NTFSYes 274,713. 60.5 how to delete the filespace c$? tsm> del fil node1 \\node1\c$ ANR0852E DELETE FILESPACE: No matching file spaces found for node MEHRGAN. ANS8001I Return code 11.
Re: delete or rename filespace of a wondows client
Hi, Since it's a Windows filespace (names in unicode), I think you should use the NAMETYPE=UNICODE option. Regards, Paul. -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Mehdi Salehi Sent: woensdag 16 september 2009 13:59 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] delete or rename filespace of a wondows client This is what I did: tsm> q fil node1 NODE1\\node1\c$ 2WinNT NTFSYes 30,529.7 64.5 NODE1\\node1\d$ 2WinNT NTFSYes 274,713. 60.5 how to delete the filespace c$? tsm> del fil node1 \\node1\c$ ANR0852E DELETE FILESPACE: No matching file spaces found for node MEHRGAN. ANS8001I Return code 11.
Re: delete or rename filespace of a wondows client
On 16/09, Mehdi Salehi wrote: > This is what I did: > tsm> q fil node1 > NODE1\\node1\c$ 2WinNT NTFSYes > 30,529.7 64.5 > NODE1\\node1\d$ 2WinNT NTFSYes > 274,713. 60.5 > > how to delete the filespace c$? > tsm> del fil node1 \\node1\c$ > ANR0852E DELETE FILESPACE: No matching file spaces found for node MEHRGAN. > ANS8001I Return code 11. Delete by FSID: DEL FILE node1 2 NAMET=FSID -km
Re: Trying to uninstall Tivoli client directory on C drive without affecting the D drive tivoli installation
Thanks, Grigori and Andy! The TSM services were already stopped however I still could not delete. I restarted and stopped TSM services again then rebooted and I was finally able to delete The C drive Tivoli directory. regards Grigori Solonovitch wrote: I think you need to stop and remove TSM services before removing directory. Grigori G. Solonovitch Senior Technical Architect Information Technology Bank of Kuwait and Middle East http://www.bkme.com Phone: (+965) 2231-2274 Mobile: (+965) 99798073 E-Mail: g.solonovi...@bkme.com Please consider the environment before printing this Email -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Timothy Hughes Sent: Tuesday, September 15, 2009 9:31 PM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Trying to uninstall Tivoli client directory on C drive without affecting the D drive tivoli installation Hello, A Windows Client D drive was recently lost and a restore was done by installing the Tivoli Client on the C:/ and restoring it. Now I am trying to uninstall from the C:/ but unable to, Is there a way to Completely uninstall the Tivoli Directory from the C:/ drive without affecting the D:/ drive? When I try to delete the Tivoli folder I get the following "Tivoli is being used by another person or program close any programs that might be using the file and try again" I'm not sure if its the D drive installation that's causing this or what. Thanks in Advance! Please consider the environment before printing this Email. "This email message and any attachments transmitted with it may contain confidential and proprietary information, intended only for the named recipient(s). If you have received this message in error, or if you are not the named recipient(s), please delete this email after notifying the sender immediately. BKME cannot guarantee the integrity of this communication and accepts no liability for any damage caused by this email or its attachments due to viruses, any other defects, interception or unauthorized modification. The information, views, opinions and comments of this message are those of the individual and not necessarily endorsed by BKME."
Centera Backup
Hello, we are looking for a DR Tool for EMC Centera Data. Prefered Platform for this Product should be Unix or Linux. We are actually using TSM (on AIX) with CBRM (on Windows). Are there any alternatives instead of e.g. Storefirst Altus? Cheers, ku -- Princess Leia: Darth Vader. Only you could be so bold.
Re: delete or rename filespace of a wondows client
This is the standard command we use. Change the TYPE to fit your needs. del filespace node1 \\node1\q$ type=backup data=any namet=uni Andy Huebner -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Mehdi Salehi Sent: Wednesday, September 16, 2009 6:59 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] delete or rename filespace of a wondows client This is what I did: tsm> q fil node1 NODE1\\node1\c$ 2WinNT NTFSYes 30,529.7 64.5 NODE1\\node1\d$ 2WinNT NTFSYes 274,713. 60.5 how to delete the filespace c$? tsm> del fil node1 \\node1\c$ ANR0852E DELETE FILESPACE: No matching file spaces found for node MEHRGAN. ANS8001I Return code 11. This e-mail (including any attachments) is confidential and may be legally privileged. If you are not an intended recipient or an authorized representative of an intended recipient, you are prohibited from using, copying or distributing the information in this e-mail or its attachments. If you have received this e-mail in error, please notify the sender immediately by return e-mail and delete all copies of this message and any attachments. Thank you.
Re: Centera Backup
Ku, I am afraid I am going to have to question your premise. The EMC Centera is meant to be an archiving appliance, it isn't like a regular drawer of disk. It has it's own interface to the storage, and isn't meant to be backed up. I know that there are companies that provide solutions to "backup" a Centera, but they are all kludges. IMHO, backing up an archive device implies a misunderstanding of why you are archiving to begin with. Backups are to return production systems back to a running state in the event that the primary running system has suffered a loss of data for some reason. An archive, on the other hand, is for data no longer needed for day-to-day processing, but might be required some time in the future to address a future business requirement, so as responding to litigation, or IRS records rentention policies. An archive is usually a cheaper tier of storage, with slower retrieval characteristics than keeping the data on local disk. However, it is important to think about the offsite/redundancy requirements of your archived data. If the data is worth retaining, it may have sufficient business value to need to survive a site outage. To that end, the Centera has built-in replication software so it can replicate seamlessly to another Centera in another location. That is the best way to provide a DR copy of the data. We have Centeras at our company, and that is how we do it. Best Regards, John D. Schneider The Computer Coaching Community, LLC Office: (314) 635-5424 / Toll Free: (866) 796-9226 Cell: (314) 750-8721 Original Message Subject: [ADSM-L] Centera Backup From: hdkutz Date: Wed, September 16, 2009 8:44 am To: ADSM-L@VM.MARIST.EDU Hello, we are looking for a DR Tool for EMC Centera Data. Prefered Platform for this Product should be Unix or Linux. We are actually using TSM (on AIX) with CBRM (on Windows). Are there any alternatives instead of e.g. Storefirst Altus? Cheers, ku -- Princess Leia: Darth Vader. Only you could be so bold.
Re: Backup fails on win2k3 client
Hi, I would first check to make sure that there is no issue with VSS on that specific box. One way is to run a manual backup of the system state (or just use ntbackup) then check the Event Viewer for specific errors. Another thing you could do is to enable tracing on the client then check the file to see what's specifically causing all those errors you are getting. The link below has an abstract somewhat similar to the issue you are having except that it is with W2K - might or might not be helpful http://www-01.ibm.com/support/docview.wss?uid=swg21224932 Patching and/or clean reboot might be all you need to do to resolve this issue... I hope. Good luck. BERTAUT TCHUISE TSM/NetApp Storage Administrator Legg Mason Technology Services *410-580-7032 btchu...@leggmason.com -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of martijnk Sent: Tuesday, September 15, 2009 6:49 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Backup fails on win2k3 client Hi, Hope somebody can help me. We have the following problems with some clients 14-09-2009 21:07:16 ANSE ntrc.cpp(768): Received Win32 RC 87 (0x0057) from GetBackupStreamSize(): uc_CreateFile. Error desription: The parameter is incorrect. 14-09-2009 21:07:16 ANSE ntrc.cpp(768): Received Win32 RC 87 (0x0057) from fioScanDirEntry(): GetBackupStreamInfo. Error desription: The parameter is incorrect. 14-09-2009 21:07:16 ANSE ntrc.cpp(768): Received Win32 RC 87 (0x0057) from GetBackupStreamSize(): uc_CreateFile. Error desription: The parameter is incorrect. 14-09-2009 21:07:16 ANSE ntrc.cpp(768): Received Win32 RC 87 (0x0057) from fioScanDirEntry(): GetBackupStreamInfo. Error desription: The parameter is incorrect. 14-09-2009 21:15:44 ANS1512E Scheduled event 'BACKUP_2100' failed. Return code = 12. We have this on servers who have a raw volume as a mountpoint on the partition. I've tried exluding it, but did'nt work. Tried the latest 5.5.2.x client didn't work... tried to set off VSS for the partition on wich it resides didn't work this is our dsm.opt file * 01NODE Section *___ NODENAME *** * 02COMM Section *___ SCHEDMODE PROMPTED MANAGEDSERVICES WEBCLIENT SCHEDULE * 03TCP Section *___ TCPSERVERADDRESS *** TCPPORT *** * 05AUTH Section *___ PASSWORDACCESS GENERATE REVOKEREMOTEACCESS ACCESS * 06LOG Section *___ SCHEDLOGNAME c:\progra~1\tivoli\tsm\baclient\dsmsched.log SCHEDLOGRETENTION 14 ERRORLOGNAME c:\progra~1\tivoli\tsm\baclient\dsmerror.log ERRORLOGRETENTION 14 * 08FORMAT Section *___ DATEFORMAT 2 * 12SNAP Section *___ SNAPSHOTPROVIDERFS VSS SNAPSHOTPROVIDERIMAGE VSS * 14TUNE Section *___ RESOURCEUTILIZATION 5 * INCLUDE/EXCLUDE Section *___ DOMAIN C: DOMAIN D: DOMAIN O: DOMAIN P: DOMAIN SYSTEMSTATE DOMAIN W: EXCLUDE.DIR "O:\Mountpoint_CMDDEV_75290" EXCLUDE.DIR "O:\Mountpoint_CMDDEV_75293" +-- |This was sent by kingk...@zonnet.nl via Backup Central. |Forward SPAM to ab...@backupcentral.com. +-- IMPORTANT: E-mail sent through the Internet is not secure. Legg Mason therefore recommends that you do not send any confidential or sensitive information to us via electronic mail, including social security numbers, account numbers, or personal identification numbers. Delivery, and or timely delivery of Internet mail is not guaranteed. Legg Mason therefore recommends that you do not send time sensitive or action-oriented messages to us via electronic mail. This message is intended for the addressee only and may contain privileged or confidential information. Unless you are the intended recipient, you may not use, copy or disclose to anyone any information contained in this message. If you have received this message in error, please notify the author by replying to this message and then kindly delete the message. Thank you.
Apple Snow Leopard (MacOS X 10.6)
Mac users (if you don't support Macs, stop reading now): We have a whole bunch of Macs here, and now that Apple has released Snow Leopard, our users are beginning to upgrade to it. IBM does not officially support Snow Leopard with TSM, and I am told that TSM support is some months away. Some rudimentary testing shows that most files seem to be getting backed up, but we are not sure that the ones that are not getting backed up are because of something in Snow Leopard or not (normal "noise"). What are other Mac sites doing about backing up their Snow Leopard systems? Has anyone done more thorough testing? Can someone from TSM Development tell us whether there are known problems backing up Snow Leopard with the current versions of TSM? Thanks all. ..Paul -- Paul ZarnowskiPh: 607-255-4757 Manager, Storage Services Fx: 607-255-8521 719 Rhodes Hall, Ithaca, NY 14853-3801Em: p...@cornell.edu
Re: Apple Snow Leopard (MacOS X 10.6)
On 16 sep 2009, at 23:28, Paul Zarnowski wrote: What are other Mac sites doing about backing up their Snow Leopard systems? Has anyone done more thorough testing? I hadn't even considered that IBM would not support 10.6 until month after release to the public (apple releases developer versions of the OS for a reason) thanks for reminding me. I just upgraded one of my systems today. It appears to properly backup using the 6.1 TSM client. Can someone from TSM Development tell us whether there are known problems backing up Snow Leopard with the current versions of TSM? Given that there are about 0 new features in 10.6 (according to apple), I don't expect that IBM will have to change anything in the TSM client. Apple even forgot to use zfs as an option for the root filesystem Anyway, I guess we'll have to wait for IBM to finish testing the client on MacOS X.6 to formally state that it is supported. Thanks all. ..Paul -- Paul ZarnowskiPh: 607-255-4757 Manager, Storage Services Fx: 607-255-8521 719 Rhodes Hall, Ithaca, NY 14853-3801Em: p...@cornell.edu -- Met vriendelijke groeten, Remco Post r.p...@plcs.nl +31 6 248 21 622
[TSM] Client Options Set - A bit confuse
Hi folks, evening all... I'm trying to write my first CLIENTOPT (at server side) and i'm totally confused... What I need is: (all mgmtclass are already defined) /backups/backup_mail/mailman IS EXCLUDED /backups/backup_mail/vmail IS EXCLUDED /backups/* goes to 7Ver3Anos /backups/databases/* goes to 14Ver3Anos I could easily write it dir by dir, but I want to understand how to use "more specific" clause... I know that inclexcl is read from bottom to top and already read that /backups/.../* would backup everyting under /backups directory... But I can't find how to use it with different Mgmtclass... If I do: /backups/.../* 7Ver3Anos /backups/databases/.../* 14Ver3Anos Will "databases" dir be backed up twice? Can it be done? (I'm almost sure it can). Thanks in advance. -- Flávio do Carmo Júnior aka waKKu Florianópolis/SC - Brazil
Re: Apple Snow Leopard (MacOS X 10.6)
> Given that there are about 0 new features in 10.6 (according to > apple), I don't expect that IBM will have to change anything in the > TSM client. Apple even forgot to use zfs as an option for the root > filesystem Anyway, I guess we'll have to wait for IBM to finish > testing the client on MacOS X.6 to formally state that it is supported. There are some hacks around the filesystem in order to allow in-kernel per-file compression: http://arstechnica.com/apple/reviews/2009/08/mac-os-x-10-6.ars/3 I would imagine filesystem changes would be important to a backup agent?
Re: Apple Snow Leopard (MacOS X 10.6)
On Sep 16, 2009, at 5:44 PM, Remco Post wrote: Given that there are about 0 new features in 10.6 (according to apple), I don't expect that IBM will have to change anything in the TSM client. Apple even forgot to use zfs as an option for the root filesystem Anyway, I guess we'll have to wait for IBM to finish testing the client on MacOS X.6 to formally state that it is supported. Snow Leopard does add some new features; but the purpose of the release is to construct infrastructure as the basis for further OS X development (and cross-hardware-pollination with iPhone and the upcoming tablet). The internal changes can have a significant impact upon applications, depending upon what they are doing. Apple wanted to pursue ZFS; but complications with Sun's licensing terms, and then the situation with Sun in general in the Oracle transition, resulted in uncertain conditions. Last year, IBM had made noises of increased partnership with Apple, but it appears that TSM has once again waited for general availability of a new OS X release before embarking upon development to accommodate it, which once again disappoints the customer base. Richard Sims
Re: delete or rename filespace of a wondows client
Thanks all for you answers, Mehdi