| 1. | What is file parameter and when should I use it?Q: What is file parameter and when should I use it?A: File parameters may be used to specify the location of executable or other file types that need to be integrated into the published application.
The files should be located on the Nolio Server or be accessible by it. When the file parameter is used in an action running on the remote server (agent), the file itself will be automatically copied from the Nolio Server. This is especially useful when there is no direct connection between the original location of the file and the remote servers. | Apr 14 |
| 2. | How can I verify that files were copy correctly?Q: How can I verify that files were copy correctly?A: When copying files to a remote location, you should always make sure that the files were copied in their entirety.
Using the Nolio Action "Get File Checksum", you can generate a checksum for the file before and after the copy, and then compare the checksums to ensure that no corruption occurred.
| Apr 13 |
| 3. | How can a process continue to run after a system reboot?Q: How can a process continue to run after a system reboot?A: The Nolio agent runs as a service or daemon and automatically starts on boot, just like similar processes such as Apache, MySQL, etc.
Specifically, the “restart host” action will ensure the continued run of a Nolio Process after reboot, enabling a controlled reboot as a part of a Nolio Process.  | Apr 08 |
| 4. | Is there a Nolio Agent for Solaris?Q: Is there a Nolio Agent for Solaris?A: Yes. Nolio supports Solaris x86 and Solaris Sparc 32. The Nolio Agents can be downloaded from the product download section. | Mar 16 |
| 5. | Can Maven or Ant trigger a Nolio process?Q: Can Maven or Ant trigger a Nolio process?A: Yes. Using Nolio's CLI API, you can trigger a process with Ant. It will look something like this:
<project name="efx" default="all"><target name="all"><exec dir="/app/efxdemo/thirdparty/Nolio/NolioCLI"
executable="./ExecutionRelay.sh"><arg line='-u superuser -p xxxx -a eFX -e "UAT Env" -f "CLI Test" -s {127.0.0.1}'/></exec></target></project> | Feb 17 |
| 6. | Is there a Nolio API to support integration with other software and hardware service management solutions.Q: Is there a Nolio API to support integration with other software and hardware service management solutions.A: Yes. Nolio has both a SOAP and CLI API. | Feb 17 |
| 7. | Are there provisions for event driven actions?Q: Are there provisions for event driven actions?A: Yes. | Feb 17 |
| 8. | Does Nolio also support automation of actions via scripting?Q: Does Nolio also support automation of actions via scripting?A: Yes, you can write any script and nolio will execute/manage and audit it. | Feb 17 |
| 9. | Is the Nolio Agent supported on an IBM Z server.Q: Is the Nolio Agent supported on an IBM Z server.A: Nolio Agents can run on any machine which can run Java RunTime. | Feb 17 |
| 10. | What managed application databases are supported (MS SQL, DB2, Oracle, MySQL, etc).Q: What managed application databases are supported (MS SQL, DB2, Oracle, MySQL, etc).A: MS SQL, DB2, Oracle, MySQL | Feb 17 |