Jayesh Mistry
New Member
Hi All,
I have a script that stop/starts teh admin service (and others) and progress db as well as webspeed brokers that we have, so that we can backup the db - this all works each and every night.
Within the bat script, I have the following commands - which work like a dream.
net stop "<Service name>"
cmd /c %DLC%\bin\wtbman -i <broker name> -stop
cmd /c %DLC%\bin\dbman -stop <db-name>
cmd /c %DLC%\bin\proshut <db-path\db-name> -by < y.txt (y.txt simple contains the letter y)
cmd /c %DLC%\bin\probkup <db-path\db-name> <backup folder/name>
We have recently upgraded our software and we now have Progress Application Server within the OE Explorer - I wish to add to the bat file stop/start these PAS's within a command line.
What is the command that will stop/start this?. I've looked around the documentation and havn't found anything that will work.
We are on 11.7 (soon to move to 12.2) - I've tried
asbman -name <PAS name> -stop
and getting the error:
Option = unknown or invalid name (8271)
so either I am using the wrong command of the arguements passed are incorrect. I've tried various combinations with no success, so I'm thinking I've got the wrong comamnd
Whilst looking around I've seen the command tcman - but appears that is v12 related (I could be wrong) - but I can't find anything tcman related on any of our servers, so naturally I'm getting command not found error within proenv.
I can manually stop/start the PAS within OE Explorer, I just need to be able to do this within a command line
Any assistance is much appreciated.
Best Regards
Jayesh
I have a script that stop/starts teh admin service (and others) and progress db as well as webspeed brokers that we have, so that we can backup the db - this all works each and every night.
Within the bat script, I have the following commands - which work like a dream.
net stop "<Service name>"
cmd /c %DLC%\bin\wtbman -i <broker name> -stop
cmd /c %DLC%\bin\dbman -stop <db-name>
cmd /c %DLC%\bin\proshut <db-path\db-name> -by < y.txt (y.txt simple contains the letter y)
cmd /c %DLC%\bin\probkup <db-path\db-name> <backup folder/name>
We have recently upgraded our software and we now have Progress Application Server within the OE Explorer - I wish to add to the bat file stop/start these PAS's within a command line.
What is the command that will stop/start this?. I've looked around the documentation and havn't found anything that will work.
We are on 11.7 (soon to move to 12.2) - I've tried
asbman -name <PAS name> -stop
and getting the error:
Option = unknown or invalid name (8271)
so either I am using the wrong command of the arguements passed are incorrect. I've tried various combinations with no success, so I'm thinking I've got the wrong comamnd
Whilst looking around I've seen the command tcman - but appears that is v12 related (I could be wrong) - but I can't find anything tcman related on any of our servers, so naturally I'm getting command not found error within proenv.
I can manually stop/start the PAS within OE Explorer, I just need to be able to do this within a command line
Any assistance is much appreciated.
Best Regards
Jayesh