Root.sh hangs when installing  instance 10g clusterware (10.2.0.1)

Hi,
root.sh scripts is hanging when installs 10g clusterware(10.2.0.1).
$./orainstRoot.sh
Changing permissions of /u01/app/oracle/oraInventory to 770.
Changing groupname of /u01/app/oracle/oraInventory to oinstall.
The execution of the script is complete
$./root.sh
WARNING: directory '/u01/crs/oracle/product/10.2.0' is not owned by root
WARNING: directory '/u01/crs/oracle/product' is not owned by root
WARNING: directory '/u01/crs/oracle' is not owned by root
WARNING: directory '/u01/crs' is not owned by root
WARNING: directory '/u01' is not owned by root
Checking to see if Oracle CRS stack is already configured
/etc/oracle does not exist. Creating it now.
Setting the permissions on OCR backup directory
Setting up NS directories
Oracle Cluster Registry configuration upgraded successfully
WARNING: directory '/u01/crs/oracle/product/10.2.0' is not owned by root
WARNING: directory '/u01/crs/oracle/product' is not owned by root
WARNING: directory '/u01/crs/oracle' is not owned by root
WARNING: directory '/u01/crs' is not owned by root
WARNING: directory '/u01' is not owned by root
clscfg: EXISTING configuration version 3 detected.
clscfg: version 3 is 10G Release 2.
assigning default hostname rac1 for node 1.
assigning default hostname rac2 for node 2.
Successfully accumulated necessary OCR keys.
Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
node <nodenumber>: <nodename> <private interconnect name> <hostname>
node 1: rac1 rac1-priv rac1
node 2: rac2 rac2-priv rac2
clscfg: Arguments check out successfully.
NO KEYS WERE WRITTEN. Supply -force parameter to override.
-force is destructive and will destroy any previous cluster
configuration.
Oracle Cluster Registry for cluster has already been initialized
Startup will be queued to init within 90 seconds.
Hangs
Thanks,

There is a note available in Metalink.. 416100.1 Have a look at it..
This is symptom where there is a discrepency in the hostnames in CRS installation.

