1SOLARIS2MPM(8) SOLARIS2MPM(8)
2
3
4
6 solaris2mpm - Utility to convert Solaris packages, patches, and patch
7 clusters into mpm archives
8
10 solaris2mpm [ --tempdir=TEMPDIR ] [ --select-arch=SELECTARCH ] archive...
11
12
13
14 solaris2mpm [ [ -h ] [ --help ] ]
15
16
17
18 solaris2mpm [ [ -? ] [ --usage ] ]
19
20
21
22
24 solaris2mpm creates mpm archives from Solaris package, patch, and patch
25 cluster archives that can be pushed into managed channels on an RHN
26 Satellite Server. Refer to the RHN Satellite documentation for further
27 reference on managed channels.
28
30 -h --help
31 briefly describe the options.
32
33 -? --usage
34 usage summary.
35
36 --tempdir=TEMPDIR
37 temporary directory to work from
38
39 solaris2mpm needs free space equal to three times the size of
40 any packages, etc. it is converting in a temporary directory
41 (/tmp). This options allows you to specify an alternate tempo‐
42 rary directory if the required space is not available in /tmp.
43
44 --select-arch=SELECTARCH
45 select an arch for a multi-arch patch or package
46
47 Some patches and packages are applicable to more than one archi‐
48 tecture. RHN needs each patch or package's architecture to be
49 unique. When a multi-arch patch or package is encountered, this
50 gives a way for the administrator to select which of the appli‐
51 cable architecture they would like to build the mpm for.
52
53 Valid architectures are: i386, sparc
54
56 solaris2mpm is a command line utility for for creating mpm archives
57 from Solaris package, patch, patch cluster archives.
58
59 mpm archives are format-neutral archives that attach the original ar‐
60 chive as a payload onto a header that describes the contents of the
61 original archive in a manner that is meaningful to Red Hat Network.
62
63 solaris2mpm can convert the following types of archives into mpm:
64
65 cpio archives: used for Solaris package archives
66
67 gzipped cpio archives: used for third-party Solaris package archives
68
69 zip archives: used for patch and patch cluster archives
70
71 compressed tar archives: used for older patch cluster archives
72
73 In order to handle these multiple types of archives, the following com‐
74 mands must be installed on the system which is running the solaris2mpm
75 command: pkgtrans, gunzip, zip, uncompress, and tar.
76
77 Running solaris2mpm on a package or patch cluster will create a single
78 mpm archive. Running solaris2mpm on a patch cluster will create a mpm
79 archive for every patch contained in the patch cluster as well as an
80 mpm archive for the patch cluster itself. The patch cluster mpm must be
81 pushed into a managed channel either with all of the patch mpms that
82 are created with it or after the patch mpms. It cannot be pushed before
83 the patch mpms, as the patch cluster mpm will contain references to the
84 patch mpms that must be maintained by the RHN Satellite Server.
85
87 Jason Connor<jconnor@redhat.com>
88
89
90
91Version 1.0 11 August 2010 SOLARIS2MPM(8)