I have 9 openvz VEs running on 3 physical servers. I'd like to add another VE to each physical server. Soooo, each physical server would then be running 4 VEs.
I used vzsplit -n 4 to generate new params to fit the VEs to the resources of the physical server. My problem is that I have to go in and manually update each VEs conf file.
Is there a better way to get the new params into each of the config files without manually editing each one? Even better, is there possibly a way to have all the conf files include parameters from a single file?