Nolio FAQ

Q: What optimisations are in place for WAN-based deployments?(Server)

A: Nolio Center Server distributes the deployment files to Nolio Execution Servers (usually there is at least  1 Nolio Execution server per Datacenter). Nolio Execution Server than distribute the deployment files locally in the datacenter.

Back to Top

Q: Is there a Nolio API to support integration with other software and hardware service management solutions.(Server)

A: Yes. Nolio has both a SOAP and CLI API.

Back to Top

Q: Are there provisions for event driven actions?(Server, Execution Server)

A: Yes.

Back to Top

Q: What database does the Nolio Server use itself?(Server)

A: MySql

Back to Top

Q: Is the code infrastructure for Nolio Automation Center written exclusively in Java or other languages (eg, C++, .Net, other, messaging system to agents), or other open source languages?(Server)

A: Java. There are some open source we are using, all mentioned in the license.

Back to Top

Q: In the scenario where my Nolio Server is communicating to the Execution Server via a VPN connection, does the connection need to be open for the duration of the process run?(Security, Server, Agent, Execution Server)

A: Once the process starts its execution, the VPN to the Nolio Server may be dropped. In this case, you will not be able to get an online status of the progress. If user inputs are required during the execution, the execution server will need to wait for the connection to be restored in order for the user input request to display.

For a better experience, you may set all required “User Inputs” prior to starting the execution, and then in the event that there are no errors during the execution, it will run to the end, updating the Nolio Server once the VPN connection is re-established.

Back to Top

Q: I get a "bin/unpack200: not found" error when installing Nolio on Linux(Installation, Server, Agent, Execution Server)

A: In order to solve this problem, make sure that you have ia32-sun-java6-bin or ia32-sun-java5-bin installed on your system.

Back to Top

Q: Can I backup/export my processes and workflows?(Server, Processes)

A: Yes. All user defined workflows and processes and be exported and then later imported back into the Nolio Automation Center.

Back to Top

Q: Can I schedule processes to run at specific dates and times?(Server, Processes)

A: Yes. Nolio has a built in scheduler module for running processes at pre-defined times. Further more, you can define who receives email notificaitons of the results.

Back to Top

Q: How well does Nolio integrate with third pary software?(Server)

A: Nolio has open architecture where automated workflows can be automatically generated by 3rd party products (release management, sccm, operations tools, monitoring, etc) by either Nolio’s CLI (command Line Interface) or Nolio’s web services.

Back to Top