1SPACEWALK-REMOVE-CHANNEL(8) SPACEWALK-REMOVE-CHANNEL(8)
2
3
4
6 spacewalk-remove-channel - Removes a channel from an RHN Satellite or
7 Spacewalk server.
8
10 spaceawlk-remove-channel [ options ... ] [ -cCHANNEL_LABEL ] [ --mount-point=CHANNEL_LABEL ]
11
12
13
14 [ -u ] [ --unsubscribe ]
15
16
17
18 [ -l ] [ --list ]
19
20
21
22 [ --justdb ]
23
24
25
26 [ -v ] [ --verbose ]
27
28
29
30 [ --force ]
31
32
34 The spacewalk-channel-remove completely removes channels (even Red Hat
35 supplied ones) from a RHN Satellite or Spacewalk server.
36
37 By default systems are not unsubscribed from the specified channel(s).
38 If systems are currently subcribed, they will be listed. To unsubscribe
39 these systems, simply use the --unsubscribe option.
40
42 -h, --help
43 Display the help screen with a list of options.
44
45 -l, --list
46 List all channels on the satellite.
47
48 -u, --unsubscribe
49 Unsubscribe any systems subscribed to the specified channels.
50
51 --justdb
52 Don't remove any files from the file system. Instead only delete
53 metadata from the database.
54
55 -cCHANNEL,
56 Delete the channel with the specified label. May be used multiā
57 ple times to specify multiple channels.
58
59 --force
60 Delete packages from the satellite even if the package is in
61 more channels than what is specified. (Not Recommended)
62
63 -p, --skip-packages
64 Do not remove the package metadata or the files from the
65 filesystem.
66
68 spacewalk-remove-channel --list
69
70 spacewalk-remove-channel --channel=rhel-i386-as-3
71
73 Todd Warner <taw@redhat.com>
74
75 Mihai Ibanescu <misa@redhat.com>
76
77 Justin Sherrill <jsherril@redhat.com>
78
79
80
81Version 3.5.0 18 November 2010 SPACEWALK-REMOVE-CHANNEL(8)