1SPACEWALK-CHANNEL(8) Red Hat, Inc. SPACEWALK-CHANNEL(8)
2
3
4
6 spacewalk-channel - Subscribe to or unsubscribe system from channel.
7
8
10 spacewalk-channel [options]
11
12
14 spacewalk-channel allows you to subscribe to and unsubscribe from spec‐
15 ified channels via the command line. A visit to the "Red Hat Satellite"
16 website isn't required.
17
18
20 -l, --list
21 Print a list of channel(s) that you are currently subscribed to.
22
23 -b, --base
24 Print a base channel that you are currently subscribed to.
25
26 -L, --available-channels
27 Print a list of all available child channels.
28
29 -a, --add
30 You are subscribing system to given channel(s). You have to
31 specify --user and --password.
32
33 -r, --remove
34 You are unsubscribing system to given channel(s). You have to
35 specify --user and --password.
36
37 -u, --user
38 Your username used to register the system with and for Red Hat
39 Satellite. If you do not enter this option and it is required,
40 you will be prompted.
41
42 -p, --password
43 The password associated with the username specified with the
44 --user option. This is an unencrypted password. If you do not
45 enter this option and it is required, you will be prompted.
46
47 -c, --channel
48 Label of channel you want to subscribe to or unsubscribe from.
49 Can be specified multiple times.
50
51 -v, --verbose
52 Print out successfull action.
53
54 -h, --help
55 Show a help message and exit.
56
57
59 The addition and removal of channels is mutually exclusive, please use
60 the command twice.
61
62
64 Subscribe to two channels:
65
66 spacewalk-channel --add -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password
67
68 Unsubscribe from channel:
69
70 spacewalk-channel --remove -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password
71
72 List subscribed channels:
73
74 spacewalk-channel --list
75
76
78 rhnplugin(8), rhn_register(8), up2date(5).
79
80
82 Miroslav Suchý <msuchy@redhat.com>
83
84
86 Report bugs to <http://bugzilla.redhat.com>.
87
88
90 Copyright © 2009-2010 Red Hat, Inc.
91
92
93 This is free software; see the source for copying conditions. There is
94 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
95 PURPOSE.
96
97
98
99Linux 2010 August 30 SPACEWALK-CHANNEL(8)