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