Interesting. I ran “sudo service mysql status” and it responded that mysql was running but I went ahead and did “sudo service mysql restart”. I then did the FOG restarts. Each of those replies looked like (depending on process):
*Restarting FOG Comupter Imaging Solution: FOGScheduler
start-stop-daemon: warning: failed to kill 1152: no such process
But now I can get into FOG and it’s not taking me directly to Database Schema Update/Installer so that is good.
I then tried to upload an image but the client is getting a TFTP Timeout error and rebooting. I gues that I am still stuck on the credentials.
When I log into the machine - username = fog, password = xxxxx
When I log into FOG via FireFox - username = fog, password = password
When I check, FOG_TFTP_FTP_USERNAME = fog, FOG_TFTP_FTP_PASSWORD = xxxxx
When I check, FOG_STORAGENODE_MYSQLUSER = fogstorage
When I check, FOG_STORAGENODE_MYSQLPASS = fs87054970106
xxxxx is not my real password but the others are. The TFTP password does match the machine login password.
It’s interesting that when MySQL was installed during the FOG install that I used xxxxx as the MySQL password but the
FOG_STORAGENODE_MYSQLPASS is something totally different. Does this matter?
I can FTP from my Win7 computer into the FOG machine using: username = fog, password = xxxxx
Not sure where things are going wrong now.