"This site can't be reached. ERR_CONNECTION_REFUSED"
When you open SSH to this VDP appliance and check the status of the services, this will also throw up an error. Run the below command to check the VDP service status:
root@vdp:~/#: dpnctl status
mkdtemp: private socket dir: No space left on device.
I tried to run the command to start the webservices, which is:
root@vdp:~/#: emwebapp.sh --start
Waiting for postmaster to start ...........Failed to connect DBI:Pg:dbname=postgres;port=5558.ERROR: Failed to start the database.
I ran the below command to check the space on the VDP appliance partition.
root@vdp:~/#: df -h
Run the below command to list directories within each other with largest used space:
root@vdp:~/#: du -h --max-depth=1 <directory>
root@vdp:~/#: /usr/local/avamar-tomcat-7.0.42/logs
Also, if the space does not change even when the logs from the above directory is removed, then you need to check the following directory:
root@vdp:/usr/local/avamar-tomcat-<your_version>/webapps/ROOT
Prior to removing the logs, stop the VDP services using the below command:
root@vdp:~/#: dpnctl stop
Cheers!
0 comments:
Post a Comment