Results 1 to 7 of 7
Thread: Send messages to the TSM console
-
05-26-2011, 04:45 AM #1Newcomer
- Join Date
- Jan 2011
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Send messages to the TSM console
Hello NG.
Is ist possible to send messages to the TSM console? -TSM console means the programm which is started by tsmcon-
For example: at the end of a sql query,started by a perl script, a message should be displayed on the TSM console.
Greetings
Sabine
-
05-26-2011, 09:22 AM #2Senior Member
- Join Date
- Oct 2003
- Location
- Stuttgart, Germany
- Posts
- 340
- Thanks
- 2
- Thanked 3 Times in 3 Posts
Hi Sabine,
do you want this message to see when the sql query is finished?
I always do such queries with the command embedded in `...` to read the result into a buffer.
Nevertheless, i don't know a way to send a message to an dsmadmc consolehg
-
05-27-2011, 01:28 AM #3Newcomer
- Join Date
- Jan 2011
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Hi.
In general, I want to send messages to the dsmadmc console.
For example: "Program x endet today at 10 o clock. There has no error occourded"
Greetings and thanks for helping
Sabine
-
05-27-2011, 02:37 AM #4Member
- Join Date
- Jun 2004
- Location
- Finland
- Posts
- 79
- Thanks
- 0
- Thanked 2 Times in 2 Posts
Hi,
I also don't know how to send message to console, but issue message will do that to activity log.
Here's script example from TSM admin reference guide (can be downloaded here: http://publib.boulder.ibm.com/infoce...ef_windows.pdf)
issue message i "Starting backup"
define clientaction nodename action=command objects="c:\backupscript" wait=yes
if (101) goto qfail
if (102) goto qwarn
if (103) goto backupf
if (104) goto restartf
issue message i "Backup of database complete"
exit
qfail: issue message e "Quiesce of database failed"
exit
qwarn: issue message w "Quiesce of database failed, taking fuzzy backup"
exit
backupf: issue message e "Backup of database failed"
exit
restartf: issue message s "Database restart failed"
exit
-
05-27-2011, 02:49 AM #5Newcomer
- Join Date
- Jan 2011
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Hi.
Thank you very much. If I find a way to send messages to the console, I will write it.
Greetings
Sabine
-
05-27-2011, 05:20 AM #6Senior Member
- Join Date
- Oct 2003
- Location
- Stuttgart, Germany
- Posts
- 340
- Thanks
- 2
- Thanked 3 Times in 3 Posts
yukis proposal is good.
Just run dsmadmc -tcpservername=xxx -id=yyy -pa=zzz issue message i "message"
and with "console" i think you mean another dsmadmc process running in console mode?hg
-
05-27-2011, 05:30 AM #7Newcomer
- Join Date
- Jan 2011
- Posts
- 13
- Thanks
- 0
- Thanked 0 Times in 0 Posts
I mean dsmcon. But the solution showed by yukis have solved my problem.
Similar Threads
-
Capturing console server messages
By woot in forum TSM Installation, Upgrade and ConfigurationReplies: 7Last Post: 07-11-2010, 06:55 PM -
RMAN doesn't send anything to tsm
By msosin in forum OracleReplies: 13Last Post: 05-07-2010, 06:02 AM -
Scheduler : ANS1577I The Windows console event handler received a 'Logoff' console ev
By rojar_toppo in forum Backup / Archive DiscussionReplies: 4Last Post: 04-16-2008, 04:48 AM -
TSM on AIX(How to send automated email)??
By adamlk in forum TSM ServerReplies: 8Last Post: 04-06-2007, 10:30 AM -
TSM 5.3 Integrated Systems Console + TSM Admin Center -vs- Old Web Console
By magrillo in forum TSM ServerReplies: 0Last Post: 01-12-2005, 11:52 AM


Reply With Quote