Sponsored Content
Full Discussion: RHEL5.4 Upgrade
Operating Systems Linux Red Hat RHEL5.4 Upgrade Post 302820289 by ikn3 on Wednesday 12th of June 2013 12:36:40 PM
Old 06-12-2013
RHEL5.4 Upgrade

Hello,

WE currently have a RedHat5.4 server which we need to upgrade with latest patches. This runs database Oracle 11gR2.

If anyone can suggest if it is better to perform patches update or just migrate to a higher supported RHEL5.x version..

From what I know Oracle 11gR2 is supported by all RHEL5.x series.
 

8 More Discussions You Might Find Interesting

1. Red Hat

Squirrelmail Rhel5

Hi , I am trying for squirrelmail In Rhel 5 I have the Image of the DVD .But in that I can't Find the squirrelmail-1.4.2-1.noarch.rpm And i downloaded the same but it is not working . can anyone can give any link to download the same for Rhel5.?? Thanks (1 Reply)
Discussion started by: saurabh84g
1 Replies

2. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

3. Red Hat

Meld on RHEL5

Hi All I'm trying to run meld on RHEL5, to diff 2 directories. I able to see the files in diff. But when I click on the file to view the diff, I get the below error. Anyway to resolve this? Meld version that I use is 1.3.3. (meld:14757): libgnomevfs-CRITICAL **:... (1 Reply)
Discussion started by: visionofarun
1 Replies

4. Red Hat

samba on RHEL5

morning all, anyone has installed samba on redhat el 5 server? after installed service (smb service in) where to edit samba configurations? as for the el4, on desktop in application --> system setting --> server setting -- > samba. but in el5, in the server setting no such samba... (5 Replies)
Discussion started by: maxlee24
5 Replies

5. UNIX for Dummies Questions & Answers

java1.6 for rhel5 32 bit

where can I download java1.6 for rhel5 32 bit. find it hard to search on the net. thanks (3 Replies)
Discussion started by: lhareigh890
3 Replies

6. Red Hat

Please help: Rhel5.6 and ldap+sasl

On Debian i set my ldap server,using tls and all works ok. On Redhat i have set my ldap server,using tls ok...but when i try to use ldapsearch without -x and with rootpw(created with slappasswd) it ask for sasl password! The question is: is possible to disable sasl? Thanks (2 Replies)
Discussion started by: Linusolaradm1
2 Replies

7. Red Hat

RHEL5.4 upgrade

Hi All, I want to upgrade a VM server from RHEL5.4 to RHEL5.5. My server is inside my office intranet and the yum.conf contents look like this: cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

8. Red Hat

Patch Rhel5.4

Hi, I am managing a Few Applications (like Apache,Jboss) running on RHEL 5.4. I have just been notified that these servers need to be patched. My question is ,will the configurations for Apache and Jboss and other applications get disturbed if the server is patched.? If so what precautions... (5 Replies)
Discussion started by: Hari_Ganesh
5 Replies
pprosvc(1M)                                               System Administration Commands                                               pprosvc(1M)