Similar Messages

  • My iMac hangs when installing Yosemite.

    My iMac hangs when "installing on HD about 22 mins remaining" I did not check to see if this iMac can support Yosemite. What do I do now?

    You can try using the full offline Reader installer from
    http://get.adobe.com/reader/enterprise/

  • Tecra S1 Hangs when installing XP

    Hi,
    I have a weird problem. My Tecra S1 'hangs' when installing a 'normal' Windows XP Pro (instead of using the 'image DVD). The installation works fine up till the last 9 minutes...then it 'hangs', and the laptop stops working. Only possible solution is then to take out the battery & cut the power. Had a (1 time) similar problem of 'hanging' when using the image DVD
    Somebody who had this before ???
    Thanks a lot for all your hints & tips...

    Hej guys,
    Thanks a lot for the suggestions, and indeed, I also tried other CD's of XP pro...all with the same result. At the last 9 seconds it hangs & the only thing I can do is take out the battery. Last thing I tried was installing a Win2000 pro & that works fine. Then I tried to upgrade that version, but again...it stopped at the last 9 seconds.... :-((, so perhaps indeed I have to look in the direction of the memory problem ???

  • ORA-12157 when installing Oracle 10g on Fedora 5?

    Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I
    got this error on the last part of the install...
    ORA-12157: TNS: internal network communication error
    Anybody know what might cause this?
    I think I have installed all required RPMs and set environment variables, kernel parameters,
    created oracle users and groups as needed, but still get the above error. I searched the error and some claim it is a problem using newer glibc 2.4.4, so I tried installing on Fedora 4 and had the same error even with glibc 2.3???
    Thanks so much,
    Jon

    Oracle Database 10g Release 2 (10.2.0.1) Installation On Fedora Core 5 (FC5 X86) Step by Step
    This is a Server Installation with a minimum of 2G swap, secure Linux disabled and the following package groups installed:
    Editors
    Graphical Internet
    Administration Tools
    Base
    X Window System
    System Tools
    Server Configuration Tools
    GNOME Desktop Environment
    Development Libraries
    Development Tools
    Legacy Development Support
    Legacy Server Support
    Alternative installations may require more packages to be loaded, in addition to the ones listed below.
    Download Software
    Unpack Files
    Hosts File
    Set Kernel Parameters
    Setup
    Installation
    Post Installation
    Download Software
    Download the following software:
    Oracle Database 10g Release 2 (10.2.0.1) Software
    openmotif21-2.1.30-14.i386.rpm
    Unpack Files
    Unzip the files:
    unzip 10201_database_linux32.zipYou should now have a single directory containing installation files. Depending on the age of the download this may either be named "db/Disk1" or "database".
    Hosts File
    The /etc/hosts file must contain a fully qualified name for the server:
    <IP-address> <fully-qualified-machine-name> <machine-name>Set Kernel Parameters
    Add the following lines to the /etc/sysctl.conf file:
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default=262144
    net.core.rmem_max=262144
    net.core.wmem_default=262144
    net.core.wmem_max=262144Run the following command to change the current kernel parameters:
    /sbin/sysctl -pAdd the following lines to the /etc/security/limits.conf file:
    * soft nproc 2047
    * hard nproc 16384
    * soft nofile 1024
    * hard nofile 65536Add the following line to the /etc/pam.d/login file, if it does not already exist:
    session required /lib/security/pam_limits.soDisable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
    SELINUX=disabledAlternatively, this alteration can be done using the GUI tool (Desktop > System Settings > Security Level). Click on the SELinux tab and disable the feature.
    Setup
    Install the following packages:
    # From Fedora Core 5 DVD
    cd /media/dvd/Fedora/RPMS
    rpm -Uvh setarch-*
    rpm -Uvh --force tcl-*
    rpm -Uvh libXp-*
    rpm -Uvh openmotif-2*
    rpm -Uvh compat-db-*
    rpm -Uvh compat-libstdc++-33*
    rpm -Uvh compat-libf2c-32-*
    rpm -Uvh compat-gcc-32-*
    rpm -Uvh libaio-*
    rpm -Uvh compat-gcc-32-c++-*
    rpm -Uvh compat-libstdc++-296*
    rpm -Uvh compat-libgcc-296*
    # From download
    rpm -Uvh openmotif21-2.1.30-14.i386.rpmCreate the new groups and users:
    groupadd oinstall
    groupadd dba
    groupadd oper
    useradd -g oinstall -G dba oracle
    passwd oracleCreate the directories in which the Oracle software will be installed:
    mkdir -p /u01/app/oracle/product/10.2.0/db_1
    chown -R oracle.oinstall /u01Login as root and issue the following command:
    xhost +<machine-name>Edit the /etc/redhat-release file replacing the current release information (Fedora Core release 5 (Bordeaux)) with the following:
    redhat-4Login as the oracle user and add the following lines at the end of the .bash_profile file:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jre:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fiInstallation
    Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
    DISPLAY=<machine-name>:0.0; export DISPLAYStart the Oracle Universal Installer (OUI) by issuing the following command in the database directory:
    ./runInstallerEnter the appropriate ORACLE_HOME and name then continue with the installation.
    During the installation, before the linking phase, edit the contents of the "$ORACLE_HOME/bin/gennttab" file, amending the following entries:
    # Change this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    # To this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`If you don't do this the ntcontab will hang indefinitely during the linking phase.
    Post Installation
    Edit the /etc/redhat-release file restoring the original release information:
    Fedora Core release 5 (Bordeaux)Finally edit the /etc/oratab file setting the restart flag for each instance to 'Y':
    TSH1:/u01/app/oracle/product/10.2.0/db_1:Y
    Ref.: http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnFedora5.php

  • My computer slows down and hangs after installing oracle 10g

    My computer just slows down after installing oracle 10g. I have a pentium 4 3ghz with 512 memory (32 mb used by graphics built in card). It slows down and hanged even if I agjusted the swap memory to 800 mb. I have two swap file/page file - in drive c and drive d. I even cannot shut it down because it takes maybe 30 minutes just to see the "shut-off/log-off" screen.

    Before starting up Oracle, when you go to the task manager, how much RAM does it show actually free? 512 MB is pretty small to run Oracle in the first place-- Windows and Office can use a fair chunk of RAM themselves, depending on which Office apps you are running. You may also be suprised by the amount of RAM that a web browser, email client, and the various other apps that folks generally install can use.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Error message when installing Oracle 10g on Windows XP Professional

    Hello,
    I need help installing oracle 10g database. When I attempt to run the installation from the setup.exe icon, I get a message that says
    "Error in writing to directory C:\Documents and Settings\Owner\Local Settings\Temp\OraInstall2007-04-29_01-19-29PM. Please ensure this directory is writable and has atleast 45Mb of disk space. Installation cannot continue."
    When I try to open the installation from the Autorun icon, it points to an innability to find setup.exe and when I go back to Setup.exe, it gives me the above error. Everytime I try to run the installation and it fails, the installation leaves a folder in my Temp folder with the above format. Any help would be appreciated. Thank you.

    I do have administrative privilege on my computer and I have plenty of space. I have 80gb of free space. What do I do to successfully install the software without incurring those messages I displayed in my first thread?

  • Error when installing oracle 10g on OEL4..(oracle enterprise linux )

    Hi everyone,
    i am getting this error when i run ./runInstaller
    [oracle@localhost database]$ ./runInstaller
    ./runInstaller: line 52: /root/Desktop/10201_database_linux32/database/install/.oui: Permission denied
    But it has all the permissions (read,write,execute) for owner,groups,others.Do i have to give any more permissions.
    File owner of that file : oracle
    file group: oinstall
    i used the following commands when i created the groups.
    /usr/bin/groupadd oinstall
    /usr/bin/groupadd dba
    /usr/bin/ useradd-m-g oinstall -G dba oracle
    what more permissions do i have to give to that ./runInstaller.
    please helpme
    sandeep

    hi everyone,
    Please help me.I am not able to figure out what am i doing wrong.I am getting the permission denied error when i am running the ./runinstaller.But it has all the read,write execute permissions
    [root@localhost ~]# ls -ltr
    total 120
    -rw-r--r-- 1 root root 32283 Jan 3 18:36 install.log.syslog
    -rw-r--r-- 1 root root 57519 Jan 3 18:36 install.log
    -rw-r--r-- 1 root root 1446 Jan 3 18:36 anaconda-ks.cfg
    drwxrwxrwx 3 oracle oinstall 4096 Jan 3 21:40 Desktop
    [root@localhost ~]# su oracle
    [oracle@localhost root]$ ls -ltr
    ls: .: Permission denied
    [oracle@localhost root]$ cd Desktop
    bash: cd: Desktop: Permission denied
    [oracle@localhost root]$ exit
    [root@localhost ~]# cd Desktop
    [root@localhost Desktop]# su oracle
    [oracle@localhost Desktop]$ ls
    10201_database_linux32
    [oracle@localhost Desktop]$ ls -ltr
    total 8
    drwxrwxrwx 3 oracle oinstall 4096 Jan 3 21:38 10201_database_linux32
    [oracle@localhost Desktop]$ cd 10201_database_linux32/
    [oracle@localhost 10201_database_linux32]$ cd database/
    [oracle@localhost database]$ ls -ltr
    total 52
    drwxrwxrwx 9 oracle oinstall 4096 Jan 3 21:38 doc
    -rwxrwxrwx 1 oracle oinstall 1327 Jan 3 21:38 runInstaller
    drwxrwxrwx 2 oracle oinstall 4096 Jan 3 21:38 response
    drwxrwxrwx 5 oracle oinstall 4096 Jan 3 21:38 install
    -rwxrwxrwx 1 oracle oinstall 5213 Jan 3 21:40 welcome.html
    drwxrwxrwx 9 oracle oinstall 4096 Jan 3 21:40 stage
    [oracle@localhost database]$ ./runInstaller
    ./runInstaller: line 52: /root/Desktop/10201_database_linux32/database/install/.oui: Permission denied
    Please tell me what shall i do to run the installer.pleaseeeeee
    thanks
    sandeep

  • Error when install Infrastructure 10g 10.1.2 in Windows2000 server

    My environment:
    RDBMS Version: 10.1.0.3.1
    Operating System and Version: Windows2000 SP4
    Product (i.e., OAS, IAS, etc): 10g AS Release 2
    Product Version: 10.1.2
    JDK Version: 1.4
    I have the folowing error when installing the Infrastructure (in the stage of SSO Configure Assistant):
    Default Subscriber GUID: E0575BDE015C411CAD99BDEF85F79029
    Subscriber Naming attribute: dc
    Default Subscriber Name: server01
    *** Resetting user DN and GUID information ...***
    Done....
    PL/SQL procedure successfully completed.
    No errors.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.3.1 - Production
    With the Partitioning, Real Application Clusters, OLAP and Data Mining options
    NLS_LANG character set = WE8MSWIN1252
    NLS_LANG param = AMERICAN_AMERICA.WE8MSWIN1252
    ERROR : Exception while configing SSO DAD :
    oracle.ias.repository.schema.SchemaException: Unable to establish connection to the Oracle Internet Directory Server ldap://myserver.domain.com:3060/. Base Exception : javax.naming.CommunicationException: Request: 1 cancelled
    at oracle.ias.repository.directory.DirectoryReader.connect(DirectoryReader.java:124)
    at oracle.ias.repository.IASSchema.getDBConnect(IASSchema.java:523)
    Please advice.
    Thanks
    Trung

    I don't know much about the 10g Releases yet but I had the same error with 9.0.2.3. The problem is that OID isn't available when it needs to be.
    When you get the error, start OID using the command line then try running the config assistant again.
    Hope this helps
    Alex

  • Error in GetCurrentDir(): 13 when installing oracle 10g software

    Hi Basis Expert,
    We are doing an Mock System Upgrade.
    So now we are installing
    Before upgrade
    BW 3.5 with oracle 10g (10.2.0.4)
    After upgrade
    BI 7.0 with oracle 11g (11.2.0.4)
    When installing the Oracle 10g software we are getting an error
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Error in GetCurrentDir(): 13
    Starting Oracle Universal Installer...
    Our OS is AIX 5.3
    Please help us in fixing this issue
    Regards,
    Anil Shenoy

    [While Installing Oracle software facing "Error in GetCurrentDir(): 13" [ID 378393.1]|https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=378393.1]
    Solution
    In order to get rid of this problem, please check for the following.
    1. You are logged in as the oracle user and group which owns the oraInventory (if this is not the first install on this system)
    2. You have read/execute permissions on the source files/directories (CD-ROMor CD-ROM image)
    3. You have write permissions on the target directory (ORACLE_HOME)
    4. When the target filesystem for ORACLE_HOME is unmounted the directory for the mount point has rwx permissions for the oracle user
    If this is the first Oracle software to be installed on this system you can ignore item 1 as it will create a new oraInventory with the correct permissions. For item 4, unmount the filesystem and "chmod 777" the directory used for the mount point, then remount the filesystem. Item 4 is actually a somewhat frequent issue on AIX.
    If none of the above solves your problem, the only alternative left would be, to copy the Staging directory (Disk1 of Install) to /tmp directory and proceed with the installation.

  • Problem when installing oracle 10g on RHEL-4

    greetings,
    i have been trying to install oracle 10g on my linux machine for the past 10 days, everytimje i do all the steps and change the kernel parameters but when i start the runinstaller file. i get the folloeing error.
    I don't know what this error is or why is it happening
    you can find a snapshot of the error on the following link
    http://www.4shared.com/dir/4180305/6152dc22/Oracle_errors.html
    also another error is arising when i log in to the linux box with the user oracle... i have been having these errors for the past 10 days and i reached to the point where my knowledge won't help me more than ur experiences.
    a snapshot of this error also is available in the above link

    While I understand a picture is worth a thousand words, I backed off from the site as soon as it started providing active ads and spy-ware-like indications. If you want help (from me at least) please describe the symptoms.
    You could also use the following sites to help with the install:
    http://www.puschitz.com and http://ivan.kartik.sk

  • NetBeans and j2sdk package hangs when installing

    When installing the netbeans 3.6 and j2sdk package the installer get to 48 % and hangs. I let is sit all night and it was still the same the next morning. I am running on XP professional. Any ideas on how to get it to install.
    Thanks
    Randy

    I was having a similar problem
    I originally installed the combined package netbeans 5.5 with JDK 1.5.0.9 with no problems.
    Unfortunately, I had to uninstall Netbeans, because the Nokia Carbide_j_1_5 integrated plug-in broke it. However, after uninstalling just Netbeans, I was unable to reinstall it !
    The installer would report that the JDK was already installed and that it would just install Netbeans 5.5. At that point I clicked "next" to continue, but the installer just hung.
    After many attempts, I finally found this thread, and decided to try downloading the installer for just Netbeans (netbeans-5_5-windows.exe)
    Bingo! It installed fine. So now I can go home. What a way to spend a Friday night!

  • Gives  ORA-12560: TNS: protocol adapter error when installing oracle 10g

    I tried to install oracle 10g r2 in server 2008. but it gives ORA-12560: TNS: protocol adapter error when installing. how I can fix this issue??? please help me ASAP. because its urgent.
    thanks in advance.
    chamara

    Welcome to the forums !
    Pl indicate which version of 10g you are installing and on which version of Win 2008. Neither 10gR1 nor 10gR2 are certified to be installed on Win 2008 R1, AFAIK.
    For 10gR2, only 10.2.0.5 is certified for Win 2008 R2 - see MOS Doc 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    Also see MOS Doc 740926.1 (Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1?).
    Both 10gR1 and 10gR2 are now in extended support - is there a reason you are not using 11gR2 ?
    HTH
    Srini

  • Hangs when installing comUS.msb

    Hi, i have a copy of Oracle8i, personal edition version 8.1.5 - each time i try to install it, it hangs when trying to install file called "comUS.msb" which is 76% of way through installation.
    Does anyone know of a work around to this? I tried cancelling the installation of that component and that only caused the installation to hang even further.
    Hope someone can help!
    Kind regards
    Nick Hoare

    This forum is meant for discussions about OTN content/site and services.
    Questions about Oracle products and technologies will NOT be answered in this forum. Please post your product or technology related questions in the appropriate product or technology forums, which are monitored by Oracle product managers.
    Product forums:
    http://forums.oracle.com/forums/index.jsp?cat=9
    Technology forums:
    http://forums.oracle.com/forums/index.jsp?cat=10
    As a general guideline, please first search the forum to see if your question is already answered. You will find answers for the most frequently asked questions by simply searching the forum. This will help you to find the answer right away and will save time for all of us.

  • ACL Error when install Oracle 10G on Windows XP

    I tried to install Oracle 10G Personal Edition on my Windows XP box. I see the following error in the log file:
    INFO: Calling Action w32OcxRegActions10.2.0.0.0 RegisterOCX
    OcxPath = C:\oracle\product\10.2.0\db_1\oraconfig\oraconfigps10.dll
    WorkingDir = C:\oracle\product\10.2.0\db_1\oraconfig
    INFO: Calling Action SpawnActions10.1.0.2.0 Spawn
    installcommand = "C:\oracle\product\10.2.0\db_1\oraconfig\ocfgperm" -aa {A1F205B4-4418-11D2-B2F1-00805FC19E2E} set ORA_DBA permit
    deinstallcommand = null
    WaitForCompletion = true
    INFO:
    INFO: Start output from spawned process:
    INFO: ----------------------------------
    INFO:
    INFO: ERROR: Cannot add user to application access ACL.
    No mapping between account names and security IDs was done.(534)
    INFO: End output from spawned process.
    In addition if I try to create a DB later via command line or via the DB Config tool I get all these windows dialogs popping up saying: "Oracle SQL*PLUS has encountered a problem and needs to close. We are sorry for the inconvenience."
    Any ideas what might be wrong with my installation?
    David

    Hi David,
    i got the same error on a Windows 2003 Server. At this time no password was set for the Administraor account!.
    After setting a password for the Administraor i could install the SW withaout any Problem!
    Rudi

  • Problem faced when installing oracle 10g

    i faced this problem when intalling oracle 10g in windows xp. this dos prompt opens for 5 min. and then it get closed..after tht nuthing happens.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2. Actual 5.1
    Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 4
    294967296 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from C:\DOCUME~1\ADMINI~1\LOCALS~
    1\Temp\OraInstall2006-09-02_03-43-19AM. Please wait ...

    Check the directory read-write permission and the space on the C:\ Drive C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\OraInstall2006-09-02_03-43-19AM.
    Actually Oracle Installer might be trying to create log file and due to above two reason not able to proceed.

Maybe you are looking for

  • How do I upload photographs from browser in Windows 7?

    I don't see the option to upload photographs in my adobe revel window in my browser.  Could you help please?  I am using a windows 7 PC with Internet Explorer 9

  • Give me some examples for functions for read POST, write POST, modify POST

    Give me some examples for functions for read POST, write POST, modify POST, create and delete theme in forum. This functions have to be make like Remote Methods

  • Prompt user for input when rdp with same user as logged in

    What I am trying to achieve: user dragos is logged in on a domain computer. When I connect with rdp with the username dragos on the computer I want user dragos to be asked if he allows the connection or not not to be taken over. When you connect as d

  • The 3D display problem

    hi I am learner ,I want to know the java3d program whehter have a absolute thread to render the 3D scene.My J2se program can reader a 3d scene ,but it seems didnit repaint the frame ntil I drag the border of the frame whith mouse. And a more question

  • SDHC card for my iMac

    I plan to buy tomorrow a (good quality) 4 GB SDHC card for my 2011 iMac (the size down from the big 27 inch), for my new Nikkon SLR camera. Will my iMac read it? Thanks.