Editing server settings

From THRONE
< en:Server‎ | Adv
Jump to: navigation, search

Required hardware:

Edit settings:

  • connect USB keyboard and display to server;
  • switch on (if necessary) server (press power button on the server case) - power indicator light turnes on in green;
  • wait for Logon screen and enter Login ("admin") and password (which you entered before);
  • to change IP address type the following command:
sudo ./ip.sh 0.0.0.0
where address 0.0.0.0 replace by an appropriate one, press Enter (if the system requires a password type it, press Enter key);
  • to enable log utility (to write server log to file) type the following command:
sudo ./log.sh on
press Enter (if the system requires a password type it, press Enter key);
  • to stop log utility type the following command:
sudo ./log.sh off
press Enter (if the system requires a password type it, press Enter key);
  • turn off server (press power button on server case) - power indicator light turnes on in orange;
  • disconnect the keyboard and display from server.

Server with configured settings is ready.

Note: log file server.log is located here: http://0.0.0.0/logs/, where 0.0.0.0 should be replaced by an appropriate address.

Server log file is limited in size: maximum size is approximately 50MB. When the file size limit is reached, file content will be overwritten to the log file server1.log, then to file server2.log if neccessary and so on up to server10.log. The latest server logs are always stored in server.log.