TDP for Microsoft Exchange Server restore problem.
I try to test my TDP for Exchange Version 1.1.1.01. I created a similar configuration of my NT Server with the same Organization Name , Site Name , Server Name (not the same hardware). My original server is a backup domain controller, the test one is a primary domain controller. I shutdown my original server, I restored the DIR and IS successfully but after the reboot I received an error: DS_E_COMMUNICATIONS_PROBLEM EVENT ID: 7001 the microsoft exchange event service depends on the microsoft information store service which failed to start because of the following error The dependency service or group failed to start. And the database was locked. I try then to restore from the system objects parts of the registry: 1. HKEY_LOCAL_MACHINE A. Security Accounts Manager Database B. Security Policy Database 2. HKEY_USERS A. Current User Profile B. Default User Profile After the keys was activated and the system was rebooted when I tried to enter my password for administrator I got an error message: Unable to log on because the netlogon service is not running on this machine. My Configuration is: NT Server 4.0 English Service pack 6.a Exchange Server 5.5 Service pack 3 Tivoli Client 4.1.2.12 TDP for Microsoft Exchange Server 1.1.1.01 What is the correct procedure to make this test succesfull !!! T.I.A Robert Ouzen [EMAIL PROTECTED]
Microsoft Exchange Recover question
What the correct procedure to recover an Microsoft Exchange database to a different hardware. NT Workstation 4.0 Exchange 5.5 TDP for Microsoft Exchange 2.2 T.I.A Robert
Script Question
I run a Tivoli backup server version 3.7.4.0 on an AIX-RS/6000. My question is anyone create a script or a macro doing like: Migration from diskpool to tapepool checking the %Utilized = 0 ( or checking the query process with no migration) then doing another command as Expire inventory then checking the process and when finish doing like a backup db. T.I.A Robert
Volinformation Restore
Dear Users I need just to restore the volinfornation of a volume on a client Novell. My question is if I run: restore servername\servervolume: -subdir=yes -vol -replace=yes -q I will restore just the volinformation I don't need the data . T.I.A Robert
Error Messages for Microsoft Exchange Connect Agent
Hi This last backup for a Microsoft Exchange Server with Adsm Connect Agent I got errors messages as: ANS0322E no text available for this return code. ANC3025E and ANC4226E nothing about this in Messages book. Can anybody help me to find explanation about those messages or give me what is wrong Regards T.I.A Ouzen Robert [EMAIL PROTECTED]
Exchange message error ANS0326E
Hi I received when perform a full backup of my Exchange database (Dir and IS) directly on cartridges an error message: ANS0326E Node has exceeded max tape mounts allowed. The mount limit of my storage pool is DRIVES (I have two drives) When I run the job all the my drives are free and nothing is running. The only parameter about tape in my dsm.opt is:TAPEPROMPT Yes I really don't have any clue. By the way this Node run correctly for few months without any problems. Any help will be appreciate. Regards Robert Ouzen
Novell 5 Freeze
Hi I run a Tivoli client 4.1.1 on a Novell 5.1 and sometimes got a DSMC.NLM stuck. System halted : Abend on P00: Page fault Processor Exception (error code ) The CPU encountered a problem executing code in Filesys.nlm I need to shutdown the Novell. Any Ideas T.I.A Regards Robert Ouzen
Question about Q FI
Hi, I made today from Internet Gui a "Always Backup" (equivalent of selective from online) of a client novell. When the backup finish I run an online query fi on the client in this stage I didn't see the backup I just finish to run (successfuly) If I run a query backup -su=yes filespace I saw all the files I just backup My question is why . TSM Server:3.7.4 Client Novell: 4.1.1 T.I.A Robert
Sql Backup Error
Hi I made a full backup of my SQL database with my TDP for Ms Sql Sever version 2.2.0.0 successfully. When I tried to run the LOGS backup I received for the MASTER an error message: ACO5422E Received the following from the MS SQL server: 03/06/2001 16:34:42 [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot back up the log of the master database. Use BACKUP DATABASE instead. All other databases (cetsgrp, model , msdb , northwind, pubs) finished succesfully ... Any Ideas why Master failed !! T.I.A Robert Ouzen [EMAIL PROTECTED]
Always full backup !!!! Please help
Hi I have a Netware 5 with tivoli backup client 5.1.0.0 every backup I made it's run FULL !!! Despite that I run Incremental ... I made several test with the same result always full backup. Did anyone get a clue what can be the reason Regards Robert Ouzen
Re: Always full backup !!!! Please help
Thanks for all the answers My mistake I copy a backup copy group and left the copy mode to absolute Regards Robert
q access question
Hi Did anyone create a script to get for all nodename a list of access for there backups . I did now manually for each node: q access Thanks Regards Robert Ouzen
Re: q access question
Petur No quiet. I need to know for all my nodename the permission access I gave for another nodename to restore from. The command is: set access backup * nodename to check the permission i run on each nodename the command: q access I figure if is it a global command to do it for all my nodenames !! Regards Robert -Original Message- From: P?tur Ey??rsson To: [EMAIL PROTECTED] Sent: 23/05/2002 16:19 Subject: Re: q access question is this what you are looking for select NODE_NAME, LASTACC_TIME from NODES hope this helps. :) Kvedja/Regards Petur Eythorsson Taeknimadur/Technician IBM Certified Specialist - AIX Tivoli Storage Manager Certified Professional Microsoft Certified System Engineer [EMAIL PROTECTED] Nyherji Hf Simi TEL: +354-569-7700 Borgartun 37105 Iceland URL:http://www.nyherji.is -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Ouzen Sent: 23. ma? 2002 06:05 To: [EMAIL PROTECTED] Subject: q access question Hi Did anyone create a script to get for all nodename a list of access for there backups . I did now manually for each node: q access Thanks Regards Robert Ouzen
Export Server/Node question
Hi Did anyone recently made an Export/Import server or node with a TSM server 4/5. Can the process improved from the past (performance,time ..) May we get some tips !! T.I.A Regards Robert Ouzen
Script for active data ...
Hi Did anyone write a script/macro to calculate the amount of active data for a node/filesystem When I run a Q OCC nodeid filesystemid I got the total of data active and inactive version. T.I.A Regards Robert Ouzen
Script for active data ... Find answer
Hi Find by myself the answer of my previous question in the Adsm Discussion Archive . Here the macro: Select filespace_name, count(ll_name) as " Active Data Amount" from backups where node_name=%1 and state='ACTIVE_VERSION' group by filespace_name Regards Robert Ouzen
Question about q occ
Hi Can anybody explain to me those output.. 1. Running a Q OCC system_1 got: Node NameType Filespace StorageNumber of Physical Logical Name Pool Name Files Space Space OccupiedOccupied (MB) (MB) -- -- - - - SYSTEM_1 Bkup \\system_- SCA_PC 476 71.87 66.98 1\c$ 2. Running this macro to get the active version of this node got: ANS8000I Server command: 'Select filespace_name, count(ll_name) as " Active Data Files" from backups where node_name='SYSTEM_1' and state='ACTIVE_VERSION' group by filespace_name' FILESPACE_NAME Active Data Files -- --- \\system_1\c$ 2038 My question is how the number of files in Q OCC is lower (active and inactive version) than the output of the macro ??? Did my macro is wrong .. Regards Robert Ouzen
Restore gen backupset
Hi I run a restore gen backupset gen_novtst.XXX -su=yes -rep=all and got a window to Select an appropriate action 1. Force an overwrite for this object 2. Force an overwrite on all objects that are write protected 3 .Skip this object 4. Skip all the objects that are write protected A. Abort this operation Action (1,2,3,4,A): I first type 2 but It continue to ask me again and again till I choose the option 4. I thought if I put -rep=all It will not ask for anything or at least if I chose option 2 once it will continue , but no Any ideas ! T.I.A Regards Robert Ouzen
checkin & label scratch volumes
Hi I have a scalar 1000 library and need to add a lot of new scratch volumes. Can I do just a: checkin libv scalar status=scratch search=bulk checklabel=barcode or I need the first time to do: label libv scalar checkin=scratch search=bulk labelsource=barcode volrange=01,50 When I did a label libv each cartridge was mounted in the drive and the process can take a long time. Regards Robert Ouzen
Re: checkin & label scratch volumes
Hi Thanks for the responses .. Have a nice day and for all the Americans have a happy Independence Day ! Robert Ouzen Computer Center Helpdesk Manager Haifa University Israel
Restore gem backup set
Hi I run a restore gen backupset gen_novtst.XXX -su=yes -rep=all and got a window to Select an appropriate action 1. Force an overwrite for this object 2. Force an overwrite on all objects that are write protected 3 .Skip this object 4. Skip all the objects that are write protected A. Abort this operation Action (1,2,3,4,A): I first type 2 but continue to ask me again and again till I choose the option 4. I thought if I put -rep=all It will not ask for anything or at least if I chose option 2 once it will continue , but no Any ideas ! T.I.A Regards Robert Ouzen
TDP Sql error
Hi I got today trying to run a a backup from a TDP MsSql 2.2.0 gui: ACO5422E Received the following from the MS SQL Server Try to find explanation without any success .. I success from the gui to do a restore. Please help !! Regards Robert Ouzen
Restore stg
Hi to all I have a primary stg called 3466_novell and a secondary copy called 3455_novell_copy. My primary is damaged and I tried to run a restore stg as: restore stg 3466_novell copystgpool=3466_novell_copy newstgpool=sca_nov_col maxproc=1 preview=yes but got 0 files 0 bytes When I run a select query to see if the node is on the secondary stg I got a successful result. Any idea about it !!! How can I made my secondary stg to be a primary stg ? Regards Robert Ouzen
Re: Event Status mail
Can you send it to me too ... T.I.A Regards Robert Ouzen Computing Division Haifa University Israel E-mail:[EMAIL PROTECTED] -Original Message- From: Raghu S [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 03, 2002 12:45 PM To: [EMAIL PROTECTED] Subject: Re: Event Status mail I am exactly looking for the same.Please send me the script Thanks in advance Regards Raghu S Nivas Consultant - TSM DCM Data Systems Ltd New Delhi India. e-mail: [EMAIL PROTECTED] Burak Demircan cc: Sent by: "ADSM: Dist Stor Subject: Re: Event Status mail Manager" <[EMAIL PROTECTED]> 10/03/2002 02:58 AM Please respond to "ADSM: Dist Stor Manager" i get e-mail from my server but it is a aix one. if you want i can send this little script that using sendmail. regards, burak [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 03.10.2002 12:51 Please respond to ADSM-L To: [EMAIL PROTECTED] cc: Subject: Event Status mail Hi Is there a way to mail the result of server backups.I can always check with >q event command but i like to have a mail to my e-mail ID after the completion of each schedule.Need help on this. Regards Raghu S Nivas Consultant - TSM DCM Data Systems Ltd New Delhi India. e-mail: [EMAIL PROTECTED]
Export node question
Hi I run each month a Disaster Recovery of some critical clients and take the data offsite. My question is after the process finished and the cartridge are checkout off the library with a copy of volhistory , devconfig and DBS I have a client who missed the scheduler and not backup . Can I a day after make a special export node with the option filedata=backupactive , checkout the volume. Can I do after atotal crash a restore first of my DBS with the volhistory ,devconfig , checkin the cartridges back of the DRM and secondly make an import node of my missed client with the parameter volumenames= X . My volhistory file is without the event of the export node which take place after the DRM process . T.I.A Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Netware Error
Hi to All During a full backup of Netware Client Version 5 with TSM client version 4.2.1.0 on a AIX server version 4.1.5.0 , I got those following errors: 01/28/2002 10:04:49 TCP/IP received rc 35 trying to accept connection from server. 01/28/2002 10:04:49 acceptOne: Error -50 accepting inbound connection 01/28/2002 10:11:37 Trying port number 56582 01/28/2002 10:11:37 Obtained new port number on which to listen. Did anybody what the meaning of this and how can I resolve this problem !! T.I.A Regards Robert Ouzen [EMAIL PROTECTED]
Next Storage Question
Hi My question is I have a primary storage pool DISK1 and is next storage pool is DISK2 and the next storage is TAPE1 If my DISK1 became full (lo=30 hi=95) it will migrate the data to DISK2. Now I want to migrate everything (DISK1 + DISK2) to TAPE1. Did I have just to lo=0 hi=0 for DISK1 or DISK2, Or both of them and if both of them did the process will write on one tape (my migp=1) or two. Thanks very much Regards Robert Ouzen [EMAIL PROTECTED]
Question about generate backupset
Hi to all I run a generate backupset of a client and I need to checkout the volume automatically. Did someone wrote a macro or script to do it .. Help will be appreciate. Regards Robert Ouzen [EMAIL PROTECTED]
Re: Cart Error Message
Hi Try maybe to do a checkin of this volume from offsite and then run the audit process :-) Ouzen Robert Helpdesk Manager Computing Division Haifa University Israel -Original Message- From: Ramnarayan, Sean A [EDS] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:29 PM To: [EMAIL PROTECTED] Subject: Re: Cart Error Message Hi ADSM would not allow me to change the volume mode from offsite and therefore when I try to run an Audit of the volume is complains to info me that the volume is in an offsite mode. How do I fix this problem? Thks -Original Message- From: Loon, E.J. van - SPLXM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:11 PM To: [EMAIL PROTECTED] Subject: Re: Cart Error Message Ah! The re-occuring segment references message! Do a AUDIT VOLUME RO0711 FIX=YES and it solved! Kindest regards, Eric van Loon KLM Royal Dutch Airlines -Original Message- From: Ramnarayan, Sean A [EDS] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 11:44 To: [EMAIL PROTECTED] Subject: Cart Error Message Hi Has anyone out there experienced the following error : ANRD asvol.c(2737): Volume RO0711 cannot be deleted to SCRATCH - it still has SEGMENT references. IF so could you please help Thanking you in advance. Sean Ramnarayan "MMS " made the following annotations on 02/06/2002 12:44:09 PM -- DISCLAIMER This message may contain confidential information that is legally privileged and is intended only for the use of the parties to whom it is addressed. If you are not an intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any information in this message is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete the message. Thank you. == ** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. ** "MMS " made the following annotations on 02/06/2002 03:29:29 PM -- DISCLAIMER This message may contain confidential information that is legally privileged and is intended only for the use of the parties to whom it is addressed. If you are not an intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any information in this message is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete the message. Thank you. ==
Re: Cart Error Message
Hi again Did you try just to update vol r0711 access=readw and or whereaccess=readw . Type help upd vol for correct syntax. Regards Robert Ouzen -Original Message- From: Ramnarayan, Sean A [EDS] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 4:25 PM To: [EMAIL PROTECTED] Subject: Re: Cart Error Message Hi Please find info you require below: q vol ro0711 f=d Volume Name: RO0711 Storage Pool Name: CX1CPYPOOL Device Class Name: CART Estimated Capacity (MB): 0.0 Pct Util: 0.0 Volume Status: Empty Access: Offsite Pct. Reclaimable Space: 0.0 Scratch Volume?: Yes In Error State?: No Number of Writable Sides: 1 Number of Times Mounted: 1 Write Pass Number: 1 Approx. Date Last Written: 12/26/01 05:17:23 Approx. Date Last Read: 12/26/01 05:17:23 Date Became Pending: Number of Write Errors: 0 Number of Read Errors: 0 Volume Location: Last Update by (administrator): RAMN1SA Last Update Date/Time: 02/06/02 10:45:24 q libvol ibm3494 ro0711 Library Name Volume Name StatusLast Use Home Element --- - - IBM3494 RO0711 Private q drmedia ro0711 f=d Volume Name: RO0711 State: Courier retrieve Last Update Date/Time: 02/06/02 10:21:11 Location: Volume Type: CopyStgPool Copy Storage Pool Name: CX1CPYPOOL Automated LibName: Thks Sean -Original Message- From: Loon, E.J. van - SPLXM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 4:07 PM To: [EMAIL PROTECTED] Subject: Re: Cart Error Message Hi Sean! You really have to send us more information! Send us the output from the following commands: q vol RO0711 f=d q libvol RO0711 q drmedia RO0711 f=d Kindest regards, Eric van Loon KLM Royal Dutch Airlines -Original Message- From: Ramnarayan, Sean A [EDS] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 15:03 To: [EMAIL PROTECTED] Subject: Re: Cart Error Message Hi I have tried the move drmedia command but ADSM would not allow myself to change the status. Thks -Original Message- From: Malbrough, Demetrius [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:49 PM To: [EMAIL PROTECTED] Subject: Re: Cart Error Message You may have to do a q drmedia volname to get the state that the volume is in and then issue a move drmedia volname wherest=xxx tost=onsiteret -Original Message- From: Ramnarayan, Sean A [EDS] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 7:29 AM To: [EMAIL PROTECTED] Subject: Re: Cart Error Message Hi ADSM would not allow me to change the volume mode from offsite and therefore when I try to run an Audit of the volume is complains to info me that the volume is in an offsite mode. How do I fix this problem? Thks -Original Message- From: Loon, E.J. van - SPLXM [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 3:11 PM To: [EMAIL PROTECTED] Subject: Re: Cart Error Message Ah! The re-occuring segment references message! Do a AUDIT VOLUME RO0711 FIX=YES and it solved! Kindest regards, Eric van Loon KLM Royal Dutch Airlines -Original Message- From: Ramnarayan, Sean A [EDS] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 06, 2002 11:44 To: [EMAIL PROTECTED] Subject: Cart Error Message Hi Has anyone out there experienced the following error : ANRD asvol.c(2737): Volume RO0711 cannot be deleted to SCRATCH - it still has SEGMENT references. IF so could you please help Thanking you in advance. Sean Ramnarayan "MMS " made the following annotations on 02/06/2002 12:44:09 PM -- DISCLAIMER This message may contain confidential information that is legally privileged and is intended only for the use of the parties to whom it is addressed. If you are not an intended recipient, you are hereby notified that any disclosure, copying, distribution or use of any information in this message is strictly prohibited. If you have received this message in error, please notify the sender immediately and delete the message. Thank you. == ** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or att
Novell Tuning
HI I will be interested about some comments for those parameters RESOURCEUTILIZATION and PROCESSORUTILIZATION on a Novell client version 5.1. Our Tivoli server version is 4.1.5 and Tivoli client version is 4.2.1. I think about RESOURCEUTILIZATION 4 PROCESSORUTILIZATION 100 Any suggestions ! Regards Robert Ouzen [EMAIL PROTECTED]
Canceling process so long ........
Hi I occurred sometimes when I cancel a process like reclamation or audit of a damaged volume, it took a very long time to kill the process. Any ideas how can I make it faster. T.I.A Regards Robert Ouzen \\\/// <\\\///> / _ _ \ (| (.) (.) |) +--oOOo--()--oOOo-+ || | Ouzen Robert | | Helpdesk Manager| | Haifa University | || | E-mail: [EMAIL PROTECTED] | | Work : 972-4-8240345 | || +--oooO-+ ( ) Oooo. \ ( ( ) \_) ) / (_/
Can you explain: Maxnump and keepmp
Hi Can anyone explain to me very slowly what the parameters: MAXNUMMP and KEEPMP means when I define a new NODE. The default is for MAXNUMMP 1 and for KEEPMP no I backup first to disk and during the day migrate to tape, just my database (Sap, Exchange ) I backup directly to tape. Did those parameters can affect performance .. I made a little test trying to backup a same node (large client novell 5) once to disk and once to tape. I got a very big difference on performance , to tape took a very long time. Any suggestions will be appreciate. Regards Robert Ouzen [EMAIL PROTECTED]
Need a select command
Hi To select guru I need one for calculate the amount of data store in my site. I run q auditocc but I need the total of each domain. T.I.A Robert Ouzen [EMAIL PROTECTED]
Re: Need a select command
Hi Mustafa Thanks Can I got too from this select the total of all. Robert -Original Message- From: MUSTAFA BAYTAR [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 10:50 AM To: [EMAIL PROTECTED] Subject: Re: Need a select command Robert try this. /* how much data in the pools */ select node_name,backup_mb,backup_copy_mb,archive_mb,archive_copy_mb from auditocc Robert Ouzen <[EMAIL PROTECTED] To: [EMAIL PROTECTED] IFA.AC.IL> cc: (bcc: MUSTAFA BAYTAR/ATIM/ICECEK) Sent by: "ADSM: Subject: Need a select command Dist Stor Manager" <[EMAIL PROTECTED] ST.EDU> 14.02.2002 10:39 Please respond to "ADSM: Dist Stor Manager" Hi To select guru I need one for calculate the amount of data store in my site. I run q auditocc but I need the total of each domain. T.I.A Robert Ouzen [EMAIL PROTECTED]
Re: Novell performance issue
Hi George >From where did you get 4.2.1.24 Client I found only from Tivoli 4.2.1.0 ( IP22371.exe) T.I.A Regards Robert Ouzen \\\/// / _ _ \ (| (.) (.) |) +--oOOo--()--oOOo-+ || | Ouzen Robert | | Helpdesk Manager| | Haifa University | || | E-mail: [EMAIL PROTECTED] | | Work : 972-4-8240345 | || +--oooO-+ ( ) Oooo. \ ( ( ) \_) ) / (_/ -Original Message- From: Jason Mount [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 7:50 AM To: [EMAIL PROTECTED] Subject: Re: Novell performance issue George, I was using the 4.2.1.0 NW client and the SMDR/TSA that came with SP3 for NW 5.1. After going to 4.2.1.24 client and TSA5up7, a lot of my TSM error messages and performance problems went away. I am too scared of Beta files, but I have about 40 NW 5.1 servers running it and no burps from these SMDR/TSA files yet. Sugguest you try them out on a few non-critical systems and then go roll them out. - Original Message - From: "Brandon Eckmann/NS/WSC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 1:41 PM Subject: Re: Novell performance issue > George, > I've been at TSA500 5.4 and SMDR 5.5 for 4 months now with no problems > running with DSMC ver4 rel2 level 1.7. > > > Brandon Eckmann > Network and Technology Services > Wayne State College > Wayne NE. > > > > |-+> > | | George Lesho | > | | <[EMAIL PROTECTED]>| > | | Sent by: "ADSM: | > | | Dist Stor| > | | Manager" | > | | <[EMAIL PROTECTED]| > | | .EDU>| > | || > | || > | | 02/14/2002 11:35 | > | | AM | > | | Please respond to| > | | "ADSM: Dist Stor | > | | Manager" | > | || > |-+> > >--- > ---| > | | > | To: [EMAIL PROTECTED] | > | cc: | > | Subject: Re: Novell performance issue | > >--- > ---| > > > > > Thanks for the tip but my cache hit percentage is in the low 99s for > both my AIX and Win2K TSM servers. The issue is more likely related to > the version of Novell and its components based on reading and comments > from others... Here is where we are at: > > TSA5005.03 > TSANDS5.25 > SMDR 5.04 > > The Novell admins are hesitant to put on TSA5UP7 or TSA5UP8 because > these are still beta but contain important fixes that apparantly TSM > likes > (speedwise) > > Any other hints/suggestion would be VERY appreciated. Backups are > taking forever on these Novell 5 boxes... > > George Lesho > AFC Enterprises > > > > > > > Brandon Eckmann/NS/WSC <[EMAIL PROTECTED]>@VM.MARIST.EDU> on 02/14/2002 > 11:21:26 AM > > Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> > > Sent by: "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> > > > To: [EMAIL PROTECTED] > cc:(bcc: George Lesho/Partners/AFC) > Fax to: > Subject: Re: Novell performance issue > > On the TSM server side, run "query db format=detail" and check the > "Cache Hit Pct" line. If it is under 98%, you need to increase the > number of database buffers in the TSM server. > > > > Brandon Eckmann > Network and Technology Services > Wayne State College > Wayne NE. > > > > |-+> > | | George Lesho | > | | <[EMAIL PROTECTED]>| > | | Sent by: "ADSM: | > | |
Novell restore question
Hi to all I made a test in my Netware Client 4.2.1.0 I backup a volume with the option resourceutilization 6 in my dsm.opt directly to tape. The process backup the volume to three tapes in parallel. My question is when I try to restore the volume, the process took each tape one after one. Did someone known how I can restore 3 tapes in parallel ??. Thanks in advance . Robert Ouzen \\\/// <\\\///> / _ _ \ (| (.) (.) |) +--oOOo--()--oOOo-+ || | Ouzen Robert | | Helpdesk Manager| | Haifa University | || | E-mail: [EMAIL PROTECTED] | | Work : 972-4-8240345 | || +--oooO-+ ( ) Oooo. \ ( ( ) \_) ) / (_/
Re: Novell restore question
Bill When I run the backup I just type s sys:/* -su=yes and the process wrote on 3 tapes .That are not different file systems ... Regards Robert Ouzen -Original Message- From: Bill Smoldt [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 17, 2002 3:36 PM To: [EMAIL PROTECTED] Subject: Re: Novell restore question Robert, Start up three instances of dsmc restore - different file system for each restore. Bill Smoldt STORServer, Inc. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Ouzen Sent: Sunday, February 17, 2002 2:22 AM To: [EMAIL PROTECTED] Subject: Novell restore question Hi to all I made a test in my Netware Client 4.2.1.0 I backup a volume with the option resourceutilization 6 in my dsm.opt directly to tape. The process backup the volume to three tapes in parallel. My question is when I try to restore the volume, the process took each tape one after one. Did someone known how I can restore 3 tapes in parallel ??. Thanks in advance . Robert Ouzen \\\/// <\\\///> / _ _ \ (| (.) (.) |) +--oOOo--()--oOOo-+ || | Ouzen Robert | | Helpdesk Manager| | Haifa University | || | E-mail: [EMAIL PROTECTED] | | Work : 972-4-8240345 | || +--oooO-+ ( ) Oooo. \ ( ( ) \_) ) / (_/
Status oq query event
Hi to all I run on Netware client 5.1 version 4.2.1 and always get fom q event a status of Failed. But when I checked the backup is completed O.K 02/18/2002 00:05:21 Total number of objects inspected: 386,350 02/18/2002 00:05:21 Total number of objects backed up:1,020 02/18/2002 00:05:21 Total number of objects updated: 0 02/18/2002 00:05:21 Total number of objects rebound: 0 02/18/2002 00:05:21 Total number of objects deleted: 0 02/18/2002 00:05:21 Total number of objects expired: 82 02/18/2002 00:05:21 Total number of objects failed: 112 02/18/2002 00:05:21 Total number of bytes transferred: 2.81 GB 02/18/2002 00:05:21 Data transfer time:2,678.50 sec 02/18/2002 00:05:21 Network data transfer rate:1,100.47 KB/sec 02/18/2002 00:05:21 Aggregate data transfer rate: 1,395.79 KB/sec 02/18/2002 00:05:21 Objects compressed by:0% 02/18/2002 00:05:21 Elapsed processing time: 00:35:11 02/18/2002 00:05:21 --- SCHEDULEREC STATUS END 02/18/2002 00:05:21 --- SCHEDULEREC OBJECT END SCHNOV5 02/17/2002 23:30:00 02/18/2002 00:05:21 ANS1512E Scheduled event 'SCHNOV5' failed. Return code = 4. 02/18/2002 00:05:21 Sending results for scheduled event 'SCHNOV5'. 02/18/2002 00:05:22 Results sent to server for scheduled event 'SCHNOV5'. But got a return code=4 !! How can I fix this message Regards Robert Ouzen [EMAIL PROTECTED]
Urgent Help backupset
Hi to All I generate a backupset of a Netware Client version 4.2.1.0. My Server Tivoli version is 4.1.5.0 on a AIX Machine. After the process finish: gen backupset novadminew gen_admin devc=scalarclass scratch=yes ret=34 I type a q backupset and got: Node Name Backup Set Name Date/Time Retention Device Description Period Class Name --- --- --- NOVADMINEW GEN_ADMIN.69284776 02/08/2002 23:45:13 34 SCALARCLASS No Description But when I connected the Client via ADMIN GUI (Internet: http://...:1580 <http://...:1580> ) and try to restore the backupset via Server I cannot see the backupset !!! Amazing . Any clue ! Regards Robert Ouzen [EMAIL PROTECTED]
Re: Monthly full backup
Matt I miss something what about the action in the client schedule by default is : Incremental don't we have to change it to: Full and so we have to insert in objects all the filesystems ? Regards Robert -Original Message- From: MC Matt Cooper (2838) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 7:03 PM To: [EMAIL PROTECTED] Subject: Re: Monthly full backup Bill, I do monthly FULL backups by using an admin schedule to changed the COPYMODE to absolute before the desired server is backed up. I also have one that switches it back to modified about a hour after the backup starts. Don't forget to do the ACTIVATE of the updated POLICY. I only use one node name per server. Matt -Original Message- From: Bill Dourado [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 12, 2002 10:33 AM To: [EMAIL PROTECTED] Subject: Monthly full backup Hi , I am new to TSM (mostly self taught) and not too hot on NT either. I need help from someone with a bit of time and patience to spare. My objective is to do a full monthly backup in addition to the daily incrementals for a particular backup client. I intend to use two different node names, two different Domain policies, and two separate schedulers and different dsm.opt files. Maybe run the full backup in command mode & copy control mode absolute. I would like the schedules to run without any manual intervention. Am I on the right track ? Now how exactly do I go about this ? ( as much detail as you like,please!) My TSM Server runs NT 4.1 & TSM 4.1 My Backup Client runs NT 4.1 Cheers Bill Dourado *** Disclaimer *** This email and any files transmitted with it contains privileged and confidential information and is intended for the addressee only. If you are not the intended recipient you must not disseminate, distribute or copy this email. Please notify the sender at once that you have received it by mistake and then delete it from your system. Any views expressed in this email are those of the sender and not necessarily those of ALSTEC or its associated companies. Whereas ALSTEC takes reasonable precautions to ensure this email is virus free, no responsibility will be accepted by it for any loss or damage whether direct or indirect which results from the contents of this email or its attachments. ALSTEC Group Limited - Registered in England No.3939840 - www.alstec.com Registered office: Cambridge Road, Whetstone, Leicester. LE8 6LH. England. Telephone: +44 (0)116 275 0750
Help with Netware Client
Hi to All I had a Netware 5.1 Client Tivoli 4.2.1.29 when I load the dsmc and run q mgm I got: Node Name: NOVADMINEW Please enter your user id I have to type NOVADMINEW to get the information. After quitting and coming back same scenario. I have on my dsm.opt: NODENAME NOVADMINEW Passwordaccessgenerate NWPWFILE yes What amazing too is I have this Client version on similar Netware without any problem !!! Help will be very appreciate .. T.I.A Regards Robert Ouzen [EMAIL PROTECTED]
Local Backupset
Hi to All I need the correct steps to create a local backupset for a client in case of the server is down. I already generate a backupset client for the server on a DLT. Any ideas . Regards Robert Ouzen [EMAIL PROTECTED]
Strange behaviour...
Hi to all I made a selective backup of one of my Unix client(nodename DRM_STUDY) directly to tape (it's the managment class by default). The backup took a very long time and I saw that the backup wrote files too on disk. I made a list contents of what is written on disk (here is the output). List Volume Content to File - /dsknovell/dsknovell -- Node Name*File Type*File Space Name*Client Name of File*Size of Stored File*Part of File Stored on this Volume/Total Parts*Cached Copy*Aggregated DRM_STUDY Bkup /users /edu/afru/ bin 1507(null) No 1/3 DRM_STUDY Bkup /users /edu/afru/ mail 1507(null) No 2/3 DRM_STUDY Bkup /users /edu/afru/ public_html 1507(null) No 3/3 DRM_STUDY Bkup /users /edu/agerty/ bin1519(null) No 1/3 DRM_STUDY Bkup /users /edu/agerty/ mail 1519(null) No 2/3 DRM_STUDY Bkup /users /edu/agerty/ public_html 1519 (null) No 3/3 How is it possible ! Does someone know how I can resolve this problem ... T.I.A Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Re: Duplicate Archive Entries...and deleting them
Ian Did is a similar command for a backup directory ? Thanks Robert -Original Message- From: Sutch, Ian (London) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 11:36 AM To: [EMAIL PROTECTED] Subject: Duplicate Archive Entries...and deleting them Does anyone have experiences of duplicate archive entries after upgrading from TSM Server 3.1? We've identifed thousands of duplicates by running: Cleanup archdir showstats. which maybe one reason why our tsm databases are so large Tivoli Support suggests we run the following command to delete them: Cleanup archdir resetdescr (where resetdescr sets the description field of the archive table directory and file entries to the null string) I was wondering if anybody had run the command and seen any adverse effect, especially during retrieves Thanks for your help.
Please help ......
Hi We had a Netware 5 client tivoli 4.2.1.29 working fine till two weeks ago . Now every backup it perform is a full backup but my scheduler command is incremental ? The only changes we made is to install Norton Antivirus instead Macfee. The backup is schedule at 22:00 and the Norton Antivirus scan at 04:00. Any help will be really appreciate. T.I.A Regards Ouzen Robert Helpdek Manager Computing Division Haifa University E-mail: [EMAIL PROTECTED]
Help on Include Exclude process
Hi folks I need your advice on configuring include exclude statement. Let say I have C ,D and E disk (on my C I have a lot of directories) I need to backup only from C directories F G R and subdirectories. I did ... exclude ?:\...\...\*.* include f:\...\...\*.* include g:\...\...\*.* include r:\...\...\*.* I got in my backup/restore client the structure with all the directories, it is a way just to get C and for it just F G and R I think about the option exclude.dir but did I have to put it for each directories ? T.I.A Robert Ouzen
Re: Help on Include Exclude process
I want to say that the domain will be c: d: e: ( I will change to only c:) The include statements are from subdir under C: I need to see only c: and just the subdir from the include statement Thanks Robert -Original Message- From: Zlatko Krastev [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 9:50 PM To: [EMAIL PROTECTED] Subject: Re: Help on Include Exclude process you want to say Domain c: f: g: r: Aren't you? Zlatko Krastev IT Consultant Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> Sent by:"ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject:Re: Help on Include Exclude process try using the domain statement in your option file. domain C: Mark -----Original Message- From: Robert Ouzen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 1:29 PM To: [EMAIL PROTECTED] Subject: Help on Include Exclude process Hi folks I need your advice on configuring include exclude statement. Let say I have C ,D and E disk (on my C I have a lot of directories) I need to backup only from C directories F G R and subdirectories. I did ... exclude ?:\...\...\*.* include f:\...\...\*.* include g:\...\...\*.* include r:\...\...\*.* I got in my backup/restore client the structure with all the directories, it is a way just to get C and for it just F G and R I think about the option exclude.dir but did I have to put it for each directories ? T.I.A Robert Ouzen Confidentiality Note: The information transmitted is intended only for the person or entity to whom or which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of this information by persons or entities other than the intended recipient is prohibited. If you receive this in error, please delete this material immediately.
Re: Help on Include Exclude process
Thank you very much . Regards Robert -Original Message- From: Zlatko Krastev [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 02, 2002 9:24 PM To: [EMAIL PROTECTED] Subject: Re: Help on Include Exclude process If this was UNIX you can use VIRTUALMOUNTPOINT DOMAIN In Windows client you do not have this functionality so the only solution (to best of my knowledge) is to exclude whole drive and include directories. I am still confused are you talking about directories F G R on C: drive or about directories on F: G: R: drives. So two answers. For directories on C: domain c: exclude c:\...\* include c:\f\...\* include c:\g\...\* include c:\r\...\* For directories on F: G: R: drives domain c: f: g: r: exclude f:\...\* include f:\fdir\...\* exclude g:\...\* include g:\gdir\...\* exclude r:\...\* include r:\rdir\...\* As result you will get all (!) driectories from F: G: R: drives but files only from selected directories. Unfortunately there is no include.dir statement available. There is no need to write "\...\...\" Zlatko Krastev IT Consultant Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> Sent by:"ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject:Re: Help on Include Exclude process I want to say that the domain will be c: d: e: ( I will change to only c:) The include statements are from subdir under C: I need to see only c: and just the subdir from the include statement Thanks Robert -Original Message- From: Zlatko Krastev [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 9:50 PM To: [EMAIL PROTECTED] Subject: Re: Help on Include Exclude process you want to say Domain c: f: g: r: Aren't you? Zlatko Krastev IT Consultant Please respond to "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> Sent by:"ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject:Re: Help on Include Exclude process try using the domain statement in your option file. domain C: Mark -Original Message- From: Robert Ouzen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 01, 2002 1:29 PM To: [EMAIL PROTECTED] Subject: Help on Include Exclude process Hi folks I need your advice on configuring include exclude statement. Let say I have C ,D and E disk (on my C I have a lot of directories) I need to backup only from C directories F G R and subdirectories. I did ... exclude ?:\...\...\*.* include f:\...\...\*.* include g:\...\...\*.* include r:\...\...\*.* I got in my backup/restore client the structure with all the directories, it is a way just to get C and for it just F G and R I think about the option exclude.dir but did I have to put it for each directories ? T.I.A Robert Ouzen Confidentiality Note: The information transmitted is intended only for the person or entity to whom or which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of this information by persons or entities other than the intended recipient is prohibited. If you receive this in error, please delete this material immediately.
Question about Maxscratch (Collocate/No Collocate)
Hi For example I have two storage pools A and B with: A with nodes=12 maxscratch=4 collocate=yes B with nodes=10 maxscratch=3 collocate=no My question is about the order of filling the tapes. As I understand For Storage Pool A :Tape1 Node1 (Scratch 1) Tape2 Node2 (Scratch2) Tape3 Node3 (Scratch3) Tape4 Node4 (Scratch4) No more scratch tape (maxscratch=4). Now the next node5 will be on Tape1 and node6 on Tape2 etc till nodes12 The next backup of node1 will be on Tape1 etc . For Storage Pool B: Tape1 Node1 TO Node10 (scratch 1) till full then Tape2 etc . Did I understand right ??? T.I.A Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
Error on Novell Client
Hi to all I run a Novell 5.1 version of TSM client 4.2.0.0 when trying to run a backup on line got this error message: ANS1312E Server media mount not possible. All my volumes are mounted Any clues ! T.I.A Robert Ouzen E-Mail: [EMAIL PROTECTED]
Re: Antw: Re: Scratching empty tapes
Yes first delete them (if there are empty) and then update them with the command: upd libvol vol . Stat=scratch Robert -Original Message- From: Wolfgang Herkenrath [mailto:[EMAIL PROTECTED]] Sent: Friday, August 31, 2001 10:58 AM To: [EMAIL PROTECTED] Subject: Antw: Re: Scratching empty tapes Hi, thanks for answers. I think I've got the problem. My colleague labeld new volumes when I was in holiday. He didn't label the volumes as scratch volume. I will shoot him when he is back at office on monday. Now I've got the problem to change the tapes to scratch tapes. I tried to do it with 'update volume' but TSM won't it. Must I delete the volumes and label them again Wolfgang
Creating a script
Hi Try to figure how to create a script file to make this: 1. checking if migration from diskpool to tapepool is finish then running an expiration inventory, if not checking again every 10 minutes Thank you for the help . Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
Speed up Netware Restore
Hello I am just testing a Netware restore with a AIX Server 3.7 (in a few weeks 4.2) and the client Netware 4.2. My Storage pool is collocate (but not with filespace). I have a new Netware server with in is dsm.opt VIRTUALNODENAME NOVCC (the nodename of the client I want to restore ,the original server is not connected to the server). My questions are: 1. From where is better to run the restore of the entire server (3 volumes: SYS VOL1 APPS) from the gui or online. 2. What will be the correct syntax from online:load dsmc res serva\* servb\*:/ -virtualnodename=nw1 -su=yes serva\* - original server with all volumes servb\*:/ - target server with all restore volumes when the / is for the directories Did the syntax is correct ??? Thanks for your help Regards Robert Ouzen [EMAIL PROTECTED]
Netware Problem
Hi I have a Netware 5.1 with client Tsm 4.2.0 when the scheduler run I got the message: 09/18/2001 22:46:03 (TSA500.NLM 5.4 313) A file cannot be read. And nothing else happen (nothing else in my dsmerror.log), just get that client is missed T.I.A Robert Ouzen [EMAIL PROTECTED]
Error in expire inventory
Hi I run a dsmserv auditdb fix=yes but still have error when running expire inventory as: Activity Log Date and Time Message -- 09/30/2001 08:20:14 ANR0104E imarins.c(1547): Error 2 deleting row from table "Arch.Objs.ByDescription". 09/30/2001 08:20:14 ANRD imutil.c(3779): Primary row for archive object 0.33054338 not found. Any ideas what to do to get a clean database !! Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
Error on UNLOADDB process
Hi to all I run a dsmserv unloaddb devclass=scalarclass scratch=yes and received this message: ANR4013I UNLOADDB: Dumped 7324392 database entries (cumulative). ANRD sminit.c(440): SM failed to Initialize - Time Out. ANRD mmsshr.c(301): Time Out waiting for session manager initialization. ANR1361I Output volume 29 closed. ANR4013I UNLOADDB: Copied 807684 database pages. ANR4013I UNLOADDB: Copied 728 bit vectors. ANR4013I UNLOADDB: Encountered 0 bad database pages. ANR4013I UNLOADDB: Copied 31351842 database entries. ANR4013I UNLOADDB: 2011 Megabytes copied. ANR4013I UNLOADDB: Process 0, database dump has completed. ANR4013I UNLOADDB: database update activity resumed. ANR4013I UNLOADDB: Volume 1 written by process is 29. Did the UNLOADDB process really succeed even though we got ANRD message . And the VOLHIST.FILE was corrupted at the end of the process we didn't get any information about the DBDUMP volume. We had before the process a database size of 830,593 database pages and 3643392 database entries. We didn't continue with dsmserv loadformat just return to the original database. Does anybody have an experience with this problem. T.I.A Robert Ouzen E-Mail: [EMAIL PROTECTED]
Help on del volh type=dbb
Hi I proceed an unloaddb/format/loaddb successfully last week (11/10/2001) ,before this process I backup my database Date/Time Volume Type BackupBackup Volume Device Class Volume Name Series Operation Seq 10/11/2001 08:17:46 BACKUPFULL 1,274 0 1 DBBACKUP /dbbackup/02781066.DBB Till then impossible to delete this entry from the : query volh type=dbb Try all kind of: del volh type=dbb todate=today-X without any success .. Try to auditdb fix=yes , still incapable to delete this entry !! Anyone got this problem too, my TSM server version is 3.7.4 T.I.A Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
Re: Antwort: Help on del volh type=dbb
Hi Guenther Yes you are right but in my case It isn't the most recent dbbackup volume. The db volumes I created after the unloadb/loaddb I don't have any problem to delete thru the del volh type=dbb todate=today-X. Just the one I created before the unloaddb/loaddb I can't deleted .. Regards Robert -Original Message- From: Guenther Bergmann [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 10:59 AM To: [EMAIL PROTECTED] Subject: Antwort: Help on del volh type=dbb Hi Robert, i am quite new to TSM, but as far as i know you cannot delete the most recent dbbackup volume. regards guenther Robert Ouzen <[EMAIL PROTECTED]> am 18.10.2001 06:45:46 Bitte antworten an "ADSM: Dist Stor Manager" <[EMAIL PROTECTED]> An:[EMAIL PROTECTED] Kopie: (Blindkopie: Guenther Bergmann/PSZ/PrintCom/DE) Thema: Help on del volh type=dbb
Re: dsmserv doesn't start
Salut Laurent The syntax is incorrect must be:SELFTUNEBUFPOOLSIZE in your dsmserv.opt file Regards Robert Ouzen Haifa University Israel E-Mail: [EMAIL PROTECTED] -Original Message- From: Croux Laurent [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 12:01 PM To: [EMAIL PROTECTED] Subject: dsmserv doesn't start Hi, I'm a french TSM user Sorry for my bad english When I run dsmserv I have the following message Version 4, Release 2, Level 1.0 Licensed Materials - Property of IBM 5698-TSM (C) Copyright IBM Corporation 1999,2001. All rights reserved. U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corporation. ANR0900I Processing options file dsmserv.opt. ANR0902W Unsupported keyword found in file dsmserv.opt. ANR0906I Line No. : 164 ANR0907I Statement : SELFTUNEBUPOOLSIZE YES ANR0908W Error : ..|. ANR0990I Server restart-recovery in progress. ANR0215W Recovery log volume /tsm/log/log1.dsm is in the offline state - VARY ON required. ANR0200I Recovery log assigned capacity is 1000 megabytes. ANR0201I Database assigned capacity is 2000 megabytes. ANR0306I Recovery log volume mount in progress. ANR0207E Page address mismatch detected on database volume /tsm/db/db1.dsm, logical page 70656 (physical page 66816); actual: 909783865. ANRD dballoc.c(1330): ThreadId<0> Error reading space map page from disk. ANR0361E Database initialization failed: error initializing database page allocator. What can I do ? Thanks, Laurent CROUX --- - Laurent CROUX / INFORSUD FM / CAUSSE COMTAL 12340 BOZOULS Tél. : 05 65 67 92 35 / Email : [EMAIL PROTECTED] Standard : 05 65 67 91 00 / Fax : 05 65 67 91 09
Help on reset commands
Hi I wonder when to run the reset commands: reset bufpool reset dbmaxutilization reset logconsumption reset loagmaxutilization Any ideas .. T.I.A Robert
Backup Offsite
Hi I need to run a monthly Full backup of critical clients offsite. I write a script of doing that and my question is I need from 20:00 to 08:00 no distribution of regular backup plan for this night. Can someone now How I can do it automatically. T.I.A Regards :-) Ouzen Robert Helpdesk Manager Computing Division Haifa University Israel E-Mail: [EMAIL PROTECTED]
Delay on script
Hi I wrote a script to make a Database Snapshot (with wait=yes) and a checkout of this tape. My problem is the command checkout run before the tape is dismount. Is it a delay command I can use in my script or an other idea T.I.A Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
Select question
Hi I am searching of a similar select command for query the mount status as we have from sessions or processes (select * from processes) I need to know if tapes are mounted (q mount) but in a select command. Any ideas ... Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
FW: Delay on script
To all I resoved my problem by scheduling a checkout as some of you suggest. Here the script: (DRM_OUT) backup db devclass=scalarclass type=dbs wait=yes backup devconfig backup volhistory delete schedule checkout t=a define schedule checkout t=a cmd='run checkout_offsite' startt=now+00:18 dur=15 duru=m per=1 peru=o active=yes Here is the CHECKOUT_OFFSITE script: move media * stg=sca_drm wherestatus=full,filling wherestate=mountableinlib ovflocation="OFFSITE" remove=bulk checklabel=no move drmedia * source=dbs wherestate=mountable tostate=vault remove=bulk delete schedule checkout t=a Regards Robert Ouzen P.S Thanks for the response -Original Message- From: William Boyer [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 2:20 AM To: [EMAIL PROTECTED] Subject: Re: Delay on script Would the MOUNTRetention for his DEVClass be what's happening here? The BA DB command completes, but TSM keeps the tape mounted for MOUNTR minutes. The checkout won't work if the tape is mounted. Maybe, like was suggested previously, the script could schedule the checkout command for NOW+MOUNTR from now? That would give TSM time to dismount the tape before checking it out. Bill Boyer DSS, Inc. "Backup my harddrive? How do I put it in reverse?" - ?? -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of Mark Stapleton Sent: Monday, November 19, 2001 4:55 PM To: [EMAIL PROTECTED] Subject: Re: Delay on script On Fri, 16 Nov 2001 10:45:18 +0200, it was written: >I wrote a script to make a Database Snapshot (with wait=yes) and a >checkout of this tape. My problem is the command checkout run before >the tape is dismount. Is it a delay command I can use in my script or >an other idea . Why don't you publish that script for us here? The wait=yes should guarantee that the dbs run should finish before it goes to the next step in the batch file. -- Mark Stapleton ([EMAIL PROTECTED])
Disable scheduler or enable scheduler
Hi I need to run every month full backup of some clients for Disaster Recovery and my problem is I need to disable the others scheduler's running for this night. I created a policy for those special nodes , but if I run a disable session this will include my full backup too. I wonder if anybody create a select command checking the status of the future backup for this night, and except for the Disaster policy make a temporary expiration for the other backup scheduler T.I.A Robert Ouzen E-Mail: [EMAIL PROTECTED]
Backupset question
Hi I want to try the backupset feature. What will be the correct process, as I understand for local restore I need to run GENERATE BACKUPSET and if I want to keep one on the server I need to run DEFINE BACKUPSET. After a generate backupset what I need to do (checkout libvol !) If any of you did it already I will appreciate the help. Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
Netware4.1 & TSM Client 4.1.2.16
Hi Have 1 Netware 4.1 node running TSM client 4.1.2.16 backing up to a 4.1.3 AIX server. My TSA410.nlm v4.17 August 23, 1999 This is the error I get on one: 12/18/2001 05:08:45 TcpRead(): recv(): errno = 54 12/18/2001 05:08:45 sessRecvVerb: Error -50 from call to 'readRtn'. 12/18/2001 05:08:45 ANS1809E Session is lost; initializing session reopen procedure. 12/18/2001 05:08:46 ANS1809E Session is lost; initializing session reopen procedure. 12/18/2001 05:09:01 ANS1810E TSM session has been reestablished. I saw similar message about Netware 5.1 did at Netware 4.1 I can found a patch too T.I.A Robert Ouzen E-Mail: [EMAIL PROTECTED]
Urgent:Very long time for backup
I had a Netware 4.1 with TSM Client 4.1.2.16 backing directly on Scalar 1000 (DLT8000). I run a full backup and the process took so long .. 12/18/2001 09:18:58 ANE4952I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of objects inspected: 61,078 12/18/2001 09:18:58 ANE4954I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of objects backed up: 60,985 12/18/2001 09:18:58 ANE4958I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of objects updated: 0 12/18/2001 09:18:58 ANE4960I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of objects rebound: 0 12/18/2001 09:18:58 ANE4957I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of objects deleted: 0 12/18/2001 09:18:58 ANE4970I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of objects expired: 0 12/18/2001 09:18:58 ANE4959I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of objects failed: 7 12/18/2001 09:18:58 ANE4961I (Session: 1220, Node: DRM_HAIFA-MAINT) Total number of bytes transferred: 5.82 GB 12/18/2001 09:18:58 ANE4963I (Session: 1220, Node: DRM_HAIFA-MAINT) Data transfer time:1,465.86 sec 12/18/2001 09:18:58 ANE4966I (Session: 1220, Node: DRM_HAIFA-MAINT) Network data transfer rate:4,168.04 KB/sec 12/18/2001 09:18:58 ANE4967I (Session: 1220, Node: DRM_HAIFA-MAINT) Aggregate data transfer rate:249.11 KB/sec 12/18/2001 09:18:58 ANE4968I (Session: 1220, Node: DRM_HAIFA-MAINT) Objects compressed by:0% The transfer time and transfer rate looks O.K but look to the Aggregate data transfer rate No compress involve Any idea how can I improve this process Thanks in Advance Robert Ouzen E-Mail: [EMAIL PROTECTED]
Please Explain
Hi I run a full backup of a Netware 5 with Tivoli client 4.2.0 here the statistics: 12/18/2001 13:58:12 Total number of objects inspected: 33,310 12/18/2001 13:58:12 Total number of objects backed up: 33,104 12/18/2001 13:58:12 Total number of objects updated: 0 12/18/2001 13:58:12 Total number of objects rebound: 0 12/18/2001 13:58:12 Total number of objects deleted: 0 12/18/2001 13:58:12 Total number of objects expired: 0 12/18/2001 13:58:12 Total number of objects failed: 3 12/18/2001 13:58:12 Total number of bytes transferred: 1.33 GB 12/18/2001 13:58:12 Data transfer time: 138.38 sec 12/18/2001 13:58:12 Network data transfer rate:10,099.94 KB/sec 12/18/2001 13:58:12 Aggregate data transfer rate:802.25 KB/sec 12/18/2001 13:58:12 Objects compressed by:0% 12/18/2001 13:58:12 Elapsed processing time: 00:29:02 Can anybody explain why my Network data transfer rate is so high but my Aggregate data transfer rate is low T.I.A Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Select command
Hi Did anybody know how to calculate with a select command the sum of all my Q OCC ?? Thanks Robert Ouzen E-Mail: [EMAIL PROTECTED]
Mountpointimeout parameter
Hi In the dsmserv.opt file is a parameter MOUNTPOINTIMEOUT (30) that I didn't know the signification try to find in documentation without success. Did it related to the MOUNTLIMIT and MOUNTRETENTION in the DEVCLASS definition ? Did anybody too can explain the KEEP MOUNT POINT in the Node definition Thank you in advance, Regards Robert Ouzen E-Mail: [EMAIL PROTECTED]
Help on Sql Date
Hi I want to run this Select command the next day but didn't know the correct syntax for where date(start_time)= ?? To get the correct output for the day before. (like date(start_time)=date(current date) -1). 'select entity as node_name, date(start_time) as date, cast(activity as varchar(10))as activity, time(start_time) as start, time(end_time) as end,cast(bytes/1024/1024 as decimal(6,0)) as megabytes, cast(affected as decimal(7,0)) as files,successful from summary where date(start_time)=date(current date) and time(start_time)>'18:00:00' and time(end_time)<'23:59:59' and activity='ARCHIVE' order by start asc' T.I.A Regards Robert E-Mail: [EMAIL PROTECTED]
Disaster Recovery of MSSQL Server
Hi to All I am running on Windows 2000 a SQL Server 7 and I got TDP for SQL 2.2.0.0 and Tivoli Client 4.1.2.14. I want to test a disaster recovery I got a new server and made a ghost of my original server. What will be the correct steps to rebuilt my old server What files or directory I need to backup with my backup client to complete the restore. My scenario is: 1. Install the ghost 2. Restore files from regular backup 3. Restore Sql database. Can somebody be more specific, any help will be really appreciate. T.I.A Robert Ouzen [EMAIL PROTECTED]
Scheduler failed
Hi to all I have a Novell client 5 with Tsm client for Novell version 5.1.0.0 connected to a TSM server AIX version 4.1.5 that give me a scheduler result of "Failed" with return code 12. I had the files backup but my query event show a result of "failed" ... Can anybody help, thanks in advance. Regards, Robert Ouzen E-Mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Select parameter output
Hi to all Somebody know how to create a parameter output for further use in a select command. Here my example to get a number request for a reply command: select substr(message,10,3) as "Request ID" from actlog where msgno=8373 and current_timestamp-date_time<'0 00:01:00.00' >From this select I got the request number to apply for the reply command how can I supply this output directly to my command reply ?? T.I.A Regards Ouzen Robert E-mail:[EMAIL PROTECTED]
Strange selec behaviour
Hi to all Run this everyday to collect the amount of MB and length of backup nodes. SELECT ENTITY AS NODE, - CAST(SUM(BYTES/1024/1024) - AS DECIMAL(8,2)) AS "MB", - substr(cast(min(start_time) as char(26)),1,19) as "DATETIME ", - cast(substr(cast(max(end_time)-min(start_time) as char(20)),3,8) as char(8)) as "Length " - FROM SUMMARY - WHERE ACTIVITY IN ('BACKUP','ARCHIVE') - and date(Start_time)=current date - 1 days and time(start_time)>'08:00:00' - GROUP BY ENTITY - ORDER BY MB Here the result: NODEMB DATETIME Length -- -- -- - HIGHLEARN 0.00 2003-07-18 23:00:01 01:12:20 MARVEL0.00 2003-07-18 18:00:28 00:15:05 NOVMESHEK 0.00 2003-07-18 23:30:13 00:12:06 NOVMINHAL 0.00 2003-07-18 23:50:03 00:26:27 WEB2000 0.00 2003-07-18 23:00:07 00:11:31 NSNEW 4.37 2003-07-18 21:36:02 00:02:01 NOVNDPS 5.54 2003-07-18 23:30:14 00:03:59 When i run a q actlog begint=-15 s=marvel I got: 07/18/2003 18:15:33 ANE4952I (Session: 250, Node: MARVEL) Total number of objects inspected: 65,911 07/18/2003 18:15:33 ANE4954I (Session: 250, Node: MARVEL) Total number of objects backed up: 45 07/18/2003 18:15:33 ANE4958I (Session: 250, Node: MARVEL) Total number of objects updated: 0 07/18/2003 18:15:33 ANE4960I (Session: 250, Node: MARVEL) Total number of objects rebound: 0 07/18/2003 18:15:33 ANE4957I (Session: 250, Node: MARVEL) Total number of objects deleted: 0 07/18/2003 18:15:33 ANE4970I (Session: 250, Node: MARVEL) Total number of objects expired: 4 07/18/2003 18:15:33 ANE4959I (Session: 250, Node: MARVEL) Total number of objects failed: 2 07/18/2003 18:15:33 ANE4961I (Session: 250, Node: MARVEL) Total number of bytes transferred: 1.25 GB 07/18/2003 18:15:33 ANE4963I (Session: 250, Node: MARVEL) Data transfer time: 620.25 sec 07/18/2003 18:15:33 ANE4964I (Session: 250, Node: MARVEL) Elapsed processing time:00:15:03 As you see the total number of bytes transferred is: 1.25G and on my select command I got 0:00 . The elapsed processing time is correct on the select command. For most of nodes I got the correct output like for example NSNEW: 07/18/2003 21:38:03 ANE4952I (Session: 305, Node: NSNEW) Total number of objects inspected: 32,539 07/18/2003 21:38:03 ANE4954I (Session: 305, Node: NSNEW) Total number of objects backed up: 79 07/18/2003 21:38:03 ANE4958I (Session: 305, Node: NSNEW) Total number of objects updated: 0 07/18/2003 21:38:03 ANE4960I (Session: 305, Node: NSNEW) Total number of objects rebound: 0 07/18/2003 21:38:03 ANE4957I (Session: 305, Node: NSNEW) Total number of objects deleted: 0 07/18/2003 21:38:03 ANE4970I (Session: 305, Node: NSNEW) Total number of objects expired: 1 07/18/2003 21:38:03 ANE4959I (Session: 305, Node: NSNEW) Total number of objects failed: 0 07/18/2003 21:38:03 ANE4961I (Session: 305, Node: NSNEW) Total number of bytes transferred: 4.37 MB 07/18/2003 21:38:03 ANE4963I (Session: 305, Node: NSNEW) Data transfer time: 4.55 sec 07/18/2003 21:38:03 ANE4966I (Session: 305, Node: NSNEW) Network data transfer rate: 983.95 KB/sec 07/18/2003 21:38:03 ANE4967I (Session: 305, Node: NSNEW) Aggregate data transfer rate: 37.14 KB/sec 07/18/2003 21:38:03 ANE4968I (Session: 305, Node: NSNEW) Objects compressed by:0% 07/18/2003 21:38:03 ANE4964I (Session: 305, Node: NSNEW) Elapsed processing time:00:02:00 Can someone advise why the difference ?? Thanks in Advance ... Regards Robert Ouzen Haifa University Israel E-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Help on select syntax
Hi to all Try to run a select query on the actlog table for certain msgno in certain period but got wrong result. Here my select command: select nodename , msgno , substr(message,44,14) as "Message" from actlog where (msgno=4961 or msgno=4964) and date_time=CURRENT_TIMESTAMP - 1 days Without the date_time parameter I got what I want but for the entire period I need to limit my query for the last 24 hours. Please advise if possible .. Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Difference output between table summary and actlog
Hi to all Run this everyday to collect the amount of MB and length of backup nodes. SELECT ENTITY AS NODE, - CAST(SUM(BYTES/1024/1024) - AS DECIMAL(8,2)) AS "MB", - substr(cast(min(start_time) as char(26)),1,19) as "DATETIME ", - cast(substr(cast(max(end_time)-min(start_time) as char(20)),3,8) as char(8)) as "Length " - FROM SUMMARY - WHERE ACTIVITY IN ('BACKUP','ARCHIVE') - and date(Start_time)=current date - 1 days and time(start_time)>'08:00:00' - GROUP BY ENTITY - ORDER BY MB Here the result: NODEMBDATETIME Length -- -- -- - HIGHLEARN0.00 2003-07-18 23:00:01 01:12:20 MARVEL0.00 2003-07-18 18:00:28 00:15:05 NOVMESHEK 0.00 2003-07-18 23:30:13 00:12:06 NOVMINHAL 0.00 2003-07-18 23:50:03 00:26:27 WEB2000 0.00 2003-07-18 23:00:07 00:11:31 NSNEW 854.37 2003-07-18 21:36:02 00:05:01 NOVNDPS 1265.542003-07-18 23:30:14 00:15:59 When i run a q actlog begint=-15 s=marvel I got: 07/18/2003 18:15:33 ANE4952I (Session: 250, Node: MARVEL) Total number of objects inspected: 65,911 07/18/2003 18:15:33 ANE4954I (Session: 250, Node: MARVEL) Total number of objects backed up: 45 07/18/2003 18:15:33 ANE4958I (Session: 250, Node: MARVEL) Total number of objects updated: 0 07/18/2003 18:15:33 ANE4960I (Session: 250, Node: MARVEL) Total number of objects rebound: 0 07/18/2003 18:15:33 ANE4957I (Session: 250, Node: MARVEL) Total number of objects deleted: 0 07/18/2003 18:15:33 ANE4970I (Session: 250, Node: MARVEL) Total number of objects expired: 4 07/18/2003 18:15:33 ANE4959I (Session: 250, Node: MARVEL) Total number of objects failed: 2 07/18/2003 18:15:33 ANE4961I (Session: 250, Node: MARVEL) Total number of bytes transferred: 1.25 GB 07/18/2003 18:15:33 ANE4963I (Session: 250, Node: MARVEL) Data transfer time: 620.25 sec 07/18/2003 18:15:33 ANE4964I (Session: 250, Node: MARVEL) Elapsed processing time:00:15:03 As you see the total number of bytes transferred is: 1.25G and on my select command from summary I got 0:00 . The elapsed processing time is correct on the select command. My TSM Server version is 5.1.7.0 Can someone advise why the difference between the tables summary and actlog ?? Thanks in Advance ... Regards Robert Ouzen Haifa University Israel E-mail: <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]
Rc=1914 on TDP for Microsoft Sql backup .... More
Hi to all Check my TDP log and got this: 08/05/2003 03:33:53 Backup of Northwind failed. 08/05/2003 03:33:53 ACO5422E Received the following from the MS SQL server: 08/05/2003 03:33:53 [Microsoft][ODBC SQL Server Driver][SQL Server]The statement BACKUP LOG is not allowed while the recovery model is SIMPLE. Use BACKUP DATABASE or change the recovery model using ALTER DATABASE. What is the meaning !! And what I have to do . T.I.A Regards Robert Ouzen Helpdesk Manager Haifa University Israel e-mail:[EMAIL PROTECTED]
Rc=1914 on TDP for Microsoft Sql backup
Hi to all I got a status of "failed" for an inremental backup of a Sql database with TDP for Microsoft Sql Server 5.1.5.0. On my actlog some of log backup of database failed with rc=1914. Did I need to exclude them in my dsm.opt as: EXCLUDE "\...\master\...\log*" EXCLUDE "\...\msdb\...\log*" EXCLUDE "\...\northwind\...\log*" EXCLUDE "\...\pubs\...\log*" T.I.A Regards Robert Ouzen Helpdesk Manager Haifa University Israel e-mail:[EMAIL PROTECTED]
Re: TSM Operational Monitor
Thanks to Dave Canan for this tip . It made the Report to work without any error. Regards Robert Ouzen Helpdesk Manager Haifa University Israel -Original Message- From: Dave Canan [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:39 PM To: [EMAIL PROTECTED] Subject: Re: TSM Operational Monitor I had this same issue. Do the following to correct the problem: 1) note the path where operational reporting is installed 2) use Add/Remove programs to uninstall it 3) reinstall to the original location and be sure to choose the Everyone radio button during setup. At 07:47 AM 8/18/2003 -0700, you wrote: >Been playing with this on a desktop and I get this message on all the >reporting tools if run on the scheduled time. I can right click and >select "refresh using current time" or "refresh using scheduled time" >and it will run. Anyone currently playing around with it seen this? > > > > > >ERROR -- Custom Summary > >--- > > > >ERROR - Failed to load custom summary template file default_mon.xml. >RC: -4 > > > > > > > >TSM Operational Reporting - Version 5, Release x, Level x.-7 > > > >Geoff Gill >TSM Administrator >NT Systems Support Engineer >SAIC >E-Mail: [EMAIL PROTECTED] >Phone: (858) 826-4062 >Pager: (877) 905-7154 Money is not the root of all evil - full backups are. Isn't there considerable irony in conservatives persistently trying to thwart conservation?
TSM Operational Reporting sending Mail
Hi to all I am using TSM Operational Reporting (Driver 7) and have a question using the feature of Missed / Failed message from a Node backup sending a message, can anyone know how to use it to send the message to more than one contact. I tried to create a mail group and to send to this group containing few addresses without any success . T.I.A Regards Robert Ouzen Helpdesk Manager Haifa University Israel E-Mail:[EMAIL PROTECTED]
Netware error message
Hi to all I have a Netware Client version 6.5 service pack revision 02 , my Tsm Client Version is 5.2.0.3 and Tsm Server Version is 5.2.3.0 I got yesterday this error message: server NW halted Wednesday, November 17, 2004 11:23:21.351 pm Abend 1 on P00: Server-5.70.02: Page Fault Processor Exception (Error code ) Registers: CS = 0060 DS = 007B ES = 007B FS = 007B GS = 007B SS = 0068 EAX = EBX = 5D394435 ECX = 650AF13A EDX = 650479E4 ESI = 6798A028 EDI = 5F845B64 EBP = 6619ECE4 ESP = 6619ECC8 EIP = A83F969B FLAGS = 00010202 Address (0xA83F969B) exceeds valid memory limit EIP in UNKNOWN memory area Access Location: 0xA83F969B The violation occurred while processing the following instruction: Running process: DSMC.NLM 10 Process Thread Owned by NLM: DSMC.NLM Stack pointer: 6619F018 OS Stack limit: 6618F3A0 Scheduling priority: 67371008 Wait state: 5050190 Blocked on a kernel CV Does anybody have a clue about this error ??? Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Re: Netware error message
Frank You are right the Netware staff installed service pack 02 , I just upgrade the tsm client version to 5.2.3.0 and will run tonight a backup. If I still got a problem will download the newest tsa patches as you suggested. I didn't quiet understand what you mean by cache allocation percentage and how to do it . Thanks for the answer. Regards Robert -Original Message- From: Troy Frank [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 5:06 PM To: רוברט אוזן; [EMAIL PROTECTED] Subject: Re: Netware error message Assuming that it's been fine up until now, I would guess that something has changed. Has there been any patches/service packs/new tsm clients installed lately? If not, you may also want to look into the newest tsa patches (tsa16 I believe). Another thing to look for is the cache allocation percentage for tsafs. It should generally be set to no more than 10% of total memory. TID# 10091980 may also have info relevant to your problem. Troy Frank Network Services University of Wisconsin Medical Foundation 608.829.5384 >>> [EMAIL PROTECTED] 11/18/2004 8:01:12 AM >>> Hi to all I have a Netware Client version 6.5 service pack revision 02 , my Tsm Client Version is 5.2.0.3 and Tsm Server Version is 5.2.3.0 I got yesterday this error message: server NW halted Wednesday, November 17, 2004 11:23:21.351 pm Abend 1 on P00: Server-5.70.02: Page Fault Processor Exception (Error code ) Registers: CS = 0060 DS = 007B ES = 007B FS = 007B GS = 007B SS = 0068 EAX = EBX = 5D394435 ECX = 650AF13A EDX = 650479E4 ESI = 6798A028 EDI = 5F845B64 EBP = 6619ECE4 ESP = 6619ECC8 EIP = A83F969B FLAGS = 00010202 Address (0xA83F969B) exceeds valid memory limit EIP in UNKNOWN memory area Access Location: 0xA83F969B The violation occurred while processing the following instruction: Running process: DSMC.NLM 10 Process Thread Owned by NLM: DSMC.NLM Stack pointer: 6619F018 OS Stack limit: 6618F3A0 Scheduling priority: 67371008 Wait state: 5050190 Blocked on a kernel CV Does anybody have a clue about this error ??? Regards Robert Ouzen E-mail: [EMAIL PROTECTED] Confidentiality Notice follows: The information in this message (and the documents attached to it, if any) is confidential and may be legally privileged. It is intended solely for the addressee. Access to this message by anyone else is unauthorized. If you are not the intended recipient, any disclosure, copying, distribution or any action taken, or omitted to be taken in reliance on it is prohibited and may be unlawful. If you have received this message in error, please delete all electronic copies of this message (and the documents attached to it, if any), destroy any hard copies you may have created and notify me immediately by replying to this email. Thank you.
Error message Server detected system error
Hi Some users saved their outlook.ps on a Netware client backup by TSM , some forget to close Outlook so when the backup occurred I got this error message: 11/19/2004 23:44:03 ANS1228E Sending of object 'SYM:/Users/BDOTAN/Files/Office/Outlook/outlook.pst' failed 11/19/2004 23:44:03 ANS1301E Server detected system error The backup status finished with: 11/20/2004 00:43:31 ANS1512E Scheduled event 'SCHNOVCOL3' failed. Return code = 12. I changed in the backup group copy the copy serialization to static , no change still this error message .. Did is a way to contour this error My TSM server version is 5.2.3.0 and TSM client Netware 5.2.3.0 Thanks in Advance , Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Move data & Relaimation
Hi to all Can anybody tell me the difference between move data and reclaimation. When I run reclaimation on a cartridge with bad files is sometimes stuck and I have to cancel the process after a long time , but when I run a move data on the same cartridge is sometimes succeed to move the correct files without any problem . T.I.A Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Backup image error ANS1287E
Hi to all I tried to test the backup image (offline), my Tsm Client version is 5.2.3.4 on Windows 2003 (one partition C:) and Tsm Server is 5.2.3.0. I didn't not install the Tsm logical Volume Snapshot Agent. I add in my dsm.opt file those lines: INCLUDE.FS "C:" FILELEVELTYPE=DYNAMIC INCLUDE.IMAGE "C:" MGIMAGE IMAGETYPE=STATIC When I run in the the command line:backup image c: -imagetype=static I got this following error message: ANS1228E Sending of object '\\cc37206-2345\c$' failed ANS1287E Volume could not be locked. ANS1813E Image Backup processing of '\\cc37206-2345\c$' finished with failures. Help will be appreciate Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Re: Virtualnodename
I will try to put too the real name of the lost client before the vol1:\home\* Robert Ouzen Haifa University Israel -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of William Rosette Sent: Saturday, December 04, 2004 5:18 PM To: [EMAIL PROTECTED] Subject: Re: Virtualnodename Hello TSMers I am currently in a disaster and they are wanting me to restore from the box that is down to another box while the box is v-repairing (Novell term). I tried using the following command: dsmc rest vol1:\home\* vol1:\home\* -pick -virtualn=pjihome01 but got results of: ANS1084E No files have previously been backed up for 'vol1:\home\*' Is there something I am missing??? Thanks in advance for y'alls answer Thank You, Bill Rosette Data Center/IS/Papa Johns International WWJD
Move data from sequential stgpool to disk stgpool
Hello What will be the most efficient way to move data from a primary storage pool (sequential) to a new primary storage pool (disk). My TSM version is 5.2.3.0 Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Checkout question
Hi to all I run a checkout command for offsite cartridge with bulk option here the syntax: move media * stg=sca_drm* wherestatus=full,filling wherestate=mountableinlib ovflocation="OFFSITE" remove=bulk checklabel=no My bulk can fill only 12 cartridges but my process had more (14 cartridges) the script run O.K with in the end a comment: ANR8827E No Entry/Exit port is available on library Now the problem is that the last 2 cartridges are checkout offsite but still physical in my library, but when I run q libv scalar 000128 I got of course: QUERY LIBVOLUME: No match found using this criteria. How I can eject those two cartridges from my library offsite with Tsm command My Tsm server version is 5.2.3.0 T.I.A Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Tdp for Microsoft Exchange server question
Hi to all I run a backup with a TDP for Microsoft Exchange server 2003 version 5.2.1.0 on a Tsm server 5.2.3.0 , still now I backup every night full and during the day I made 3 incremental backup , but my database is growing a lot ... I am thinking of changing the backup to once or two full backup during the week and between 2 or 3 differentials backup each day . Did I need to be aware of something special as my space on my Exchange server because the log's will not be erase till the full backup or something else ? T.I.A Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Exchange error
Hi to all After restoring an Exchange database (Only the public folders store) with TDP for exchange 5.2.1 on a duplicate machine : Exchange 2003 + SP 1 + Hot Fixes Windows 2003 Enterprise Edition My TSM server vesrion is 5.2.3 When I tried to mount the public folder I got: The database files in this folder are inconsistent ID no: c1041739 Exchange System Manger In my log EVENT I got Source: MSExchangeIS Category: General Event ID: 9519 Computer: EXCHSRV01 Description: Error Database in inconsistent state starting database "First Storage Group\Public Folders Store (EXHSRV01) on the Microsoft Exchange Information Store I continue to search in the Microsoft Acknowledge but maybe exchange expert has a clue Regards Robert Ouzen E-mail: [EMAIL PROTECTED]
Re: Exchange error
Hi Del Yes I choose "Run Recovery" and "Replay restored logs ONLY" , Yesterday I reinstall everything again and this time I succeed to extract de damage part Thanks Robert -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Del Hoobler Sent: Monday, January 17, 2005 4:24 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: Exchange error Robert, It looks like you did something incorrectly when performing the alternate machine restore. Did you choose "Run Recovery" and "Replay restored logs ONLY"? Thanks, Del "ADSM: Dist Stor Manager" wrote on 01/16/2005 12:41:17 AM: > Hi to all > > After restoring an Exchange database (Only the public folders store) > with TDP for exchange 5.2.1 on a duplicate machine : > > Exchange 2003 + SP 1 + Hot Fixes > > Windows 2003 Enterprise Edition > > My TSM server vesrion is 5.2.3 > > When I tried to mount the public folder I got: > > The database files in this folder are inconsistent ID no: c1041739 > Exchange System Manger > > In my log EVENT I got > > Source: MSExchangeIS > > Category: General > > Event ID: 9519 > > Computer: EXCHSRV01 > > Description: > > Error Database in inconsistent state starting database "First Storage > Group\Public Folders Store (EXHSRV01) on the Microsoft Exchange > Information Store > > I continue to search in the Microsoft Acknowledge but maybe exchange > expert has a clue > > Regards > > Robert Ouzen > > E-mail: [EMAIL PROTECTED]
Re: How to delete archive descriptions?
Hi Ithink is Cleanup archdir resetdescr Regards Robert Ouzen Haifa University Israel -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Robert Knutsen Sent: Wednesday, January 19, 2005 8:22 PM To: ADSM-L@VM.MARIST.EDU Subject: How to delete archive descriptions? I have found the command to delete all the files of an archive but I am unable to delete the archive description that was associated with the files I deleted. I used dsmc delete archive *to delete all the archive files When I use the GUI to view archive restore, all the descriptions still show up. I would like to delete them since they hold no files. Thanks for all the help Regards Robert Knutsen
System Error
Hi to all When running a backup on Netware client version 6.05 with TSM client version 5.1.6.0 I got this error message . I know then Outlook must be closed to prevent this error on the pst file but why the backup didn't continue Any way to conturn this problem .. My copy serialization is on Dynamic 01/23/2005 20:16:08 ANS1228E Sending of object 'DATA:/USERS/ADMIN/ANNA/outlook_personal/anna.pst' failed 01/23/2005 20:16:08 ANS1301E Server detected system error 01/23/2005 20:30:15 --- SCHEDULEREC STATUS BEGIN 01/23/2005 20:30:16 Total number of objects inspected: 133,067 01/23/2005 20:30:16 Total number of objects backed up: 19,612 01/23/2005 20:30:16 Total number of objects updated: 0 01/23/2005 20:30:16 Total number of objects rebound: 0 01/23/2005 20:30:16 Total number of objects deleted: 0 01/23/2005 20:30:16 Total number of objects expired:211 01/23/2005 20:30:16 Total number of objects failed: 7 01/23/2005 20:30:16 Total number of bytes transferred: 2.49 GB 01/23/2005 20:30:16 Data transfer time: 332.72 sec 01/23/2005 20:30:16 Network data transfer rate:7,866.75 KB/sec 01/23/2005 20:30:16 Aggregate data transfer rate: 1,533.02 KB/sec 01/23/2005 20:30:16 Objects compressed by:0% 01/23/2005 20:30:16 Elapsed processing time: 00:28:27 01/23/2005 20:30:16 --- SCHEDULEREC STATUS END 01/23/2005 20:30:16 ANS1074W *** User Abort *** 01/23/2005 20:30:16 --- SCHEDULEREC OBJECT END SCHED5 01/23/2005 20:00:00 01/23/2005 20:30:16 ANS1512E Scheduled event 'SCHED5' failed. Return code = 12. Regards Ouen Robert E-mail: [EMAIL PROTECTED]
Clean output
Hi to all Did it a way to get a clean output running a script in a batch file , I add in the batch file the option -dataonly=yes but still at the end I got ANR1462I RUN: Command script MAXSCRATCH completed successfully. T.I.A Regrads Robert Ouzen E-mail: [EMAIL PROTECTED]
Re: MSSQL single database restore
Hi Del If we do the same by the GUI interface (restore inactive full backup + log in one step) did we have to check the recovery option ??? Or we have first to restore the full (recovery=no) and after the log (recovery=yes) Regards Robert Ouzen E-mail: [EMAIL PROTECTED] -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Del Hoobler Sent: Wednesday, January 26, 2005 7:52 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: MSSQL single database restore Kevin, If you want to restore a specific inactive backup first you should query all the backups for the specific database, for example: tdpsqlc query tsm dbname /all This will show you all active and inactive the backups for the specific database. Then... you should perform the restore specifying the exact full backup object name that you want to restore using the /OBJECT parameter. For example: tdpsqlc restore dbname full /object= Note: If you also have "log" backups to restore, you should use the /RECOVERY=NO on the restore of the full and then restore additional log backup objects, specifying the /RECOVERY=YES on the restore of the last log backup. For example: tdpsqlc restore dbname log=* /object= /recovery=yes See exact details of command-line syntax and examples of restoring inactive backups in the User's Guide. As far as chasing down the hang situation, you can place a call with IBM Support. Thanks, Del "ADSM: Dist Stor Manager" wrote on 01/26/2005 11:42:38 AM: > Hello All, > I am attempting to restore a single database on a fairly busy SQL 2k > server. I need to go back to a certain point in time because the data > is corrupt after this time. Whenever I use the GUI for TDP for MSSQL > and try > to look at the active/inactive, tdpsql freezes (I think it runs out of > memory). So I have tried my hand at the command line. However, I > cannot figure out how to go back and get the last full backup at this moment. All > I can determine is how to get logs back. > Unfortunately, I am not a DBA and our DBA does not work with TSM so we are > at an impasse. > If someone could give some assistance that would be great. > Thanks, > Kevin > Kevin M. Lipscomb > Dan River Inc. > Systems Engineering > [EMAIL PROTECTED] > 434-799-4823
Re: MSSQL single database restore
Thanks Del -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Del Hoobler Sent: Thursday, January 27, 2005 4:02 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: MSSQL single database restore Robert, The GUI handles all of this for you automatically. This customer was having a problem with the GUI and wanted to know how to accomplish the same thing through the CLI. Thanks, Del "ADSM: Dist Stor Manager" wrote on 01/27/2005 08:47:35 AM: > Hi Del > > If we do the same by the GUI interface (restore inactive full backup > + log in one step) did we have to check the recovery option ??? > > Or we have first to restore the full (recovery=no) and after the log > (recovery=yes) > > Regards > > Robert Ouzen > E-mail: [EMAIL PROTECTED] > -Original Message- > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf > Of Del Hoobler > Sent: Wednesday, January 26, 2005 7:52 PM > To: ADSM-L@VM.MARIST.EDU > Subject: Re: MSSQL single database restore > > Kevin, > > If you want to restore a specific inactive backup first you should > query all the backups for the specific database, for example: > > tdpsqlc query tsm dbname /all > > This will show you all active and inactive the backups for the > specific database. > > Then... you should perform the restore specifying the exact full > backup object name that you want to restore using the /OBJECT > parameter. For example: > > tdpsqlc restore dbname full /object= > > Note: If you also have "log" backups to restore, you should use the > /RECOVERY=NO on the restore of the full and then restore > additional log backup objects, specifying the /RECOVERY=YES > on the restore of the last log backup. For example: > > tdpsqlc restore dbname log=* /object= /recovery=yes > > See exact details of command-line syntax and examples of restoring > inactive backups in the User's Guide. > > As far as chasing down the hang situation, you can place a call with > IBM Support. > > Thanks, > > Del > > > > "ADSM: Dist Stor Manager" wrote on 01/26/2005 > 11:42:38 AM: > > > Hello All, > > I am attempting to restore a single database on a fairly busy SQL 2k > > server. I need to go back to a certain point in time because the > > data is corrupt after this time. Whenever I use the GUI for TDP for > > MSSQL and > try > > to look at the active/inactive, tdpsql freezes (I think it runs out > > of > > memory). So I have tried my hand at the command line. However, I > > cannot figure out how to go back and get the last full backup at > this moment. > All > > I can determine is how to get logs back. > > Unfortunately, I am not a DBA and our DBA does not work with TSM so > > we > are > > at an impasse. > > If someone could give some assistance that would be great. > > Thanks, > > Kevin > > Kevin M. Lipscomb > > Dan River Inc. > > Systems Engineering > > [EMAIL PROTECTED] > > 434-799-4823
Very very strange behaviour
Hi to all I have a Client on Windows XP with Tsm client version 5.2.3.4 , when I tried to restore thru the gui (dsm.exe) a directory (WWW) nothing is display either this directory or files. I tried the same with the command line (dsmc.exe) and I got the this directory and files too ! Any clue Regards Robert Ouzen E-mail: [EMAIL PROTECTED]