In this tutorial, I will show you how to perform the following steps on your HP Proliant server: create a new volume with hpssacli create the physical volume, volume group and logical group with lvm transfer the system from the
No problem to find the largest top 10 files and directories on a UNIX system with this command : du -hsx * | sort -rh | head -10 Output : 536G home 1.3G usr 1.2G var 756M lib 123M boot
This PHP script can retrieve a filesystem information through SSH using these steps : launch an SSH connection to a remote server execute through SSH a “df” command display the results using graph bars This code was initially designed to