Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[ADSM\-L\]\s+SQL\s+2012\s+AlwaysOn\s+database\s+backup\/restore\s+using\s+TDP\s+7\.1\.1\s+under\s+a\s+single\s+nodename\?\s*$/: 165981 ]

Total 165981 documents matching your query.

201. Re: [ADSM-L] TSM, Linux and VMs (score: 1)
Author: Erwann SIMON <erwann.simon AT FREE DOT FR>
Date: Wed, 1 Jul 2015 09:42:20 +0200
Hello Mike, I guess you're using the old VCB backup modes (with filelevel option). VCB allows image level (fullvm) for any guest operating system, but file-level is limited to Windows guest operating
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00000.html (11,848 bytes)

202. [ADSM-L] SQL statement not working (score: 1)
Author: "Loon, EJ van (ITOPT3) - KLM" <Eric-van.Loon AT KLM DOT COM>
Date: Wed, 1 Jul 2015 07:49:26 +0000
Hi guys! I'm trying to select all ANE4987E messages for all nodes with the text 'Component Team Windows' in the contact field. For some reason I cannot get the SQL statement to work. What am I doing
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00001.html (12,340 bytes)

203. Re: [ADSM-L] SQL statement not working (score: 1)
Author: Remco Post <r.post AT PLCS DOT NL>
Date: Wed, 1 Jul 2015 13:18:55 +0200
youre missing the from clause of your sql statement. -- Met vriendelijke groeten/Kind Regards, Remco Post r.post AT plcs DOT nl +31 6 248 21 622
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00002.html (13,195 bytes)

