Sponsored Content
Full Discussion: RedHat Updates
Operating Systems Linux Red Hat RedHat Updates Post 302349960 by s_linux on Wednesday 2nd of September 2009 11:33:51 AM
Old 09-02-2009
yes I have redhat subscription. I have plenty of servers that are working fine. I'm not able update only 2servers that are stucking when its updating. Dont know wht causing the issue. I dont see any logs relate to it. Thanks.
 

7 More Discussions You Might Find Interesting

1. AIX

unix updates- Where can I find unix updates online for IBM servers?

I have a Unix based server running Sagitta and the server is giving me an error of 4b10004 and my research tells me this is an EPROM issue, which means the processor needs to be flashed or repaired. Once up and running where can I go to get updates for Unix? (1 Reply)
Discussion started by: crainer
1 Replies

2. Shell Programming and Scripting

updates only

Hi, I have a file called Data-today.Txt that is updated every 5 minutes. # cat '/root/Desktop/window/'`date +%b%Y`'/Data-'`date +%d%m%y`'.Txt' > /root/temp.txt I want to read it every hour and findout the changes and process only those lines added since the last check. I tried diff but did... (1 Reply)
Discussion started by: shantanuo
1 Replies

3. Red Hat

RedHat Linux Automatic Updates

Hi All, we have about 50 RedHat Linux servers (v4.x, 5.x), now we planing to configure those servers to get updates(service packs, security patches...etc) automatically. whats is the best practises to do this. we also have SLES servers and we use Novell's SMT tool to get updates, we... (15 Replies)
Discussion started by: s_linux
15 Replies

4. UNIX for Advanced & Expert Users

Sort command results are different in Redhat 4 vs Redhat 5

Hi, I am having a text file with the following contents ########### File1 ########### some page1.txt text page.txt When I sort this file on Red Hat 5, then I get the following output ########### File1 ########### page1.txt page.txt some (3 Replies)
Discussion started by: sarbjit
3 Replies

5. Fedora

Installing updates

Hi, Im using Fedora version 23 (latest upgrade and upates). Currently to receive the updates, I use: su -c 'yum update' This works fine, but I get: yum command has been deprecated, redirecting to '/usr/bin/dnf update'. See 'man dnf' and 'man yum2dnf' for more information. To... (1 Reply)
Discussion started by: Janning
1 Replies

6. Shell Programming and Scripting

Cron updates

This cmd will update the user's crontab with the quoted line. But how to script the update using a previously stored variable? crontab -l | awk '{print} END {print "* * * * * echo test >> /tmp/testing"}' | crontab crontab -l | awk '{print} END {print "$storedvariable"}' | crontab Does not... (3 Replies)
Discussion started by: gtsonoma
3 Replies

7. HP-UX

Software updates?

On Hp-ux,I'm not talking about security patches.But free products like SecureShell. How to know if update is avaliable?On Solaris11 is possible using pkg update. On hpux?Some tool to check for outdated products and tell if new version is avaliable? ---------- Post updated at 03:24 AM... (1 Reply)
Discussion started by: Linusolaradm1
1 Replies
rhsmcertd(8)					    Subscription Management Certificate Daemon					      rhsmcertd(8)

NAME
rhsmcertd - Periodically scans and updates the entitlement certificates on a registered system. SYNOPSIS
rhsmcertd [--cert-check-interval=MINUTES] [--auto-attach-interval=MINUTES] [--now] [--debug] [--help] Deprecated usage rhsmcertd [certInterval autoattachInterval] DESCRIPTION
Red Hat provides content updates and support by issuing subscriptions for its products. These subscriptions are applied to systems (machines). Red Hat Subscription Manager is a tool which allows administrators to manage those subscriptions by registering systems and people, applying subscriptions, and viewing subscriptions. When subscriptions are applied to a system or when new subscriptions are available, the subscription management system issues that machine an X.509 certificate which contains all of the details of that subscription. The rhsmcertd process runs periodically to check for changes in the subscriptions available to a machine by updating the entitlement certificates installed on the machine and by installing new enti- tlement certificates as they're available. At a defined interval, the process checks with the subscription management service to see if any new subscriptions are available to the system. If there are, it pulls in the associated subscription certificates. If any subscriptions have expired and new subscriptions are available, then the rhsmcertd process will automatically request those subscriptions. This rhsmcertd process invokes the certmgr.py script to perform the certificate add and update operations. Both the certificate interval and the auto-attach interval are configurable and can be reset through the rhsmcertd daemon itself or by editing the Subscription Manager /etc/rhsm/rhsm.conf file. rhsmcertd is started with the machine, by default, and is always running in the background. OPTIONS
-h, --help Prints the specific help information for the given command. -d, --debug Records more verbose output to the /var/log/rhsm/rhsmcertd.log log file. -n, --now Runs the rhsmcertd scan immediately, rather than waiting for the next scheduled interval. -c, --cert-check-interval=MINUTES Resets the interval for checking for new subscription certificates. This value is in minutes. The default is 240, or four hours. This interval is in effect until the daemon restarts, and then the values in the /etc/rhsm/rhsm.conf file are used (unless the argu- ment is passed again). -i, --auto-attach-interval=MINUTES Resets the interval for checking for and replacing expired subscriptions. This value is in minutes. The default is 1440, or 24 hours. This interval is in effect until the daemon restarts, and then the values in the /etc/rhsm/rhsm.conf file are used (unless the argument is passed again). USAGE EXAMPLES
NOTE Be sure to stop the running rhsmcertd daemon before making any configuration changes, or the new configuration is not applied. RESETTING THE CERTIFICATE SCAN INTERVAL service rhsmcertd stop rhsmcertd --cert-check-interval=240 RUNNING CERTIFICATE AND HEALING SCANS IMMEDIATELY Normally, the certificate and auto-attach scans are run periodically, on a schedule defined in the rhsmcertd configuration. The scans can be run immediately -- which is useful if an administrator knows that there are new subscriptions available -- and then the scans resume their schedules. service rhsmcertd stop rhsmcertd -n DEPRECATED USAGE rhsmcertd used to allow the certificate and auto-attach intervals to be reset simply by passing two integers as arguments. rhsmcertd certInterval autoattachInterval For example: service rhsmcertd stop rhsmcertd 180 480 This usage is still allowed, but it is deprecated and not recommended. ASSOCIATED FILES
* /usr/share/rhsm/certmgr.py * /etc/rhsm/rhsm.conf * /var/log/rhsm/rhsmcertd.log BUGS
This daemon is part of Red Hat Subscription Manager. To file bugs against this daemon, go to https://bugzilla.redhat.com, and select Red Hat > Red Hat Enterprise Linux > subscription-manager. AUTHORS
Deon Lackey, <dlackey@redhat.com> and Jeff Ortel, <jortel@redhat.com>. rhsmcertd was written by Jeff Ortel. COPYRIGHT
Copyright (c) 2010-2012 Red Hat, Inc. This is licensed under the GNU General Public License, version 2 (GPLv2). A copy of this license is available at http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt. version 1.5 April 30, 2013 rhsmcertd(8)
All times are GMT -4. The time now is 02:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy