Red Hat NETWORK SATELLITE 5.3.0 Reference Manual page 221

Hide thumbs Also See for RED HAT NETWORK SATELLITE 5.3.0:
Table of Contents

Advertisement

12.4.2.1.1. solaris2mpm
As mentioned briefly in
Push for Solaris. The content that is pushed to a Solaris channel on the Satellite must first be in .mpm
format.
A .mpm file is an archive containing a description of the package data and the package or patch itself.
The solaris2mpm command must be run on the client, never the Satellite.
Note
solaris2mpm requires free space equal to three times the size of any package, patch,
or patch cluster it is converting. Normally, space in /tmp/ will be used for this purpose.
However, the --tempdir option allows you to specify another directory if necessary.
Multiple files may be specified on the command line of solaris2mpm. Below is a usage example:
# solaris2mpm RHATrpush-3.1.5-21.pkg RHATrpush-3.1.5-23.pkg
Opening archive, this may take a while
Writing out RHATrpush-3.1.5-21.sparc-solaris.mpm
Opening archive, this may take a while
Writing out RHATrpush-3.1.5-23.sparc-solaris.mpm
Because no other directory was specified, the resulting .mpm files are written to the /tmp/ directory.
Note that the name of the resulting .mpm files includes the architecture of the client on which it was
created. In this case, this was Sparc Solaris. The general format of mpm file names is:
name-version-release.arch.mpm
Patch clusters are "exploded" — .mpm files are generated for each patch in the cluster, as well as a
top-level "meta" .mpm file containing information about the cluster as a whole.
Below are the options of solaris2mpm:
Option
--version
-h, --help
-?, --usage
--tempdir=<tempdir>
--select-arch=<arch>
Table 12.2. solaris2mpm options
12.4.2.1.2. rhnpush with .mpm Files
The Solaris version of rhnpush works like the standard utility, but with the added ability to
handle .mpm files. Below is a usage example:
% rhnpush -v --server testbox.example.com --username myuser -c solaris-8 \
RHATrpush-3.1.5-*.mpm
Red Hat Network password:
Section 12.1.4, "Differences in
Description
Displays the program's version number and exits
Displays this information and exits
Prints program usage information and exits
Temporary directory to work from
Selects the architecture (i386 or Sparc) for multi-arch packages.
Functionality", solaris2mpm is part of RHN
Obtaining Updates
209

Advertisement

Table of Contents
loading

Table of Contents