Re: Need help using Powershell to create custom backup commands

2020-09-27 Thread Schaub, Steve
11:22 AM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Need help using Powershell to create custom backup commands Because you have the volume list variable quoted, I think that part of the command actually translates to the single string "G: H: I: J:" rather than a list of drive lette

Re: Need help using Powershell to create custom backup commands

2020-09-23 Thread David Bronder
it looks like it should work, but it fails with this error in the > dsmerror.log: > ANS1076E The specified directory path 'G:\ H: I: J:' could not be found. > > I have been unable to figure out where the stray backslash is coming from, > any help would be appreciated. >

Need help using Powershell to create custom backup commands

2020-09-23 Thread Schaub, Steve
h 'G:\ H: I: J:' could not be found. I have been unable to figure out where the stray backslash is coming from, any help would be appreciated. Steve Schaub Senior Platform Engineer II, Backup & Recovery BlueCross BlueShield of Tennessee ---

Re: Re: Query help joining 2 tables

2020-01-17 Thread Bronder, David M
Note that the occupancy counts will also include archive and HSM files, which may or may not be expected, unless you add "AND OC.Type='Bkup'" to the outer WHERE clause. Another thing that can inflate the occupancy counts (again, may or may not be expected) is use of traditional copy pools. =Dave

Re: Query help joining 2 tables

2020-01-17 Thread Hall, Lynn
Discovered a join problem. Need to have both node_name and Filespace_ID in the equivalence between the tables. Otherwise you are joining only on the Filespace_ID which can be the same for multiple nodes. Thus giving large errors. SELECT '$myTsmServer' AS TsmServer, FS.Node_Name, FS.Filespace_Name,

Re: Query help joining 2 tables

2020-01-16 Thread Bronder, David M
I think you can do it without the explicit join (I'm sure an actual SQL expert could explain the difference). (I also added some formatting of the age and occupancy output): SELECT '$myTsmServer' AS TsmServer, FS.Node_Name, FS.Filespace_Name, - FS.Filespace_ID, SUM(OC.Num_Files) as NUM

Re: Query help joining 2 tables - sum() without GroupBy

2020-01-16 Thread Neil Duffee
opposite criticism." "Systems Programming: Guilty, until proven innocent" John Norgauer 2004 "Schrodinger's backup: The condition of any backup is unknown until a restore is attempted." John McKown 2015 -Original Message----- From: Schaub, Steve Sent: Janu

Re: Query help joining 2 tables

2020-01-15 Thread Hall, Lynn
SELECT '$myTsmServer' AS TsmServer, FS.Node_Name, FS.Filespace_Name, FS.Filespace_ID, FS.Age, SUM(OC.Num_Files) FROM (SELECT Node_Name, Filespace_Name, Filespace_ID, DAYS(Current_Date)-DAYS(Backup_End) AS Age FROM Filespaces where days(Current_Date)-DAYS(Backup_End)>$myAgeLimit) FS Join Occupancy O

Query help joining 2 tables

2020-01-15 Thread Schaub, Steve
SP 8.1.9 I'm trying to write a Powershell script that will return data on all filespaces that haven't been backed up in > x days. I've had the basic query from the Filespaces table working for years, but now I'm trying to include the total object count from the Occupancy table for each filespac

SV: [ADSM-L] Support and help to SPP

2017-11-23 Thread Leif Torstensen
DSM-L] Support and help to SPP Hi, According to this web page: https://www.ibm.com/developerworks/community/groups/service/html/communitystart?communityUuid=12565c59-628b-4e53-aa2c-458a93e90d81 You can obtain trial support by sending email to plush...@us.ibm.com. Best regards,

Re: Support and help to SPP

2017-11-23 Thread Andrew Raibeck
; Subject: Support and help to SPP > Sent by: "ADSM: Dist Stor Manager" > > Hi > > Anyone know how to get some support to SPP (Spectrum Protect Plus). > Try to test functionality, both offload to Spectrum Protect and file > cataloging, but got lots off errors. > >

Support and help to SPP

2017-11-23 Thread Leif Torstensen
Hi Anyone know how to get some support to SPP (Spectrum Protect Plus). Try to test functionality, both offload to Spectrum Protect and file cataloging, but got lots off errors. Try to find out how communications flows and what port to have open in a firewall environment and how to read logfile

help troubleshooting a vm that won't gbackup

