Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
2251 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there a way to remotely check on the state of the Appian engines? (via comman
jordanp
over 11 years ago
Is there a way to remotely check on the state of the Appian engines? (via command line?)
I'm trying to automate the starting/stopping of my Appian environment, and since I'm not supposed to start my application server (JBoss) until all the Appian engines are in an "Okay" state, I need to have a way to monitor the state of the engines programmatically. I have a way to do that from the Appian server directly, but is there a way to do this remotely?...
OriginalPostID-90066
OriginalPostID-90066
Discussion posts and replies are publicly visible
Parents
0
Sanjay
over 11 years ago
Since you mention batch scripts, I assume it is a Windows machine. Did you explore methods to remotely launch your existing batch script.
technet.microsoft.com/.../bb897553.aspx
msdn.microsoft.com/.../bb736357(v=vs.85).aspx
Something like:
schtasks /Create /S %machine% /U %user% /P %userPwd% /RU %executeAs% /RP %executeAsPwd% /SC ONCE /TN AppianEngines /TR %file% /ST 00:00:00
schtasks /Run /S %machine% /U %user% /P %userPwd% /TN AppianEngines
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sanjay
over 11 years ago
Since you mention batch scripts, I assume it is a Windows machine. Did you explore methods to remotely launch your existing batch script.
technet.microsoft.com/.../bb897553.aspx
msdn.microsoft.com/.../bb736357(v=vs.85).aspx
Something like:
schtasks /Create /S %machine% /U %user% /P %userPwd% /RU %executeAs% /RP %executeAsPwd% /SC ONCE /TN AppianEngines /TR %file% /ST 00:00:00
schtasks /Run /S %machine% /U %user% /P %userPwd% /TN AppianEngines
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data