Should i update required packages  separately using  yum ??

Hello Experts and Everyone !
Good NOON !
@ FYI
Sorry for posting almost related my previous questions.  This is similar to my previous question but
NOT a duplicate question. so please don't lock this question. This thread having different doubts.
I think , this time i did successfully installing packages using yum.
I have to install 10g r2( 10.2.0.1) on OEL 5.5.
Before installing oracle , i need some confirmation from experts because i am preparing doc for practice.
DID I FINISH SUCCESSFULLY ??
# cd  /etc/yum.repos.d
#  vi  cd.repo
[cd]
name=CD
baseurl=file:///mnt/Server
enabled=1
gpgcheck=0
[root@oracle yum.repos.d]# yum repolist
Loaded plugins: security
repo id                            repo name                     status
cd                                 CD                            enabled: 2,334
repolist: 2,334
[root@oracle yum.repos.d]# yum install kernel-headers
Loaded plugins: security
Setting up Install Process
Package kernel-headers-2.6.18-194.el5.i386 already installed and latest version  Nothing to do
[root@oracle yum.repos.d] # yum install  oracle-validated
Loaded plugins: security
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package oracle-validated.i386 0:1.0.0-22.el5 set to be updated
--> Processing Dependency: libXp for package: oracle-validated
--> Processing Dependency: libaio-devel for package: oracle-validated
--> Processing Dependency: unixODBC for package: oracle-validated
--> Processing Dependency: unixODBC-devel for package: oracle-validated
--> Processing Dependency: compat-db for package: oracle-validated
--> Running transaction check
---> Package compat-db.i386 0:4.2.52-5.1 set to be updated
---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
---> Package unixODBC.i386 0:2.2.11-7.1 set to be updated
---> Package unixODBC-devel.i386 0:2.2.11-7.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
===============================================================================
Package                  Arch         Version                Repository  Size
===============================================================================
Installing:
oracle-validated         i386         1.0.0-22.el5           cd          15 k
Installing for dependencies:
compat-db                i386         4.2.52-5.1             cd         1.7 M
libXp                    i386         1.0.0-8.1.el5          cd          22 k
libaio-devel             i386         0.3.106-5              cd          12 k
unixODBC                 i386         2.2.11-7.1             cd         830 k
unixODBC-devel           i386         2.2.11-7.1             cd         743 k
Transaction Summary
===============================================================================
Install       6 Package(s)
Upgrade       0 Package(s)
Total download size: 3.3 M
Is this ok [y/N]:   y
Downloading Packages:
Total                                          165 MB/s | 3.3 MB     00:00    
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : unixODBC                                                1/6
  Installing     : unixODBC-devel                                          2/6
  Installing     : libaio-devel                                            3/6
  Installing     : libXp                                                   4/6
  Installing     : compat-db                                               5/6
  Installing     : oracle-validated                                        6/6
Installed:
  oracle-validated.i386 0:1.0.0-22.el5                                        
Dependency Installed:
  compat-db.i386 0:4.2.52-5.1               libXp.i386 0:1.0.0-8.1.el5        
  libaio-devel.i386 0:0.3.106-5             unixODBC.i386 0:2.2.11-7.1        
  unixODBC-devel.i386 0:2.2.11-7.1        
Complete!
[root@oracle yum.repos.d]#
Questions:
Before  going to install  oracle 10g on OEL 5.5 ,
Should i update following packages separately using  yum  or leave it ?? 
Oracle 10.2 for OEL 5 32bits
binutils-2.17.50.0.6-2.el5
compat-libstdc++-33-3.2.3-61
elfutils-libelf-0.125-3.el5
elfutils-libelf-devel-0.125
gcc-4.1.1-52
gcc-c++-4.1.1-52
glibc-2.5-12
glibc-common-2.5-12
glibc-devel-2.5-12
glibc-headers-2.5-12
libaio-0.3.106
libaio-devel-0.3.106
libgcc-4.1.1-52
libstdc++-4.1.1
libstdc++-devel-4.1.1-52.e15
make-3.81-1.1
sysstat-7.0.0
unixODBC-2.2.11
unixODBC-devel-2.2.11
>>  I tried to update above packages   , but getting error >>
[root@oracle yum.repos.d]# yum update binutils-2.17.50.0.6-2.el5
Loaded plugins: security
Skipping security plugin, no data
Setting up Update Process
No Match for argument: binutils-2.17.50.0.6-2.el5
No package binutils-2.17.50.0.6-2.el5 available.
No Packages marked for Update
Thanks in advance ..

