LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-16-2016, 07:56 PM   #1
omen_linux
LQ Newbie
 
Registered: Aug 2011
Posts: 1

Rep: Reputation: Disabled
My Server re-start every week


Hi,

I have GeoFrame 2012 installed on our server Linux Rhel 6.4 version.
Almost everyweek my server suddenly restart.

#more /var/log/messages
Oct 16 03:45:04 wmogngsvr1 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="11806" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Oct 16 03:45:47 wmogngsvr1 rhsmd: In order for Subscription Manager to provide your system with updates, your system must be registered with the Customer Portal. Please enter your Red Hat login to ensure your system is up-
to-date.
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:36:34 wmogngsvr1 rhsmd: In order for Subscription Manager to provide your system with updates, your system must be registered with the Customer Portal. Please enter your Red Hat login to ensure your system is up-
to-date.


What should I do with this issue ?

Thanks
 
Old 10-16-2016, 08:10 PM   #2
G_A
LQ Newbie
 
Registered: Jun 2014
Posts: 29

Rep: Reputation: Disabled
1. Does the server restart on the same time every week ?

if so, look at your crontab
Code:
crontab -l
to see what is running there around that time.
You may have to look at more than one user's crontab, i.e root, your login user, etc.



2. Post the output of
Code:
 dmesg |grep -i pm

Last edited by G_A; 10-16-2016 at 08:12 PM.
 
Old 10-16-2016, 08:19 PM   #3
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
This is a question for Red Hat tech support, since you are using a paid service you are entitled to get professional help.
 
1 members found this post helpful.
Old 10-16-2016, 08:50 PM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by omen_linux View Post
Hi,
I have GeoFrame 2012 installed on our server Linux Rhel 6.4 version. Almost everyweek my server suddenly restart.

#more /var/log/messages
Oct 16 03:45:04 wmogngsvr1 rsyslogd: [origin software="rsyslogd" swVersion="5.8.10" x-pid="11806" x-info="http://www.rsyslog.com"] rsyslogd was HUPed
Oct 16 03:45:47 wmogngsvr1 rhsmd: In order for Subscription Manager to provide your system with updates, your system must be registered with the Customer Portal. Please enter your Red Hat login to ensure your system is up-to-date.
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:35:03 wmogngsvr1 pcscd: winscard.c:309:SCardConnect() Reader E-Gate 0 0 Not Found
Oct 17 04:36:34 wmogngsvr1 rhsmd: In order for Subscription Manager to provide your system with updates, your system must be registered with the Customer Portal. Please enter your Red Hat login to ensure your system is up-to-date.

What should I do with this issue ?
I bolded a part above...did you miss that? IS your system registered, and if not, WHY NOT?? RHEL 6.4 is not free...if you're not paying for support on a commercial, production server, you're asking for trouble. The best thing to do is contact Red Hat support, as Emerson said. And Geoframe 2012 doesn't look like it's free either..have you contacted THEIR support???
 
1 members found this post helpful.
Old 10-17-2016, 08:23 AM   #5
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by omen_linux View Post
What should I do with this issue ?
Reading hints on the screen is the key to troubleshooting.

Code:
subscription-manager register --username <username> --password <password> --auto-attach
See also https://access.redhat.com/solutions/253273

Register.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: You Can Still Pre-Order an Ubuntu Tablet from BQ, Deliveries Start Next Week LXer Syndicated Linux News 0 04-11-2016 01:24 PM
I want to restart my server every week sunday jayarajmohan Linux - Server 6 02-16-2016 10:57 PM
BlueZ 4.60-1 works great and after a week it segfaults and won't start Giorgio Debian 2 05-10-2010 11:14 AM
LXer: FOSDEM conference due to start next week LXer Syndicated Linux News 0 02-14-2008 04:40 AM
Set up my first server last week. Now it is not working adrian29uk Linux - Networking 4 06-22-2005 03:44 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration