extending linux disk vmware hyper-v centos/redhat on the fly live
- 2 Comments
- Dec, 10, 2016
- Angelo Schalley
- Hyper-V, Linux, Plesk Linux, vmware
1) Checking if you can extend the current disk or need to add a new one
This is rather important step, because a disk that has been partitioned in 4 primary partitions already can not be extended any more. To check this, log into your server and run fdisk -l at the command line.
Read more on extending linux disk vmware hyper-v centos/redhat on the fly live…
Disable or Enable Firewall on Hyper-V
- 5 Comments
- Aug, 22, 2012
- Angelo Schalley
- Hyper-V, security, Windows-Microsoft
To disable the firewall in the currently running profile, you can issue the command:
netsh advfirewall set currentprofile state off
And re-enable with:
netsh advfirewall set currentprofile state on
Note: If your Hyper-V is internet facing, disabling the firewall is not recommended.
Read more on Disable or Enable Firewall on Hyper-V…