ERROR unable to read system id
-
mohammedqayyum
- Posts: 11
- Joined: Sun Oct 06, 2013 2:23 am
Re: ERROR unable to read system id
# cat /etc/*release
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Red Hat Enterprise Linux Server release 6.5 (Santiago)
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Red Hat Enterprise Linux Server release 6.5 (Santiago)
Red Hat Enterprise Linux Server release 6.5 (Santiago)
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: ERROR unable to read system id
Have you tried re-registering/subscribing your RHEL installation?
-
mohammedqayyum
- Posts: 11
- Joined: Sun Oct 06, 2013 2:23 am
Re: ERROR unable to read system id
Yeah,still I'm getting the same ERROR unable to read system id.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: ERROR unable to read system id
Well, fullinstall unlike our XI installer, does not do its own RHEL dependency checks, so this likely is from yum. Can you perform yum commands or do you normally enter something else for a satellite server? you can try:
Code: Select all
yum check-update
yum updateNagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
mohammedqayyum
- Posts: 11
- Joined: Sun Oct 06, 2013 2:23 am
Re: ERROR unable to read system id
I updated YUM,even though still getting the same ERROR unable to read system id. 
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: ERROR unable to read system id
Can you please give us the output of "yum check-update" Also are you using satalite servers or other internal package\license management? Just an fyi I propped up a RHEL 6.3 x86_64 system last night to make sure this was not a global OS issue, and had no issues installing, and also verified that this is likely failing on the yum steps listed in the install.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
mohammedqayyum
- Posts: 11
- Joined: Sun Oct 06, 2013 2:23 am
Re: ERROR unable to read system id
yum check-update
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
rhel-6-server-cf-tools-1-rpms | 2.8 kB 00:00
rhel-6-server-rhev-agent-rpms | 2.9 kB 00:00
rhel-6-server-rpms | 3.7 kB 00:00
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is receiving updates from Red Hat Subscription Management.
rhel-6-server-cf-tools-1-rpms | 2.8 kB 00:00
rhel-6-server-rhev-agent-rpms | 2.9 kB 00:00
rhel-6-server-rpms | 3.7 kB 00:00
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: ERROR unable to read system id
Thanks for the output, this does not answer my question of if you are using strictly the standard repos or internal\satellite servers. Also what method of registration did you use, subscription-manager or rhn_register?(I might have missed this if it was answered above)
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
mohammedqayyum
- Posts: 11
- Joined: Sun Oct 06, 2013 2:23 am
Re: ERROR unable to read system id
I'm using subscription-manager-gui to register and standard repos are internal server.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: ERROR unable to read system id
OK, I think I found where you are getting hung up. Comment out line 395 in libinstall.sh. It should look like:
change it to:
You may still have issues with getting some of the packages from optional channels and outside repos if you only use internal resources, but we can deal with that as it comes along.
Code: Select all
valid_rhelCode: Select all
# valid_rhelNagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.