Client host registration with satellite 6 using credentials

Latest response

I have installed and configured satellite server and successfully registered one client using activation key.

But when I tried to register client host using username and password it does not register. Steps are below:

1) curl --insecure --output katello-ca-consumer-latest.noarch.rpm https:///pub/katello-ca-consumer-latest.noarch.rpm
2) yum localinstall katello-ca-consumer-latest.noarch.rpm

3) subscription-manager register --org=<> --environment=Library

Registering to: satellite.hpe.com:443/rhsm
Username: hpe
Password:
The system has been registered with ID: 702cb58a-0e3d-4d66-b174-dc7e2c769859
The registered system name is: nps

4) [root@nps ~]# subscription-manager status
+-------------------------------------------+
System Status Details
+-------------------------------------------+
Overall Status: Invalid

Red Hat Enterprise Linux Server:
- Not supported by a valid subscription.

Red Hat OpenStack:
- Not supported by a valid subscription.

[root@nps ~]# subscription-manager list
+-------------------------------------------+
Installed Product Status
+-------------------------------------------+
Product Name: Red Hat OpenStack
Product ID: 191
Version: 13.0
Arch: x86_64
Status: Not Subscribed
Status Details: Not supported by a valid subscription.
Starts:
Ends:

Product Name: Red Hat Enterprise Linux Server
Product ID: 69
Version: 7.6
Arch: x86_64
Status: Not Subscribed
Status Details: Not supported by a valid subscription.
Starts:
Ends:

[root@nps ~]#

I think I am forgot something to configure on satellite but do not know why.. please hel p me here.

Responses