Author |
Message |
Topic: How to stop the Queue managers are running by shell script? |
naveen_1507
Replies: 6 Views: 3920
|
Forum: General Discussion Posted: Sun Aug 21, 2011 7:54 am Subject: How to stop the Queue managers are running by shell script? |
permission denailed. if i run the above code |
Topic: How to stop the Queue managers are running by shell script? |
naveen_1507
Replies: 6 Views: 3920
|
Forum: General Discussion Posted: Sun Aug 21, 2011 5:50 am Subject: How to stop the Queue managers are running by shell script? |
actually we have different users only in 'root' user only can end the queue managers. so i used su switch to super user.
even if i logon by root user and run the command also its not working..
... |
Topic: How to stop the Queue managers are running by shell script? |
naveen_1507
Replies: 6 Views: 3920
|
Forum: General Discussion Posted: Sun Aug 21, 2011 1:51 am Subject: How to stop the Queue managers are running by shell script? |
i wrote a shell script but not working. responses is permission denailed for endmqm.
spusr="su - root -c"
queuemanagers=`dspmq | awk '{ print $1 }' | sed 's/QMNAME(//g;s/)//g'`
echo ... |
Topic: How to stop the all Queue managers are running ? |
naveen_1507
Replies: 9 Views: 5367
|
Forum: General Discussion Posted: Sun Aug 14, 2011 12:27 am Subject: How to stop the all Queue managers are running ? |
my task is to do a automation script to stop the queue managers which is running. automatically by shell script please do help for me..
Thanks in advance
Naveen |
Topic: How to stop the Queue managers? |
naveen_1507
Replies: 3 Views: 4117
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Aug 14, 2011 12:22 am Subject: How to stop the Queue managers? |
Any one Please Help me to do this... |
Topic: How to stop the Queue managers? |
naveen_1507
Replies: 3 Views: 4117
|
Forum: Mainframe, CICS, TXSeries Posted: Sun Aug 14, 2011 12:20 am Subject: How to stop the Queue managers? |
[b]How to stop the running queue managers running through Linux shell script. that should be run at every day by morning 6 cst.
[/b]
please help any one to do this script..
Thanks in Advance
... |