Hello!
I'm trying to silently import filters into a local standalone ARIS Architect installation by using the ARIS Server Administration Tool in Windows.
It works perfectly when I start ARIS Architect first and connect to "LOCAL" with user "system" and password "manager". When the local server is started, I just run: arisadm10.exe -s localhost:14900 -t default -u system manager importfilter <filterfile>
This works perfectly fine. However, I want to do this without having to manually connect within ARIS Architect in order to start the local server.
Is there any way to start/stop the local server from command line?
Best regards
Hi Nobert,
You could try to call the local Acc and start the local server..
For example on the folder ..\localserver\LOCALSERVER\acc you have the acc.bat and can use the prompt to call this bat. Once opened just use the command to add node, eg. add node n1 localhost @14001 Clous g3h31m
This port was from 98 and not sure is changed to ARIS10 but you can check the agent.log to see the local port.
As I don't have here the ARIS local to 10x so I suppose the port is the same.. using the command 'on n1 list' will see all local runnables and the command 'on n1 startall' to start the runnbles as well.
BR
AO
Thanks a lot for the fast response. This was exactly the information I was looking for.
With your hint I've also found the following thread, which shows how to do it within a single one-line command: https://www.ariscommunity.com/users/systemali/2016-02-22-schedule-aris-restart
D:\ARIS\LOCALSERVER\acc>acc -h localhost -p 14011 -u Clous -pwd g3h31m list
There was a warning:
Could not validate Zookeeper ensemble.
Cause:
The ACC config parameter zkmgr.zookeeper.app.type is not set.
Node localhost - 8 installed runnables.
ID State Version Type
zoo_local STOPPED 10.0.10.0 com.aris.runnables.zookeeper-run-prod
postgres_local STOPPED 10.0.10.0 com.aris.runnables.PostgreSQL-run-prod
cloudsearch_local STOPPED 10.0.10.0 com.aris.cip.y-cloudsearch-run-prod
elastic_local STOPPED 10.0.10.0 com.aris.runnables.elasticsearch-run-prod
umcadmin_local STOPPED 10.0.10.0 com.aris.umcadmin.y-umcadmin-run-prod
abs_local STOPPED 10.0.10.0 com.aris.modeling.components.y-server-run-prod
octopus_local STOPPED 10.0.10.0 com.aris.octopus.y-octopus_server-run-prod
simulation_local STOPPED 10.0.10.0 com.aris.modeling.components.simulationserver.y-simuserver-run-prod
D:\ARIS\LOCALSERVER\acc>acc -h localhost -p 14011 -u Clous -pwd g3h31m startall
There was a warning:
Could not validate Zookeeper ensemble.
Cause:
The ACC config parameter zkmgr.zookeeper.app.type is not set.
Successfully started all not-yet running runnables on localhost.
D:\ARIS\LOCALSERVER\acc>acc -h localhost -p 14011 -u Clous -pwd g3h31m list
There were 1 warning:
Could not validate Zookeeper ensemble.
Cause:
The ACC config parameter zkmgr.zookeeper.app.type is not set.
Node localhost - 8 installed runnables.
ID State Version Type
zoo_local STARTED 10.0.10.0 com.aris.runnables.zookeeper-run-prod
postgres_local STARTED 10.0.10.0 com.aris.runnables.PostgreSQL-run-prod
cloudsearch_local STARTED 10.0.10.0 com.aris.cip.y-cloudsearch-run-prod
elastic_local STARTED 10.0.10.0 com.aris.runnables.elasticsearch-run-prod
umcadmin_local STARTED 10.0.10.0 com.aris.umcadmin.y-umcadmin-run-prod
abs_local STARTED 10.0.10.0 com.aris.modeling.components.y-server-run-prod
octopus_local STARTED 10.0.10.0 com.aris.octopus.y-octopus_server-run-prod
simulation_local STARTED 10.0.10.0 com.aris.modeling.components.simulationserver.y-simuserver-run-prod