Spacewalk : Clients' Settings2018/11/21 |
Register systems as Spacewalk clients to manage it by Spacewalk management server.
|
|
[1] | Configure repository for Spacewalk client on a Host and install required packages and finally register to the server. Specify the activation key which you created on initial settings. |
# install repository package [root@node01 ~]# yum -y install https://copr-be.cloud.fedoraproject.org/results/%40spacewalkproject/spacewalk-2.8/epel-7-x86_64/00736372-spacewalk-repo/spacewalk-repo-2.8-11.el7.centos.noarch.rpm # enable EPEL, too [root@node01 ~]# yum --enablerepo=epel -y install rhn-client-tools rhn-check rhn-setup rhnsd m2crypto yum-rhn-plugin # download certificates from Spacewalk admin server (replace hostname to your own one) [root@node01 ~]# yum -y install http://dlp.srv.world/pub/rhn-org-trusted-ssl-cert-1.0-1.noarch.rpm # register system with activation key [root@node01 ~]# rhnreg_ks --serverUrl=https://dlp.srv.world/XMLRPC --sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT --activationkey=1-serverworld |
[2] | Login to Spacewalk admin console and move to [Systems] tab, then registred systems is displayed. |
[3] | It's possible to make sure details to click the hostname link. |
[4] | It's possible to make sure installed packages or install new packages and other many management tasks on here. |
Sponsored Link |