Leading off from previous question where I got excellent advice from LinuxDevOps, which I partially chose to ignore; the worse happened, and I don't know why, or how to investigate the cause.
I have a dedicated server running Ubuntu Server 13.10.
I had some kernel updates requiring a reboot, so I left it a week, and at 2am Saturday night, I rebooted using sudo reboot -r now. The server didn't come back up again. I couldn't connect via SSH anymore, or get a connection to Apache via HTTP either.
I had to have the datacentre come to the rescue as I was locked out. What they came back with, is that they just rebooted the server and all was fine, then I was back online.
So now, I've learned the hard way, and LinuxDevOps was right to bold point number 1 in his answer. I took it as an unlikely precaution that I could skip...
How can I investigate what went wrong?
Right now I cannot ever reboot the server again as I've nothing to suggest it won't be repeated.
Thanks.
Apr 6 02:20:24 kernel: imklog 5.8.11, log source = /proc/kmsg started.
Apr 6 02:20:34 kernel: imklog 5.8.11, log source = /proc/kmsg started.
Apr 6 03:38:13 kernel: imklog 5.8.11, log source = /proc/kmsg started.
Apr 6 03:38:13 kernel: [ 0.000000] Initializing cgroup subsys cpuset
Apr 6 03:38:13 kernel: [ 0.000000] Initializing cgroup subsys cpu
Apr 6 03:38:13 kernel: [ 0.000000] Initializing cgroup subsys cpuacct
etc... normal startup
So this shows the first two entries look to me like an attempt to boot to a particular point, then an hour later when the datacentre rebooted it, a normal startup. This is from /var/log/kern.log.
Thanks.