Now extract from the syslog file the lines generated by NX Server and NX node:
#> grep NX /var/log/messages > syslog.extract
In case of multi-node support enabled, you need to:
- Login to the NX Node host and execute the operations described above to
retrieve both the session log files and the lines generated by NX Node
in the syslog file:
#> tar -cvpf failed.session.tar $HOME/.nx/(session directory)
#> grep NX /var/log/messages > node-syslog.extract
- Login to the NX Server host to extract from the syslog file the lines
generated by NX Server:
#> grep NX /var/log/messages > server-syslog.extract
Important Note for Solaris users:
depending on the system configuration it could be required to modify the settings of the syslog daemon.
Please make sure that a line similar to the following is present in the configuration file:
*.err;user.debug;kern.debug;daemon.notice;mail.crit /var/adm/messages
Then restart the daemon for the changes you have made to take effect.