2017-08-16 Thread Lee, Gary
I have two VMs exhibiting the same errors. Extract from dsmerror.log follows: 08/15/2017 19:37:26 ANS9365E VMware vStorage API error for virtual machine 'fmc-edge'. TSM function name : VixDiskLib_Read TSM file : vmvddksdk.cpp (2930) API return code : 14009 API error message

Script help

2017-07-18 Thread rou...@univ.haifa.ac.il
Hi to all Need a little help with this script below , need to get the summary amount backup result for the node . Now I got a lot of entries from this script as: Protect: POSTBACK>run q_obj_0 IHPPROD_ORA Nodename Date (D/M/Y) Begin timeEnd time Elap

Re: Help running commands via the TSM REST api

2016-11-23 Thread Jakob Jóhannes Sigurðsson
uch easier to do than executing stuff via dsmadmc. Have fun! Regards, Jakob From: Michael Malitz [mailto:michael.mal...@mm-it.at] Sent: miðvikudagur, 23. nóvember 2016 08:06 To: Robert Jose ; ADSM: Dist Stor Manager Cc: michael.malitz ; Jakob Jóhannes Sigurðsson Subject: Re: Help running com

Re: Help running commands via the TSM REST api

2016-11-23 Thread Michael Malitz
using the -data option, it sets the consume type to > "application/x-www-form-urlencoded". Unfortunately, the OC REST API does > not support this consumption. You will need to change it to consume > "text/plain". > > Sorry I cou

Re: Help running commands via the TSM REST api

2016-11-22 Thread Robert Jose
/plain". Sorry I couldn't be more help. Rob Jose Spectrum Protect OC UI Developer / L3 Support -Original Message- From: "Jakob Jóhannes Sigurðsson" [mailto:jakob.sigurds...@nyherji.is] Sent: Friday, November 18, 2016 3:13 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L

Help running commands via the TSM REST api

