Hello,
So today we cleaned up the second disk on the server /home1/ and moved all users to /home/ and then removed the hard disk that was mounted on /home1/
After the disk was removed, PHP FPM went down.
So I restarted the FPM via SSH by the following command:
Then watched the log from:
The following error is recorded multiple times:
Please note that user userxxx is safely moved to /home/ and it is accessible.
Upon restarting PHP_FPM, I am getting the following errors via WHM interface:
Your advice is much appreciated.
Thank you.
So today we cleaned up the second disk on the server /home1/ and moved all users to /home/ and then removed the hard disk that was mounted on /home1/
After the disk was removed, PHP FPM went down.
So I restarted the FPM via SSH by the following command:
Code:
/scripts/restartsrv_apache_php_fpm
Code:
/opt/cpanel/ea-phpXX/root/usr/var/log/php-fpm/error.log
Code:
[10-Dec-2019 23:50:32] ERROR: [pool post_userxxxdomain_tld] the chdir path '/home1/userxxx/' does not exist or is not a directory
[10-Dec-2019 23:50:34] ERROR: FPM initialization failed
Upon restarting PHP_FPM, I am getting the following errors via WHM interface:
Code:
(XID ykzr3s) The “apache_php_fpm” service failed to restart because the restart script exited with an error
Thank you.