Channel Management CLI Tools
To access a shell inside the Server container, run |
There are tools for managing channels on the server.
With spacewalk-remove-channel
, list and delete channels in various ways.
1. Manage Channels with spacewalk-remove-channel
Usage: spacewalk-remove-channel [options]
The use of spacewalk-remove-channel
is to remove channels in various ways.
The available commands and arguments for spacewalk-remove-channel
are listed in this table.
Use this syntax for spacewalk-remove-channel
commands:
spacewalk-remove-channel [options]
The spacewalk-remove-channel
tool has these primary commands:
Option | Description | Example Use |
---|---|---|
list |
List defined channels and exit. |
|
channel |
Delete this channel (can be present multiple times). |
|
channel-with-children |
Delete this channel and its child channels (can be present multiple times). |
|
unsubscribe |
Unsubscribe systems registered to the specified channels. Note: Credentials are needed |
|
justdb |
Delete only from the database, do not remove files from disk. |
|
just-kickstart-trees |
Remove only the kickstart trees for the channels specified. |
|
skip-channels |
Remove only packages from channel not the channel itself. |
|
For a complete list of options and abbreviated options, see the --help
output or the spacewalk-remove-channel
manpage:
man spacewalk-remove-channel
For more information, see Removing Channel.