@  Pradeepcmst
First my sorry for late  reply. Still we did NOT start 10g r2 installation on OEL 5.5.
Please have a look ,if we missed anything , kindly forward it.
I have received some warning messages (when executing oracle-validated command ) and separately we did NOT use update command using yum.
Ex
# yum <package_name> 
-  Is this necessary before issue  following  command  => # yum install  oracle-validated.
>> What we did  - I am pasting here >>
# cd  /etc/yum.repos.d
#  vi  cd.repo 
[cd]
name=CD
baseurl=file:///mnt/Server
enabled=1
gpgcheck=0                                    
skip_if_unavailable=True
# wget http://public-yum.oracle.com/public-yum-el5.repo
--2013-10-15 13:04:22--  http://public-yum.oracle.com/public-yum-el5.repo
Resolving public-yum.oracle.com... 124.124.252.19, 124.124.252.16
Connecting to public-yum.oracle.com|124.124.252.19|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4307 (4.2K) [text/plain]
Saving to: `public-yum-el5.repo'
100%[==================================================>] 4,307       --.-K/s   in 0s     
2013-10-15 13:04:29 (134 MB/s) - `public-yum-el5.repo' saved [4307/4307]
[root@oel5 yum.repos.d]# yum install  oracle-validated
Loaded plugins: security
el5_latest                                                           | 1.4 kB     00:00    
el5_latest/primary                                                                     |  14 MB     08:27    
el5_latest                                                                                            10433/10433
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package oracle-validated.i386 0:1.1.0-18.el5 set to be updated
--> Processing Dependency: util-linux >= 2.13-0.52.0.1.el5_4.1 for package: oracle-validated
--> Processing Dependency: irqbalance >= 2:0.55-16 for package: oracle-validated
--> Processing Dependency: kernel-uek >= 2.6.32 for package: oracle-validated
--> Processing Dependency: oraclelinux-release for package: oracle-validated
--> Processing Dependency: libaio-devel for package: oracle-validated
--> Processing Dependency: libXp for package: oracle-validated
--> Running transaction check
---> Package irqbalance.i386 2:0.55-17.el5 set to be updated
---> Package kernel-uek.i686 0:2.6.32-400.33.1.el5uek set to be updated
--> Processing Dependency: kernel-firmware = 2.6.32-400.33.1.el5uek for package: kernel-uek
--> Processing Dependency: device-mapper-multipath >= 0.4.9-23.0.1.el5 for package: kernel-uek
--> Processing Dependency: kexec-tools >= 1.102pre-96.1.1.el5_5.2 for package: kernel-uek
--> Processing Dependency: mkinitrd >= 5.1.19.6-75.0.5 for package: kernel-uek
--> Processing Dependency: ql2xxx-firmware for package: kernel-uek
---> Package libXp.i386 0:1.0.0-8.1.el5 set to be updated
---> Package libaio-devel.i386 0:0.3.106-5 set to be updated
---> Package oraclelinux-release.i386 0:5-10.0.2 set to be updated
---> Package util-linux.i386 0:2.13-0.59.0.2.el5_8 set to be updated
--> Running transaction check
---> Package device-mapper-multipath.i386 0:0.4.9-64.0.6.el5 set to be updated
--> Processing Dependency: kpartx = 0.4.9-64.0.6.el5 for package: device-mapper-multipath
--> Processing Dependency: device-mapper-multipath-libs = 0.4.9-64.0.6.el5 for package: device-mapper-multipath
--> Processing Dependency: libmpathpersist.so.0 for package: device-mapper-multipath
--> Processing Dependency: libmultipath.so for package: device-mapper-multipath
---> Package kernel-uek-firmware.noarch 0:2.6.32-400.33.1.el5uek set to be updated
---> Package kexec-tools.i386 0:2.0.3-4.0.4.el5 set to be updated
--> Processing Dependency: mkinitrd = 5.1.19.6-61.0.1 for package: libbdevid-python
---> Package mkinitrd.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
--> Processing Dependency: nash = 5.1.19.6-81.0.2.el5_10 for package: mkinitrd
--> Processing Dependency: e2fsprogs >= 1.39-36 for package: mkinitrd
--> Processing Dependency: iscsi-initiator-utils for package: mkinitrd
---> Package ql2xxx-firmware.noarch 0:1.01.01-0.5.el5 set to be updated
--> Running transaction check
---> Package device-mapper-multipath-libs.i386 0:0.4.9-64.0.6.el5 set to be updated
---> Package e2fsprogs.i386 0:1.39-36.0.1.el5_9 set to be updated
--> Processing Dependency: e2fsprogs-libs = 1.39-36.0.1.el5_9 for package: e2fsprogs
---> Package iscsi-initiator-utils.i386 0:6.2.0.872-16.0.1.el5 set to be updated
---> Package kpartx.i386 0:0.4.9-64.0.6.el5 set to be updated
---> Package libbdevid-python.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
---> Package nash.i386 0:5.1.19.6-81.0.2.el5_10 set to be updated
--> Running transaction check
--> Processing Dependency: e2fsprogs-libs = 1.39-23.el5 for package: e2fsprogs-devel
---> Package e2fsprogs-libs.i386 0:1.39-36.0.1.el5_9 set to be updated
--> Running transaction check
---> Package e2fsprogs-devel.i386 0:1.39-36.0.1.el5_9 set to be updated
--> Processing Conflict: kernel-uek conflicts udev < 095-14.27.0.1.el5_7.1
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package udev.i386 0:095-14.29.0.2.el5 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
==================================================================================================================
Package                               Arch            Version                          Repository           Size
==================================================================================================================
Installing:
oracle-validated                      i386            1.1.0-18.el5                     el5_latest           19 k
Updating:
udev                                  i386            095-14.29.0.2.el5                el5_latest          2.4 M
Installing for dependencies:
device-mapper-multipath-libs          i386            0.4.9-64.0.6.el5                 el5_latest          197 k
iscsi-initiator-utils                 i386            6.2.0.872-16.0.1.el5             el5_latest          1.0 M
kernel-uek                            i686            2.6.32-400.33.1.el5uek           el5_latest           24 M
kernel-uek-firmware                   noarch          2.6.32-400.33.1.el5uek           el5_latest          3.8 M
libXp                                 i386            1.0.0-8.1.el5                    el5_latest           22 k
libaio-devel                          i386            0.3.106-5                        el5_latest           12 k
oraclelinux-release                   i386            5-10.0.2                         el5_latest          3.0 k
ql2xxx-firmware                       noarch          1.01.01-0.5.el5                  el5_latest          459 k
Updating for dependencies:
device-mapper-multipath               i386            0.4.9-64.0.6.el5                 el5_latest          122 k
e2fsprogs                             i386            1.39-36.0.1.el5_9                el5_latest          832 k
e2fsprogs-devel                       i386            1.39-36.0.1.el5_9                el5_latest          576 k
e2fsprogs-libs                        i386            1.39-36.0.1.el5_9                el5_latest          120 k
irqbalance                            i386            2:0.55-17.el5                    el5_latest           21 k
kexec-tools                           i386            2.0.3-4.0.4.el5                  el5_latest          507 k
kpartx                                i386            0.4.9-64.0.6.el5                 el5_latest          465 k
libbdevid-python                      i386            5.1.19.6-81.0.2.el5_10           el5_latest           69 k
mkinitrd                              i386            5.1.19.6-81.0.2.el5_10           el5_latest          488 k
nash                                  i386            5.1.19.6-81.0.2.el5_10           el5_latest          1.4 M
util-linux                            i386            2.13-0.59.0.2.el5_8              el5_latest          1.9 M
Transaction Summary
==================================================================================================================
Install       9 Package(s)
Upgrade      12 Package(s)
Total download size: 38 M
Is this ok [y/N]:
Downloading Packages:
(1/21): oraclelinux-release-5-10.0.2.i386.rpm                                              | 3.0 kB     00:00    
(2/21): libaio-devel-0.3.106-5.i386.rpm                                                    |  12 kB     00:00    
(3/21): oracle-validated-1.1.0-18.el5.i386.rpm                                             |  19 kB     00:00    
(4/21): irqbalance-0.55-17.el5.i386.rpm                                                    |  21 kB     00:00    
(5/21): libXp-1.0.0-8.1.el5.i386.rpm                                                       |  22 kB     00:00    
(6/21): libbdevid-python-5.1.19.6-81.0.2.el5_10.i386.rpm                                   |  69 kB     00:00    
(7/21): e2fsprogs-libs-1.39-36.0.1.el5_9.i386.rpm                                          | 120 kB     00:05    
(8/21): device-mapper-multipath-0.4.9-64.0.6.el5.i386.rpm                                  | 122 kB     00:05    
(9/21): device-mapper-multipath-libs-0.4.9-64.0.6.el5.i386.rpm                             | 197 kB     00:13    
(10/21): ql2xxx-firmware-1.01.01-0.5.el5.noarch.rpm                                        | 459 kB     00:30    
(11/21): kpartx-0.4.9-64.0.6.el5.i386.rpm                                                  | 465 kB     00:39    
(12/21): mkinitrd-5.1.19.6-81.0.2.el5_10.i386.rpm                                          | 488 kB     00:26    
(13/21): kexec-tools-2.0.3-4.0.4.el5.i386.rpm                                              | 507 kB     00:14    
(14/21): e2fsprogs-devel-1.39-36.0.1.el5_9.i386.rpm                                        | 576 kB     00:16    
(15/21): e2fsprogs-1.39-36.0.1.el5_9.i386.rpm                                              | 832 kB     00:25    
(16/21): iscsi-initiator-utils-6.2.0.872-16.0.1.el5.i386.rpm                               | 1.0 MB     00:30    
(17/21): nash-5.1.19.6-81.0.2.el5_10.i386.rpm                                              | 1.4 MB     00:42    
(18/21): util-linux-2.13-0.59.0.2.el5_8.i386.rpm                                           | 1.9 MB     02:10    
(19/21): udev-095-14.29.0.2.el5.i386.rpm                                                   | 2.4 MB     02:43    
(20/21): kernel-uek-firmware-2.6.32-400.33.1.el5uek.noarch.rpm                             | 3.8 MB     04:51 
21/21): kernel-uek-2.6.32-400.33.1.el5 (97%) 96% [===========================- ]  13 kB/s |  23 MB     01:09 ETA
(21/21): kernel-uek-2.6.32-400.33.1.el5uek.i686.rpm                                        |  24 MB     28:57    
Total                                                                              15 kB/s |  38 MB     43:58    
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID 1e5e0159
el5_latest/gpgkey                                                                          | 1.4 kB     00:00    
Importing GPG key 0x1E5E0159 "Oracle OSS group (Open Source Software group) <[email protected]>" from /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle
Is this ok [y/N]: y
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating       : e2fsprogs-libs                                                                            1/33
error: failed to stat /mnt/hgfs: No such file or directory
  Updating       : e2fsprogs                                                                                 2/33
  Updating       : udev                                                                                      3/33
  Updating       : util-linux                                                                                4/33
