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
2249 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
0
hemalathat
A Score Level 1
over 11 years ago
You can use 'Appian Service Manager' utility to monitor the Appian Engines by configuring email notifications. Here is the link for that Shared Component:
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
jordanp
over 11 years ago
Unfortunately, that does not meet my original need. I want to write a batch script that will safely shut down my environment, make configuration changes, and then safely start up my environment. In order to safely start up my environment, the script needs a way to know when the Appian engines have completely finished starting. Having email notifications does not help me with that.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
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
0
jordanp
over 11 years ago
I can't use PsExec because the utility that I'm using to run these scripts (Atlassian Bamboo) doesn't support it. The scheduled task idea is a possibility, though it is kind of hacky....
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel