Anyone familiar with tsm/gresham and acsls? I checked in some scratch tapes via acsls
Set scratch Pool # Range # However, Tsm is not recognizing the newly checked in tapes, any ideas? -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Shawn Drew Sent: 2008, August, 14 11:36 AM To: [email protected] Subject: [ADSM-L] Total amount of data migrated Here is a hairy unix command that gets the information from the actlog and outputs in gigabytes: (Just use begindate, enddate, endtime, enddate options to set the time frame. dsmadmc -se=tsmserver -tab "q act begind=-1 msgno=0986 s='migration'" | grep bytes | sed 's/^.*total of //' | sed 's/ bytes.*$//' | tr -d ',' | awk '{sum=$0 + sum} END {print sum/1024/1024/1024}' Also works for "backup stg" processes d -se=tsmserver -tab "q act begind=-1 msgno=0986 s='backup storage'" | grep bytes | sed 's/^.*total of //' | sed 's/ bytes.*$//' | tr -d ',' | awk '{sum=$0 + sum} END {print sum/1024/1024/1024}' Regards, Shawn ________________________________________________ Shawn Drew Internet [EMAIL PROTECTED] Sent by: [email protected] 08/14/2008 10:47 AM Please respond to [email protected] To ADSM-L cc Subject Re: [ADSM-L] DSMC return codes broken in 5.4? Hi Andrew, Is there a query to check how much data was migrated from disk to tape every night? We copy from disk to remote tape and something of the data from disk spills into local tape. I am looking for a query to tell me how of the data is spilled into local tape? I can search the actlog but I'm looking to write a report that would outline an estimate for over a month Thanks Please let me know -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Andrew Raibeck Sent: 2008, August, 13 12:14 AM To: [email protected] Subject: Re: [ADSM-L] DSMC return codes broken in 5.4? First, run the query outside of a script to confirm the behavior, like this: dsmc q b c:\file.txt echo %errorlevel% If the errorlevel is 8, that would confirm that the script is not at issue. Next check your dsmerror.log for any warning messages that coincide with the time you ran the query. If I were a betting man, my money would say you are hitting the infamous ANS1009W DRM registry problem. Best regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client Product Development Level 3 Team Lead Internal Notes e-mail: Andrew Raibeck/Tucson/[EMAIL PROTECTED] Internet e-mail: [EMAIL PROTECTED] IBM Tivoli Storage Manager support web page: http://www.ibm.com/software/sysmgmt/products/support/IBMTivoliStorageMan ager.html The only dumb question is the one that goes unasked. The command line is your friend. "Good enough" is the enemy of excellence. "ADSM: Dist Stor Manager" <[email protected]> wrote on 08/12/2008 03:11:06 PM: > I have a script that was tested in 5.3, but has been moved to a 5.4 > client on windows. Where 'dsmc q backup c:\file.txt' would return 0 if > there was a backup and 8 if there was not, it just returns 8. > Anyone seen this weirdness? > > +--------------------------------------------------------------------- > +- > |This was sent by [EMAIL PROTECTED] via Backup Central. > |Forward SPAM to [EMAIL PROTECTED] > +--------------------------------------------------------------------- > +- _______________________________________________________________________ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen. This message and any attachments (the "message") is intended solely for the addressees and is confidential. If you receive this message in error, please delete it and immediately notify the sender. Any use not in accord with its purpose, any dissemination or disclosure, either whole or partial, is prohibited except formal approval. The internet can not guarantee the integrity of this message. BNP PARIBAS (and its subsidiaries) shall (will) not therefore be liable for the message if modified. Please note that certain functions and services for BNP Paribas may be performed by BNP Paribas RCC, Inc. _______________________________________________________________________ This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen.
