Author |
Message
|
zaklum |
Posted: Wed Apr 27, 2005 9:10 am Post subject: how do I shut down workflow system |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Hi,
could anyone tell me how to shut down workflow. The Manual tells you how to start it "fmcamain", but it does not tell you how to stop it. Maintenance to the server will be perform and I need to shut down workflow gracefully.
when running the fmcamain utility it hangs. Does anyone knows why it hangs?
thanks in advance |
|
Back to top |
|
 |
vennela |
Posted: Wed Apr 27, 2005 9:14 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
What OS?
One way to shut down workflow server on all the distributed platforms is using fmcautil
fmcamain doesn't hang. It should be run in the background. Probably you should nohup it too. (On UNIX platforms)
For example
nohup fmcamain &
or
nohup fmcamain -y=fmc &
On windows you can use services to stop/start the workflow server. |
|
Back to top |
|
 |
zaklum |
Posted: Wed Apr 27, 2005 9:24 am Post subject: how do I shut down workflow system |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Vanela,
The running of the fmcamain on the background worked fine. The shutting down of workflow still not working. Here is my output when I ran the command you suggested.
/fmc/src/FDL #> fmcautil -y FMC -uADMIN -ppassword
- FMC16006I Administration Utility started.
System group name : [FMCGRP] FMCGRP
System name : [FMCSYS] FMCSYS
Userid : [ADMIN] ADMIN
Password : [********] ********
This hangs there and it does not give me a system command menu. I'm on AIX 5.3.
Thank you very much. |
|
Back to top |
|
 |
jmac |
Posted: Wed Apr 27, 2005 9:28 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
|
Are you saying that fmcautil is not starting? I would suspect you have some communication issue. Check the logs, Workflow and MQ. _________________ John McDonald
RETIRED |
|
Back to top |
|
 |
zaklum |
Posted: Wed Apr 27, 2005 9:34 am Post subject: |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
I check logs and nothing reveals any error from today:
/var/fmc/log/*.log
/var/mqm/qmgrs/@SYSTEM/errors/AMQERR<n>.LOG |
|
Back to top |
|
 |
zaklum |
Posted: Wed Apr 27, 2005 9:41 am Post subject: how do I shut down workflow system |
|
|
Voyager
Joined: 17 Mar 2005 Posts: 96 Location: Boca Raton
|
Guys,
thanks a lot for your help. everything looks beautiful now. It finally gave me the menu. Once again, thank you.
/home/fmc #> fmcautil -y FMC -uADMIN -ppassword -f
- FMC16006I Administration Utility started.
System group name : [FMCGRP] FMCGRP
System name : [FMCSYS] FMCSYS
Userid : [ADMIN] ADMIN
Password : [********] ********
= FMC16110I Receive thread for userID 'ADMIN' at system 'FMCSYS' started.
- FMC16301I UserID 'ADMIN' connected to system 'FMCSYS'.
FMC15010I Main Menu:
s ... System Commands Menu
m ... Select Server Menu
e ... Errorlog Commands Menu
l ... Systemlog Commands Menu
u ... User Commands Menu
x ... Exit Main Menu
s
FMC15040I System Commands Menu:
c ... Connect
i ... Info
d ... Shutdown
q ... Query
w ... Wait
x ... Exit System Commands Menu
d
- FMC16206I Shutdown system 'FMCSYS' requested.
FMC15040I System Commands Menu:
c ... Connect
d ... Shutdown
q ... Query
w ... Wait
x ... Exit System Commands Menu
> 04/27/05 13:38:56 FMCSYS: FMC10120I Administration server stopping.
> 04/27/05 13:38:56 FMCSYS: FMC10030W System is being shutdown.
> 04/27/05 13:38:56 FMCSYS: FMC10510I Execution server instance stopped.
FMC10210I Execution server for system FMCSYS stopped.
> 04/27/05 13:38:56 FMCSYS: FMC10210I Execution server for system FMCSYS stopped.
> 04/27/05 13:39:01 FMCSYS: FMC10020I System FMCSYS in system group FMCGRP stopped.
> 04/27/05 13:39:01 FMCSYS: FMC10130I Administration server for system FMCSYS stopped.
= FMC16120I Receive thread for userID 'ADMIN' at system 'FMCSYS' ended. |
|
Back to top |
|
 |
|