The following is a example to have a RHEL6.1 clone channel:
#spacewalk-create-channel -l -s -v 6 -s Server -u U1 -a x86_64 –d rhel6-1-channel –N “RHEL 6.1”
-l <username>
The Satellite username (admin or personal account), this account should have enough authorization to create / clone channels.
The Satellite username (admin or personal account), this account should have enough authorization to create / clone channels.
-s <server>
The Satellite server that needs the new channel, if no channel is listed localhost will be used.
The Satellite server that needs the new channel, if no channel is listed localhost will be used.
-v <version>
The version of the channel to create (e.g. 5, 4, 3, 2.1).
The version of the channel to create (e.g. 5, 4, 3, 2.1).
-s <release>
The release of the channel to create (e.g. AS, ES, WS, Server, Client, Desktop).
The release of the channel to create (e.g. AS, ES, WS, Server, Client, Desktop).
-u <Update level>
The update level of the channel to create (e.g. GOLD, U1, U2, U3, U4, U5, U6, U7, U8, U9), where GOLD stands for the initial release.
The update level of the channel to create (e.g. GOLD, U1, U2, U3, U4, U5, U6, U7, U8, U9), where GOLD stands for the initial release.
-a <Architecture>
The arch of the channel to create (e.g. i386, ia64, ppc, s390, s390x, x86_64).
The arch of the channel to create (e.g. i386, ia64, ppc, s390, s390x, x86_64).
-d <label>
The label of the destination channel. This will be created if not present.
The label of the destination channel. This will be created if not present.
-N <title>
If the destination channel is created use DEST_NAME for it's name. If not provided the label will be used.
If the destination channel is created use DEST_NAME for it's name. If not provided the label will be used.
No comments:
Post a Comment