NAME
pprosvc - automation service program for Patch Manager SYNOPSIS
/usr/sbin/pprosvc [-c config-name] [-d [-p patch-id [,patch-id...]]] [-h] [-i [-n] [-p patch-id [,patch-id...]]] [-l] DESCRIPTION
Note - This command is deprecated. Use the smpatch analyze, smpatch download, and smpatch update commands instead. See the smpatch(1M) man page. Use the pprosvc command to analyze a system to determine the list of appropriate patches, download the patches, and apply them. This com- mand invokes patch operations in response to a user request or at a scheduled time. You must run this command as superuser. The pprosvc command enables you to do the following: o Analyze the host system for appropriate patches based on an established configuration o Generate the list of appropriate patches o Download the patches to your host system from the Sun patch server o Apply the patches based on a patch policy Use the pprosvc -i command to analyze a system, download the appropriate patches, and apply them. If analysis determines that patches are needed, the pprosvc command downloads them and applies them. Specify other options to automate a subset of the patch management tasks. If you specify the -d option, your system is analyzed and the appropriate patches are downloaded to your system. If you specify the -l option, your system is analyzed and the appropriate patches are listed. The list of patches that is generated by the analysis is based on all of the available patches from the Sun patch server. No explicit information about your host system or its network configuration is transmitted to Sun. Only a request for the Sun patch set is transmitted. The patch set is scanned for patches that are appropriate for this host system, the results are displayed, and those patches are optionally downloaded. The -d, -i, and -l options are mutually exclusive. Use the -p option to specify the patches on which to operate. You can use the -p option with the -d and -i options. OPTIONS
The following options are supported: -c config-name Uses an alternate configuration for the current patch operation. Use the pprosetup command to create new configura- tions. A configuration named recommended is included. For more information, see ``Specifying Alternate Configurations'' in the pprosetup(1M) man page. Note - This feature is not supported by the smpatch command. -d Downloads the patches that are appropriate for this host system. The patches are downloaded to the designated down- load directory. This option generates a list of appropriate patches, as does the -l option. However, instead of just displaying the list of patches, the -d option displays and downloads the patches from the Sun patch server. The patches are down- loaded using a secure connection, and all patches are authenticated using digital signature technology. Only patches that are signed with a Sun digital signature are stored in your download directory. Note - Specifying this option is equivalent to running the smpatch download command. -h Displays information about the command-line options. -i Applies the patches based on the patch policy. This option analyzes your system to generate a list of appropriate patches. If analysis determines that patches are needed, the patches are downloaded and applied. If no patches are permitted to be applied in automatic mode (by running pprosetup -p none), this option is identical to specifying the -d option. If only standard patches are permitted to be applied in automatic mode (by running pprosetup -p standard), all standard patches are applied. Note - Specifying this option is equivalent to running the smpatch update command. -l Generates a list of the patches that are appropriate for this host system. Note - Specifying this option is equivalent to running the smpatch analyze command. -n Runs pprosvc in automatic mode. The command that the cron job specifies is pprosvc -i -n. To schedule patch opera- tions to run in automatic mode, see the pprosetup(1M) man page. In automatic mode, the patch administrator (specified by the -a option) receives email notifications that describe the patches you downloaded and applied, and any error events that occurred. Do not use this option on the command line. Standard patches do not require any special actions on the part of the user. Such patches can be applied by using the patchadd command (see the patchadd(1M) man page) and do not need the host system to reboot for the patch to take effect. All nonstandard patches are moved to the sequester directory if you use the -n option to run in automatic mode. If you run in manual mode, however, nonstandard patches that have properties that match the policy specified by ppros- etup -i are applied. The rest of the nonstandard patches are moved to the sequester directory. You can apply patches from this directory at a later time. Patches, whether standard or nonstandard, that depend on sequestered patches are not applied under any circumstances. Such patches are placed in the sequester directory. For any patch that is placed in the sequester directory, refer to the patch's README file to determine how to apply it to your system. Note - This feature is not supported by the smpatch command. -p [patch-id[,patch-id,.Designates the specific patches on which to operate. Use this option with the -d option or the -i option. The list of patch IDs must be separated by commas. The specified patches are adjusted to use the current versions based on the patch baseline. Patches that are required by the specified patches are added to the complete list of patches to be applied. Note - Specifying this option is equivalent to specifying the -i option to the smpatch analyze, smpatch download, and smpatch update commands. EXAMPLES
Example 1: Applying Specific Patches in Manual Mode # pprosvc -i -p 102893-01,106895-09,106527-05 Applies patches 102893-01, 106895-09, and 106527-05 to the local system in manual mode. Example 2: Analyzing a System and Downloading Appropriate Patches # pprosvc -i Performs an analysis of the current system and downloads the appropriate patches based on all the patches from the Sun patch server. The resulting list of patches can be very long. Example 3: Applying Patches From the Recommended Configuration # pprosvc -c recommended -i Uses the recommended configuration to perform an analysis of the current system and downloads the appropriate patches. Standard patches and those needed from the recommended configuration are applied to the system based on the established patch policy. For information about set- ting the patch policy for manual mode, see the description of the -i option on the pprosetup(1M) man page. ATTRIBUTES
See the attributes(5) man page for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpprou | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
patchadd(1M), patchrm(1M), pprosetup(1M), smc(1M), smpatch(1M), attributes(5) SunOS 5.10 7 May 2004 pprosvc(1M)
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy