Migrating RHEL 5 nodes to Satellite 6.4

Latest response

So I will start with yes I know RHEL 5 is EOL but I have a few machines that I have been tasked to migrate to our Satellite node.
I am running the following
./bootstrap.py -l -s o 'Org' -L '108th' -g 'RHEL5_QA' -a 'RHEL5_QA' --skip=migration --force
Activation Key has the repo assigned that has subscription manager in it.
I have done the --skip with and without the =
I have moved all the /etc/yum.repos.d files to temp folder
I am sure it is something simple that needs to be removed.
I am getting the following output.
[NOTIFICATION], [2019-05-02 12:40:09], [Checking subscription manager prerequisites]
Loaded plugins: rhnplugin
There was an error communicating with RHN.
RHN Satellite or RHN Classic support will be disabled.

Error Message:
Satellite Certificate has expired
Error Class Code: 3006
Error Class Info: Invalid satellite certificate
Explanation:
An error has occured while processing your request. If this problem
persists please consult the Red Hat Customer Portal Knowledge Base
landing page on common registration Error Class Codes at
https://access.redhat.com/solutions/17036 for a possible resolution.
If you choose to open a support case in the Red Hat Customer Portal,
please be sure to include details of what you were trying to do when
this error occurred and specifics on how to reproduce this problem.

[RUNNING], [2019-05-02 12:40:09], [/usr/bin/yum -y remove subscription-manager-gnome]
Loaded plugins: downloadonly, rhnplugin, security
There was an error communicating with RHN.
RHN Satellite or RHN Classic support will be disabled.

Error Message:
Satellite Certificate has expired
Error Class Code: 3006
Error Class Info: Invalid satellite certificate
Explanation:
An error has occured while processing your request. If this problem
persists please consult the Red Hat Customer Portal Knowledge Base
landing page on common registration Error Class Codes at
https://access.redhat.com/solutions/17036 for a possible resolution.
If you choose to open a support case in the Red Hat Customer Portal,
please be sure to include details of what you were trying to do when
this error occurred and specifics on how to reproduce this problem.

Setting up Remove Process
No Match for argument: subscription-manager-gnome
No Packages marked for removal
[SUCCESS], [2019-05-02 12:40:09], [/usr/bin/yum -y remove subscription-manager-gnome], completed successfully.

[ERROR], [2019-05-02 12:40:09], EXITING: [Cannot find subscription-manager in any configured repository. Consider using the --deps-repository-url switch to specify a repository with the subscription-manager RPMs] failed to execute properly.

Responses