warning: /etc/pam.d/login saved as /etc/pam.d/login.rpmsave
  Updating       : kpartx                                                                                    5/33
  Installing     : libXp                                                                                     6/33
  Updating       : kexec-tools                                                                               7/33
  Installing     : iscsi-initiator-utils                                                                     8/33
  Updating       : irqbalance                                                                                9/33
  Installing     : device-mapper-multipath-libs                                                             10/33
  Updating       : device-mapper-multipath                                                                  11/33
  Installing     : oraclelinux-release                                                                      12/33
  Installing     : ql2xxx-firmware                                                                          13/33
  Updating       : nash                                                                                     14/33
  Installing     : kernel-uek-firmware                                                                      15/33
  Installing     : libaio-devel                                                                             16/33
  Updating       : e2fsprogs-devel                                                                          17/33
  Updating       : mkinitrd                                                                                 18/33
  Installing     : kernel-uek                                                                               19/33
  Updating       : libbdevid-python                                                                         20/33
  Installing     : oracle-validated                                                                         21/33
  Cleanup        : e2fsprogs                                                                                22/33
  Cleanup        : mkinitrd                                                                                 23/33
  Cleanup        : irqbalance                                                                               24/33
  Cleanup        : e2fsprogs-libs                                                                           25/33
  Cleanup        : device-mapper-multipath                                                                  26/33
  Cleanup        : libbdevid-python                                                                         27/33
  Cleanup        : udev                                                                                     28/33
  Cleanup        : e2fsprogs-devel                                                                          29/33
  Cleanup        : kpartx                                                                                   30/33
  Cleanup        : nash                                                                                     31/33
  Cleanup        : kexec-tools                                                                              32/33
  Cleanup        : util-linux                                                                               33/33
