If you can not find the answer here, feel free to contact our support!
Q: I try to login to your demo site - what is the login and password?
A: Please login with "demo" as username and password.
The demo site is running a production build. All features are available and you are free to use it for testing. Create, edit and delete assets, customers aso..
Q: Why can’t I just create a cluster?
A: You must create an asset as a cluster type – or edit an existing asset and set the type as a Cluster.
Q: Some nodes isn’t showing in Add Nodes to Cluster
A: The nodes shown are assets not of the type Cluster, Disksystem or Director
Q: Why can’t I see an X for clearing the search field?
A: Firefox has a default of removing this kind of buttons. Try Chrome or other browser for better result.
Q: Upon pasting an image into a textarea, it gives an "Unknown error". What to do?
A: This can happen if the server_path is not set correctly in config.php. It should be set to the base path of Noah. Eg. /var/www/html/
In some cases it is not enough to alter rights or ownership on var/ directory as stated. Noah will still provide an error like this:
The '/var/www/html/var/' folder - and folders in that folder - needs to be set to writeable to apache. In unix, chmod -R 775 var/. System has stopped!
The solution can be: chcon -R --type httpd_sys_rw_content_t /
or changing owner to that of Apache: chown -R
It is a known "issue" with mysql starting at version 5.7
Settings needs to be set in mysql config file: my.cnf
See docs on how to remedy it: Mysql Group By