204. Re: [ADSM-L] SQL statement not working (score: 1)
Author: "Loon, EJ van (ITOPT3) - KLM" <Eric-van.Loon AT KLM DOT COM>
Date: Wed, 1 Jul 2015 11:55:04 +0000
Hi Remco! How could I be so stupid... :-( Thank you very much for your help! Kind regards, Eric van Loon AF/KLM Storage Engineering youre missing the from clause of your sql statement. -- Met vriende
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00003.html (14,860 bytes)

205. Re: [ADSM-L] TSM, Linux and VMs (score: 1)
Author: "Ryder, Michael S" <michael_s.ryder AT ROCHE DOT COM>
Date: Wed, 1 Jul 2015 08:38:34 -0400
Hello Erwann, thank you for replying. I am not using VCB -- but instead, VADP. It's ridiculous that IBM can't offer the same off-host file-level backup of for Linux VMs that they do for Windows VMs -
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00004.html (13,971 bytes)

206. [ADSM-L] Trailing .000000 (score: 1)
Author: "Loon, EJ van (ITOPT3) - KLM" <Eric-van.Loon AT KLM DOT COM>
Date: Wed, 1 Jul 2015 13:16:49 +0000
Hi guys! Now that I have my SQL statement working I noticed that a select date_time from actlog returns the following format: 2015-06-29 23:27:04.000000 What is the proper way to remove the trailing
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00005.html (12,025 bytes)

207. Re: [ADSM-L] Trailing .000000 (score: 1)
Author: BEYERS Kurt <Kurt.BEYERS AT VRT DOT BE>
Date: Wed, 1 Jul 2015 13:57:15 +0000
Hi Eric, It's always fun to play and calculate with timestamps in db2, here is one of the solutions to get the desired format: tsm: TSMLABO3>select date_time from actlog fetch first 2 rows only DATE_
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00006.html (13,205 bytes)

208. Re: [ADSM-L] Trailing .000000 (score: 1)
Author: "Loon, EJ van (ITOPT3) - KLM" <Eric-van.Loon AT KLM DOT COM>
Date: Wed, 1 Jul 2015 15:08:26 +0000
Hi Kurt! Your SQL does indeed return the output I'm looking for, but how dow I embed it in the following SQL statement? select actlog.date_time, actlog.nodename as "Nodename", actlog.message as "Mess
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00007.html (15,480 bytes)

209. Re: [ADSM-L] Remove the Trailing .000000 in date_time (score: 1)
Author: "Loon, EJ van (ITOPT3) - KLM" <Eric-van.Loon AT KLM DOT COM>
Date: Fri, 3 Jul 2015 06:56:53 +0000
Hi guys! Does anybody know how to remove the .000000 in the output from the SQL down below? Kurt gave a suggestion, but I don't know how to embed it in the SQL statement... Thanks for your help in ad
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00008.html (15,362 bytes)

210. Re: [ADSM-L] TSM, Linux and VMs (score: 1)
Author: Julien Sauvanet <SAUVANET AT FR.IBM DOT COM>
Date: Fri, 3 Jul 2015 16:27:57 +0200
Hi Michael, let me mitigate this statement. Although the backup process is at block level , through the VADP ,you are able to recover single from that block based backup, by using recovery agent or e
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00009.html (19,683 bytes)

211. Re: [ADSM-L] Trailing .000000 (score: 1)
Author: Grant Street <Grant.Street AT AL.COM DOT AU>
Date: Mon, 6 Jul 2015 15:41:41 +1000
try this select varchar_format (actlog.date_time, 'YYYY-MM-DD HH24:MI:SS') as date_time , actlog.nodename as "Nodename", actlog.message as "Message", nodes.node_name, nodes.contact from nodes,actlog
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00010.html (16,321 bytes)

212. Re: [ADSM-L] Trailing .000000 (score: 1)
Author: "Loon, EJ van (ITOPT3) - KLM" <Eric-van.Loon AT KLM DOT COM>
Date: Mon, 6 Jul 2015 09:12:21 +0000
Hi Grant! This was exactly what I was looking for. Thank you VERY much!!! Kind regards, Eric van Loon AF/KLM Storage Engineering try this select varchar_format (actlog.date_time, 'YYYY-MM-DD HH24:MI:
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00011.html (19,095 bytes)

213. [ADSM-L] slow tape mounts (score: 1)
Author: Remco Post <r.post AT PLCS DOT NL>
Date: Mon, 6 Jul 2015 15:04:05 +0200
Hi all, last week we upgraded our TSM 6.3.3.0 servers on windows to 7.1.1.100. Since then we notice that: - label libvol takes about 3 minutes per volume - some tape mounts on one server take well ov
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00012.html (10,740 bytes)

214. Re: [ADSM-L] TSM, Linux and VMs (score: 1)
Author: "Ryder, Michael S" <michael_s.ryder AT ROCHE DOT COM>
Date: Mon, 6 Jul 2015 11:07:04 -0400
Julien, thank you for your reply. Tell me, using your process with the TDP for VE and a block-level IFI backup of a Linux VM, is there a way to search TSM's DB for a file without mounting anything? Y
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00013.html (18,698 bytes)

215. [ADSM-L] ANR2033E Command failed - lock conflict (score: 1)
Author: Grant Street <Grant.Street AT AL.COM DOT AU>
Date: Tue, 7 Jul 2015 16:41:52 +1000
Hi All We are running some NDMP backups in parallel using the PARALLEL functionality in a TSM script. Since moving to 7.1.1.300 from 6.3 we have noticed that we are getting ANR2033E BACKUP NODE: Comm
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00014.html (11,427 bytes)

216. [ADSM-L] TSM server V7.1.1.300 (score: 1)
Author: Robert Ouzen <rouzen AT UNIV.HAIFA.AC DOT IL>
Date: Tue, 7 Jul 2015 07:00:42 +0000
Hello all Consider to upgrade my TSM servers to version 7.1.1.300 , want to know if someone already did it and have any issues ? Best Regards Robert Ouzen
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00015.html (10,660 bytes)

217. Re: [ADSM-L] TSM server V7.1.1.300 (score: 1)
Author: Grant Street <Grant.Street AT AL.COM DOT AU>
Date: Tue, 7 Jul 2015 17:12:48 +1000
Consider to upgrade my TSM servers to version 7.1.1.300 , want to know if someone already did it and have any issues ? Best Regards Robert Ouzen I did find that upgrading from 6.3, trying to do a res
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00016.html (11,281 bytes)

218. Re: [ADSM-L] TSM server V7.1.1.300 (score: 1)
Author: Stef Coene <stef.coene AT DOCUM DOT ORG>
Date: Tue, 7 Jul 2015 09:26:30 +0200
I did an upgrade last week and as a result, expire inventory never ends. We have to halt and restart the TSM server daily. Stef
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00017.html (10,896 bytes)

219. Re: [ADSM-L] ANR2033E Command failed - lock conflict (score: 1)
Author: Nick Marouf <marouf AT GMAIL DOT COM>
Date: Tue, 7 Jul 2015 08:22:01 -0600
Hi Grant, I've been interested in pursing NDMP backups in parallel, How does it work overall? Is this lock conflict something that you have experienced specifically with the new version of tsm, and n
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00018.html (12,067 bytes)

220. [ADSM-L] Issues with Client Acceptor on 2012 server (score: 1)
Author: Zoltan Forray <zforray AT VCU DOT EDU>
Date: Tue, 7 Jul 2015 12:00:55 -0400
A Windows admin just installed the 7.1.2.0 client (fresh install, not an upgrade) on a 2012 server and has this problem. Upon Attempting to start the CIFS1-VCUCC TSM Client Acceptor she got this erro
/usr/local/webapp/mharc-adsm.org/html/ADSM-L/2015-07/msg00019.html (12,424 bytes)


This search system is powered by Namazu