Difference between revisions of "Red Hat Registration"

From MyWiki
Jump to: navigation, search
(Created page with "subscription-manager list --available --all <br> or <br> subscription-manager list ( to see the current machine ) <br>")
 
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[ Red Hat 7 registration ]]- '''how to connect to and register to Red Hat Network'''
 +
 +
rm /etc/sysconfig/rhn/systemid<br>
 +
rhn_register<br>
 +
subscription-manager register --username your_username --password your_password  --auto-attach
 +
 
subscription-manager list --available --all <br>
 
subscription-manager list --available --all <br>
 
or <br>
 
or <br>
subscription-manager list ( to see the current machine ) <br>
+
subscription-manager list ( to see the current machine ) <br><br>
 +
Check for software updates - gpk-update-viewer<br>
 +
Update the operating system - yum update<br>
 +
Install a specific package - yum install vsftpd<br>
 +
To update a specific package - yum update bind<br>
 +
 
 +
'''Checking a certificate :'''<br>
 +
openssl s_client -connect xmlrpc.rhn.redhat.com:443 -CAfile /usr/share/rhn/RHNS-CA-CERT<br>
 +
 
 +
rpm -q rhn-client-tools<br>
 +
rhn-client-tools-0.4.13-1.el5<br>

Latest revision as of 08:45, 14 February 2022

Red Hat 7 registration - how to connect to and register to Red Hat Network

rm /etc/sysconfig/rhn/systemid
rhn_register
subscription-manager register --username your_username --password your_password --auto-attach

subscription-manager list --available --all
or
subscription-manager list ( to see the current machine )

Check for software updates - gpk-update-viewer
Update the operating system - yum update
Install a specific package - yum install vsftpd
To update a specific package - yum update bind

Checking a certificate :
openssl s_client -connect xmlrpc.rhn.redhat.com:443 -CAfile /usr/share/rhn/RHNS-CA-CERT

rpm -q rhn-client-tools
rhn-client-tools-0.4.13-1.el5