vrpm(8) | System Administration | vrpm(8) |
NAME¶
vrpm - is simply a wrapper for the rpm utility.SYNTAX¶
vrpm [--unify] [ALL | vserver1 vserver2 ...] -- [rpm options]DESCRIPTION¶
vrpm - is simply a wrapper for the rpm utility. It enables rpm to manage a specific, several or all virtual server(s) with one command. vrpm is executed in the root server.OPTIONS¶
- -- All commands after this, is given to the rpm utility (see man rpm).
- The
- --unify option triggers the vunify utility on the vservers and the supplied packages.
FILES¶
/usr/sbin/vrpmEXAMPLES¶
- verifies the gcc package on all vservers.
vrpm ALL -- --verify gcc
- Updates package.rpm on vserver1 and vserver2 if
- the package exists in a earlier version (the F flag for rpm).
vrpm vserver1 vserver2 -- -Fvh package.rpm
- vrpm is executed in the root server
Please contribute some more, if you feel it's important.
AUTHORS¶
This Man page was written by Klavs Klavsen <kl@vsen.dk> and based upon the helpful output from the program itself and the documentation on the Virtual Server site <http://www.solucorp.qc.ca/miscprj/s_context.hc?prjstate=1&nodoc=0>SEE ALSO¶
chcontext(8) rebootmgr(8) reducecap(8) chbind(8) vps(8) vtop(8) vserver(8) vserver-stat(8) vpstree(8)0.1.0 | Klavs Klavsen <kl@vsen.dk> |