Installed:
  oracle-validated.i386 0:1.1.0-18.el5                                                                           
Dependency Installed:
  device-mapper-multipath-libs.i386 0:0.4.9-64.0.6.el5     iscsi-initiator-utils.i386 0:6.2.0.872-16.0.1.el5     
  kernel-uek.i686 0:2.6.32-400.33.1.el5uek                 kernel-uek-firmware.noarch 0:2.6.32-400.33.1.el5uek   
  libXp.i386 0:1.0.0-8.1.el5                               libaio-devel.i386 0:0.3.106-5                         
  oraclelinux-release.i386 0:5-10.0.2                      ql2xxx-firmware.noarch 0:1.01.01-0.5.el5              
Updated:
  udev.i386 0:095-14.29.0.2.el5                                                                                  
Dependency Updated:
  device-mapper-multipath.i386 0:0.4.9-64.0.6.el5          e2fsprogs.i386 0:1.39-36.0.1.el5_9                    
  e2fsprogs-devel.i386 0:1.39-36.0.1.el5_9                 e2fsprogs-libs.i386 0:1.39-36.0.1.el5_9               
  irqbalance.i386 2:0.55-17.el5                            kexec-tools.i386 0:2.0.3-4.0.4.el5                    
  kpartx.i386 0:0.4.9-64.0.6.el5                           libbdevid-python.i386 0:5.1.19.6-81.0.2.el5_10        
  mkinitrd.i386 0:5.1.19.6-81.0.2.el5_10                   nash.i386 0:5.1.19.6-81.0.2.el5_10                    
  util-linux.i386 0:2.13-0.59.0.2.el5_8                  
