/usr/vm/log/Backup.HardDisk.log
MSL
How to reboot MSL/Micollab later tonight/tomorrow
There is no reboot later option in MSL web GUI. Only reboot now or shutdown
How ever linux has a command to do just this
Continue readingMicollab:Admin user access for adds moves and changes.
So the customer would like to be able to update names etc on the Micollab but you don’t want to give them admin access.
You can give them access to the user and services section only
Continue readingWeb proxy troubleshooting. Logs to check.
The logs to check when accessing the AWV through a web proxy are located on the web proxy MBG
/var/logs/httpd/access_log
and
/var/logs/httpd/error_log
The best way to watch them as you perform a test connection is using the “tail -f” command in putty or from the console
If you dont know how to putty to see the mbg console check out this post
Example:
tail -f /var/log/httpd/error_log |grep {your ip address you are connecting from}
and
tail -f /var/log/httpd/access_log |grep {your ip address you are connecting from}
Micollab test Active directory connection
Just had this issue where the Micollab no longer connects to the customers active directory server.
The test to try and prove the connection is working is done from the console
Via putty for example
openssl s_client -showcerts -connect {AD Server}:636
Which files can i delete on the Micollab server?
How to: Where are SOS logs stored once zipped?
/var/cache/e-smith/logcollector
How to: Find large files on MSL
Putty to the Micollab (if you don’t know how to do this click here)
find / -type f -size +50M
Despite how it sounds these files are safe to delete
/var/corefiles/*.core
Linux – log ping command results with time and date
If you have a need to test that a link is stable between servers
e.g. between an MBG and a Micollab
How to use SFTP to backup MSL e.t.c
Log into the MSL using putty.
If you don’t know how to then check out this earlier post
Log in a “root” and use same password as “admin” (Normally)