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 Network (or
16 Spacewalk) website isn't required.
17
18
20 -l, --list
21 Print a list of channel(s) that you are currently subscribed to.
22
23 -a, --add
24 You are subscribing system to given channel(s). You have to
25 specify --user and --password.
26
27 -r, --remove
28 You are unsubscribing system to given channel(s). You have to
29 specify --user and --password.
30
31 -u, --username
32 Your username used to register the system with and for Red Hat
33 Network, RHN Satellite or Spacewalk. If you do not enter this
34 option and it is required, you will be prompted.
35
36 -p, --password
37 The password associated with the username specified with the
38 --username option. This is an unencrypted password. If you do
39 not enter this option and it is required, you will be prompted.
40
41 -c, --channel
42 Label of channel you want to subscribe to or unsubscribe from.
43 Can be specified multiple times.
44
45 -v, --verbose
46 Print out successfull action.
47
48 -h, --help
49 Show a help message and exit.
50
51
53 The addition and removal of channels is mutually exclusive, please use
54 the command twice.
55
56
58 Subscribe to two channels:
59
60 spacewalk-channel --add -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password
61
62 Unsubscribe from channel:
63
64 spacewalk-channel --remove -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password
65
66 List subscribed channels:
67
68 spacewalk-channel --list
69
70
72 rhnplugin(8), rhn_register(8), up2date(5).
73
74
76 Miroslav Suchý <msuchy@redhat.com>
77
78
80 Report bugs to <http://bugzilla.redhat.com>.
81
82
84 Copyright © 2009 Red Hat, Inc.
85
86
87 This is free software; see the source for copying conditions. There is
88 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
89 PURPOSE.
90
91
92
93Linux 2009 November 24 SPACEWALK-CHANNEL(8)