Complete!
[root@oel5 yum.repos.d]#
[root@oel5 yum.repos.d]# rpm -qa |grep oracle-valid
oracle-validated-1.1.0-18.el5
Thnaks ..

Similar Messages

  • When should you update a package

    I've been using arch for a couple of months now, and only did a full update the day I installed arch.
    The reason I haven't done a update yet is because I am scared I'm gonna screw up my pc
    So I got some newb questions:
    1: Is it smart to do a full update?
    2: When should you do an update?
    3: Where can I find the source of an old package?
    4: If I do an update, should I backup anything?
    -- thanks in advance --
    Last edited by disparv (2012-01-12 19:58:54)

    disparv wrote:
    I've been using arch for a couple of months now, and only did a full update the day I installed arch.
    The reason I haven't done a update yet is because I am scared I'm gonna screw up my pc
    So I got some newb questions:
    1: Is it smart to do a full update?
    2: When should you do an update?
    3: Where can I find the source of an old package?
    4: If I do an update, should I backup anything?
    -- thanks in advance --
    My very personal answers.
    1. Yes ! (but read below)
    2. Personal answer. If you need a feature present in the next version of a package for example.
    3. If you need a precompiled old package read: https://wiki.archlinux.org/index.php/Do … g_Packages. If you want the source of an old package, you can get old build script by svn: http://www.archlinux.org/svn/ .
    4. Many people will say no. But, especially if core packages will be updated, I backup the whole system on a hard disk before updating.
    Bear also in mind that you cannot usually mix old and new packages (If you downgrade a particular package and that nothing depends on it and if the old version is still functioning, there is no problems; but if you completely mix old and new packages, including libraries you will have problems).

  • Updating a JAR that uses packages

    Hi There,
    I have a problem in that I am trying to update a class within a JAR which uses packages. The issue is that when updating the JAR, the class I have requested to update is simply placed in the root of the JAR and not in the required package.
    I need to to this within a Java program, so unpacking and re-packing the JAR is not an option.
    Here is what i've been trying:
    I have a class called UserProfile.class, which resides within my messages package - Structure: /messages/UserProfile.class
    When I call the update command:
    jar uf C:\AdminUI.jar E:\project\code\Eclipse_Proj\messages\UserProfile.class
    It creates the folder structure /project/code/Eclipse_Proj/messages within the JAR file and places UserProfile.class within this folder - when in fact the UserProfile.class should be placed within the /messages folder.
    Any ideas on how I can place the class in the correct folder would be much appreciated.
    Thanks very much
    K
    null

    Thanks for the reply!
    Yeah that works, but i'm trying to update the JAR from a Java program using
    Runtime.getRuntime().exec()
    but when I try to run the command Runtime.getRuntime().exec("cd c:") I get the below exception:
    java.io.IOException: CreateProcess: cd c: error=2
    I understand there is a -C parameter to temporarily change directory so I tried the following command:
    jar uf C:\AdminUI.jar -C E:\project\code\Eclipse_Proj \messages\UserProfile.class
    But this simply inserts the UserProfile.class into a jar under the following directory structure:
    project/code/Eclipse_Proj/messages/UserProfile.class
    Thanks again for your help.
    Any input much appreciated
    K

  • [SOLVED] Updating a package with renamed dependency using yaourt

    I am trying to update  aur/python2-epd-oss using yaourt. The problem is that the installed version depends on biopython and the new one depends on python2-biopython. When yaourt tries to replace  biopython with python2-biopython I get this:
    :: python2-biopython and biopython are in conflict. Remove biopython? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: python2-epd-oss: requires biopython>=1.57
    and I never reach te point where aur/python2-epd-oss gets updated.
    How should I update  aur/python2-epd-oss? Is this a case to force the update?
    Last edited by asafparis (2012-12-24 16:59:10)

    pacman -R python2-epd-oss
    yaourt -Syua # and answer yes
    yaourt -S python2-epd-oss
    This isn't really yaourt specific, you'd need to do something like this whenever AUR dependencies change names.
    Yaourt advertises that it manages dependencies ... but it doesn't really.
    Last edited by Trilby (2012-12-24 16:11:09)

  • Still Using OS 10.4.8 - Should I Update?

    So I haven't bothered to update m iMac to 10.4.11 as I am a little concerned that it might create some problems that aren't there at the moment. I wanted to ask you guys if you think I should update or if I should just leave things as they are? The reason I ask is because some apps that I want to download aren't compatible with 10.4.8.
    If I do decide to update should I download the Combo Updater or should I use the Software Update function on Finder?

    Of course you should update!
    There are no guarantees, but following this procedure when installing updates and upgrades on your Mac, or even re-installing them, will go a long way towards avoiding unpleasant after effects and ‘post-update stress disorder’.
    It is also worth noting that it is an extreme rarity for updates to cause upsets to your system, as they have all been extensively beta-tested, but they may well reveal pre-existing ones, particularly those of which you may have been unaware. If you are actually aware of any glitches, make sure they are fixed before proceeding further.
    So before you do anything else:
    If you can, make a full backup first.
    Turn off sleep mode for both screen and hard disk.
    Disconnect all peripherals except your keyboard and mouse.
    1. Repair Permissions (in Disk Utility)
    2. Verify the state of your hard disk using Disk Utility. If any faults are reported, restart from your install disk (holding down the C key), go to Disk Utility, and repair your startup disk. Restart again to get back to your startup disk.
    At least you can now be reasonably certain that your system does not contain any obvious faults that might cause an update/upgrade to fail.
    3. Download the correct version of the COMBO update from the Apple download site. If your car runs on gasoline you would not want to fill the tank with diesel, so don’t try to install the PPC updater on an Intel Mac!
    The 10.4.11 Combo Updater for PPC Macs is here: http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx10411comboupdat eppc.html
    And for Intel Macs: http://www.apple.com/downloads/macosx/apple/macosx_updates/macosx10411comboupdat eintel.html
    If you prefer to download updates via Software Update in the Apple menu (which would ensure that the correct version for your Mac was being downloaded), it is not recommended to allow SU to install major (or even minor) updates automatically. Set Software Update to just download the updater without immediately installing it. There is always the possibility that the combined download and install (which can be a lengthy process) might be interrupted by a power outage or your cat walking across the keyboard, and an interrupted install will almost certainly cause havoc. Once it is downloaded, you can install at a time that suits you. You should make a backup copy of the updater on a CD in case you ever need a reinstall.
    More information on using Software Updater here:
    http://support.apple.com/kb/HT1338?viewlocale=en_US
    Using the Combo updater ensures that all system files changed since the original 10.4.0 are included, and any that may have been missed out or subsequently damaged will be repaired. The Delta updater, although a temptingly smaller download, only takes you from the previous version to the new one, i.e. for example from 10.4.10 to 10.4.11. Software Update will generally download the Delta updater only. The preferable Combo updater needs to be downloaded from Apple's download site.
    Now proceed as follows:
    4. Close all applications.
    5. Unplug all peripherals except your keyboard and mouse.
    6. Install the update/upgrade. Do not under any circumstances interrupt this procedure. Do not do anything else on your computer while it is installing. Be patient.
    7. When it ask for a restart to complete the installation, click restart. This can take longer than normal, there are probably thousands of files to overwrite and place in the correct location. Do nothing while this is going on.
    8. Once your Mac is awake, repair permissions again, and you should be good to go!
    If your Mac seems slightly sluggish or ‘different’, perform a second restart. It can’t hurt and is sometimes efficacious!
    9. Open a few of your most used applications and check that all is OK. In this connection please remember that not all manufacturers of third party applications and plug-ins, add-ons, haxies etc, will have had time to do any necessary rewrites to their software to make them compliant with the latest version of your operating system. Give them a weeks or two while you regularly check their websites for updates. This applies particularly to plug-ins for Safari 3.
    N.B. Do not attempt to install two different updates at the same time as each may have different routines and requirements. Follow the above recommendations for each update in turn.
    Lastly, Apple's own article on the subject of Software Update may also be useful reading:
    http://docs.info.apple.com/article.html?artnum=106695
    If you are updating Safari (or just have):
    Input Managers from third parties can do as much harm as good. They use a security loophole to reach right into your applications' code and change that code as the application starts up. If you have installed an OS update and Safari is crashing, the very first thing to do is clear out your InputManagers folders (both in your own Library and in the top-level /Library), log out and log back in, and try again.
    So, disable all third party add-ons before updating Safari, as they may not have been updated yet for the new version. Add them back one by one. If something goes awry, remove it again and check on the software manufacturer's website for news of an update to match your version of Safari. Remember: Tiger up to 10.4.10 used Safari 2.0.4 or, if you downloaded it, Safari 3.0.3 beta. Safari 10.4.11 used Safari 3.0.4 which was not a beta. If Safari 3.1.2 on 10.4.11 is not the fastest browser you have ever used, then something is wrong!
    Moreover, trying to revert to Safari 3.0.4 (or worse still, version 2) when running 10.4.11 or 10.5 can have repercussions, as Safari 3.1.1 uses a completely different webkit on which other applications like iChat, Mail and Dashboard Widgets etc also rely, and may entail you having to reinstall an earlier operating system.
    Most errors reported here after an update are due to an unrepaired or undetected inherent fault in the system, and/or a third party ad-on. Two such add-on that have been frequently mentioned here for causing such problems are Piclens and Pithhelmet. If you have them, trash them.
    Additional tips on software installation here:
    http://docs.info.apple.com/article.html?artnum=106692
    To reiterate, Input Managers reach right into an application and alter its code. This puts the behavior of the affected application outside the control and responsibility of its developers: a recipe for problems. That's not to say that issues absolutely will ensue as a result of Input Managers, but you, as a user, must decide. If the functionality of a specific Input Manager or set thereof is really important to you, you may well choose to assume the associated risk.
    Again, the advice is to remove all Input Managers from the following directories:
    • /Library/InputManagers
    • ~/Library/InputManagers
    especially prior to system updates (they can always be added back one-by-one later).

  • Update Multiple Records by Using Package..

    Hi All,
    I have designed OA page which contains multiple records in a tabular format and few fields are editable. Now I want to update few records by using package. Bcoz page view object is too much complex. So it is impossible to create view object from EO. That’s why I want to update some value by using package.
    Please help me…
    Thanks in advance..
    Thanks
    --Subhas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    Use plsql record type for this type of requirement.
    Refer folllowing steps:
    1) Create a plsql record type in the database ,
    2) create a plsql procedure/package and use above record type as parameter in the procedure.
    3) call this procedure from OAF side.
    Thanks,
    Kumar

  • I have problems updating my app in the appstore. How should i update using itunes? Currently, i'm unable to use all of my apps.

    I have problems updating my apps in appstore for my IPad. How should i update it using itunes? I'm unable to see all the apps currently.

    Hallo. If all of your apps purchases from the same Apple ID, you can try to update them on iTunes, ways as below:
    iTunes 12 for Windows: Download previous purchases from the iTunes Store
    iTunes 12 for Mac: Download previous purchases from the iTunes Store
    Regards,
    Anson

  • Tried to buy Aperture 3 and got an error message Aperture can't be installed on "Macintosh HD" because Mac OS X version 10.7.2 or later is required. You can update Mac OS X using Software Update.  Problem is, I had already updated my IMac to Lion OS

    Tried to buy Aperture 3 and got an error message Aperture can’t be installed on “Macintosh HD” because Mac OS X version 10.7.2 or later is required. You can update Mac OS X using Software Update.  Problem is, I had already updated my IMac to Lion OS

    iPhoto 9.3 requires OS X 10.7.4 now. You can use your actual version of iPhoto or upgrade to Lion (or wait to Mountain Lion)

  • HT1222 I was trying to update my iOS to 7.1 but I can't, I have internet connection but if requires WiFi? before I can update my OS just using my phone internet but now I can't. Does OS 7.1 really require WiFi? Thanks!

    I was trying to update my iOS to 7.1 but I can't, I have internet connection but if requires WiFi? before I can update my OS just using my phone internet but now I can't. Does OS 7.1 really require WiFi? Thanks!

    The iPhone requires wi-fi to update if you try to update over the air, since the phone needs to reboot, thus disconnecting itself. You can update via iTunes and the computer, but you would not be able to tether to the phone for the internet connection, since the phone would disconnect. So, you can either update via wi-fi and the phone, or you can update with a computer that has an internet connection other than the phone.

  • Photoshop CS5 v12.0 using Mavricks Mac 10.9 - says I have updates required on Bridge

    Photoshop CS5 v12.0 using Mavricks Mac 10.9 - says I have updates required on Bridge & Photoshop, starts downloading gets to 98 p/cent then quits says there is an error " try again later ????
    Any one have ideas what's happening ???

    Please refer:
    http://helpx.adobe.com/creative-suite/kb/error-installation-cannot-continue-bridge.html
    Regards,
    Ashutosh

  • HT201068 Should I update this if I do not use Remote Desktop?

    I do not use Apple Remote Desktop and honestly do not even know what it is. I constantly get updates for it. Should I update it if I do not even use it?
    This one said that it includes improvements for Yosemite. I do not use Yosemite but MIGHT in the future. Does this fact make it important to use this update?

    What is built into every mac operating system is the Client part of Apple Remote Desktop and it's Client the update refers to. To 'see' where the client 'lives' open the Sharing Preferences Pane in System Preferences. It's called Remote Management. Regardless of whether you use or know what it is, you should update it.
    As always with any Operating System update make sure you have a back-up of anything important.
    The Admin part of Apple Remote Desktop is explained here:
    https://www.apple.com/uk/remotedesktop/

  • When i update my facebook status using macbook air. It should say "updated via Apple Macbook Air". How is it possible?

    When i update my facebook status using macbook air. It should say "updated via Apple Macbook Air". How is it possible?

    It's upto Facebook to put tags like that or People can post API keys to allow you to post using 'updated via Apple Macbook Air'.

  • Why I cannot check the "find my mac" features on the iCloud? It says that "recovery system update required".. I'm using 10.7.2 now..

    Why I cannot use the "find my mac" features on the iCloud? It says that "recovery system update required".. I'm using 10.7.2 now..

    Run Disk Utility, and Verify Disk.
    You will likely notice errors that require you to reboot to the Recovery Partition, and run Disk Utility from there, to "Repair Disk".
    After running Repair Disk, reboot to the main partition, and run Repair Permissions from Disk Utility.
    Then install the Recovery System Update again.
    I bet your problem will be solved.

  • SCCM Application & Package deployment-Using the Required option to speed up the deployment process

    Current Environment-Window server 2012, SCCM 2012
    Question:
    Is there a way to speed up the process for the application or package to get downloaded to the SCCM Cache folder on the computer using the Required option. The reason is that when ever i use the required option and use the time as UTC or client local time
    with As soon as Possible, the time for the package to download and install by itself would take atleast an hour.When i use the Available option and go to configuration manager and click on the machine & user retrieval policy, the application or package
    appears on the system center within seconds, but it dosent happen the same when i use the Required option. The polling schedule is currently set to 5 minutes.Is there any settings or time interval which needs to be changed or i am missing out to speed up the
    current Required option process.

    Content is not ever downloaded by the client for available deployments until you actually initiate the deployment so not sure what you are expecting.
    I think you are confusing some of the basic concepts here also. When Torsten and I say download, it means the download of the content associated with the package/application once the deployment starts. However, a client learns of new deployments (and things
    about those deployments like if they are required or not) by retrieving the policy -- this is not the "download". Policy retrieval happens on the cycle specified in the client settings and is by default every 60 minutes although this can be force in a few
    different ways including initiating a machine policy retrieval and eval cycle o the client. As Torsten also said, there's no difference between the policy retrieval for required or available deployments -- there's no way for these to be.
    Also, why would you use UTC?
    Jason | http://blog.configmgrftw.com

  • Everytime I want to remote my itunes from my iphone, itunes search for radio-stream updates. I often use remote when I'm not connected to Internet so itunes tell me that I should connect to Internet. This is new since 10.5. Can I turn this off?

    Everytime I want to remote my itunes from my iphone, itunes search for radio-stream updates. I often use remote when I'm not connected to Internet so itunes tell me that I should connect because the radio-stream update can't be made. This is new since 10.5. Can I turn off the search for Radio-Stream or does someone else has an Idea how to fix the problem?

    weird very weird. today i did this again today after already being unsuccessful earlier. exactly the same thing as i have done before, exactly. didn't try to import. didn't say damaged library, copied everything in including date. have tried it about 10 times no luck. today it just worked.
    how weird is that?
    oh well JG - maybe you mixed a magic potion for me?
    anyway, thank you for all the help.
    to anyone else reading this all i can say is keep trying, you never know. follow the above advice. you may feel exasperated and think you have done it already, but keep trying.
    cheers
    P

Maybe you are looking for