GC 10.2.0.4 on RHEL4.7 32-bit cannot see hosts running RHEL5.2 64-bit

I'm new to GC and have:
GC Server 10.2.0.4 on a RHEL4.7 32-bit server trying to manage targets that are RHEL5.2 64-bit. The GC comes up and sees it's local host server but I cannot get the agents from the RHEL5.2 servers to register.
The steps I took:
1. Installed base 10.2.0.1 on RHEL4.7 (32-bit) server
2. Upgraded GC to 10.2.0.4 (did not upgrade the DB repository)
3. Deployed 10.2.0.4 Linux 64-bit agents to targets
Any ideas on what I may have missed?
Thanks in advance,
Martha

Sure enough the upload failed with:
"EMD upload error: uploadXMLFiles skipped :: OMS version not checked"
A quick google search turned up a match on this forum where it was noted that the permissions were not set up correctly. And it was recommended to run: ./emctl secure agent <mypassword>
Once I did that, I can see the target hosts om the OEM GC server.
Thanks for the hint!
Martha

Similar Messages

  • Permission denied :Oracle 10g on RHEL4

    I am using ubuntu 10.10 and Virtualbox installed on it.I have installed red hat (RHEL4) on virtualbox.When i try to run the oracle installer from the cdrom i get the following error "permission denied".I am have tried to edit fstab entry in /etc but it didnt worked.I am only getting a read permission and unable to chmod it.

    Automount does not mount cd/dvd rom media with execute privileges.
    If you prefer a permanent solution, you can try the following:
    Find the following line in /etc/auto.misc:
    cd              -fstype=iso9660,ro,nosuid,nodev :/dev/cdrom
    and add exec so it look like:
    cd              -fstype=iso9660,ro,nosuid,nodev,exec :/dev/cdromI usually add the Oracle to root sudoers (visudo command), at least for the duration of the install. Then simply do:
    - Insert DVD or mount iso in Virtualbox
    - Oracle User: sudo umount /dev/cdrom
    - Oracle User: sudo mount /dev/cdrom /media
    If you see "runinstaller" instead of "runInstaller" you may have some hybrid dvd and you can try the following:
    sudo mount -o loop,norock /dev/cdrom /media
    Btw: Installing Oracle 11g R2 on Ubuntu 10 Howto:
    Installing Oracle 11g R2 on Ubuntu 10 Howto

  • Mount ocfs2 error in oracle 10g installation on vmware

    Dear All this is very urgent.....kindly help me...
    i m running this command for mount ocfs folder but not run gives error below.......
    [root@rac1 ~]#mount -t ocfs2 -o datavolume,nointr /dev/sda1 /ocfs
    ocfs2_hb_ctl: Bad magic number in superblock while reading uuid
    mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted"
    --------I have run this command for checking----------
    $ mounted.ocfs2 -d
    $ mounted.ocfs2 -f
    $ cat /etc/ocfs2/cluster.conf
    $ /etc/rc.d/init.d/ocfs2 status [ as root ]
    ---------the output is below--------------------------------
    --------From node 1----------------------------------------------
    [root@rac1 ~]# mounted.ocfs2 -d
    Device FS UUID Label
    [root@rac1 ~]# mounted.ocfs2 -f
    Device FS Nodes
    [root@rac1 ~]# cat /etc/ocfs2/cluster.conf
    node:
    ip_port = 7777
    ip_address = 172.16.31.195
    number = 0
    name = rac1
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 172.16.31.197
    number = 1
    name = rac2
    cluster = ocfs2
    cluster:
    node_count = 2
    name = ocfs2
    [root@rac1 ~]#
    [root@rac1 ~]# /etc/rc.d/init.d/ocfs2 status
    [root@rac1 ~]#
    ----------------------from node 2----------------------------------
    output from node2
    [root@rac2 ~]# su -
    [root@rac2 ~]# mounted.ocfs2 -d
    -bash: mounted.ocfs2: command not found
    [root@rac2 ~]# mounted.ocfs2 -f
    -bash: mounted.ocfs2: command not found
    [root@rac2 ~]# cat /etc/ocfs2/cluster.conf
    node:
    ip_port = 7777
    ip_address = 172.16.31.195
    number = 0
    name = rac1
    cluster = ocfs2
    node:
    ip_port = 7777
    ip_address = 172.16.31.197
    number = 1
    name = rac2
    cluster = ocfs2
    cluster:
    node_count = 2
    name = ocfs2
    [root@rac2 ~]# /etc/rc.d/init.d/ocfs2 status
    [root@rac2 ~]#
    the both node is installed on VMWARE AND LINUX IS OEL4....THE CONFIGRATION OF vmx file below
    ------from first node vmx file configration----------------------
    .encoding = "windows-1252"
    config.version = "8"
    virtualHW.version = "7"
    scsi0.present = "TRUE"
    scsi0.virtualDev = "lsilogic"
    memsize = "1056"
    ide0:0.present = "TRUE"
    ide0:0.fileName = "D:\vmware\ractesting\rac1.vmdk"
    ide1:0.present = "TRUE"
    ide1:0.autodetect = "TRUE"
    ide1:0.deviceType = "cdrom-image"
    floppy0.startConnected = "FALSE"
    floppy0.fileName = ""
    floppy0.autodetect = "TRUE"
    ethernet0.present = "TRUE"
    ethernet0.wakeOnPcktRcv = "FALSE"
    ethernet0.addressType = "generated"
    usb.present = "TRUE"
    ehci.present = "TRUE"
    sound.present = "TRUE"
    sound.fileName = "-1"
    sound.autodetect = "TRUE"
    serial0.present = "TRUE"
    serial0.fileType = "thinprint"
    pciBridge0.present = "TRUE"
    pciBridge4.present = "TRUE"
    pciBridge4.virtualDev = "pcieRootPort"
    pciBridge4.functions = "8"
    pciBridge5.present = "TRUE"
    pciBridge5.virtualDev = "pcieRootPort"
    pciBridge5.functions = "8"
    pciBridge6.present = "TRUE"
    pciBridge6.virtualDev = "pcieRootPort"
    pciBridge6.functions = "8"
    pciBridge7.present = "TRUE"
    pciBridge7.virtualDev = "pcieRootPort"
    pciBridge7.functions = "8"
    vmci0.present = "TRUE"
    roamingVM.exitBehavior = "go"
    displayName = "rac1"
    guestOS = "rhel4"
    nvram = "rac1.nvram"
    virtualHW.productCompatibility = "hosted"
    printers.enabled = "TRUE"
    extendedConfigFile = "rac1.vmxf"
    disk.locking="FALSE"
    disklib.dataCacheMaxSize="0"
    scsi1.sharedBus="virtual"
    scsi0:0.present = "TRUE"
    scsi0:0.fileName = "D:\sharedstorage\ocfs2disk.vmdk"
    scsi0:0.mode = "independent-persistent"
    scsi0:0.deviceType="disk"
    scsi0:1.present = "TRUE"
    scsi0:1.fileName = "D:\sharedstorage\asmdisk1.vmdk"
    scsi0:1.mode = "independent-persistent"
    scsi0:1.deviceType="disk"
    scsi0:2.present = "TRUE"
    scsi0:2.fileName = "D:\sharedstorage\asmdisk2.vmdk"
    scsi0:2.mode = "independent-persistent"
    scsi0:2.deviceType="disk"
    scsi0:3.present = "TRUE"
    scsi0:3.fileName = "D:\sharedstorage\asmdisk3.vmdk"
    scsi0:3.mode = "independent-persistent"
    scsi0:3.deviceType="disk"
    ethernet1.present = "TRUE"
    ethernet1.connectionType = "hostonly"
    ethernet1.wakeOnPcktRcv = "FALSE"
    ethernet1.addressType = "generated"
    ide1:0.fileName = "E:\OEL4\Enterprise-R4-U4-i386-disc4.iso"
    ethernet0.generatedAddress = "00:0c:29:de:6c:7a"
    ethernet1.generatedAddress = "00:0c:29:de:6c:84"
    uuid.location = "56 4d a1 a0 2f 33 08 24-12 e5 7a 39 a7 de 6c 7a"
    uuid.bios = "56 4d a1 a0 2f 33 08 24-12 e5 7a 39 a7 de 6c 7a"
    cleanShutdown = "FALSE"
    replay.supported = "FALSE"
    replay.filename = ""
    ide0:0.redo = ""
    scsi0:0.redo = ""
    scsi0:1.redo = ""
    scsi0:2.redo = ""
    scsi0:3.redo = ""
    pciBridge0.pciSlotNumber = "17"
    pciBridge4.pciSlotNumber = "21"
    pciBridge5.pciSlotNumber = "22"
    pciBridge6.pciSlotNumber = "23"
    pciBridge7.pciSlotNumber = "24"
    scsi0.pciSlotNumber = "16"
    usb.pciSlotNumber = "32"
    ethernet0.pciSlotNumber = "33"
    ethernet1.pciSlotNumber = "34"
    sound.pciSlotNumber = "35"
    ehci.pciSlotNumber = "36"
    vmci0.pciSlotNumber = "37"
    vmotion.checkpointFBSize = "16777216"
    ethernet0.generatedAddressOffset = "0"
    ethernet1.generatedAddressOffset = "10"
    vmci0.id = "-1478595462"
    checkpoint.vmState = ""
    tools.syncTime = "TRUE"
    tools.remindInstall = "FALSE"
    ide1:0.startConnected = "FALSE"
    ------and also paste vmx file configration from node2---------------------
    .encoding = "windows-1252"
    config.version = "8"
    virtualHW.version = "7"
    scsi0.present = "TRUE"
    scsi0.virtualDev = "lsilogic"
    memsize = "1056"
    ide0:0.present = "TRUE"
    ide0:0.fileName = "rac2.vmdk"
    ide1:0.present = "TRUE"
    ide1:0.autodetect = "TRUE"
    ide1:0.deviceType = "cdrom-image"
    floppy0.startConnected = "FALSE"
    floppy0.fileName = ""
    floppy0.autodetect = "TRUE"
    ethernet0.present = "TRUE"
    ethernet0.wakeOnPcktRcv = "FALSE"
    ethernet0.addressType = "generated"
    usb.present = "TRUE"
    ehci.present = "TRUE"
    sound.present = "TRUE"
    sound.fileName = "-1"
    sound.autodetect = "TRUE"
    serial0.present = "TRUE"
    serial0.fileType = "thinprint"
    pciBridge0.present = "TRUE"
    pciBridge4.present = "TRUE"
    pciBridge4.virtualDev = "pcieRootPort"
    pciBridge4.functions = "8"
    pciBridge5.present = "TRUE"
    pciBridge5.virtualDev = "pcieRootPort"
    pciBridge5.functions = "8"
    pciBridge6.present = "TRUE"
    pciBridge6.virtualDev = "pcieRootPort"
    pciBridge6.functions = "8"
    pciBridge7.present = "TRUE"
    pciBridge7.virtualDev = "pcieRootPort"
    pciBridge7.functions = "8"
    vmci0.present = "TRUE"
    roamingVM.exitBehavior = "go"
    displayName = "rac2"
    guestOS = "rhel4"
    nvram = "rac2.nvram"
    virtualHW.productCompatibility = "hosted"
    printers.enabled = "TRUE"
    extendedConfigFile = "rac2.vmxf"
    ethernet1.present = "TRUE"
    ethernet1.connectionType = "hostonly"
    ethernet1.wakeOnPcktRcv = "FALSE"
    ethernet1.addressType = "generated"
    disk.locking="FALSE"
    disklib.dataCacheMaxSize="0"
    scsi1.sharedBus="virtual"
    scsi0:0.present = "TRUE"
    scsi0:0.fileName = "D:\sharedstorage\ocfs2disk.vmdk"
    scsi0:0.mode = "independent-persistent"
    scsi0:0.deviceType="disk"
    scsi0:1.present = "TRUE"
    scsi0:1.fileName = "D:\sharedstorage\asmdisk1.vmdk"
    scsi0:1.mode = "independent-persistent"
    scsi0:1.deviceType="disk"
    scsi0:2.present = "TRUE"
    scsi0:2.fileName = "D:\sharedstorage\asmdisk2.vmdk"
    scsi0:2.mode = "independent-persistent"
    scsi0:2.deviceType="disk"
    scsi0:3.present = "TRUE"
    scsi0:3.fileName = "D:\sharedstorage\asmdisk3.vmdk"
    scsi0:3.mode = "independent-persistent"
    scsi0:3.deviceType="disk"
    ide1:0.fileName = "E:\OEL4\Enterprise-R4-U4-i386-disc4.iso"
    ide1:0.startConnected = "FALSE"
    ethernet0.generatedAddress = "00:0c:29:dc:e1:c9"
    ethernet1.generatedAddress = "00:0c:29:dc:e1:d3"
    tools.syncTime = "TRUE"
    uuid.location = "56 4d c6 2a 5b 77 ee e5-79 46 84 cd 2b dc e1 c9"
    uuid.bios = "56 4d c6 2a 5b 77 ee e5-79 46 84 cd 2b dc e1 c9"
    cleanShutdown = "FALSE"
    replay.supported = "FALSE"
    replay.filename = ""
    ide0:0.redo = ""
    scsi0:0.redo = ""
    scsi0:1.redo = ""
    scsi0:2.redo = ""
    scsi0:3.redo = ""
    pciBridge0.pciSlotNumber = "17"
    pciBridge4.pciSlotNumber = "21"
    pciBridge5.pciSlotNumber = "22"
    pciBridge6.pciSlotNumber = "23"
    pciBridge7.pciSlotNumber = "24"
    scsi0.pciSlotNumber = "16"
    usb.pciSlotNumber = "32"
    ethernet0.pciSlotNumber = "33"
    ethernet1.pciSlotNumber = "34"
    sound.pciSlotNumber = "35"
    ehci.pciSlotNumber = "36"
    vmci0.pciSlotNumber = "37"
    vmotion.checkpointFBSize = "16777216"
    usb:1.present = "TRUE"
    ethernet0.generatedAddressOffset = "0"
    ethernet1.generatedAddressOffset = "10"
    vmci0.id = "735896009"
    usb:1.deviceType = "hub"

    What's the output of "/etc/init.d/o2cb status"
    Have you formatted the partition i.e. mkfs -t ocfs2 /dev/sdb1

  • Insert statements using function are slow in 10.2.0.3

    I am migrating our data warehouse server to newer more powerful hardware, both server and disk are far superior. As part of the migration the oracle rdbms version is also changing from 10.1.0.3 to 10.2.0.3 on RHEL4.
    We have some jobs that run and populate some fact tables and when the insert runs on the new server it is at least 6 times slower that on the older hardware. The job that does the inserts uses some funtions to populate some fileds and seems to be the culprit quite possibly?
    I can insert many rows quickly in the same table space with all of the same storage parameters and this goes really fast but when we call the functions it really slows down to a crawl?
    Is is possible this could be a bug in the 10.2.0.3 rdbms version?

    You have not provided substantial amounts of information required to help you.
    Here is a partial list.
    1. Has anyone collected system statistics on the new system?
    http://www.morganslibrary.org/reference/system_stats.html
    2. Has anyone produced Explain Plan reports with DBMS_XPLAN to see if the plans are different?
    http://www.morganslibrary.org/reference/explain_plan.html
    3. Has anyone run StatsPacks to compare the systems?
    http://tahiti.oracle.com
    We can't help you without knowing what is different.

  • CRS could not start after reboot

    I installed oracle 10g R2 RAC on RHEL4 U4 with 2 nodes. It runs fine on 2 nodes (without reboot after installation). But when I rebooted one node, I found that the CRS daemon could not start automatically. The boot menu show "Starting CRS" [OK]. The "init.crs start" command won't init the CRS daemon.
    $ ./crs_stat
    CRS-0184: Cannot communicate with the CRS daemon.
    SQL> conn / as sysdba
    Connected to an idle instance.
    SQL> startup
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+DATA1/RAC/spfileRAC.ora'
    ORA-17503: ksfdopn:2 Failed to open file +DATA1/RAC/spfileRAC.ora
    ORA-15077: could not locate ASM instance serving a required diskgroup
    ORA-29701: unable to connect to Cluster Manager
    $ /etc/init.d/init.crs start
    Startup will be queued to init within 90 seconds.
    $ cat /etc/inittab
    id:5:initdefault:
    # Run xdm in runlevel 5
    x:5:respawn:/etc/X11/prefdm -nodaemon
    h1:35:respawn:/etc/init.d/init.evmd run >/dev/null 2>&1 </dev/null
    h2:35:respawn:/etc/init.d/init.cssd fatal >/dev/null 2>&1 </dev/null
    h3:35:respawn:/etc/init.d/init.crsd run >/dev/null 2>&1 </dev/null
    $ ls /etc/rc5.d
    K01tog-pegasus K35smb K85mdmpd S05openibd S18rpcidmapd S55sshd S96readahead
    K02NetworkManager K35vncserver K87auditd S06cpuspeed S19rpcgssd S56rawdevices S97messagebus
    K05saslauthd K35winbind K87ipmi S08arptables_jf S19vmware-tools S56xinetd S97rhnsd
    K10dc_server K40smartd K89netplugd S08iptables S25netfs S58ntpd S98cups-config-daemon
    K10psacct K50ibmasm K90bluetooth S09isdn S26apmd S80sendmail S98haldaemon
    K12dc_client K50netdump K94diskdump S10network S26lm_sensors S85gpm S99local
    K15httpd K50snmpd K96pcmcia S12syslog S27vasd S90crond
    K20nfs K50snmptrapd S00microcode_ctl S13irqbalance S28autofs S90xfs
    K24irda K50tux S01sysstat S13portmap S29oracleasm S95anacron
    K25squid K73ypbind S04readahead_early S14nfslock S44acpid S95atd
    K30spamassassin K74nscd S05kudzu S15mdmonitor S55cups S96init.crs
    Do I miss any configuration to initialize the CRSD at boot?
    thanks, ezlee

    did you run cluster verification utility for node connectivity?
    http://docs.oracle.com/cd/E11882_01/rac.112/e16794/cvu.htm#autoId19
    also check the logs ad $GRID_HOME/log/<hostname>/...
    starting with alert.log, then the ones its referencing

  • How to connect oracle on linux

    O/S= Windows XP SP2
    ORACLE Client- 10.2.0.1
    Oracle : 10.2.0.1... linux RHEL4
    Sir,
    I am having a machine with RHEL4 installed on VMWare. I want to connect ORACLE installed in linux on windows. I have installed Oracle Client on Windows. Now Pl. guide how can I be able to connect oracle through Oracle Client. I want to use ORACLE for some development on ASP.Net.
    Following is the Tnsname.ora file of Linux installation
    # tnsnames.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Kindly Guide me the Steps how can I connect ORACLE.
    Thanks

    Sir,
    here I am pasting output of all commands.
    [oracle@localhost ~]$ env|sort
    CLASSPATH=/u01/app/oracle/product/10.2.0/db_1/JRE:/u01/app/oracle/product/10.2.0/db_1/jlib:/u01/app/oracle/product/10.2.0/db_1/rdbms/jlib
    COLORTERM=gnome-terminal
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-onw8BmaUC9
    DESKTOP_SESSION=default
    DISPLAY=:0.0
    G_BROKEN_FILENAMES=1
    GDMSESSION=default
    GNOME_DESKTOP_SESSION_ID=Default
    GNOME_KEYRING_SOCKET=/tmp/keyring-7u3EBx/socket
    GTK_RC_FILES=/etc/gtk/gtkrc:/home/oracle/.gtkrc-1.2-gnome2
    HISTSIZE=1000
    HOME=/home/oracle
    HOSTNAME=localhost.localdomain
    INPUTRC=/etc/inputrc
    KDEDIR=/usr
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/u01/app/oracle/product/10.2.0/db_1/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/u01/app/oracle
    ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    ORACLE_SID=orcl
    ORACLE_TERM=xterm
    PATH=/u01/app/oracle/product/10.2.0/db_1/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    PWD=/home/oracle
    QTDIR=/usr/lib/qt-3.3
    SESSION_MANAGER=local/localhost.localdomain:/tmp/.ICE-unix/3185
    SHELL=/bin/bash
    SHLVL=2
    SSH_AGENT_PID=3213
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_AUTH_SOCK=/tmp/ssh-RAdzDO3212/agent.3212
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    _=/usr/bin/env
    WINDOWID=37748817
    XAUTHORITY=/home/oracle/.Xauthority
    [oracle@localhost ~]$ cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:00:14
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JUL-2010 13:28:24
    Uptime 0 days 2 hr. 31 min. 49 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:00:19
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JUL-2010 13:28:24
    Uptime 0 days 2 hr. 31 min. 54 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@localhost ~]$ [oracle@localhost ~]$ lsnrctl service
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JUL-2010 16:03:25
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost.localdomain)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl" has 2 instance(s).
    Instance "ORCL", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:5 refused:0
    LOCAL SERVER
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1022 state:ready
    DISPATCHER <machine: localhost.localdomain, pid: 3421>
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=32808))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    [oracle@localhost ~]$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Jul 9 16:03:38 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> startup mount
    ORA-32004: obsolete and/or deprecated parameter(s) specified
    ORA-01081: cannot start already-running ORACLE - shut it down first
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    [oracle@localhost ~]$

  • "Inside isClusterMode, bCluster is : false" while installing 9i

    Hi,
    I am facing a strange error while installing Oracle 9i R2 on RHEL4 x86-64 Bit on HP ProLiant DL365 servers.
    After i have run the ./runInstaller command the Universal installer starts the installation.. however in the background on the unix prompt i get this messages continiously.
    Inside isCluster, bCluster bfr return is : false
    Inside isCluster, bCluster bfr return is : false
    Inside isCluster, bCluster bfr return is : false
    Inside isCluster, bCluster bfr return is : false
    however after while the Installer reaches Configuration tools part, the Database Configuration Assistant (DBCA) does not start.. and it never moves forward, it sort of hangs.
    All the packages are in place.
    There is no package that shows not installed error.
    This is my .bash_profile
    export LD_ASSUME_KERNEL=2.4.21
    # Oracle Environment
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/9.2.0
    export ORACLE_SID=hp001
    export ORACLE_TERM=xterm
    # export TNS_ADMIN= Set if sqlnet.ora, tnsnames.ora, etc. are not in $ORACLE_HOME/network/admin
    export NLS_LANG=AMERICAN;
    export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
    export LD_LIBRARY_PATH
    # Set shell search paths
    #export PATH=$PATH:$ORACLE_HOME/bin
    export PATH=$ORACLE_HOME/bin:$PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
    CLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlib
    export CLASSPATH
    export PATH
    unset USERNAME
    Pls see that i have set my LD_ASSUME_KERNEL to the required value.
    See my rpms installed info..
    binutils-2.15.92.0.2-21.x86_64
    compat-db-4.1.25-9.i386
    compat-db-4.1.25-9.x86_64
    compat-gcc-32-3.2.3-47.3.x86_64
    compat-gcc-32-c++-3.2.3-47.3.x86_64
    compat-libcom_err-1.0-5.i386
    compat-libcwait-2.1-2.x86_64
    compat-libgcc-296-2.96-132.7.2.i386
    compat-libstdc++-296-2.96-132.7.2.i386
    compat-libstdc++-33-3.2.3-47.3.i386
    compat-libstdc++-33-3.2.3-47.3.x86_64
    compat-openldap-2.1.30-6.4E.i386
    compat-oracle-rhel4-1.0-5.i386
    gcc-3.4.6-3.x86_64
    gcc-c++-3.4.6-3.x86_64
    glibc-2.3.4-2.25.i686
    glibc-2.3.4-2.25.x86_64
    glibc-common-2.3.4-2.25.x86_64
    glibc-devel-2.3.4-2.25.i386
    glibc-devel-2.3.4-2.25.x86_64
    glibc-headers-2.3.4-2.25.x86_64
    glibc-kernheaders-2.4-9.1.98.EL.x86_64
    libgcc-3.4.6-3.i386
    libgcc-3.4.6-3.x86_64
    make-3.80-6.EL4.x86_64

    My bad, i too missed it.. thanks for correcting.
    well here are the results.
    strace -f sqlplus "/ as sysdba"
    execve("/u01/app/oracle/product/9.2.0/bin/sqlplus", ["sqlplus", "/ as sysdba"], [* 30 vars */]) = 0
    uname({sys="Linux", node="ssdcl234.gr.hp.com", ...}) = 0
    brk(0) = 0x59b000
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a9 5556000
    access("/etc/ld.so.preload", R_OK) = 0
    open("/etc/ld.so.preload", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0444, st_size=23, ...}) = 0
    mmap(NULL, 23, PROT_READ|PROT_WRITE, MAP_PRIVATE, 3, 0) = 0x2a95557000
    close(3) = 0
    readlink("/proc/self/exe", "/u01/app/oracle/product/9.2.0/bin/sqlplus", 4096) = 41
    open("/stub/lib64/libcwait.so", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\6\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=4176, ...}) = 0
    mmap(NULL, 1051008, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2a 95558000
    mprotect(0x2a95559000, 1046912, PROT_NONE) = 0
    mmap(0x2a95658000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRI TE, 3, 0) = 0x2a95658000
    close(3) = 0
    munmap(0x2a95557000, 23) = 0
    open("/u01/app/oracle/product/9.2.0/lib/tls/x86_64/libclntsh.so.9.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/u01/app/oracle/product/9.2.0/lib/tls/x86_64", 0x7fbfffecd0) = -1 ENOENT ( No such file or directory)
    open("/u01/app/oracle/product/9.2.0/lib/tls/libclntsh.so.9.0", O_RDONLY) = -1 EN OENT (No such file or directory)
    stat("/u01/app/oracle/product/9.2.0/lib/tls", 0x7fbfffecd0) = -1 ENOENT (No such file or directory)
    open("/u01/app/oracle/product/9.2.0/lib/x86_64/libclntsh.so.9.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/u01/app/oracle/product/9.2.0/lib/x86_64", 0x7fbfffecd0) = -1 ENOENT (No s uch file or directory)
    open("/u01/app/oracle/product/9.2.0/lib/libclntsh.so.9.0", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\7\25"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=13174023, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a9 5557000
    mmap(NULL, 13376712, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2 a95659000
    mprotect(0x2a9610e000, 2149576, PROT_NONE) = 0
    mmap(0x2a9620d000, 1028096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENY WRITE, 3, 0xab4000) = 0x2a9620d000
    mmap(0x2a96308000, 77000, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYM OUS, -1, 0) = 0x2a96308000
    close(3) = 0
    open("/u01/app/oracle/product/9.2.0/lib/libwtc9.so", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\r\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0644, st_size=11706, ...}) = 0
    mmap(NULL, 1054856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2a 9631b000
    mprotect(0x2a9631d000, 1046664, PROT_NONE) = 0
    mmap(0x2a9641c000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRI TE, 3, 0x1000) = 0x2a9641c000
    close(3) = 0
    open("/u01/app/oracle/product/9.2.0/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No s uch file or directory)
    open("/lib/tls/x86_64/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or direct ory)
    stat("/lib/tls/x86_64", 0x7fbfffec70) = -1 ENOENT (No such file or directory)
    open("/lib/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/lib/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/lib/x86_64/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/lib/x86_64", 0x7fbfffec70) = -1 ENOENT (No such file or directory)
    open("/lib/libdl.so.2", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260+j\000"..., 832) = 8 32
    close(3) = 0
    stat("/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/usr/lib/tls/x86_64/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or di rectory)
    stat("/usr/lib/tls/x86_64", 0x7fbfffec70) = -1 ENOENT (No such file or directory )
    open("/usr/lib/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory )
    stat("/usr/lib/tls", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/usr/lib/x86_64/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or direct ory)
    stat("/usr/lib/x86_64", 0x7fbfffec70) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
    open("/u01/app/oracle/product/9.2.0/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No s uch file or directory)
    open("/lib/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libdl.so.2", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260+j\000"..., 832) = 8 32
    close(3) = 0
    open("/usr/lib/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory )
    open("/usr/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/local/lib/tls/x86_64/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/local/lib/tls/x86_64", 0x7fbfffec70) = -1 ENOENT (No such file or dir ectory)
    open("/usr/local/lib/tls/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or dir ectory)
    stat("/usr/local/lib/tls", 0x7fbfffec70) = -1 ENOENT (No such file or directory)
    open("/usr/local/lib/x86_64/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
    stat("/usr/local/lib/x86_64", 0x7fbfffec70) = -1 ENOENT (No such file or directo ry)
    open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directo ry)
    stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    open("/etc/ld.so.cache", O_RDONLY) = 3
    fstat(3, {st_mode=S_IFREG|0644, st_size=189198, ...}) = 0
    mmap(NULL, 189198, PROT_READ, MAP_PRIVATE, 3, 0) = 0x2a9641d000
    close(3) = 0
    open("/lib64/libdl.so.2", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\17P"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=17943, ...}) = 0
    mmap(0x3a5c500000, 1056968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 ) = 0x3a5c500000
    mprotect(0x3a5c502000, 1048776, PROT_NONE) = 0
    mmap(0x3a5c601000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRI TE, 3, 0x1000) = 0x3a5c601000
    close(3) = 0
    open("/u01/app/oracle/product/9.2.0/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No su ch file or directory)
    open("/lib/tls/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\263j"..., 832) = 832
    close(3) = 0
    open("/lib/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0003\0"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/u01/app/oracle/product/9.2.0/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No su ch file or directory)
    open("/lib/tls/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\263j"..., 832) = 832
    close(3) = 0
    open("/lib/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0003\0"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or director y)
    open("/lib64/libm.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360=\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=610169, ...}) = 0
    mmap(NULL, 1593800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2a 9644c000
    mprotect(0x2a964d1000, 1049032, PROT_NONE) = 0
    mmap(0x2a965d0000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRI TE, 3, 0x84000) = 0x2a965d0000
    close(3) = 0
    open("/u01/app/oracle/product/9.2.0/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/tls/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\210z\000"..., 832) = 8 32
    close(3) = 0
    open("/lib/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`@\0\000"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or dire ctory)
    open("/usr/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or director y)
    open("/u01/app/oracle/product/9.2.0/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/tls/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\210z\000"..., 832) = 8 32
    close(3) = 0
    open("/lib/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`@\0\000"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or dire ctory)
    open("/usr/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or director y)
    open("/usr/local/lib/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or di rectory)
    open("/lib64/libpthread.so.0", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000S\0\0"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=96949, ...}) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a9 65d2000
    mmap(NULL, 1656864, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2a 965d3000
    mprotect(0x2a965e3000, 1591328, PROT_NONE) = 0
    mmap(0x2a966e2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRI TE, 3, 0xf000) = 0x2a966e2000
    mmap(0x2a966e4000, 538656, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONY MOUS, -1, 0) = 0x2a966e4000
    close(3) = 0
    open("/u01/app/oracle/product/9.2.0/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/tls/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libnsl.so.1", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3007\0"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or director y)
    open("/usr/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/u01/app/oracle/product/9.2.0/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/tls/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/lib/libnsl.so.1", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3007\0"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or director y)
    open("/usr/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/local/lib/libnsl.so.1", O_RDONLY) = -1 ENOENT (No such file or direct ory)
    open("/lib64/libnsl.so.1", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340K@b:"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=107187, ...}) = 0
    mmap(0x3a62400000, 1141488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0 ) = 0x3a62400000
    mprotect(0x3a62414000, 1059568, PROT_NONE) = 0
    mmap(0x3a62513000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRI TE, 3, 0x13000) = 0x3a62513000
    mmap(0x3a62515000, 6896, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMO US, -1, 0) = 0x3a62515000
    close(3) = 0
    open("/u01/app/oracle/product/9.2.0/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No su ch file or directory)
    open("/lib/tls/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\236"..., 832) = 832
    close(3) = 0
    open("/lib/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PS\1\000"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/u01/app/oracle/product/9.2.0/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No su ch file or directory)
    open("/lib/tls/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\236"..., 832) = 832
    close(3) = 0
    open("/lib/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0PS\1\000"..., 832) = 832
    close(3) = 0
    open("/usr/lib/tls/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
    open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or director y)
    open("/lib64/libc.so.6", O_RDONLY) = 3
    read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\313\1"..., 832) = 832
    fstat(3, {st_mode=S_IFREG|0755, st_size=1484470, ...}) = 0
    mmap(NULL, 2307432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2a 96768000
    mprotect(0x2a96892000, 1086824, PROT_NONE) = 0
    mmap(0x2a96991000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWR ITE, 3, 0x129000) = 0x2a96991000
    mmap(0x2a96997000, 17768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYM OUS, -1, 0) = 0x2a96997000
    close(3) = 0
    mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x2a9 699c000
    mprotect(0x2a96991000, 12288, PROT_READ) = 0
    mprotect(0x2a95659000, 11227136, PROT_READ|PROT_WRITE) = 0
    mprotect(0x2a95659000, 11227136, PROT_READ|PROT_EXEC) = 0
    munmap(0x2a9641d000, 189198) = 0
    brk(0) = 0x59b000
    brk(0x5bc000) = 0x5bc000
    brk(0) = 0x5bc000
    arch_prctl(ARCH_SET_FS, 0x59bae0) = 0
    getpid() = 14595
    rt_sigaction(SIGRTMIN, {0x2a965dbb70, [], SA_RESTORER, 0x2a96797120}, NULL, 8) = 0
    rt_sigaction(SIGRT_1, {0x2a965dbc20, [RTMIN], SA_RESTORER, 0x2a96797120}, NULL, 8) = 0
    rt_sigaction(SIGRT_2, {0x2a965dbd80, [], SA_RESTORER, 0x2a96797120}, NULL, 8) = 0
    rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
    rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0
    _sysctl({{CTL_KERN, KERN_VERSION}, 2, 0x7fbffff4b0, 35, (nil), 0}) = 0
    --- SIGSEGV (Segmentation fault) @ 0 (0) ---
    +++ killed by SIGSEGV +++
    Process 14595 detached
    Results for
    ldd /u01/app/oracle/product/9.2.0/lib/libclntsh.so.9.0
    /stub/$LIB/libcwait.so => /stub/lib64/libcwait.so (0x0000002a9621b000)
    libwtc9.so => /u01/app/oracle/product/9.2.0/lib/libwtc9.so (0x0000002a9631c000)
    libdl.so.2 => /lib64/libdl.so.2 (0x0000002a9644d000)
    libm.so.6 => /lib64/libm.so.6 (0x0000002a96551000)
    libpthread.so.0 => /lib64/libpthread.so.0 (0x0000002a966d7000)
    libnsl.so.1 => /lib64/libnsl.so.1 (0x0000002a9686c000)
    libc.so.6 => /lib64/libc.so.6 (0x0000002a96984000)
    /lib64/ld-linux-x86-64.so.2 (0x000000552aaaa000)

  • Looking for disk I/O test for ASM?

    We are running oracle 10.2.0.3 on RHEL4 itanium 64 bit and we are using ASM for out database storage. IN our production environemnt the disk subsystem is an EMC clarion array but in our test environment our disk subsystem is an HP MSA storage.
    I am looking for a good way to test the disk I/O throughput between the 2 storage arrays when the disks are configured as oracle ASM disks?
    Can ayone make any suggestions on this testing.
    Thx.

    Perhaps not understanding your question, but we run 10g2 on Linux RHEL with ASM on SAN and use iostat to monitor IO performance.
    We implement multipathing and so run /sbin/multipath -l to discover the names of the devices and then run iostat like so:
    iostat -x dm-0 dm-1 15
    which will print stats every 15 seconds for the 2 named devices dm-0 and dm-1
    HTH,
    Peter

  • Question restore OCFS2 to ASM...

    Hello,
    I have the following question:
    I make a backup with RMAN to a database with storage OCFS2, and to restore a BD created with ASM storage?
    If not this way, someone knows a procedure that is not export and RMAN?
    Thanks! by the attention.

    OK, you are on an OCFS2 and ASM environment, please don't tell me more, let me see through my crystal ball, I can see you are working on a RAC environment on a RHEL4 x86 OS and a 10gRel2 Database, am I right? Just guessing by odds, but next time just pretend we cannot see what you see and make sure you clearly specify your environment at the beginnng of the thread.
    If yor are trying to restore from an rman backup on an OCFS and try to restore to an ASM based database, assuming your environment is properly configured, first restore the controlfile:
    RMAN> RESTORE CONTROLFILE FROM '<Controlfile Backup path/name>';
    Mount the database:
    RMAN> ALTER DATABASE MOUNT;
    Restore from your backup set to the ASM:
    RMAN> BACKUP AS COPY DATABASE FORMAT '+DATA';
    Switch to the copy:
    RMAN> SWITCH DATABASE TO COPY;
    Since rman doesn't handle remporary datafiles, issue:
    SQL> ALTER DATABASE DEFAULT TEMPORARY TABLESPACE <Your Temporary TS> ;
    Get rid of the old OCFS temporary tablespace and make this the default.
    Take care of the redo log files, which are still on the OCFS environment by means of ALTER / DROP / CREATE commands so the redo logs are wiped off from the OCFS and migrated to the ASM environment.
    Note. This is an outline, not a tutorial nor a HowTo document, so further research has to be made from the rman reference manual before you apply these commands.
    ~ Madrid
    http://hrivera99.blogspot.com

  • RW-00048 Error

    Hi
    I want to install R12/R11 on my vmware (RHEL4) on windows machine. my /ets/hosts file entry is like
    127.0.0.1 localhost localhost.localdomain localhost
    192.168.3.1 r11 localdomain.com r11
    Before installation of any R11/R12 when installation check my system this always gives me RW-00048 error.
    I am able to ping to all there command
    ping r11
    ping r11.localdomain.com
    ping 192.168.3.1
    then also my my pre-installation fails.
    can some one tell me how to make correct /etc/hosts file entry.
    Thanks
    krishna

    Hi;
    I want to install R12/R11 on my vmware (RHEL4) on windows machine. my /ets/hosts file entry is like
    127.0.0.1 localhost localhost.localdomain localhost
    192.168.3.1 r11 localdomain.com r11Edit as:
    127.0.0.1 localhost.localdomain localhost
    192.168.3.1 r11.localdomain.com r11
    Regard
    Helios

  • Stop new connections to an instance

    I have a 10.2.0.3 production RHEL4 Linux 64-bit RAC cluster of two nodes. I need to perform some OS maintenance on node1 in the near future, but not on node2 just yet. I would like to stop all new database connections from being sent to node1.
    Since this is 10.2.0.3, I know I can just stop the nodeapps on this node and this will prevent any new connections to it. Is there a better way to do this though? I don't see anything wrong with this approach, but I just wanted to see if there is an easier/better way. I'm sure I could also just stop the listener for this node also with the same results. Any thoughts if this has any advantages over stopping the whole nodeapps? Are there any additional ways to accomplish what I want? Thanks.

    a: stop the service on that node is the recommended and best way.
    or even alter system enable restricted.

  • Fs.file-max ,limits.conf

    Dear All,
    We are running oracle apps 12.0.4.We are implemeting a module called DBI.In the process of implementing the apps system is required to open files more than 1027679.If i give value more than 1027679 the session is not opend for user.It means value more than 1027679 is not been accepted by the linux machine.How can we increase open file discriptor to 2000000.
    o/s:RHEL4.4
    Regards

    32-bit can only address up to 4 GB of memory. The maximum RAM for a 32-bit kernel and all processes is limited to 3.25 GB, depending on BIOS. With a PAE kernel, 36-bit, and appropriate CPU support you can address up to 16 GB of RAM. However it will slow down memory access and each process is still limited to 3GB, and the kernel is limited to 1GB. If you have more than 4 GB of RAM installed, than a 64-bit kernel will be able to address RAM directly, which will be faster and also solve your memory constrains. You can run 32-bit software on a 64-bit system, provided you have installed the 32-bit libraries, without any performance penalty since the x86 instruction set is still in hardware, hence x86_64. There is no reason to use a 32-bit system unless the CPU does not support long mode like Intel or AMD CPU's before 2003.

  • Problem with Oracle Forms plugins

    Hi Experts,
    I have installed oracle application server(10.1.2) Infrastructure and Middle Tier on RHEL4(Linux) 64 bit Now i wanted to test weather the forms applications is working or not so fired a command
    http://app2.qtest.com:7779/forms/frmservlet?
    on mozilla fire fox but i get install plugins(it says some pluging is missing)
    Then i did a search and found a solutin to make a soft link
    in the path
    /usr/lib/mozilla/plugins/
    with ORACLE_HOME/jdk/jre/pluging/i386/ns610-gcc/
    so i fired a command
    cd /usr/lib/mozilla/plugins/
    ln -s /ORACLE_HOME/jdk/jre/pluging/i386/ns610-gcc/but still the problem prevails please provide some solution
    as i am stuck and not able to find a solution
    my operating system is a 64 bit operating system.
    Edited by: dba-developer on Jul 28, 2011 4:21 PM

    I have a RHEL4(Linux) 64 system I can test and post my notes here as an edit.
    For Java based web applications to work, the Firefox 3.6 browser requires you to run Java SE 6 Update 18 or later.
    http://java.sun.com/products/archive/j2se/6u22/index.html
    jre-6u22-linux-x64.bin
    As root
    cd /usr
    mkdir java
    cd java
    With a copy of "jre-6u22-linux-x64.bin" in /usr/java/
    Change the permission of the file you downloaded to be executable. Type:
    chmod a+x jre-6u22-linux-x64.bin
    Run the self-extracting binary Type
    ./jre-6u22-linux-x64.bin
    The license agreement is displayed. Review the agreement.
    Press the spacebar to display the next page.
    At the end, enter yes to proceed with the installation.
    Did not display on mine
    Double check of mozilla install
    find / -name mozilla -print
    /usr/share/mozilla
    /usr/lib64/mozilla
    cd /usr/lib64/mozilla/
    mkdir plugins
    Exit Firefox browser if it is already running.
    Create a symbolic link to the libnpjp2.so file in the browser plugins directory
    ln -s /usr/java/jre1.6.0_22/lib/amd64/libnpjp2.so
    Restart and test firefox
    about:plugins (works)
    Best Regards
    mseberg
    Edited by: mseberg on Aug 11, 2011 11:11 AM
    MORE
    The application less happy until I changed these lines in my formsweb.cfg
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_22
    jpi_classid=clsid:CAFEEFAC-0016-0000-0022-ABCDEFFEDCBA
    Seems it wanted the exact JRE version that was installed.
    Edited by: mseberg on Aug 11, 2011 11:18 AM
    And finally :
    http://www.java.com/en/download/help/linux_install.xml

  • Relink issue on EBs11i

    Problem Description: adrelink failed on ENCACN and WICMEX with:
    bin/sh: g++: command not found
    make: *** [d01/oracle/debsappl/wip/11.5.0/bin/WICMEX] Error 127
    we found that there was no g++ on the /usr/bin directory of the servers. We asked the os admin to rename g++323 as g++. aftewr he did, the error is the following:
    ld: crtbegin.o: No such file: No such file or directory
    make: *** [d01/oracle/debsappl/eng/11.5.0/bin/ENCACN] Error 1
    Now we realized that the g++323 we renamed to g++ was actually version 3.4.3. Now we have the actual 3.2.3 renamed to g++. We run autoconfig again and the error is now the following:
    collect2: ld returned 1 exit status
    make: *** [p01/oracle/pebsappl/eng/11.5.0/bin/ENCACN] Error 1
    This is a 11.5.10.2 on Linux RHEL 4 update 3.
    This is a new client so we dont know what heppened when they installed the system.
    Do you thinks we should ask them to re-install the gcc package? Could this affect other instances on the server?
    Thanks for reading. i know is a complicated issue but oracle supports is not helping to much.

    Husseim,
    Thanks for you answer. i have checked the note of the invalid objects but i dont think its related. We have three instances on the node and all have the same relink issue.
    I have checked the OS packages and Im sure I have all the requested packages:
    [pconc@blade9 ~]$ cat /etc/redhat-release
    Red Hat Enterprise Linux AS release 4 (Nahant Update 3)
    [pconc@blade9 ~]$ uname -a
    Linux blade9.medicus.com.ar 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 athlon i386 GNU/Linux
    Installed Packages:
    automake14-1.4p6-12.noarch
    automake15-1.5-13.noarch
    automake16-1.6.3-5.noarch
    automake17-1.7.9-5.noarch
    automake-1.9.2-3.noarch
    compat-db-4.1.25-9.i386
    compat-gcc-32-3.2.3-47.3.i386
    compat-gcc-32-c++-3.2.3-47.3.i386
    compat-glibc-2.3.2-95.30.i386
    compat-glibc-headers-2.3.2-95.30.i386
    compat-libcom_err-1.0-5.i386
    compat-libcwait-2.0-2.i386
    compat-libgcc-296-2.96-132.7.2.i386
    compat-libstdc++-296-2.96-132.7.2.i386
    compat-libstdc++-33-3.2.3-47.3.i386
    compat-openldap-2.1.30-4.i386
    compat-oracle-rhel4-1.0-5.i386
    fonts-xorg-100dpi-6.8.2-1.EL.noarch
    fonts-xorg-75dpi-6.8.2-1.EL.noarch
    fonts-xorg-base-6.8.2-1.EL.noarch
    fonts-xorg-cyrillic-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-14-100dpi-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-14-75dpi-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-15-100dpi-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-15-75dpi-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-2-100dpi-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-2-75dpi-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-9-100dpi-6.8.2-1.EL.noarch
    fonts-xorg-ISO8859-9-75dpi-6.8.2-1.EL.noarch
    fonts-xorg-syriac-6.8.2-1.EL.noarch
    fonts-xorg-truetype-6.8.2-1.EL.noarch
    gcc-3.2.3-20.i386
    gcc4-4.0.2-14.EL4.i386
    gcc4-c++-4.0.2-14.EL4.i386
    gcc4-gfortran-4.0.2-14.EL4.i386
    gcc-debuginfo-3.4.3-9.EL4.i386
    gcc-g77-3.2.3-20.i386
    gcc-gnat-3.2.3-20.i386
    gcc-java-3.2.3-20.i386
    gcc-objc-3.2.3-20.i386
    glibc-2.3.4-2.19.i686
    glibc-common-2.3.4-2.19.i386
    glibc-devel-2.3.4-2.19.i386
    glibc-headers-2.3.4-2.19.i386
    glibc-kernheaders-2.4-9.1.98.EL.i386
    glibc-profile-2.3.4-2.19.i386
    glibc-utils-2.3.4-2.19.i386
    groff-perl-1.18.1.1-3.i386
    ImageMagick-perl-6.0.7.1-14.i386
    java-1.4.2-gcj-compat-1.4.2.0-27jpp.noarch
    java-1.4.2-gcj-compat-devel-1.4.2.0-27jpp.noarch
    libaio-0.3.102-1.i386
    libaio-devel-0.3.102-1.i386
    libgcc-3.2.3-20.i386
    make-3.80-5.i386
    mod_auth_kerb-5.0-1.i386
    mod_auth_mysql-2.6.1-2.2.i386
    mod_auth_pgsql-2.0.1-7.1.i386
    mod_authz_ldap-0.26-2.i386
    mod_dav_svn-1.1.4-2.ent.i386
    mod_perl-1.99_16-4.i386
    mod_perl-devel-1.99_16-4.i386
    mod_python-3.1.3-5.1.i386
    mod_ssl-2.0.52-22.ent.i386
    newt-perl-1.08-7.i386
    nss_db-compat-2.2-29.i386
    open-1.4-21.i386
    openh323-1.13.4-7.i386
    openh323-devel-1.13.4-7.i386
    openjade-1.3.2-14.i386
    openjade-devel-1.3.2-14.i386
    openldap-2.2.13-4.i386
    openldap-clients-2.2.13-4.i386
    openldap-devel-2.2.13-4.i386
    openldap-servers-2.2.13-4.i386
    openldap-servers-sql-2.2.13-4.i386
    openmotif21-2.1.30-11.i386
    openmotif-2.2.3-10.RHEL4.1.i386
    openmotif-devel-2.2.3-10.RHEL4.1.i386
    openoffice.org-1.1.2-34.6.0.EL4.i386
    openoffice.org-i18n-1.1.2-34.6.0.EL4.i386
    openoffice.org-kde-1.1.2-34.6.0.EL4.i386
    openoffice.org-libs-1.1.2-34.6.0.EL4.i386
    openssh-3.9p1-8.RHEL4.12.i386
    openssh-askpass-3.9p1-8.RHEL4.12.i386
    openssh-askpass-gnome-3.9p1-8.RHEL4.12.i386
    openssh-clients-3.9p1-8.RHEL4.12.i386
    openssh-server-3.9p1-8.RHEL4.12.i386
    openssl096b-0.9.6b-22.42.i386
    openssl-0.9.7a-43.8.i686
    openssl-devel-0.9.7a-43.8.i386
    openssl-perl-0.9.7a-43.8.i386
    perl-5.8.5-24.RHEL4.i386
    perl-Bit-Vector-6.3-3.i386
    perl-Convert-ASN1-0.18-3.noarch
    perl-Crypt-SSLeay-0.51-5.i386
    perl-Cyrus-2.2.12-3.RHEL4.1.i386
    perl-Date-Calc-5.3-9.i386
    perl-DateManip-5.42a-3.noarch
    perl-DBD-MySQL-2.9004-3.1.i386
    perl-DBD-Pg-1.31-6.i386
    perl-DBI-1.40-8.i386
    perl-Digest-HMAC-1.01-13.noarch
    perl-Digest-SHA1-2.07-5.i386
    perl-Filter-1.30-6.i386
    perl-HTML-Parser-3.35-6.i386
    perl-HTML-Tagset-3.03-30.noarch
    perl-LDAP-0.31-5.noarch
    perl-libwww-perl-5.79-5.noarch
    perl-libxml-enno-1.02-31.noarch
    perl-libxml-perl-0.07-30.noarch
    perl-Net-DNS-0.48-1.i386
    perl-Parse-Yapp-1.05-32.noarch
    perl-SGMLSpm-1.03ii-14.noarch
    perl-suidperl-5.8.5-24.RHEL4.i386
    perl-Time-HiRes-1.55-3.i386
    perl-URI-1.30-4.noarch
    perl-XML-Dumper-0.71-2.noarch
    perl-XML-Encoding-1.01-26.noarch
    perl-XML-Grove-0.46alpha-27.noarch
    perl-XML-LibXML-1.58-1.i386
    perl-XML-LibXML-Common-0.13-7.i386
    perl-XML-NamespaceSupport-1.08-6.noarch
    perl-XML-Parser-2.34-5.i386
    perl-XML-SAX-0.12-7.noarch
    perl-XML-Twig-3.13-6.noarch
    pmake-1.45-16.i386
    setarch-1.6-1.i386
    subversion-perl-1.1.4-2.ent.i386
    xmlsec1-openssl-1.2.6-3.i386
    xmlsec1-openssl-devel-1.2.6-3.i386
    xorg-x11-deprecated-libs-6.8.1-23.EL.i386
    xorg-x11-deprecated-libs-devel-6.8.1-23.EL.i386
    xorg-x11-devel-6.8.1-23.EL.i386
    xorg-x11-doc-6.8.2-1.EL.13.25.1.i386
    xorg-x11-font-utils-6.8.2-1.EL.13.25.1.i386
    xorg-x11-libs-6.8.2-1.EL.13.25.1.i386
    xorg-x11-Mesa-libGL-6.8.2-1.EL.13.25.1.i386
    xorg-x11-Mesa-libGLU-6.8.2-1.EL.13.25.1.i386
    xorg-x11-sdk-6.8.2-1.EL.13.25.1.i386
    xorg-x11-tools-6.8.2-1.EL.13.25.1.i386
    xorg-x11-twm-6.8.2-1.EL.13.25.1.i386
    xorg-x11-xauth-6.8.2-1.EL.13.25.1.i386
    xorg-x11-xdm-6.8.2-1.EL.13.25.1.i386
    xorg-x11-Xdmx-6.8.2-1.EL.13.25.1.i386
    xorg-x11-xfs-6.8.2-1.EL.13.25.1.i386
    xorg-x11-Xnest-6.8.2-1.EL.13.25.1.i386
    xorg-x11-Xvfb-6.8.2-1.EL.13.25.1.i386

  • Installation problem on RHEL4 ..

    Installation problem on RHEL4 (Red Hat Enterprise 4) i have
    install start at unzip tar.gz and tar -xf .... now i have run
    ./installFMS it show
    ./fmsini: error while loading shared libraries: libstdc++.so.5:
    cannot open shar
    ed object file: No such file or directory
    ERROR: Your are running the Macromedia Flash Media Server
    installer
    on the wrong platform.
    it not support for fedora or anything else?
    plz help....

    would be nice if someone responded to this.... Macromedia
    wouldn't have been this lax in giving a reply :) AND they keep up
    with OS updates too :)

Maybe you are looking for

  • How to get iPhone working

    My Dad gave me his iPhone. He activated it with AT&T, used to for a month or so. Once he realized he did not want or need all the fancy features of the iPhone, he deactivated it and went back to a regular AT&T phone. I connected it to my Mac. In iTun

  • SQL Server 2008 Express SP1 installation failed

    Hello guys, System Info: Windows 7 64Bit. Scenario: I have an application, while installation it installs SQLServer 2008 instance with some xyz database name. Issue: The system already has the SQLServer 2008 R2, and now I am trying to install the app

  • Error while importing a cerificate on portal

    Hi gurus, We got an error while importing sertificate in portal (Error mentioned below) JVMXE006:OutOfMemoryError, stAllocArray for executeJ ava failed at com.sap.engine.services.keystore.impl.coder.RepositoryCoder.decode(Re positoryCoder.java:71)   

  • I have Photoshop CS5 and my image processor and batch tool are gone. How do I get them back?

    I have Photoshop CS5 and my image processor and batch tool are gone. How do I get them back? I went into edit preference and all the start up scrips are selected so what else is there?

  • How can I import contacts from iCloud to iCal in snow leopard?

    After upgrade software on iPhone (with iCloud) contacts of iCal on MAC (Snow Leopard) are no mre sync... with iPhone.... As now I have all updated contacts on iCloud, how can I import contacts from iCloud to iCal in snow leopard? Thanks for help !!!!