OS Command in ORACLE LINUX platform

Hi All,
I am facing the same issue while using OS Command in ORACLE LINUX platform.
I am using the command as ls -1 /home/oracle/data > /home/oracle/data/All_FILES_NAMES.txt
Its working in terminal, But not in ODI procedure.
Its throwing error as 'wrong process return code-2'.
Kindly help me.
Thanks,
Haree

CKMs moves the error records to E$ table. In your case I believe you can achieve it through procedure by having first step to copy the error record in MISSED_REC table and then have a second step to read from this tabel and send our email through oditool.

Similar Messages

  • ODI - OS Command in ORACLE LINUX platform

    Hi all,
    I have 1 File and 1 Tables as below,
    AGENT_INFORMATION File which contains all agent details(Master Table)
    Agent_no
    Agent_name
    101
    XXX
    102
    YYY
    BOOKING table contains AGENT_NO in it.
    BOOKING_ID
    AGENT_NO
    1
    101
    2
    102
    3
    103
    My scenario is to capture the Agent_no 103 from Booking table which is not in master (AGENT_INFORMATION) and store AGENT_NO 103 in separate table say (MISSED_REC).
    I have to send a status mail to admin for the missing records in master.
    whether I have to write a separate procedure for it or Any CKM available if yes Kindly provide me steps to achieve it.
    Kindly help me.
    Regards,
    Haree

    CKMs moves the error records to E$ table. In your case I believe you can achieve it through procedure by having first step to copy the error record in MISSED_REC table and then have a second step to read from this tabel and send our email through oditool.

  • Running a perl shell command through a java program on linux platform

    i'm trying to execute the following command in a java program "perl xxx.pl" using the runtime.getruntime method
    here is the piece of code
    String[] cmd={"perl","-c","AraMorph.pl",""};
    Process p = Runtime.getRuntime().exec(cmd,null,new File("/home/ahmed/buckwalter_morphan_1/data"));
    p.waitFor();
    BufferedReader in=new BufferedReader(new InputStreamReader(p.getInputStream()));
    String line;
    while ((line=in.readLine())!=null)
    System.out.println(line);
    but it doesn't output anything even if i tried to print the output to a file
    i'm trying to execute this program on linux platform but its working properly on a windows platform
    thx
    raar

    String[] cmd={"perl","AraMorph.pl"," </home/ahmed/in.txt"," >/home/ahmed/ast.txt"};
    Process p = Runtime.getRuntime().exec(cmd,null,new File("/home/ahmed/buckwalter_morphan_1/data"));
    BufferedReader in=new BufferedReader(new InputStreamReader(p.getErrorStream()));
    String line;
    while ((line=in.readLine())!=null)
    System.out.println(line);
    p.waitFor();
    String str2=p.getInputStream().toString();
    System.out.println("==================================="+str2);
    and it still outputs nothing but goes in something like infinite loop or as assumed in the article u suggested a deadlock but even all solutions to all pitfalls didn't succeed

  • Differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform

    Hello,
    J would like to know if there are some differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform.
    I know that there are some differences on Oracle 8i Parallel Server and i know that some products are not include like precompiler (Mod*Ada, Pro*FORTRAN) on a Linux Platform.
    Thank you.

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Differences between Oracle 8i for a UNIX Platform and a Linux Platform

    I want to know the differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform. And which platform is better?
    Thanks

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Installation Oracle E-Business Suite 11.5.10 on a redhat linux platform 5.5

    Dear All,
    Can someone has already installed Oracle E-Business Suite 11.5.10 on a redhat linux platform 5.5? I'm having issues with compat-oracle5 library who is requesting binutils15 and on the linux box it's version binutils17?
    Thanks
    Dilbert137

    Pl post all EBS related questions in the EBS forums at http://forums.oracle.com/forums/category.jspa?categoryID=3
    Pl post complete details of the error message.
    HTH
    Srini

  • Problem accesing SYSTEM tables of Oracle in Linux Platform

    All,
    I am facing the below mentioned problem during accessing the System Tables of Oracle in Linux Platform. (in linux we have install the Database)
    E.g: If we pass the statement as
    SQL>select * from user_objects;
    It gives the error message as
    ERROR at line 1:
    ORA-00980: synonym translation is no longer valid
    The same is with :
    SQL> select * from v$session;
    select * from v$session
    ERROR at line 1:
    ORA-00980: synonym translation is no longer valid
    Can anyone help.
    Regards
    ND

    Hi,
    This seems to be a dicitionary corruption. Its better if you consult your DBA.
    If you are a DBA in your project then post the below output
    select object_name, owner, object_type from dba_objects where object_name = 'USER_OBJECTS';
    set long 4000
    select dbms_metadata.get_ddl('VIEW','USER_OBJECTS','SYS') from dual;Regards
    Anurag

  • Linker error: Compiling C++ code on linux platform with 64 bit oracle lib

    uname -a : Linux pnl36a-4203 2.6.5-7.308.PTF.352368.0-smp #1 SMP Mon Dec 10 11:36:40 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux
    /app/devtools/gcc-4.2.3-64/bin/g++ -L/home/john/sdc/lib/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64 -L/home/john/oracle/lib -L/app/gcc-3.3.4/lib -L/app/gcc-3.2.3/lib -ldl -lpthread -lnsl -lrt -lstdc++ -lvs -lclntsh -L/home/cdev/pkgs/oas/Linux64/oaslinux64_2_4_05_03/lib -loas Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/db.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/owl.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/queue.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/log.o Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64-R/titan.o -o /home/amehta17/sdc/bin/Linux_2.6.5-7.308.PTF.352368.0-smp.gcc-4.2.3-64/titan
    /usr/bin/ld: warning: libnnz10.so, needed by /home/john/oracle/lib/libclntsh.so, not found (try using -rpath or -rpath-link)
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_ServiceWriteQueue'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzosCipherSpecToStr'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzos_setCRLPath'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzteOpenPersona'
    /home/amehta17/oracle/lib/libclntsh.so: undefined reference to `nzdsi_initialize'
    All these symbols are not defined in libclntsh.so and also does not exist in libnnz10.so.
    Heading 5:h5
    I checked 32bit version of libnnz10.so has all above undefined symbols. This looks really weird to me why 64 bit version of libnnz10.so doesn't define these symbols.
    Let me know if you have any idea.

    Subsequent to your reply, I found that Openmotif is not available in Fedora, so we thought Oracle linux is best in terms of compatibility. But looks like it is not that easy to install EBS R12 on Oracle Linux also. Anyway, we installed EBS R12 on OEL-5 64 bit. Able to run forms after installing openmotif 21. Applied RUP 2. The patch application is failing to link some executables. (specifically FEMCCE, and all the executables in MSC product, MSCCPP. etc...)
    Could you give some insights into this ?
    Error messages:
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
    collect2: ld returned 1 exit status
    make: *** [home/orasfa/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
    Done with link of fem executable 'FEMCCE' on Wed Aug 15 11:26:06 PDT 2007
    Relink of module "FEMCCE" failed.
    See error messages above (also recorded in log file) for possible
    ------------------------------------------------------------------------------------------------------------------------------

  • 32-bit Oracle UEK kernel in Oracle Linux 6.1

    According to the release notes for Oracle Linux 6 update 1 at http://oss.oracle.com/ol6/docs/RELEASE-NOTES-U1-en the Oracle UEK kernel is also available in a 32-bit version. It seems some previous documentation needs updating, e.g. Oracle Linux FAQ http://www.oracle.com/us/technologies/027617.pdf. There is also a UEK kernel source rpm in the public yum repository available for 32-bit OL 5.6.
    I was just wondering if this is this due to customer demand, or whether there are technical reasons to provide a 32-bit version? I thought the 32-bit platform was obsolete by now, and if I'm not mistaken, Oracle 11.2.0.2 for instance is x86_64 only.

    If you check "/proc/cpuinfo" and have the "lm" flag:
    $ fgrep -w lm /proc/cpuinfo
    and get any non-error output, then you have a 64-bit capable CPU. If you have a 64-bit capable system, you will probably be running an x86_64 kernel as the:
    $ uname -a ~
    Linux oel5.moth.darkzone.un 2.6.18-53.1.14.0.1.el5 #1 SMP Wed Mar 5 19:19:58 EST 2008 x86_64 x86_64 x86_64 GNU/Linux
    command shows. If your output shows "i386" instead of "x86_64" then you are running 32-bit system.
    A 64-bit system can run either 32-bit (i386) or 64-bit (x86_64) RPM packages, a 32-bit system can only run the i386 packages.
    Unfortunately, the default output from "rpm -q" does not display the RPM package architecture. Use the command:
    $ rpm -qa --qf='%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}\n' foo
    will display the complete information.
    You will be able to install both the 32-bit and 64-bit versions of these packages, if you need them. Just use the style:
    # rpm -ivf /path/to/32/bit/package
    # rpm -ivg /path/to/64/bit/package
    In other words, do not use the "-U" (update) switch or the second package will delete the first.
    HTH

  • Version error installing SOA on Oracle Linux

    Hi,
    I'm trying to install Oracle SOA Suite 10g (10.1.3.1.0, soa_linux_x86_101310_disk1.cpio) on Oracle Linux 5, but I'm getting the following error:
    Checking operating system version: must be redhat-Red Hat Enterprise Linux AS rele
    ase 3, redhat-Red Hat Enterprise Linux AS release 4, redhat-Red Hat Enterprise Lin
    ux ES release 3, redhat-Red Hat Enterprise Linux ES release 4 or SuSE-9
    Failed <<<<
    Is Oracle Linux not compatible with SOA? My understanding is that Oracle Linux 5 is basically Redhat 4:
    cat /proc/version
    Linux version 2.6.18-53.el5 ([email protected]) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Sat Nov 10 18:24:52 EST 2007.
    Thanks,
    Yi

    You require a patch 6339508 which provides replacement pre-requisite tests. To use it you need to add two parameters to the runInstaller command as shown below.
    ./runInstaller PREREQ_CONFIG_LOCATION=<PATCH_LOC>/prereq –paramFile <PATCH_LOC>/oraparam.ini
    PATCH_LOC is the location where you unzipped the 6339508 patch. With these new parameters the installer correctly recognizes Oracle Enterprise Linux as a supported platform. Note that OEL needs some specific patches when used with SOA Suite and these need to be installed prior to running the installer. Check the documentation for details.
    cheers
    James

  • Trouble on Oracle Linux 6 with ULN.

    Aloha!
    I have installed Oracle Linux 6 on a virtual box, this is to test Oracle 11g database installation. I cant proceed to installing the database since i cant load some of the packages and i cant activate ULN registration. I have tried using the public yum server using this site "http://public-yum.oracle.com/" , i am successful with the first and second steps but not on 3rd since i cant edit the said config(public-yum-ol6.repo), because of this i cant even load the smb. Please help me for this is my first encounter with linux platform.
    Thanks in advance.
    Hades

    Ok. The default server installation of Enterprise Linux 6 will not install a desktop interface. In case you are not familiar with VNC or remote X-Windows or if this is a new installation, then your best option will be to reinstall the OS, but then select the additional Desktop package options.
    Without knowing what you installed it will be difficult to give a solution beside using the VI editor. If you don't know how to use VI, please try to search for "Linux vi tutorial" in Google.
    sudo vi /etc/yum.repos.d/public-yum-el6.repoAlternatively, if you have the desktop options installed, you can log into your Virtualbox Guest OS desktop as user "root" and open "Text Editor" from the Applications, Accessories menu, or type "gedit" instead of "vi" from command line.

  • Oracle Linux Exam Help!

    Hello!
    I will kindly ask for your honest opinions as I want to study for an Oracle Linux exam and I need to get the below indicated topics covered, but unfortunately I could not find a book to cover them all (as I did for Oracle 11g).
    Please help me locate a book, two or how many are necessary to help me study for the exam and cover the following topics:
    Thank you all!
    Installing Enterprise Linux
    Install Enterprise Linux on any supported architecture.
    Create partitions, software RAID and LVM storage configurations.
    Select Packages for Installation.
      PC Hardware & Linux
    Get detailed information about all PCI & USB devices that are connected to a Linux system
    Identify, load, unload and configure kernel modules
    Tune the running kernel using the /proc/ filesystem
      Post-Install System Configuration
    Set and maintain the system clock with date, hwclock and NTP
    Install, update and remove RPM packages with the rpm & yum commands
    Configure printers with CUPS
    Create and use Kickstart files for automated, hands-off installations
      Boot Process & SysV Init
    Configure the GRUB boot loader
    Manage SysV Init scripts, including customizing files under the /etc/sysconfig/ directory to tune SysV Init scripts
    Configure and use SysV runlevels
    Shutdown & reboot Linux systems
      User/Group Administration and NFS
    Describe and apply the User Private Group scheme
    Create, delete and configure user and system accounts
    Create, delete and configure groups
    Customize the PAM configuration
    Configure and control access to su and sudo
    Configure Linux systems to use centralized authentication and user information stores for system logins
    Implement a file server to share files with NFS v3 & v4
    Configure the automounter (autofs) allowing un-privileged users to mount filesystems on-demand
      Filesystem Administration
    Work with device nodes and udev
    Partition hard drives after installation
    Create and tune filesystems
    Mount filesystem, including persistent configuration in the /etc/fstab file
    Create, manage and tune swap devices
    Configure, manage, assign and maintain quotas on filesystems
    Create, use and remove File Access Control Lists (FACLs)
      LVM & Raid
    Configure Logical Volume Manager volume groups and logical volumes
    Create and use software RAID devices
    Grow and shrink logical volumes and the filesystems on them
    Use LVM snapshots to create consistent, reliable backups
      Task Automation & Process Accounting
    Use the at & batch facilities to run one-time tasks
    Manage cron jobs for recurring tasks, both system-wide and per-user
    Configure syslog for central system logging
    View, manage and kill running processes
    Monitor system and application logs on a daily basis with logwatch
    Configure process accounting and examine the resulting logs
    Limiting and measuring resource usage (ulimit, pam, sar, vmstat, iostat)
      Client Networking
    Configure TCP/IP networking on Linux systems
    Configure static routing on a Linux system
    Aggregate multiple network links into a single interface via the bonding driver's Etherchannel and 802.3ad support
    Configure a Linux system to participate in multiple VLANs on a managed switch via 802.1q frame tagging
    Configure and maintain a DHCP server
    Using networking diagnostics tool (ping,arp,ethtool)
    Enterprise Linux Fundamentals
    What is Linux?
    Identify the origins of UNIX and how Linux is related to UNIX
    Describe the major goals of the Free Software Foundation and the GNU project
    List key elements of a Linux distribution and name several distributions
    List several standards that apply to Linux
    Describe the basic mechanisms that make UNIX so powerful
      Multi User Concepts
    Describe the differences between the administrative (root) user and normal user accounts and explain when each should be used
    Log into the system
    Switch between accounts using the 'su' command
    Use basic commands to gather information about the system
    Use system help facilities to learn about commands and their options.
      The Linux File System
    List the standard system directories and explain what type of files are contained in each
    Navigate the file system
    Explain standard POSIX file permissions including special permissions such as the SUID, SGID and Sticky bits on both files and directories
    Change permissions of files
    Explain how file ownership (user: group) relates to file permissions
    Change ownership of files
    Describe how the User Private Group (UPG) scheme works and the problem it solves
      Manipulating Files
    Be able to create, delete, copy, move and rename files and directories
    Describe the various types of files that can be stored on UNIX and Linux file systems
    Explain hard links and symbolic links, their pros & cons and when & where they can or can not be used
    Identify the type of content of any file
    View the contents of both text-based and binary files
    Search the file system for files and directories with specific properties
      Text Processing
    Search inside of files for specified information
    Perform file editing, sorting, cutting & merging text files from the command linee
      Shell Basics
    Understand the varied roles the command shell plays in everyday UNIX/Linux usage
    Pipe several commands together to perform more complex and useful processing
    Use file redirection on the command line
    Create and use shell and environment variables to configure and control the operation of the system, the command shell and programs
    Use and escape special characters when they are used on the command line
      Regular Expressions Construct regular expressions for matching text patterns
    Archiving and Compression
    Use tar & cpio to create archives and extract files from them
    Compress and decompress files using the UNIX compress, GNU gzip, bzip2 and zip formats
      Text Editing
    Use simple text editors like pico and nano
    Perform basic and intermediate text editing functions efficiently with vi & Vim
    Perform basic and intermediate text editing functions with GNU Emacs
      Command Shells
    List the history and relationships of the various popular shell implementations available on UNIX and Linux systems
    Identify and switch between the various shell implementations
    Customize the command prompt on Bourne and BASH shells
    Use command line history, command completion, aliases and command line editing
    Customize command shell operation system wide and for individual users
      Introduction to Shell Scripting
    Process arguments passed into a shell script
    Get input from the user of a shell script
    Generate formatted output from a shell script
    Perform tasks conditionally using if, case and while loops in a shell script
    Perform repeated actions over a set of values with for loops on the command line and within shell scripts
    Do math in a shell script
      Process Management and Job Control
    Describe the differences between process and threads
    Find and control running programs with ps, top, kill, and nice
    Use the jobs, fg and bg commands to view and access several tasks at once on a single shell
    Use the screen command to run several programs and disconnect from running programs on remote systems
      Messaging
    Send local messages with the write and wall commands
    Use talk and ytalk to chat with other users
    Send and read email with the mail and pine commands
      The Secure Shell
    Configure the ssh client and sshd server programs securely
    Establish secure, remote connections to other systems
    Use SSH's key-based authentication
      Managing Software
    Find and download software via FTP & HTTP with text & graphical client programs like wget, lftp, links, Konqueror and Mozilla Firefox
    Install binary programs in RPM packages
    List software already installed on the system with RPM
    Compile and install software from source releases
    Compile and install software from a source RPM (SRPM or .src.rpm) package
      Printing
    Use CUPS to connect to available local and network printers
    Use various commands to process and convert files in preparation for printing
    Send jobs to a printer
    Monitor and remove print jobs
      Mounting FileSystems and Managing Removable Media
    Use the mount command
    Access NFS and SMB filesystems over the network
    Use autofs for on-demand mounting of filesystems without root privileges
      X Window System
    Start the graphical environment manually
    Select different desktop environments
    Launch graphical applications
    Use Linux as an X terminal
    Customize the graphical environment and auto-start applications at login and X startup
    Securely tunnel remote graphical applications through SSH

    Hello!
    I will kindly ask for your honest opinions as I want to study for an Oracle Linux exam and I need to get the below indicated topics covered, but unfortunately I could not find a book to cover them all (as I did for Oracle 11g).
    Please help me locate a book, two or how many are necessary to help me study for the exam and cover the following topics:
    Thank you all!
    Installing Enterprise Linux
    Install Enterprise Linux on any supported architecture.
    Create partitions, software RAID and LVM storage configurations.
    Select Packages for Installation.
      PC Hardware & Linux
    Get detailed information about all PCI & USB devices that are connected to a Linux system
    Identify, load, unload and configure kernel modules
    Tune the running kernel using the /proc/ filesystem
      Post-Install System Configuration
    Set and maintain the system clock with date, hwclock and NTP
    Install, update and remove RPM packages with the rpm & yum commands
    Configure printers with CUPS
    Create and use Kickstart files for automated, hands-off installations
      Boot Process & SysV Init
    Configure the GRUB boot loader
    Manage SysV Init scripts, including customizing files under the /etc/sysconfig/ directory to tune SysV Init scripts
    Configure and use SysV runlevels
    Shutdown & reboot Linux systems
      User/Group Administration and NFS
    Describe and apply the User Private Group scheme
    Create, delete and configure user and system accounts
    Create, delete and configure groups
    Customize the PAM configuration
    Configure and control access to su and sudo
    Configure Linux systems to use centralized authentication and user information stores for system logins
    Implement a file server to share files with NFS v3 & v4
    Configure the automounter (autofs) allowing un-privileged users to mount filesystems on-demand
      Filesystem Administration
    Work with device nodes and udev
    Partition hard drives after installation
    Create and tune filesystems
    Mount filesystem, including persistent configuration in the /etc/fstab file
    Create, manage and tune swap devices
    Configure, manage, assign and maintain quotas on filesystems
    Create, use and remove File Access Control Lists (FACLs)
      LVM & Raid
    Configure Logical Volume Manager volume groups and logical volumes
    Create and use software RAID devices
    Grow and shrink logical volumes and the filesystems on them
    Use LVM snapshots to create consistent, reliable backups
      Task Automation & Process Accounting
    Use the at & batch facilities to run one-time tasks
    Manage cron jobs for recurring tasks, both system-wide and per-user
    Configure syslog for central system logging
    View, manage and kill running processes
    Monitor system and application logs on a daily basis with logwatch
    Configure process accounting and examine the resulting logs
    Limiting and measuring resource usage (ulimit, pam, sar, vmstat, iostat)
      Client Networking
    Configure TCP/IP networking on Linux systems
    Configure static routing on a Linux system
    Aggregate multiple network links into a single interface via the bonding driver's Etherchannel and 802.3ad support
    Configure a Linux system to participate in multiple VLANs on a managed switch via 802.1q frame tagging
    Configure and maintain a DHCP server
    Using networking diagnostics tool (ping,arp,ethtool)
    Enterprise Linux Fundamentals
    What is Linux?
    Identify the origins of UNIX and how Linux is related to UNIX
    Describe the major goals of the Free Software Foundation and the GNU project
    List key elements of a Linux distribution and name several distributions
    List several standards that apply to Linux
    Describe the basic mechanisms that make UNIX so powerful
      Multi User Concepts
    Describe the differences between the administrative (root) user and normal user accounts and explain when each should be used
    Log into the system
    Switch between accounts using the 'su' command
    Use basic commands to gather information about the system
    Use system help facilities to learn about commands and their options.
      The Linux File System
    List the standard system directories and explain what type of files are contained in each
    Navigate the file system
    Explain standard POSIX file permissions including special permissions such as the SUID, SGID and Sticky bits on both files and directories
    Change permissions of files
    Explain how file ownership (user: group) relates to file permissions
    Change ownership of files
    Describe how the User Private Group (UPG) scheme works and the problem it solves
      Manipulating Files
    Be able to create, delete, copy, move and rename files and directories
    Describe the various types of files that can be stored on UNIX and Linux file systems
    Explain hard links and symbolic links, their pros & cons and when & where they can or can not be used
    Identify the type of content of any file
    View the contents of both text-based and binary files
    Search the file system for files and directories with specific properties
      Text Processing
    Search inside of files for specified information
    Perform file editing, sorting, cutting & merging text files from the command linee
      Shell Basics
    Understand the varied roles the command shell plays in everyday UNIX/Linux usage
    Pipe several commands together to perform more complex and useful processing
    Use file redirection on the command line
    Create and use shell and environment variables to configure and control the operation of the system, the command shell and programs
    Use and escape special characters when they are used on the command line
      Regular Expressions
    Construct regular expressions for matching text patterns
    Archiving and Compression
    Use tar & cpio to create archives and extract files from them
    Compress and decompress files using the UNIX compress, GNU gzip, bzip2 and zip formats
      Text Editing
    Use simple text editors like pico and nano
    Perform basic and intermediate text editing functions efficiently with vi & Vim
    Perform basic and intermediate text editing functions with GNU Emacs
      Command Shells
    List the history and relationships of the various popular shell implementations available on UNIX and Linux systems
    Identify and switch between the various shell implementations
    Customize the command prompt on Bourne and BASH shells
    Use command line history, command completion, aliases and command line editing
    Customize command shell operation system wide and for individual users
      Introduction to Shell Scripting
    Process arguments passed into a shell script
    Get input from the user of a shell script
    Generate formatted output from a shell script
    Perform tasks conditionally using if, case and while loops in a shell script
    Perform repeated actions over a set of values with for loops on the command line and within shell scripts
    Do math in a shell script
      Process Management and Job Control
    Describe the differences between process and threads
    Find and control running programs with ps, top, kill, and nice
    Use the jobs, fg and bg commands to view and access several tasks at once on a single shell
    Use the screen command to run several programs and disconnect from running programs on remote systems
      Messaging
    Send local messages with the write and wall commands
    Use talk and ytalk to chat with other users
    Send and read email with the mail and pine commands
      The Secure Shell
    Configure the ssh client and sshd server programs securely
    Establish secure, remote connections to other systems
    Use SSH's key-based authentication
      Managing Software
    Find and download software via FTP & HTTP with text & graphical client programs like wget, lftp, links, Konqueror and Mozilla Firefox
    Install binary programs in RPM packages
    List software already installed on the system with RPM
    Compile and install software from source releases
    Compile and install software from a source RPM (SRPM or .src.rpm) package
      Printing
    Use CUPS to connect to available local and network printers
    Use various commands to process and convert files in preparation for printing
    Send jobs to a printer
    Monitor and remove print jobs
      Mounting FileSystems and Managing Removable Media
    Use the mount command
    Access NFS and SMB filesystems over the network
    Use autofs for on-demand mounting of filesystems without root privileges
      X Window System
    Start the graphical environment manually
    Select different desktop environments
    Launch graphical applications
    Use Linux as an X terminal
    Customize the graphical environment and auto-start applications at login and X startup
    Securely tunnel remote graphical applications through SSH
    How about posting this question in the Certification Forum
    Since Oracle Linux is based on Red Hat Enterprise Linux, you can use and search "RHEL books". There should some.

  • How to configure Oracle Linux 6.5 to request ip address from dhcp server

    I have installed Oracle Linux 6.5 (minimal installation) on a virtual machine created on VMware vSphere 5.5.   I have tried to configure dhcp during the installation by editing IPv4 Settings of System eth0 to use Automatic (DHCP) but somehow it does not work.
    Then I changed the ifcfg-eth0 to use static ip address and that works.
    Here is the content of /etc/sysconfig/network:
    NETWORKING=yes
    HOSTNAME=TESTOL
    Here is the content of /etc/sysconfig/network-scripts/ifcfg-eth0 using static ip address:
    DEVICE=eth0
    TYPE=Ethernet
    UUID=xxxxxxxx.xxxx-xxxx-xxxxxxxxxxxx
    ONBOOT=yes
    NM_CONTROLLED=yes
    BOOTPROTO=none
    HWADDR=xx:xx:xx:xx:xx:xx
    IPADDR:##.##.###.###
    PREFIX=24
    GATEWAY=##.##.###.###
    DNS1=##.##.###.###
    DOMAIN:test.com
    DEFROUTE=yes
    PEERDNS=yes
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    Based on my understanding, I should able to use dhcp by changing ifcfg-eth0 (I commented the parameters not needed for dhcp by adding #) but I have tried the following ifcfg-eth0 and it does not work:
    DEVICE=eth0
    TYPE=Ethernet
    UUID=xxxxxxxx.xxxx-xxxx-xxxxxxxxxxxx
    ONBOOT=yes
    NM_CONTROLLED=yes
    #BOOTPROTO=no
    BOOTPROTO=dhcp
    HWADDR=xx:xx:xx:xx:xx:xx
    #IPADDR:##.##.###.###
    #PREFIX=24
    #GATEWAY=##.##.###.###
    DNS1=##.##.###.###
    #DOMAIN:test.com
    DEFROUTE=yes
    PEERDNS=yes
    PEERROUTES=yes
    IPV4_FAILURE_FATAL=yes
    IPV6INIT=no
    NAME="System eth0"
    I have also tried to add GATEWAY=##.##.###.### to /etc/sysconfig/network but that does not help.
    I have checked that dhclient package is installed by using rpm -qa dhclient.
    I'm new to Linux.
    Thanks for any help

    If this is your first experience with Oracle Linux, I recommend you perform a default installation instead of going minimal, which is just going to make things more difficult for no good reason. Enterprise Linux is not MS Windows and the difference between default and minimal installations do not compare.
    You also do not want to use the rpm utility to install any software and use yum instead. The yum utility is standard. Rpm does not resolve software dependencies.
    Your ifcfg-eth0 script is missing the line that specifies to use DHCP:
    BOOTPROTO=dhcp
    You can also use the network configuration utility, even in text mode, by typing the following at the command prompt of root:
    system-config-network
    If the above utility is not installed:
    yum install system-config-network-tui
    You will have to configure an appropriate yum repository file. The process is explained in the Oracle Linux release notes:
    https://oss.oracle.com/el6/docs/RELEASE-NOTES-U5-en.html
    See 3.2.3. About Oracle Linux Installation Media
    Then insert the DVD or attach the DVD iso image to your virtual machine and mount it as following:
    mkdir -p /media/ISOimage
    mount /dev/cdrom /media/ISOimage
    The path "/media/ISOimage" should be the same as you specified in the yum repository file.
    After that you can use the yum utility to list or install software.

  • Oracle Linux 6.2 with RAC 11g cluster install fails on root.sh ioctl

    I have 2 HP Servers I'm trying to install a cluster to.
    I've tried Oracle Linux 6.2 and 6.3 with the same error on both nodes when running the root.sh script.
    I have tried the permissions, run-levels, etc that I have found in the forum and nothing has worked except the deconfigure works great. /u01/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig -force
    root.sh Errors:
    Adding daemon to inittab
    CRS-4124: Oracle High Availability Services startup failed.
    CRS-4000: Command Start failed, or completed with errors.
    ohasd failed to start: Inappropriate ioctl for device
    ohasd failed to start at /u01/app/11.2.0/grid/crs/install/rootcrs.pl line 443.
    I can't see whats wrong, I did use ASM to configure iSCSI disks from a storage device which appeared to work correctly:
    # oracleasm listdisks
    VOL1
    VOL2
    VOL3
    VOL5
    # ls /dev/oracleasm/disks/
    VOL1 VOL2 VOL3 VOL5
    When I created the disks with ASM I used multipath successfuly:
    # oracleasm createdisk VOL1 /dev/mapper/23535333762373932
    The other node can see the disks just fine with oracleasm listdisks
    I chose 3 disks for the OCR - VOL1-3
    There was one forum work around to edit the $GRID_HOME/crs/install/s_crsconfig_lib.pm which I did no Oracle Linux 6.3 to no avail. I also tried using NFS mounted volumes for the OCR drives but got the same error.
    Using the install: linux.x64_11gR2_grid

    oracleasm (aka asmlib) may not be supported on RHEL(OEL) 6.x. You do NOT need asmlib and it's days are numbered.
    upon review of this document, even though it was for 10g, it still appears to be relevant
    "10g: Using Openfiler iSCSI with an Oracle RAC database on Linux [ID 371434.1]"
    and
    udev utility can be used for disk mounting consistency between the nodes. It is the preferred tool. Note:371814.1 explains how to use the udev option.
    and
    Can't install GI 11gr2 (11.2.0.3) root.sh fail
    Edited by: onedbguru on Dec 13, 2012 3:40 PM

  • Upgrade OS Oracle Linux Server release 6.3 with Oracle DB 11.2.0.3.0

    Hello!
    I have Primary, two Physical Standby and one Logical Standby Servers.
    $ uname -a
    Linux host 2.6.39-200.32.1.el6uek.x86_64 #1 SMP Wed Sep 26 23:11:38 PDT 2012 x86_64 x86_64 x86_64 GNU/Linux
    $ cat /etc/issue
    Oracle Linux Server release 6.3
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE 11.2.0.3.0 Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    SQL> select * from dba_registry;
    COMP_ID COMP_NAME VERSION STATUS MODIFIED NAMESPACE CONTROL SCHEMA PROCEDURE STARTUP PARENT_ID OTHER_SCHEMAS
    CATALOG Oracle Database Catalog Views 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS SYS DBMS_REGISTRY_SYS.VALIDATE_CATALOG
    CATPROC Oracle Database Packages and Types 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS SYS DBMS_REGISTRY_SYS.VALIDATE_CATPROC APPQOSSYS,DBSNMP,DIP,ORACLE_OCM,OUTLN,SYSTEM
    OWM Oracle Workspace Manager 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS WMSYS VALIDATE_OWM
    XDB Oracle XML Database 11.2.0.3.0 VALID 30-SEP-2012 02:07:19 SERVER SYS XDB DBMS_REGXDB.VALIDATEXDB
    DGMGRL> connect sys/password
    Connected.
    DGMGRL> show configuration verbose;
    Configuration - work_DataGuardConfig
    Protection Mode: MaxAvailability
    Databases:
    primary - Primary database
    physical1 - Physical standby database
    physical1 - Physical standby database
    Properties:
    FastStartFailoverThreshold = '30'
    OperationTimeout = '30'
    FastStartFailoverLagLimit = '30'
    CommunicationTimeout = '180'
    FastStartFailoverAutoReinstate = 'TRUE'
    FastStartFailoverPmyShutdown = 'TRUE'
    BystandersFollowRoleChange = 'ALL'
    Fast-Start Failover: DISABLED
    Configuration Status:
    SUCCESS
    $ rpm -qa
    kernel-2.6.32-279.5.2.el6.x86_64
    system-config-firewall-tui-1.2.27-5.el6.noarch
    poppler-data-0.4.0-1.el6.noarch
    mesa-dri-drivers-7.11-5.el6.x86_64
    ghostscript-fonts-5.50-23.1.el6.noarch
    libxml2-python-2.7.6-8.0.1.el6_3.3.x86_64
    PyGreSQL-3.8.1-2.el6.x86_64
    perl-Time-HiRes-1.9721-127.el6.x86_64
    glibc-2.12-1.80.el6_3.5.i686
    kernel-2.6.32-279.9.1.el6.x86_64
    biosdevname-0.3.11-1.el6.x86_64
    device-mapper-1.02.74-10.el6.x86_64
    strace-4.5.19-1.11.el6_3.2.x86_64
    aic94xx-firmware-30-2.el6.noarch
    cpuspeed-1.5-15.el6.x86_64
    matahari-network-0.6.0-14.el6.x86_64
    rhino-1.7-0.7.r2.2.el6.noarch
    elinks-0.12-0.20.pre5.el6.x86_64
    libICE-1.0.6-1.el6.x86_64
    lvm2-libs-2.02.95-10.el6.x86_64
    perl-Crypt-SSLeay-0.57-16.el6.x86_64
    libtar-1.2.11-17.el6.x86_64
    perl-XML-Twig-3.34-1.el6.noarch
    libidn-1.18-2.el6.x86_64
    libreport-plugin-logger-2.0.9-5.0.1.el6.x86_64
    crda-1.1.1_2010.11.22-1.el6.x86_64
    lua-5.1.4-4.1.el6.x86_64
    gnutls-2.8.5-4.el6_2.2.x86_64
    yp-tools-2.9-12.el6.x86_64
    attr-2.4.44-7.el6.x86_64
    libtirpc-0.2.1-5.el6.x86_64
    file-5.04-13.el6.x86_64
    pax-3.4-10.1.el6.x86_64
    zip-3.0-1.el6.x86_64
    dash-0.5.5.1-3.1.el6.x86_64
    latrace-0.5.9-2.el6.x86_64
    kexec-tools-2.0.3-3.0.1.el6.x86_64
    libasyncns-0.8-1.1.el6.x86_64
    libertas-usb8388-firmware-5.110.22.p23-3.1.el6.noarch
    nss-softokn-3.12.9-11.el6.x86_64
    dbus-python-0.83.0-6.1.el6.x86_64
    ql2200-firmware-2.02.08-3.1.el6.noarch
    avahi-libs-0.6.25-11.el6.x86_64
    nfs-utils-lib-1.1.5-4.el6.x86_64
    redhat-indexhtml-6-1.0.2.el6.noarch
    boost-regex-1.41.0-11.0.1.el6_1.2.x86_64
    rpm-python-4.8.0-27.el6.x86_64
    slang-2.2.1-1.el6.x86_64
    perl-core-5.10.1-127.el6.x86_64
    libselinux-2.0.94-5.3.el6.x86_64
    iptables-ipv6-1.4.7-5.1.el6_2.x86_64
    audit-libs-2.2-2.el6.x86_64
    tcpdump-4.0.0-3.20090921gitdf3cb4.2.el6.x86_64
    keyutils-libs-1.4-4.el6.x86_64
    crash-6.0.4-2.el6.x86_64
    python-setuptools-0.6.10-3.el6.noarch
    perl-libs-5.10.1-127.el6.x86_64
    lsof-4.82-4.el6.x86_64
    perl-Module-Load-Conditional-0.30-127.el6.x86_64
    libusb1-1.0.9-0.5.rc1.el6.x86_64
    libunistring-0.9.3-5.el6.x86_64
    rsync-3.0.6-9.el6.x86_64
    libXi-1.3-3.el6.x86_64
    perl-IO-Zlib-1.09-127.el6.x86_64
    perl-HTML-Tagset-3.20-4.el6.noarch
    libXt-1.0.7-1.el6.x86_64
    perl-devel-5.10.1-127.el6.x86_64
    boost-wave-1.41.0-11.0.1.el6_1.2.x86_64
    scli-1.7.3-50.x86_64
    libthai-0.1.12-3.el6.x86_64
    perl-Compress-Raw-Bzip2-2.020-127.el6.x86_64
    mpfr-2.4.1-6.el6.x86_64
    foomatic-db-ppds-4.0-7.20091126.el6.noarch
    eggdbus-0.6-3.el6.x86_64
    libXxf86misc-1.0.2-1.el6.x86_64
    libvisual-0.4.0-9.1.el6.x86_64
    mysql-libs-5.1.61-4.el6.x86_64
    libnih-1.0.1-7.el6.x86_64
    oracle-rdbms-server-11gR2-preinstall-1.0-6.el6.x86_64
    hal-0.5.14-11.el6.x86_64
    libgcrypt-1.4.5-9.el6_2.2.x86_64
    boost-test-1.41.0-11.0.1.el6_1.2.x86_64
    glibc-common-2.12-1.80.el6_3.5.x86_64
    mysql-5.1.61-4.el6.x86_64
    ncurses-5.7-3.20090208.el6.x86_64
    python-qpid-0.14-11.el6_3.noarch
    qpid-qmf-0.14-14.0.1.el6_3.x86_64
    matahari-lib-0.6.0-14.el6.x86_64
    oracle-logos-60.0.11-9.el6.noarch
    perl-Module-Build-0.3500-127.el6.x86_64
    libhugetlbfs-utils-2.12-2.el6.x86_64
    fontpackages-filesystem-1.41-1.1.el6.noarch
    perl-Parse-CPAN-Meta-1.40-127.el6.x86_64
    openswan-2.6.32-19.el6_3.x86_64
    ncurses-libs-5.7-3.20090208.el6.x86_64
    e2fsprogs-libs-1.41.12-12.el6.x86_64
    dracut-004-284.0.1.el6_3.1.noarch
    ConsoleKit-libs-0.4.1-3.el6.x86_64
    udev-147-2.42.el6.x86_64
    bind-utils-9.8.2-0.10.rc1.el6_3.4.x86_64
    iwl5150-firmware-8.24.2.2-1.el6.noarch
    unixODBC-devel-2.2.14-11.el6.x86_64
    quota-3.17-16.el6.x86_64
    xdg-utils-1.0.2-17.20091016cvs.el6.noarch
    matahari-broker-0.6.0-14.el6.x86_64
    mingetty-1.08-5.el6.x86_64
    samba-common-3.5.10-125.el6.x86_64
    usermode-1.102-3.el6.x86_64
    abrt-addon-ccpp-2.0.8-6.0.1.el6.x86_64
    perl-XML-Dumper-0.81-6.el6.noarch
    libdhash-0.4.2-9.el6.x86_64
    crontabs-1.10-33.el6.noarch
    libevent-1.4.13-4.el6.x86_64
    mtr-0.75-5.el6.x86_64
    atk-1.28.0-2.el6.x86_64
    sgpio-1.2.0.10-5.el6.x86_64
    rdate-1.4-16.el6.x86_64
    boost-system-1.41.0-11.0.1.el6_1.2.x86_64
    latencytop-common-0.5-9.el6.x86_64
    libsemanage-2.0.43-4.1.el6.x86_64
    libtopology-0.3-7.el6.x86_64
    libtheora-1.1.0-2.el6.x86_64
    atmel-firmware-1.3-7.el6.noarch
    cryptsetup-luks-1.2.0-7.el6.x86_64
    python-dmidecode-3.10.13-1.el6.x86_64
    ipw2200-firmware-3.1-4.el6.noarch
    m4-1.4.13-5.el6.x86_64
    bfa-firmware-3.0.2.2-1.el6.noarch
    python-iwlib-0.1-1.2.el6.x86_64
    libedit-2.11-4.20080712cvs.1.el6.x86_64
    smartmontools-5.42-2.el6.x86_64
    numpy-1.4.1-9.el6.x86_64
    libcom_err-1.41.12-12.el6.x86_64
    nmap-5.51-2.0.1.el6.x86_64
    python-paramiko-1.7.5-2.1.el6.noarch
    grep-2.6.3-3.el6.x86_64
    tcsh-6.17-19.el6_2.x86_64
    db4-4.7.25-17.el6.x86_64
    db4-utils-4.7.25-17.el6.x86_64
    perl-Params-Check-0.26-127.el6.x86_64
    make-3.81-20.el6.x86_64
    expat-2.0.1-11.el6_2.x86_64
    SDL-1.2.14-3.el6.x86_64
    libXext-1.1-3.el6.x86_64
    freetype-2.3.11-6.el6_2.9.x86_64
    xorg-x11-drv-ati-firmware-6.14.2-9.el6.noarch
    libXft-2.1.13-4.1.el6.x86_64
    perl-Term-UI-0.20-127.el6.x86_64
    perl-XML-Parser-2.36-7.el6.x86_64
    libXxf86vm-1.1.0-1.el6.x86_64
    perl-Archive-Extract-0.38-127.el6.x86_64
    xz-lzma-compat-4.999.9-0.3.beta.20091007git.el6.x86_64
    device-mapper-multipath-libs-0.4.9-56.el6_3.1.x86_64
    libss-1.41.12-12.el6.x86_64
    cloog-ppl-0.15.7-1.2.el6.x86_64
    libfprint-0.1.0-19.pre2.el6.x86_64
    module-init-tools-3.9-20.0.1.el6.x86_64
    desktop-file-utils-0.15-9.el6.x86_64
    xorg-x11-utils-7.4-8.el6.x86_64
    kbd-1.15-11.el6.x86_64
    augeas-libs-0.9.0-4.el6.x86_64
    time-1.7-37.1.el6.x86_64
    logwatch-7.3.6-49.el6.noarch
    plymouth-0.8.3-24.0.1.el6.x86_64
    btparser-0.16-3.el6.x86_64
    libhugetlbfs-2.12-2.el6.x86_64
    python-2.6.6-29.el6_3.3.x86_64
    ipa-python-2.2.0-16.el6.x86_64
    dbus-1.2.24-7.0.1.el6_3.x86_64
    nss-3.13.5-1.0.1.el6_3.x86_64
    glibc-headers-2.12-1.80.el6_3.5.x86_64
    kernel-uek-2.6.39-200.29.3.el6uek.x86_64
    libuser-0.56.13-5.el6.x86_64
    foomatic-db-filesystem-4.0-7.20091126.el6.noarch
    qpid-tools-0.14-6.el6_3.noarch
    perl-ExtUtils-Embed-1.28-127.el6.x86_64
    perl-DBD-MySQL-4.013-3.el6.x86_64
    iso-codes-3.16-2.el6.noarch
    postgresql-server-8.4.13-1.el6_3.x86_64
    mesa-libGLU-7.11-5.el6.x86_64
    dstat-0.7.0-1.el6.noarch
    poppler-utils-0.12.4-3.el6_0.1.x86_64
    libX11-common-1.3-2.el6.noarch
    fipscheck-lib-1.2.0-7.el6.x86_64
    java-1.6.0-openjdk-1.6.0.0-1.49.1.11.4.el6_3.x86_64
    pam_krb5-2.3.11-9.el6.x86_64
    libcap-2.16-5.5.el6.x86_64
    kernel-uek-2.6.39-200.31.1.el6uek.x86_64
    polkit-0.96-2.el6_0.1.x86_64
    kernel-uek-firmware-2.6.39-200.32.1.el6uek.noarch
    setuptool-1.19.9-3.el6.x86_64
    popt-1.13-7.el6.x86_64
    kernel-uek-2.6.39-200.32.1.el6uek.x86_64
    kernel-devel-2.6.32-279.9.1.el6.x86_64
    b43-openfwwf-5.2-4.el6.noarch
    libacl-2.2.49-6.el6.x86_64
    telnet-0.17-47.el6_3.1.x86_64
    iwl1000-firmware-39.31.5.1-1.el6.noarch
    yum-plugin-security-1.1.30-14.0.1.el6.noarch
    readahead-1.5.6-1.el6.x86_64
    libldb-0.9.10-23.el6.x86_64
    libsepol-2.0.41-4.el6.x86_64
    hicolor-icon-theme-0.11-1.1.el6.noarch
    shadow-utils-4.1.4.2-13.el6.x86_64
    prelink-0.4.6-3.el6.x86_64
    ethtool-2.6.33-0.3.el6.x86_64
    elfutils-libelf-0.152-1.el6.x86_64
    postgresql-odbc-08.04.0200-1.el6.x86_64
    iputils-20071127-16.el6.x86_64
    sqlite-3.6.20-1.el6.x86_64
    mysql-connector-odbc-5.1.5r1144-7.el6.x86_64
    findutils-4.4.2-6.el6.x86_64
    libcap-ng-0.6.4-3.el6_0.1.x86_64
    cyrus-sasl-2.1.23-13.el6.x86_64
    ntpdate-4.2.4p8-2.el6.x86_64
    nc-1.84-22.el6.x86_64
    cronie-anacron-1.4.4-7.el6.x86_64
    plymouth-core-libs-0.8.3-24.0.1.el6.x86_64
    setserial-2.17-25.el6.x86_64
    rfkill-0.3-4.el6.x86_64
    lcms-libs-1.19-1.el6.x86_64
    ql2100-firmware-1.19.38-3.1.el6.noarch
    cyrus-sasl-gssapi-2.1.23-13.el6.x86_64
    newt-python-0.52.11-3.el6.x86_64
    rt61pci-firmware-1.2-7.el6.noarch
    python-iniparse-0.3.1-2.1.el6.noarch
    acl-2.2.49-6.el6.x86_64
    ipw2100-firmware-1.3-11.el6.noarch
    blktrace-1.0.1-6.el6.x86_64
    diffutils-2.8.1-28.el6.x86_64
    man-pages-3.22-17.el6.noarch
    system-config-firewall-base-1.2.27-5.el6.noarch
    boost-date-time-1.41.0-11.0.1.el6_1.2.x86_64
    yum-metadata-parser-1.1.2-16.el6.x86_64
    rpm-libs-4.8.0-27.el6.x86_64
    python-nss-0.11-3.el6.x86_64
    unixODBC-2.2.14-11.el6.x86_64
    libgcc-4.4.6-4.el6.x86_64
    gdbm-1.8.0-36.el6.x86_64
    libstdc++-4.4.6-4.el6.x86_64
    python-dateutil-1.4.1-6.el6.noarch
    pcre-7.8-4.el6.x86_64
    python-pycurl-7.19.0-8.el6.x86_64
    xmlrpc-c-1.16.24-1209.1840.el6.x86_64
    python-gudev-147.1-4.el6_0.1.x86_64
    libblkid-2.17.2-12.7.el6.x86_64
    perl-version-0.77-127.el6.x86_64
    perl-Locale-Maketext-Simple-0.18-127.el6.x86_64
    perl-IO-Compress-Base-2.020-127.el6.x86_64
    abrt-libs-2.0.8-6.0.1.el6.x86_64
    perl-Compress-Raw-Zlib-2.020-127.el6.x86_64
    libXau-1.0.5-1.el6.x86_64
    perl-DBIx-Simple-1.32-3.el6.noarch
    binutils-2.20.51.0.2-5.34.el6.x86_64
    libXrender-0.9.5-1.el6.x86_64
    perl-IO-Compress-Zlib-2.020-127.el6.x86_64
    libXcursor-1.1.10-2.el6.x86_64
    perl-Log-Message-Simple-0.04-127.el6.x86_64
    libXinerama-1.1-1.el6.x86_64
    perl-libwww-perl-5.833-2.el6.noarch
    libstdc++-devel-4.4.6-4.el6.x86_64
    perl-Test-Harness-3.17-127.el6.x86_64
    xorg-x11-font-utils-7.2-11.el6.x86_64
    libstdc++-4.4.6-4.el6.i686
    perl-IPC-Cmd-0.56-127.el6.x86_64
    libXv-1.0.5-1.el6.x86_64
    elfutils-0.152-1.el6.x86_64
    ncurses-static-5.7-3.20090208.el6.x86_64
    perl-Module-Loaded-0.02-127.el6.x86_64
    gstreamer-tools-0.10.29-1.0.1.el6.x86_64
    device-mapper-multipath-0.4.9-56.el6_3.1.x86_64
    keyutils-1.4-4.el6.x86_64
    iw-0.9.17-4.el6.x86_64
    xorg-x11-xauth-1.0.2-7.1.el6.x86_64
    coreutils-8.4-19.el6.x86_64
    foomatic-4.0.4-1.el6_1.1.x86_64
    gcc-4.4.6-4.el6.x86_64
    MAKEDEV-3.24-6.el6.x86_64
    libdmx-1.1.0-1.el6.x86_64
    authconfig-6.1.12-10.el6.x86_64
    ksh-20100621-16.el6.x86_64
    tar-1.23-7.el6.x86_64
    pm-utils-1.2.5-9.el6.x86_64
    ed-1.1-3.3.el6.x86_64
    iptables-1.4.7-5.1.el6_2.x86_64
    hunspell-1.2.8-16.el6.x86_64
    nmon-14g-1.el6.rf.x86_64
    jasper-libs-1.900.1-15.el6_1.1.x86_64
    initscripts-9.03.31-2.0.1.el6_3.1.x86_64
    rhn-client-tools-1.0.0-87.0.2.el6.noarch
    qpid-cpp-client-0.14-22.0.1.el6_3.x86_64
    libipa_hbac-python-1.8.0-32.el6.x86_64
    redhat-lsb-graphics-4.0-3.0.1.el6.x86_64
    less-436-10.el6.x86_64
    postgresql-8.4.13-1.el6_3.x86_64
    cracklib-dicts-2.8.16-4.el6.x86_64
    logrotate-3.7.8-15.el6.x86_64
    fontconfig-2.8.0-3.el6.x86_64
    qpid-cpp-server-0.14-22.0.1.el6_3.x86_64
    openldap-2.4.23-26.el6_3.2.x86_64
    kernel-uek-firmware-2.6.39-200.29.3.el6uek.noarch
    perl-CPANPLUS-0.88-127.el6.x86_64
    upstart-0.6.5-12.el6.x86_64
    saslwrapper-0.14-1.el6.x86_64
    net-tools-1.60-110.el6_2.x86_64
    device-mapper-event-libs-1.02.74-10.el6.x86_64
    openssh-5.3p1-81.el6.x86_64
    matahari-consoles-0.6.0-14.el6.x86_64
    matahari-python-0.6.0-14.el6.x86_64
    dmraid-events-1.0.0.rc16-11.el6.x86_64
    tuned-0.2.19-7.el6.noarch
    certmonger-0.56-1.el6.x86_64
    libreport-plugin-reportuploader-2.0.9-5.0.1.el6.x86_64
    abrt-addon-python-2.0.8-6.0.1.el6.x86_64
    libreport-plugin-kerneloops-2.0.9-5.0.1.el6.x86_64
    libpath_utils-0.2.1-9.el6.x86_64
    gtk2-2.18.9-10.el6.x86_64
    vim-common-7.2.411-1.8.el6.x86_64
    setup-2.8.14-16.el6.noarch
    latencytop-0.5-9.el6.x86_64
    autofs-5.0.5-54.el6.x86_64
    ipa-client-2.2.0-16.el6.x86_64
    abrt-cli-2.0.8-6.0.1.el6.x86_64
    lvm2-2.02.95-10.el6.x86_64
    openssh-clients-5.3p1-81.el6.x86_64
    microcode_ctl-1.17-11.el6.x86_64
    libcgroup-0.37-4.el6.x86_64
    e2fsprogs-1.41.12-12.el6.x86_64
    python-psycopg2-2.0.14-1.el6_2.1.x86_64
    rhn-setup-1.0.0-87.0.2.el6.noarch
    sos-2.2-29.0.1.el6.noarch
    psacct-6.3.2-63.el6_3.3.x86_64
    cifs-utils-4.8.1-10.el6.x86_64
    perl-CGI-3.51-127.el6.x86_64
    libicu-4.2.1-9.1.el6_2.x86_64
    mcelog-1.0pre3_20110718-0.14.el6.x86_64
    ltrace-0.5-23.45svn.el6.x86_64
    efibootmgr-0.5.4-10.el6.x86_64
    libvorbis-1.2.3-4.el6_2.1.x86_64
    ql2500-firmware-5.06.05-1.el6.noarch
    curl-7.19.7-26.el6_2.4.x86_64
    selinux-policy-targeted-3.7.19-155.0.1.el6_3.4.noarch
    jpackage-utils-1.7.5-3.12.el6.noarch
    perl-IO-Compress-Bzip2-2.020-127.el6.x86_64
    filesystem-2.4.30-3.el6.x86_64
    qpid-cpp-server-ssl-0.14-22.0.1.el6_3.x86_64
    pciutils-3.1.4-11.el6.x86_64
    xml-common-0.6.3-32.el6.noarch
    ghostscript-8.70-14.el6_3.1.x86_64
    urw-fonts-2.4-10.el6.noarch
    iotop-0.3.2-3.el6.noarch
    mailcap-2.1.31-2.el6.noarch
    libxslt-1.1.26-2.0.2.el6_3.1.x86_64
    wget-1.12-1.4.el6.x86_64
    nss-softokn-freebl-3.12.9-11.el6.x86_64
    openjpeg-libs-1.3-9.el6_3.x86_64
    fipscheck-1.2.0-7.el6.x86_64
    libattr-2.4.44-7.el6.x86_64
    kernel-uek-firmware-2.6.39-200.31.1.el6uek.noarch
    info-4.13a-8.el6.x86_64
    bind-libs-9.8.2-0.10.rc1.el6_3.4.x86_64
    ConsoleKit-0.4.1-3.el6.x86_64
    systemtap-runtime-1.7-5.0.1.el6_3.1.x86_64
    iwl6000g2b-firmware-17.168.5.2-1.el6.noarch
    kernel-uek-headers-2.6.32-300.32.3.el6uek.x86_64
    iwl6050-firmware-41.28.5.1-2.el6.noarch
    perf-2.6.32-279.9.1.el6.x86_64
    gnupg2-2.0.14-4.el6.x86_64
    iwl6000-firmware-9.221.4.1-1.el6.noarch
    yum-utils-1.1.30-14.0.1.el6.noarch
    bzip2-libs-1.0.5-7.el6_0.x86_64
    nss_compat_ossl-0.9.6-1.el6.x86_64
    gamin-0.1.10-9.el6.x86_64
    jline-0.9.94-0.8.el6.noarch
    virt-what-1.11-1.1.el6.x86_64
    dbus-glib-0.86-5.el6.x86_64
    libSM-1.1.0-7.1.el6.x86_64
    sigar-1.6.5-0.4.git58097d9.el6.x86_64
    pam_passwdqc-1.0.5-6.el6.x86_64
    hunspell-en-0.20090216-7.1.el6.noarch
    libogg-1.1.4-2.1.el6.x86_64
    postfix-2.6.6-2.2.el6_1.x86_64
    libgpg-error-1.7-4.el6.x86_64
    libtdb-1.2.1-3.el6.x86_64
    ntp-4.2.4p8-2.el6.x86_64
    mlocate-0.22.2-3.el6.x86_64
    cronie-1.4.4-7.el6.x86_64
    cyrus-sasl-plain-2.1.23-13.el6.x86_64
    pkgconfig-0.23-9.1.el6.x86_64
    oddjob-0.30-5.el6.x86_64
    libtevent-0.9.8-8.el6.x86_64
    hdparm-9.16-3.4.el6.x86_64
    traceroute-2.0.14-2.el6.x86_64
    gpm-libs-1.20.6-12.el6.x86_64
    dosfstools-3.0.9-4.el6.x86_64
    eject-2.1.5-17.el6.x86_64
    sysvinit-tools-2.87-4.dsf.el6.x86_64
    iwl5000-firmware-8.83.5.1_1-1.el6_1.1.noarch
    elfutils-libs-0.152-1.el6.x86_64
    iwl4965-firmware-228.61.2.24-2.1.el6.noarch
    pyOpenSSL-0.10-2.el6.x86_64
    rt73usb-firmware-1.8-7.el6.noarch
    boost-thread-1.41.0-11.0.1.el6_1.2.x86_64
    python-ldap-2.3.10-1.el6.x86_64
    gpg-pubkey-ec551f03-4c2d256a
    libfontenc-1.0.5-2.el6.x86_64
    pygpgme-0.1-18.20090824bzr68.el6.x86_64
    libtool-ltdl-2.2.6-15.5.el6.x86_64
    python-lxml-2.2.3-1.1.el6.x86_64
    mc-4.7.0.2-3.el6.x86_64
    newt-0.52.11-3.el6.x86_64
    glib2-2.22.5-7.el6.x86_64
    nss-util-3.13.5-1.el6_3.x86_64
    pytz-2010h-2.el6.noarch
    python-urlgrabber-3.9.1-8.el6.noarch
    readline-6.0-4.el6.x86_64
    perl-Module-Pluggable-3.90-127.el6.x86_64
    boost-python-1.41.0-11.0.1.el6_1.2.x86_64
    perl-5.10.1-127.el6.x86_64
    libpng-1.2.49-1.el6_2.x86_64
    perl-URI-1.40-2.el6.noarch
    perl-Log-Message-0.02-127.el6.x86_64
    perl-Package-Constants-0.02-127.el6.x86_64
    libxcb-1.5-1.el6.x86_64
    cpio-2.10-10.el6.x86_64
    cairo-1.8.8-3.1.el6.x86_64
    libipa_hbac-1.8.0-32.el6.x86_64
    libXtst-1.0.99.2-3.el6.x86_64
    perl-Archive-Tar-1.58-127.el6.x86_64
    perl-HTML-Parser-3.64-2.el6.x86_64
    libXdamage-1.1.2-1.el6.x86_64
    perl-Module-CoreList-2.18-127.el6.x86_64
    libgcc-4.4.6-4.el6.i686
    libXfont-1.4.1-2.el6_1.x86_64
    libXcomposite-0.4.1-2.el6.x86_64
    perl-ExtUtils-ParseXS-2.2003.0-127.el6.x86_64
    giflib-4.1.6-3.1.el6.x86_64
    perl-ExtUtils-CBuilder-0.27-127.el6.x86_64
    ncurses-term-5.7-3.20090208.el6.x86_64
    tmpwatch-2.9.16-4.el6.x86_64
    grubby-7.0.15-3.0.1.el6.x86_64
    oracleasm-support-2.1.5-1.el6.x86_64
    coreutils-libs-8.4-19.el6.x86_64
    cpp-4.4.6-4.el6.x86_64
    hal-libs-0.5.14-11.el6.x86_64
    redhat-lsb-printing-4.0-3.0.1.el6.x86_64
    gcc-c++-4.4.6-4.el6.x86_64
    libutempter-1.1.5-4.1.el6.x86_64
    liboil-0.3.16-4.1.el6.x86_64
    hwdata-0.233-7.8.el6.noarch
    libaio-devel-0.3.107-10.el6.x86_64
    boost-iostreams-1.41.0-11.0.1.el6_1.2.x86_64
    libssh2-1.2.2-11.el6_3.x86_64
    compat-libcap1-1.10-1.x86_64
    hal-info-20090716-3.1.el6.noarch
    vim-minimal-7.2.411-1.8.el6.x86_64
    perl-YAML-Syck-1.07-4.el6.x86_64
    libcollection-0.6.0-9.el6.x86_64
    glibc-2.12-1.80.el6_3.5.x86_64
    boost-serialization-1.41.0-11.0.1.el6_1.2.x86_64
    oraclelinux-release-6Server-3.0.2.x86_64
    openssl-1.0.0-25.el6_3.1.x86_64
    dejavu-sans-fonts-2.30-2.el6.noarch
    qt-sqlite-4.6.2-24.el6.x86_64
    libxml2-2.7.6-8.0.1.el6_3.3.x86_64
    groff-1.18.1.4-21.el6.x86_64
    ql23xx-firmware-3.03.27-3.1.el6.noarch
    cups-libs-1.4.2-48.el6_3.1.x86_64
    cracklib-2.8.16-4.el6.x86_64
    pcmciautils-015-4.2.el6.x86_64
    man-1.6f-30.el6.x86_64
    qpid-cpp-client-ssl-0.14-22.0.1.el6_3.x86_64
    nss-tools-3.13.5-1.0.1.el6_3.x86_64
    alsa-lib-1.0.22-3.el6.x86_64
    hwloc-1.1-0.1.el6.x86_64
    perl-Test-Simple-0.92-127.el6.x86_64
    phonon-backend-gstreamer-4.6.2-24.el6.x86_64
    perl-Time-Piece-1.15-127.el6.x86_64
    fprintd-0.1-20.git04fd09cfa.el6.x86_64
    python-saslwrapper-0.14-1.el6.x86_64
    device-mapper-event-1.02.74-10.el6.x86_64
    matahari-agent-lib-0.6.0-14.el6.x86_64
    matahari-sysconfig-0.6.0-14.el6.x86_64
    matahari-rpc-0.6.0-14.el6.x86_64
    dmraid-1.0.0.rc16-11.el6.x86_64
    matahari-host-0.6.0-14.el6.x86_64
    portreserve-0.0.4-9.el6.x86_64
    libreport-2.0.9-5.0.1.el6.x86_64
    libreport-plugin-mailx-2.0.9-5.0.1.el6.x86_64
    abrt-addon-kerneloops-2.0.8-6.0.1.el6.x86_64
    libtasn1-2.3-3.el6_2.1.x86_64
    libref_array-0.1.1-9.el6.x86_64
    file-libs-5.04-13.el6.x86_64
    c-ares-1.7.0-6.el6.x86_64
    rpcbind-0.2.0-9.el6.x86_64
    busybox-1.15.1-15.el6.x86_64
    dhclient-4.1.1-31.P1.0.1.el6_3.1.x86_64
    vim-enhanced-7.2.411-1.8.el6.x86_64
    samba-client-3.5.10-125.el6.x86_64
    openssh-server-5.3p1-81.el6.x86_64
    rsyslog-5.8.10-2.el6.x86_64
    rng-tools-2-13.el6_2.x86_64
    fprintd-pam-0.1-20.git04fd09cfa.el6.x86_64
    sudo-1.7.4p5-13.el6_3.x86_64
    rhn-check-1.0.0-87.0.2.el6.noarch
    m2crypto-0.20.2-9.el6.x86_64
    gdb-7.2-56.el6.x86_64
    audit-2.2-2.el6.x86_64
    oprofile-0.9.7-1.el6.x86_64
    valgrind-3.6.0-5.el6.x86_64
    irqbalance-0.55-35.0.1.el6_3.x86_64
    alsa-utils-1.0.22-3.el6.x86_64
    dmidecode-2.11-2.el6_1.x86_64
    libgomp-4.4.6-4.el6.x86_64
    oraclelinux-release-notes-6Server-7.x86_64
    xmlrpc-c-client-1.16.24-1209.1840.el6.x86_64
    selinux-policy-3.7.19-155.0.1.el6_3.4.noarch
    cas-0.15-1.el6.1.noarch
    ca-certificates-2010.63-3.el6_1.5.noarch
    perl-CPAN-1.9402-127.el6.x86_64
    libsndfile-1.0.20-5.el6.x86_64
    cups-1.4.2-48.el6_3.1.x86_64
    MySQL-python-1.2.3-0.3.c1.1.el6.x86_64
    dejavu-fonts-common-2.30-2.el6.noarch
    qt-x11-4.6.2-24.el6.x86_64
    krb5-workstation-1.9-33.el6_3.3.x86_64
    pulseaudio-libs-0.9.21-14.el6_3.x86_64
    dracut-kernel-004-284.0.1.el6_3.1.noarch
    util-linux-ng-2.17.2-12.7.el6.x86_64
    tzdata-java-2012f-1.el6.noarch
    iwl100-firmware-39.31.5.1-1.el6.noarch
    kpartx-0.4.9-56.el6_3.1.x86_64
    mailx-12.4-6.el6.x86_64
    yum-3.2.29-40.0.1.el6.noarch
    acpid-1.0.10-2.1.el6.x86_64
    cyrus-sasl-lib-2.1.23-13.el6.x86_64
    hesiod-3.1.0-19.el6.x86_64
    usbutils-003-4.el6.x86_64
    tcp_wrappers-libs-7.6-57.el6.x86_64
    mdadm-3.2.3-9.el6.x86_64
    xz-libs-4.999.9-0.3.beta.20091007git.el6.x86_64
    abrt-2.0.8-6.0.1.el6.x86_64
    libnl-1.1-14.el6.x86_64
    abrt-tui-2.0.8-6.0.1.el6.x86_64
    unzip-6.0-1.el6.x86_64
    pciutils-libs-3.1.4-11.el6.x86_64
    libini_config-0.6.1-9.el6.x86_64
    powertop-1.11-6.el6.x86_64
    psmisc-22.6-15.el6_0.1.x86_64
    sssd-1.8.0-32.el6.x86_64
    pixman-0.18.4-1.el6_0.1.x86_64
    bridge-utils-1.2-9.el6.x86_64
    boost-filesystem-1.41.0-11.0.1.el6_1.2.x86_64
    dhcp-common-4.1.1-31.P1.0.1.el6_3.1.x86_64
    ustr-1.0.4-9.1.el6.x86_64
    xz-4.999.9-0.3.beta.20091007git.el6.x86_64
    nfs-utils-1.2.3-26.el6.x86_64
    zd1211-firmware-1.4-4.el6.noarch
    checkpolicy-2.0.22-1.el6.x86_64
    matahari-0.6.0-14.el6.x86_64
    rhnlib-2.5.22-12.0.2.el6.noarch
    rootfiles-8.1-6.1.el6.noarch
    libusb-0.1.12-23.el6.x86_64
    parted-2.1-18.el6.x86_64
    gettext-0.17-16.el6.x86_64
    pth-2.0.7-9.3.el6.x86_64
    system-config-network-tui-1.6.0.el6.2-1.0.3.el6.noarch
    python-netaddr-0.7.5-4.el6.noarch
    bash-4.1.2-9.el6_2.x86_64
    man-pages-overrides-6.3.3-1.el6.noarch
    nspr-4.9.1-2.el6_3.x86_64
    grub-0.97-77.0.1.el6.x86_64
    python-crypto-2.0.1-22.el6.x86_64
    sed-4.2.1-10.el6.x86_64
    sysstat-9.0.4-20.el6.x86_64
    rhnsd-4.9.3-2.0.1.el6.x86_64
    perl-Pod-Escapes-1.04-127.el6.x86_64
    numactl-2.0.7-3.el6.x86_64
    boost-1.41.0-11.0.1.el6_1.2.x86_64
    libudev-147-2.42.el6.x86_64
    crash-trace-command-1.0-4.el6.x86_64
    libX11-1.3-2.el6.x86_64
    matahari-core-0.6.0-14.el6.x86_64
    ql2400-firmware-5.06.05-1.el6.noarch
    libXrandr-1.3.0-4.el6.x86_64
    perl-Object-Accessor-0.34-127.el6.x86_64
    perl-libxml-perl-0.08-10.el6.noarch
    nss-softokn-freebl-3.12.9-11.el6.i686
    pycairo-1.8.6-2.1.el6.x86_64
    perl-File-Fetch-0.26-127.el6.x86_64
    ncurses-libs-5.7-3.20090208.el6.i686
    gmp-4.3.1-7.el6_2.2.x86_64
    flac-1.2.1-6.1.el6.x86_64
    ppl-0.10.2-11.el6.x86_64
    python-matplotlib-0.99.1.2-1.el6.x86_64
    qt-4.6.2-24.el6.x86_64
    patch-2.6-6.el6.x86_64
    libXxf86dga-1.1.1-1.el6.x86_64
    kbd-misc-1.15-11.el6.noarch
    procps-3.2.8-23.el6.x86_64
    perl-Date-Manip-6.24-1.el6.noarch
    libdrm-2.4.25-2.el6.x86_64
    libgfortran-4.4.6-4.el6.x86_64
    python-libs-2.6.6-29.el6_3.3.x86_64
    python-krbV-1.0.90-3.el6.x86_64
    gzip-1.3.12-18.el6.x86_64
    dbus-libs-1.2.24-7.0.1.el6_3.x86_64
    nss-sysinit-3.13.5-1.0.1.el6_3.x86_64
    samba-winbind-clients-3.5.10-125.el6.x86_64
    glibc-devel-2.12-1.80.el6_3.5.x86_64
    plymouth-scripts-0.8.3-24.0.1.el6.x86_64
    basesystem-10.0-4.0.1.el6.noarch
    mesa-libGL-7.11-5.el6.x86_64
    postgresql-docs-8.4.13-1.el6_3.x86_64
    poppler-0.12.4-3.el6_0.1.x86_64
    ncurses-base-5.7-3.20090208.el6.x86_64
    perl-parent-0.221-127.el6.x86_64
    kernel-devel-2.6.32-279.5.2.el6.x86_64
    oddjob-mkhomedir-0.30-5.el6.x86_64
    zlib-1.2.3-27.el6.x86_64
    libselinux-utils-2.0.94-5.3.el6.x86_64
    kernel-firmware-2.6.32-279.9.1.el6.noarch
    device-mapper-libs-1.02.74-10.el6.x86_64
    tzdata-2012f-1.el6.noarch
    iwl6000g2a-firmware-17.168.5.3-1.el6.noarch
    libjpeg-6b-46.el6.x86_64
    policycoreutils-2.0.83-19.24.0.1.el6.x86_64
    yum-rhn-plugin-0.9.1-43.0.1.el6.noarch
    gpgme-1.1.8-3.el6.x86_64
    matahari-service-0.6.0-14.el6.x86_64
    libaio-0.3.107-10.el6.x86_64
    pinfo-0.6.9-12.el6.x86_64
    libtalloc-2.0.1-1.1.el6.x86_64
    cryptsetup-luks-libs-1.2.0-7.el6.x86_64
    boost-program-options-1.41.0-11.0.1.el6_1.2.x86_64
    libreport-python-2.0.9-5.0.1.el6.x86_64
    perl-XML-Grove-0.46alpha-40.el6.noarch
    which-2.19-6.el6.x86_64
    libreport-cli-2.0.9-5.0.1.el6.x86_64
    wireless-tools-29-5.1.1.el6.x86_64
    bzip2-1.0.5-7.el6_0.x86_64
    ypbind-1.20.4-29.el6.x86_64
    nano-2.0.9-7.el6.x86_64
    libgssglue-0.1-11.el6.x86_64
    vconfig-1.9-8.1.el6.x86_64
    kernel-2.6.32-279.5.1.el6.x86_64
    b43-fwcutter-012-2.2.el6.x86_64
    libmng-1.0.10-4.1.el6.x86_64
    libffi-3.0.5-3.2.el6.x86_64
    ivtv-firmware-20080701-20.2.noarch
    python-ethtool-0.6-1.el6.x86_64
    iwl3945-firmware-15.32.2.9-4.el6.noarch
    bc-1.06.95-1.el6.x86_64
    words-3.0-17.el6.noarch
    mysql-server-5.1.61-4.el6.x86_64
    python-kerberos-1.1-6.2.el6.x86_64
    rpm-4.8.0-27.el6.x86_64
    libpcap-1.0.0-6.20091201git117cb5.el6.x86_64
    passwd-0.77-4.el6_2.2.x86_64
    chkconfig-1.3.49.3-2.el6.x86_64
    cvs-1.11.23-11.el6_2.1.x86_64
    libuuid-2.17.2-12.7.el6.x86_64
    perl-DBI-1.609-4.el6.x86_64
    at-3.1.10-43.el6_2.1.x86_64
    pygobject2-2.20.0-5.el6.x86_64
    gawk-3.1.7-9.el6.x86_64
    libgudev1-147-2.42.el6.x86_64
    python-nose-0.10.4-3.1.el6.noarch
    perl-Pod-Simple-3.13-127.el6.x86_64
    ntsysv-1.3.49.3-2.el6.x86_64
    perl-Module-Load-0.16-127.el6.x86_64
    trace-cmd-1.0.5-7.el6.x86_64
    theora-tools-1.1.0-2.el6.x86_64
    libtiff-3.9.4-6.el6_3.x86_64
    perl-DBD-SQLite-1.27-3.el6.x86_64
    nfs4-acl-tools-0.3.3-6.el6.x86_64
    libXfixes-4.0.4-1.el6.x86_64
    perl-Compress-Zlib-2.020-127.el6.x86_64
    kernel-devel-2.6.32-279.5.1.el6.x86_64
    qt3-3.3.8b-30.el6.x86_64
    perl-ExtUtils-MakeMaker-6.55-127.el6.x86_64
    boost-graph-1.41.0-11.0.1.el6_1.2.x86_64
    ncurses-devel-5.7-3.20090208.el6.x86_64
    pango-1.28.1-3.el6_0.5.x86_64
    perl-Digest-SHA-5.47-127.el6.x86_64
    gstreamer-0.10.29-1.0.1.el6.x86_64
    libXmu-1.0.5-1.el6.x86_64
    foomatic-db-4.0-7.20091126.el6.noarch
    pam-1.1.1-10.el6_2.1.x86_64
    tcp_wrappers-7.6-57.el6.x86_64
    compat-libstdc++-33-3.2.3-69.el6.x86_64
    gstreamer-plugins-base-0.10.29-1.el6.x86_64
    pinentry-0.7.6-6.el6.x86_64
    elfutils-libelf-devel-0.152-1.el6.x86_64
    iproute-2.6.32-20.el6.x86_64
    boost-signals-1.41.0-11.0.1.el6_1.2.x86_64
    krb5-libs-1.9-33.el6_3.3.x86_64
    atlas-3.8.4-2.el6.x86_64
    cdparanoia-libs-10.2-5.1.el6.x86_64
    postgresql-libs-8.4.13-1.el6_3.x86_64
    redhat-lsb-4.0-3.0.1.el6.x86_64
    sssd-client-1.8.0-32.el6.x86_64
    python-qpid-qmf-0.14-14.0.1.el6_3.x86_64
    seekwatcher-0.12-5.el6.noarch
    libcurl-7.19.7-26.el6_2.4.x86_64
    I want to upgrade my OS from official repository on Primary and Standby Servers. And I have a question:
    Will I have a problem with my RDBMS after upgrade OS (e.g. statuses in dba_registry will become INVALID)?

    It's Ok.
    Now I have:
    $ cat /etc/issue
    Oracle Linux Server release 6.4
    No any problem.

Maybe you are looking for

  • Analysis Service Execute DDL Task throwing error with SourceType Variable

    Hi, I have Configuring Analysis Services Execute DDL Task to use Variable and Process Data(xmla Script) like below: When I execute this task I get the below error message: [Analysis Services Execute DDL Task] Error: The --> text node at line 23, colu

  • Monitor stuck with black screen "out of range" (screen resolution)

    Help! I can't get back to my normal screen to change my resolution. Is there a key combination that will get me back to something useable?

  • DDL Generation not working

    Hi all, for some strange reason the DDL generation has stopped working. See below. The physical model is definitely selected and also all the objects in it. Any suggestions? Thanks and regards, Garry -- Generated by Oracle SQL Developer Data Modeler

  • 10.6.7 Fine 10.6.8 Unbootable ?!?!?!

    Fellow Mac-users, Since a few days I have trouble with my iMac 20" (early 2009). I was running 10.6.7 without trouble but when I run the 10.6.8 update it won't boot anymore. When it starts up the screen stays grey. It's either plain grey or it's a gr

  • Photoshop cs6 encountered a problem and needs to close

    i bought the student edition of photoshop cs6 extended, installed it with no problem to my computer, im running windows xp, and when i start it up, a message comes up saying 'adobe photoshop has encountered an error and need to close'.  i have uninst