2016-11-18 Thread Jakob Jóhannes Sigurðsson
Hi all. I saw a message here regarding running registration of clients against the REST API. I am not able to get this working and the user did not include his fix in his reply. Has anyone successfully tried this? I keep getting Internal Server error replies and the OC log says: [11/18/16 11:

Re: Convert stg help

2016-10-31 Thread Stefan Folkerts
G from File to Directory om my >> TSM server version 7.1.7.0 . >> >> Any suggestions , tips as when to run the convert process, preparation to >> do about defining the directory storage etc etc… >> >> Any help will be really appreciate…. >> >> T.I.A Best Regards >> >> Robert >> > >

Re: Convert stg help

2016-10-31 Thread Stefan Folkerts
stions , tips as when to run the convert process, preparation to > do about defining the directory storage etc etc… > > Any help will be really appreciate…. > > T.I.A Best Regards > > Robert >

Convert stg help

2016-10-29 Thread Robert Ouzen
Hello All I want to begin the process CONVERT STG from File to Directory om my TSM server version 7.1.7.0 . Any suggestions , tips as when to run the convert process, preparation to do about defining the directory storage etc etc… Any help will be really appreciate…. T.I.A Best Regards

Re: Help to Operational Report.

2016-10-11 Thread Bo Nielsen
[ADSM-L] Help to Operational Report. Classification: Public Bo If I understand you correctly, you want everything from the 16th character of the message up to the character before the bracket and the word SESSION? In that case, would something like the following be suitable? select nodename

Re: Help to Operational Report.

2016-10-10 Thread Schofield, Neil (Storage & Middleware, Backup & Restore)
Classification: Public Bo If I understand you correctly, you want everything from the 16th character of the message up to the character before the bracket and the word SESSION? In that case, would something like the following be suitable? select nodename, substr(char(date_time), 1, 20) as TME,

Re: Help to Operational Report.

2016-10-07 Thread David Ehresman
Can you post-process your output with sed 's/(SESSION:.*$//' -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Bo Nielsen Sent: Friday, October 07, 2016 5:40 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Help to Operational Report.

Re: Help to Operational Report.

2016-10-07 Thread Loon, Eric van (ITOPT3) - KLM
unately it isn't... Kind regards, Eric van Loon Air France/KLM Storage Engineering -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Bo Nielsen Sent: vrijdag 7 oktober 2016 11:40 To: ADSM-L@VM.MARIST.EDU Subject: Help to Operational Report. I

Help to Operational Report.

2016-10-07 Thread Bo Nielsen
I try to create a select in Operational Report, but I need some help. I want to display Missed file details for a couple of nodes, as in the standard Report. I can't figure out the last of the the message. My select: select nodename, substr(char(date_time), 1, 20) as TME, substr(char(me

Re: Script help

2016-09-28 Thread Paul van Dongen
- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Robert Ouzen Sent: 24 September 2016 07:55 To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Script help Hi to all I have this script to receive information about restore and retrieve activity. SELECT cast((entity) as ch

Script help

2016-09-24 Thread Robert Ouzen
Hi to all I have this script to receive information about restore and retrieve activity. SELECT cast((entity) as char(36)) as "Node Adsm2" , DATE(start_time) as DATE, cast((activity) as char(15)) as OPERATION, cast(float(SUM(bytes))/1024/1024/1024 as DEC(8,1)) as GB FROM summary WHERE activ

Re: Help with DFS backups

2016-09-12 Thread Ryder, Michael S
Sep 9, 2016 at 7:39 AM, Rick Adamson > wrote: > > > Hi Zoltan, > > There's a section in the BA client user guide that talks about the > options > > available for backing up Microsoft DFS, perhaps that will help it's a > > short read. I haven't u

Re: Help with DFS backups

2016-09-12 Thread Zoltan Forray
2016 at 7:39 AM, Rick Adamson wrote: > Hi Zoltan, > There's a section in the BA client user guide that talks about the options > available for backing up Microsoft DFS, perhaps that will help it's a > short read. I haven't used it in a few years so would be reluctant to

Re: Help with DFS backups

2016-09-09 Thread Rick Adamson
Hi Zoltan, There's a section in the BA client user guide that talks about the options available for backing up Microsoft DFS, perhaps that will help it's a short read. I haven't used it in a few years so would be reluctant to be specific on usage. (from page 180 on the 7.1

Re: Help with DFS backups

2016-09-08 Thread Schneider, Jim
virtualfs. If you back up to tape, there should be no problem. Jim Schneider -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Zoltan Forray Sent: Thursday, September 8, 2016 2:44 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Help with DFS backups

Re: Help with DFS backups

2016-09-08 Thread Zoltan Forray
Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > Zoltan Forray > Sent: Thursday, September 8, 2016 7:54 AM > To: ADSM-L@VM.MARIST.EDU > Subject: [ADSM-L] Help with DFS backups > > We are redesigning our storage systems, moving to Isilon and to DFS vs > CIFS. >

Re: Help with DFS backups

2016-09-08 Thread Schneider, Jim
Do you have the correct capitalization in the backup command? Jim Schneider -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Zoltan Forray Sent: Thursday, September 8, 2016 7:54 AM To: ADSM-L@VM.MARIST.EDU Subject: [ADSM-L] Help with DFS

Help with DFS backups

2016-09-08 Thread Zoltan Forray
We are redesigning our storage systems, moving to Isilon and to DFS vs CIFS. Unfortunately, we have not been able to get TSM to backup the first test DFS mount. All efforts to run a backup the DFS fail with: Incremental backup of volume '\\rams.adp.vcu.edu\vpa\vp administration' ANS1228E Sending

Re: Basic select help

2016-08-23 Thread Skylar Thompson
ager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of > David Ehresman > Sent: dinsdag 23 augustus 2016 14:13 > To: ADSM-L@VM.MARIST.EDU > Subject: Re: Basic select help > > I think this should do what you want: > > select node_name from nodes where node_name not in (select node_name fr

Re: Basic select help

2016-08-23 Thread Loon, Eric van (ITOPT3) - KLM
ST.EDU] On Behalf Of David Ehresman Sent: dinsdag 23 augustus 2016 14:13 To: ADSM-L@VM.MARIST.EDU Subject: Re: Basic select help I think this should do what you want: select node_name from nodes where node_name not in (select node_name from filespaces) David -Original Message- From: ADS

Re: Basic select help

2016-08-23 Thread David Ehresman
@VM.MARIST.EDU Subject: [ADSM-L] Basic select help I am trying to get a list of nodes that have no filespaces and I am getting stuck on what seems to be a very basic select statement. Can someone tell me where I am going wrong? The way I understand it, the select should at least show the node I

Basic select help

2016-08-22 Thread Shawn Drew
I am trying to get a list of nodes that have no filespaces and I am getting stuck on what seems to be a very basic select statement. Can someone tell me where I am going wrong? The way I understand it, the select should at least show the node I just created with no filespaces. tsm: TSM1500>re

Re: need help with TSM for nz backup

2016-07-13 Thread Jeanne Bruno
Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Stef Coene Sent: Tuesday, July 12, 2016 4:40 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] need help with TSM for nz backup ** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. Never supply UserI

Re: need help with TSM for nz backup

2016-07-12 Thread Remco Post
r > > Online documentation: > http://www.ibm.com/support/knowledgecenter/SSGSG7/landing/welcome_ssgsg7.html > > Product Wiki: > https://www.ibm.com/developerworks/community/wikis/home/wiki/Tivoli%20Storage%20Manager > > "ADSM: Dist Stor Manager" wrote on 2016-0

Re: need help with TSM for nz backup

2016-07-12 Thread Andrew Raibeck
ote on 2016-07-12 16:48:07: > From: Jeanne Bruno > To: ADSM-L@VM.MARIST.EDU > Date: 2016-07-12 16:49 > Subject: Re: need help with TSM for nz backup > Sent by: "ADSM: Dist Stor Manager" > > Hello. yes, the first line of the .sh file is #!/bin/sh > > I will try

Re: need help with TSM for nz backup

2016-07-12 Thread Howard Nordli
Will let you know > > -Original Message- > From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Stef > Coene > Sent: Tuesday, July 12, 2016 4:40 PM > To: ADSM-L@VM.MARIST.EDU > Subject: Re: [ADSM-L] need help with TSM for nz backup > >

Re: need help with TSM for nz backup

2016-07-12 Thread Jeanne Bruno
MARIST.EDU Subject: Re: [ADSM-L] need help with TSM for nz backup ** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. Never supply UserID/PASSWORD information. On 07/12/2016 10:26 PM, Jeanne Bruno wrote: > Hello. I will try that > I read on one of the ibm tsm

Re: need help with TSM for nz backup

2016-07-12 Thread Stef Coene
On 07/12/2016 10:26 PM, Jeanne Bruno wrote: Hello. I will try that I read on one of the ibm tsm sites to use the single quotes. Let me try double Just remove all the quotes and 'sh'. Just specify the script, but the first line of the script should be #!/bin/sh Stef

Re: need help with TSM for nz backup

2016-07-12 Thread Jeanne Bruno
T.EDU] On Behalf Of Andrew Raibeck Sent: Tuesday, July 12, 2016 4:19 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] need help with TSM for nz backup ** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. Never supply UserID/PASSWORD information. Hi Jeanne, What are the

