etienne_marais
Honorary Master
3 to be exact:
1) Is it feasible to run a virtual image (say 64GB RAM, half of the cores using KVM) on a dedicated server (128GB RAM) simply for the sake of added security. My understanding is that the knock of the performance is not all that significant when using virtualization when the host does not run under heavy load, the virtual image running will run the main intended task of the dedicated server and account for most of the strain on the server. There are 5 static public ip's and I intend to open the 1'st to the dedicated server itself (only), and the second to the virtual image instance using a bridge (only), with only the relevant port of the daemon running on the virtual image open.
2) If so, which linux distribution is suggested for the virtual image, it does not need X/GUI but does need gcc and common development libraries. Host is Ubuntu 16.04 LTS
3) If you have a volume mounted (ignore virtualization for now), say on /datadir, and the daemon which stores its data there can not be stopped, reconfigured and is intensely and constantly writing and reading to /datadir, is it possible to extend the capacity of /datadir when a new hard disk is added to the server. As the service can not be reconfigured/restarted etc. and subdirectories of /datadir won't be a solution, neither is unmounting and remounting (in a conventional manner at least), is there any way to add to the capacity of /datadir ? My guess is no, but curious of something like this can be done...
1) Is it feasible to run a virtual image (say 64GB RAM, half of the cores using KVM) on a dedicated server (128GB RAM) simply for the sake of added security. My understanding is that the knock of the performance is not all that significant when using virtualization when the host does not run under heavy load, the virtual image running will run the main intended task of the dedicated server and account for most of the strain on the server. There are 5 static public ip's and I intend to open the 1'st to the dedicated server itself (only), and the second to the virtual image instance using a bridge (only), with only the relevant port of the daemon running on the virtual image open.
2) If so, which linux distribution is suggested for the virtual image, it does not need X/GUI but does need gcc and common development libraries. Host is Ubuntu 16.04 LTS
3) If you have a volume mounted (ignore virtualization for now), say on /datadir, and the daemon which stores its data there can not be stopped, reconfigured and is intensely and constantly writing and reading to /datadir, is it possible to extend the capacity of /datadir when a new hard disk is added to the server. As the service can not be reconfigured/restarted etc. and subdirectories of /datadir won't be a solution, neither is unmounting and remounting (in a conventional manner at least), is there any way to add to the capacity of /datadir ? My guess is no, but curious of something like this can be done...
Last edited: