Unix and Linux Discussions Tagged with rhel 6 |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
6 |
7,259 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,241 |
Red Hat |
|
|
|
6 |
5,316 |
Shell Programming and Scripting |
|
|
|
12 |
3,765 |
Shell Programming and Scripting |
|
|
|
1 |
3,015 |
Shell Programming and Scripting |
|
|
|
0 |
3,306 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
3,984 |
Solaris |
|
|
|
3 |
3,023 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,047 |
Red Hat |
|
|
|
0 |
3,182 |
Red Hat |
|
|
|
2 |
24,720 |
Red Hat |
|
|
|
3 |
2,312 |
Shell Programming and Scripting |
|
|
|
1 |
3,730 |
Red Hat |
|
|
|
2 |
5,321 |
Homework & Coursework Questions |
|
|
|
2 |
2,994 |
Red Hat |
|
|
|
0 |
2,752 |
Red Hat |
|
|
|
2 |
8,104 |
Red Hat |
|
|
|
13 |
10,683 |
Red Hat |
|
|
|
4 |
9,895 |
Red Hat |
SPACEWALK-CHANNEL(8) Red Hat, Inc. SPACEWALK-CHANNEL(8)
NAME
spacewalk-channel - Subscribe to or unsubscribe system from channel.
SYNOPSIS
spacewalk-channel [options]
DESCRIPTION
spacewalk-channel allows you to subscribe to and unsubscribe from specified channels via the command line. A visit to the "Spacewalk
Server", "Red Hat Satellite" or "Red Hat Network Classic" website isn't required.
OPTIONS
-l, --list
Print a list of channel(s) that you are currently subscribed to.
-b, --base
Print a base channel that you are currently subscribed to.
-L, --available-channels
Print a list of all available child channels.
-a, --add
You are subscribing system to given channel(s). You have to specify --user and --password.
-r, --remove
You are unsubscribing system to given channel(s). You have to specify --user and --password.
-u, --user
Your username used to register the system with and for Red Hat Network Classic, Red Hat Satellite or Spacewalk. If you do not enter
this option and it is required, you will be prompted.
-p, --password
The password associated with the username specified with the --user option. This is an unencrypted password. If you do not enter
this option and it is required, you will be prompted.
-c, --channel
Label of channel you want to subscribe to or unsubscribe from. Can be specified multiple times.
-v, --verbose
Print out successfull action.
-h, --help
Show a help message and exit.
NOTE
The addition and removal of channels is mutually exclusive, please use the command twice.
EXAMPLES
Subscribe to two channels:
spacewalk-channel --add -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password
Unsubscribe from channel:
spacewalk-channel --remove -c rhn-tools-rhel-i386-server-5 -c rhel-i386-server-vt-5 --user username --password password
List subscribed channels:
spacewalk-channel --list
SEE ALSO
rhnplugin(8), rhn_register(8), up2date(5).
AUTHORS
Miroslav Suchy <msuchy@redhat.com>
BUGS
Report bugs to <http://bugzilla.redhat.com>.
COPYRIGHT
Copyright (C) 2009-2010 Red Hat, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU-
LAR PURPOSE.
Linux 2010 August 30 SPACEWALK-CHANNEL(8)