Re: need help with TSM for nz backup

2016-07-12 Thread Jeanne Bruno
: Re: [ADSM-L] need help with TSM for nz backup ** THIS IS AN EXTERNAL EMAIL ** Use caution before opening links / attachments. Never supply UserID/PASSWORD information. Hi Jeanne, What are the backtick (`) and single quote (') doing that surround the OBJECTS field? Were you using q

Re: need help with TSM for nz backup

2016-07-12 Thread Andrew Raibeck
29: > From: Jeanne Bruno > To: ADSM-L@VM.MARIST.EDU > Date: 2016-07-12 15:58 > Subject: need help with TSM for nz backup > Sent by: "ADSM: Dist Stor Manager" > > Hello. I'm trying to create a new TSM schedule for our Netezza server. > I want TSM to run the .s

need help with TSM for nz backup

2016-07-12 Thread Jeanne Bruno
Hello. I'm trying to create a new TSM schedule for our Netezza server. I want TSM to run the .sh file I created, so I have this: Policy Domain Name: NETEZZA Schedule Name: NETEZZA_WKD Description: Netezza Server Action: Command

restart restore help

2016-04-05 Thread Lee, Gary
Haven't found this in the client manual. Can the restart restore command be scheduled? If so, how?

Re: Help on Directory Container

2016-03-22 Thread Robert Ouzen
Hello Guys Thanks’ a lot for the output…. Really appreciate Best Regards Robert Ouzen Haifa University Israel From: Ron Delaware [mailto:ron.delaw...@us.ibm.com] Sent: Tuesday, March 22, 2016 1:30 PM To: ADSM: Dist Stor Manager Cc: רוברט אוזן Subject: Fw: [ADSM-L] Help on Directory

Fw: [ADSM-L] Help on Directory Container

2016-03-22 Thread Ron Delaware
the source pool), also Protect Stgpool gives you chunk level recovery that hooks into REPAIR Stgpool. Best Regards. Ron Delaware From: Robert Ouzen To: ADSM-L@VM.MARIST.EDU Date: 03/20/16 22:52 Subject:[ADSM-L] Help on Directory Container Sent by:"ADSM: Dist

Re: Help on Directory Container

2016-03-21 Thread PAC Brion Arnaud
gpool" command , but for directory pools. Hope this helped ... Arnaud -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Robert Ouzen Sent: Monday, March 21, 2016 6:50 AM To: ADSM-L@VM.MARIST.EDU Subject: Help on Directory Container Hi to a

Help on Directory Container

2016-03-20 Thread Robert Ouzen
Hi to all I need a little bit more information about all the administrative process on my TSM environment . I have a TSM server 7.1.5 on an O.S Windows server 2008 R2 64B. I have mix STGPOOLS , some of type FILE (with DEDUP on server side) and some of type DIRECTORY For now my order process of

help configuring amazon storage gateway vtl

2016-02-23 Thread Lee, Gary
Finally have nmore information on our possible vtl configurations. First, the medium changer / library is either "amazon storage gateway changer" or stk l700. The drives are configured as IBM ult3580-tb5. These drives are supported by the lin_tape driver. No problem there. Lookin

help determining reason why full backup of vm failed

2016-02-10 Thread Lee, Gary
Tsm server 6.3.4 Client 6.4.2. Data mover os RHEL 6.5. Received following: ANe4174e . . . failed with return code 4379 Nothing in dsmerror.log at all. Where to go from hnere?

Antwort: Re: [ADSM-L] Antwort: [ADSM-L] Windows exclude.archive help

2016-01-14 Thread Rainer Holzinger
Hi Bob, give that a try: Object: \\ed-files\v$\webs\ regards, Rainer Von:Bob Booth An: ADSM-L@VM.MARIST.EDU Datum: 14.01.2016 20:28 Betreff:Re: [ADSM-L] Antwort: [ADSM-L] Windows exclude.archive help Gesendet von: "ADSM: Dist Stor Manager" On Thu, Jan 14,

Re: Antwort: [ADSM-L] Windows exclude.archive help

2016-01-14 Thread Bob Booth
t; > regards, > Rainer > > > > Von:Bob Booth > An: ADSM-L@VM.MARIST.EDU > Datum: 14.01.2016 19:59 > Betreff:[ADSM-L] Windows exclude.archive help > Gesendet von: "ADSM: Dist Stor Manager" > > > > Hello all! > > I'

Antwort: [ADSM-L] Windows exclude.archive help

2016-01-14 Thread Rainer Holzinger
Hi, did you add the '-subdir=yes' option at the archive command? regards, Rainer Von:Bob Booth An: ADSM-L@VM.MARIST.EDU Datum: 14.01.2016 19:59 Betreff:[ADSM-L] Windows exclude.archive help Gesendet von: "ADSM: Dist Stor Manager" Hello all! I'

Windows exclude.archive help

2016-01-14 Thread Bob Booth
Hello all! I'm trying to help a remote admin that is trying to exclude/include things in windows filesystem for a scheduled monthly archive. I will admit that I am not very familiar at all with how windows excludes work, so I have not been much help, so I am asking the gurus! He has a wi

Re: All volumes in STGPOOL show as full. Please help.

2016-01-14 Thread Dury, John C.
. Subject: Re: All volumes in STGPOOL show as full. Please help. Hi, There is one question not asked: do you have a backup of the dedup pool? Per default, TSM will only reclaim volumes after the data is copied to a copy storage pool. You can overrule that in the dsmserv.opt config file. Stef

Re: All volumes in STGPOOL show as full. Please help.

2016-01-14 Thread Stef Coene
Hi, There is one question not asked: do you have a backup of the dedup pool? Per default, TSM will only reclaim volumes after the data is copied to a copy storage pool. You can overrule that in the dsmserv.opt config file. Stef

Re: All volumes in STGPOOL show as full. Please help.

2016-01-13 Thread Ron Delaware
;Dury, John C." To: ADSM-L@VM.MARIST.EDU Date: 01/13/16 07:02 Subject:[ADSM-L] All volumes in STGPOOL show as full. Please help. Sent by:"ADSM: Dist Stor Manager" We have 2 storage pools. A BACKUPPOOL and a DEDUP pool. All nightly backups come into the BACKUPP

AW: All volumes in STGPOOL show as full. Please help.

2016-01-13 Thread Rettenberger Sabine
@VM.MARIST.EDU Betreff: Re: All volumes in STGPOOL show as full. Please help. John, It may help it you provided a detailed listing of the storage pool and associated device class. q stg dedup f=d q devcl f=d -Rick Adamson -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L

Re: All volumes in STGPOOL show as full. Please help.

2016-01-13 Thread Rick Adamson
John, It may help it you provided a detailed listing of the storage pool and associated device class. q stg dedup f=d q devcl f=d -Rick Adamson -Original Message- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Dury, John C. Sent: Wednesday, January 13, 2016

Re: All volumes in STGPOOL show as full. Please help.

2016-01-13 Thread Dury, John C.
: Rettenberger Sabine [mailto:sabine.rettenber...@wolf-heiztechnik.de] Sent: Wednesday, January 13, 2016 10:35 AM To: ADSM: Dist Stor Manager Cc: Dury, John C. Subject: AW: All volumes in STGPOOL show as full. Please help. Hi John, did you try a RECLAIM at the DEDUP-Pool to get the volumes free? What says

AW: All volumes in STGPOOL show as full. Please help.

2016-01-13 Thread Rettenberger Sabine
. Gesendet: Mittwoch, 13. Januar 2016 16:01 An: ADSM-L@VM.MARIST.EDU Betreff: All volumes in STGPOOL show as full. Please help. We have 2 storage pools. A BACKUPPOOL and a DEDUP pool. All nightly backups come into the BACKUPPOOL and then migrate to the DEDUP pool for permanent storage. All volumes in the

All volumes in STGPOOL show as full. Please help.

2016-01-13 Thread Dury, John C.
We have 2 storage pools. A BACKUPPOOL and a DEDUP pool. All nightly backups come into the BACKUPPOOL and then migrate to the DEDUP pool for permanent storage. All volumes in the DEDUP pool are showing FULL although the pool is only 69% in use. I tried doing a move data on a volume in the DEDUP p

Re: any help file for dsmc options

2015-08-11 Thread Erwann Simon
Hello, Have a look to TSM Client installation and user's guide and dsmc help command. There's no CHM file for general TSM Client help. Le 11 août 2015 16:33:54 WEST, Srikanth Kola23 a écrit : >Hi Team, > >do we have any file that can be downloaded to see help or commands o

Re: any help file for dsmc options

2015-08-11 Thread Srikanth Kola23
Hi Team, do we have any file that can be downloaded to see help or commands of all commands in dsmc like dsmcutil html file in windows under default installation folder Thanks & Regards, Srikanth kola Backup & Recovery IBM India Pvt Ltd, Chennai Mobile: +91 9885473450

Re: help with designing a backup system for Teradata

2015-07-31 Thread Rhodes, Richard L.
> What type of storeage system are you using? Does it have the necessary I/O > capability to allow the throughput you are going to require? The I/O is coming from the Teradata box. Teradata is a dedicated Database system that is highly optimized and uses very high parallelism. We are told it ca

Re: help with designing a backup system for Teradata

2015-07-30 Thread Ron Delaware
ADSM-L@VM.MARIST.EDU Date: 07/30/15 10:03 Subject: [ADSM-L] help with designing a backup system for Teradata Sent by:"ADSM: Dist Stor Manager" We purchased a Teredata database system. It currently is in test/dev stage with little data. We don't really

Re: help with designing a backup system for Teradata

2015-07-30 Thread Rhodes, Richard L.
- From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Mike De Gasperis Sent: Thursday, July 30, 2015 2:16 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: help with designing a backup system for Teradata Do you have DDboost licensed? Could always use the boost plugin and go right

Re: help with designing a backup system for Teradata

2015-07-30 Thread Mike De Gasperis
Do you have DDboost licensed? Could always use the boost plugin and go right to the DD and skip the TSM server. > On Jul 30, 2015, at 1:00 PM, Rhodes, Richard L. > wrote: > > We purchased a Teredata database system. > It currently is in test/dev stage with little data. > We don't really kn

help with designing a backup system for Teradata

2015-07-30 Thread Rhodes, Richard L.
We purchased a Teredata database system. It currently is in test/dev stage with little data. We don't really know the ultimate backup requirements. To get things started we setup a simple backup system: Teradata -> to Bar server (Win) with TSM interface sftw -> to TSM server (AIX) -

Re: script help

2015-03-12 Thread Ron Delaware
, _ email: ron.delaw...@us.ibm.com Storage Services Offerings From: Jeanne Bruno To: ADSM-L@VM.MARIST.EDU Date: 03/12/15 14:36 Subject:[ADSM-L] script help Sent by:"ADSM: Dist Stor Manager" Hello. Need some help. I'm trying to create a new script

script help

2015-03-12 Thread Jeanne Bruno
Hello. Need some help. I'm trying to create a new script for myself and I want to get the PROCESS_NUM from the Processes table in a variable. def script Processes desc="get Process Number" update script Processes 'declare process processes.PROCESS_NUM%type' updat

Re: Select Statement Help

2015-03-10 Thread Kamp, Bruce (Ext)
Thanks for the help! This what I ended up with. SELECT CAST((NODE_NAME) AS CHAR(20)) AS "Node Name",CAST(MIN(BACKUP_DATE) AS DATE) AS "BACKUP DATE" FROM BACKUPS WHERE NODE_NAME LIKE '%_TDP' AND STATE='ACTIVE_VERSION' AND CLASS_NAME LIKE '%DB%'

Re: Select Statement Help

2015-03-10 Thread Hanover, Cameron
This probably isn't completely right, but it might be a start: select node_name,hl_name,min(backup_date) from backups group by node_name,hl_name -- Cameron Hanover chano...@umich.edu "Let's get dangerous." --Darkwing Duck On Mar 9, 2015, at 3:42 PM, Kamp, Bruce (Ext) wrote: > I am found a co

Re: Select Statement Help

2015-03-09 Thread Ron Delaware
9/15 12:46 Subject:[ADSM-L] Select Statement Help Sent by:"ADSM: Dist Stor Manager" I am found a couple TDP SQL nodes that aren't inactivating there backups so TSM isn't expiring them... What I am trying to find is the oldest backup date for each server wit

Select Statement Help

2015-03-09 Thread Kamp, Bruce (Ext)
I am found a couple TDP SQL nodes that aren't inactivating there backups so TSM isn't expiring them... What I am trying to find is the oldest backup date for each server with a name like _TDP. I can get this: Node Name HL_NAME B

Re: recovering a DB from full backup when one of TSM DB DIR became corrupt and DB is in roll forward mode (need help)

2014-11-24 Thread Dury, John C.
TSM DB DIR became corrupt and DB is in roll forward mode (need help) Hello John, See both Admin Guide and Admin Reference regarding "dsmserv restore db". There are two recovery methods : on that deletes the logs (point in time restore, ignore it) and one that keeps and rollforward

Re: recovering a DB from full backup when one of TSM DB DIR became corrupt and DB is in roll forward mode (need help)

2014-11-23 Thread Erwann Simon
Hello John, See both Admin Guide and Admin Reference regarding "dsmserv restore db". There are two recovery methods : on that deletes the logs (point in time restore, ignore it) and one that keeps and rollforwards the logs after db restore (most current state, use this one). The command is pret

recovering a DB from full backup when one of TSM DB DIR became corrupt and DB is in roll forward mode (need help)

2014-11-23 Thread Dury, John C.
Long story short, I have a full DB backup taken on a linux system running TSM 6.3.4.300 with the DB in roll forward mode. The DB is spread across 4 different dbdirs file systems. One of the file systems became corrupt and I need to recover the DB from the full backup. I have the dbdirs file syst

Re: Anyone else doing replica backups of exchange datastores? Need some help please.

2014-11-05 Thread Dury, John C.
st Stor Manager" wrote on 10/31/2014 02:47:25 PM: > From: "Dury, John C." > To: ADSM-L AT VM.MARIST DOT EDU > Date: 10/31/2014 02:49 PM > Subject: Re: Anyone else doing replica backups of exchange > datastores? Need some help please. > Sent by: "ADSM: Dist S

Re: Anyone else doing replica backups of exchange datastores? Need some help please.

2014-10-31 Thread Del Hoobler
you, Del "ADSM: Dist Stor Manager" wrote on 10/31/2014 02:47:25 PM: > From: "Dury, John C." > To: ADSM-L@VM.MARIST.EDU > Date: 10/31/2014 02:49 PM > Subject: Re: Anyone else doing replica backups of exchange > datastores?

Re: Anyone else doing replica backups of exchange datastores? Need some help please.

2014-10-31 Thread Dury, John C.
more things: http://www-01.ibm.com/support/knowledgecenter/SSTG2D_6.4.0/com.ibm.itsm.mail.exc.doc/c_dpfcm_bup_replica_exc.html?cp=SSTG2D_6.4.0&lang=en If you are not able to get this working, you should open a PMR so that the service team

Re: Anyone else doing replica backups of exchange datastores? Need some help please.

2014-10-31 Thread Del Hoobler
working, you should open a PMR so that the service team can help you get the configuration working. Del "ADSM: Dist Stor Manager" wrote on 10/31/2014 08:40:00 AM: > From: "Dury, John C." > To: ADSM-L@VM.MARIST.EDU

Anyone else doing replica backups of exchange datastores? Need some help please.

2014-10-31 Thread Dury, John C.
I have been trying to get this to work for days now and I don't seem to be making any progress. I have tried all kinds of options in both the dsm.opt and tdpexc.cfg files and I get various messages. The documentation in the TDP for Exchange manual on doing replica backups is not very detailed at

Re: Help in Mac client

2014-07-02 Thread Andrew Raibeck
ww.ibm.com/developerworks/mydeveloperworks/wikis/home/wiki/Tivoli +Storage+Manager/page/Home "ADSM: Dist Stor Manager" wrote on 2014-07-02 03:34:25: > From: Robert Ouzen > To: ADSM-L@vm.marist.edu, > Date: 2014-07-02 03:35 > Subject: Help in Mac client > Sent by: "

Re: Help in Mac client

2014-07-02 Thread Sims, Richard B
On Jul 2, 2014, at 3:34 AM, Robert Ouzen wrote: > INCLUDE “Volumes/Drobo/Movies/…/*” mgsign Robert - One thing I can see is that the above line should instead be: INCLUDE “/Volumes/Drobo/Movies/…/*” mgsign You may be able to use command ‘dsmc query inclexcl’ to check the contents. Ric

Help in Mac client

2014-07-02 Thread Robert Ouzen
CLUDE /…/…/* INCLUDE “Volumes/Drobo/Movies/…/*” mgsign Any help will be appreciate Best Regards Robert

Re: Select Statement Help

2014-06-24 Thread white jeff
SELECT * FROM ACTLOG WHERE MSGNO IN (406,4952,4954,4958,4960,4957, 4970,4959,4961,4965,4963,4966,4967,4968,4969,4964, 4976, 4981) and start_time>current_timestamp - 24 hours On 24 June 2014 19:39, Lepre, James wrote: > Hello Everyone - > > I am attempting miserably I might add to write a select

Re: Select Statement Help

2014-06-24 Thread Lepre, James
] On Behalf Of Rick Saylor Sent: Tuesday, June 24, 2014 3:19 PM To: ADSM-L@VM.MARIST.EDU Subject: Re: [ADSM-L] Select Statement Help James, What version of TSM? Your select statement will work in TSM 6.3 if you change "start_time" to "date_time". Please note that I did not ver

Re: Select Statement Help

2014-06-24 Thread Rick Saylor
James, What version of TSM? Your select statement will work in TSM 6.3 if you change "start_time" to "date_time". Please note that I did not verify the output, only that I got output. Rick At 01:39 PM 6/24/2014, you wrote: Hello Everyone - I am attempting miserably I might add to write a sele

Select Statement Help

2014-06-24 Thread Lepre, James
Hello Everyone - I am attempting miserably I might add to write a select statement that will produce a bunch of message found in the actlog. The problem I am having is grabbing the data from the last 24 hours.. I will schedule this to produce an email each day.. Any thoughts on how to constru

Re: Help with planning

2014-05-07 Thread Francisco Javier
I hope this can help you with everything what you are needing best regards 2014-05-07 13:12 GMT-05:00 David Jelinek : > On 05/07/2014 01:51 PM, Francisco Javier wrote: > >> if do you want the pre requisites, check out this: >> http://pic.dhe.ibm.com/infocenter/tsmfbinf/v6/i

Re: Help with planning

2014-05-07 Thread David Jelinek
On 05/07/2014 01:51 PM, Francisco Javier wrote: if do you want the pre requisites, check out this: http://pic.dhe.ibm.com/infocenter/tsmfbinf/v6/index.jsp?topic=%2Fcom.ibm.itsm.fbws.doc%2Ffbws_relnotes.html Ahh, thank you! I had not found that one! -- Have a wonderful day, David Jelinek

Re: Help with planning

2014-05-07 Thread Francisco Javier
eed in the way of servers >>> if we were going to use FastBack to back up about 2000 Windows desktop >>> machines. I have no experience with FastBack at all. We use TSM for our >>> Enterprise backups of our servers. Are the server side of FastBack >>> regular TSM

Re: Help with planning

2014-05-07 Thread David Jelinek
o use FastBack to back up about 2000 Windows desktop machines. I have no experience with FastBack at all. We use TSM for our Enterprise backups of our servers. Are the server side of FastBack regular TSM servers? I can't seem to find where to look for the information I need. Any help would be a

  1   2   3   4   5   6   7   8   9   10   >