Install issue w/ 10.2.0.1, OEL5 using raw for ocr and vote

Hello,
I am having a challenge getting the raw devices setup for ocr and vote, 10.2.0.1 and OEL5.
The raw devices are not getting created and not sure why. I have followed the steps in note 443996.1 and 465001.1 and not having any luck. What am I missing here?
Here is the contents of the 55-oracle-naming.rules:
# cat /etc/udev/rules.d/55-oracle-naming.rules
# Configure persistent, user-defined Oracle Clusterware device file names
KERNEL=="sda1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002c", NAME="ocr1", OWNER="root", GROUP="oinstall", MODE="0640"
KERNEL=="sdb1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002f", NAME="vote1", OWNER="oracle", GROUP="oinstall", MODE="0640"
and 60-raw.rules
# This file and interface are deprecated.
# Applications needing raw device access should open regular
# block devices with O_DIRECT.
# Enter raw device bindings here.
# An example would be:
# ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
# to bind /dev/raw/raw1 to /dev/sda, or
# ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
# to bind /dev/raw/raw2 to the device with major 8, minor 1.
ACTION=="add", KERNEL=="/dev/sda1", RUN+="/bin/raw /dev/raw/raw1 %N"
ACTION=="add", KERNEL=="/dev/sdb1", RUN+="/bin/raw /dev/raw/raw2 %N"
ACTION=="add", KERNEL=="/dev/sdc1", RUN+="/bin/raw /dev/raw/raw3 %N"
When I use udevtest, udevtest /block/sda/sda1, I get the following results;
[root@pdrn01 ~]# udevtest /block/sda/sda1
main: looking at device '/block/sda/sda1' from subsystem 'block'
run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath''
run_program: '/bin/bash' (stdout) 'dm_multipath 21577 0 '
run_program: '/bin/bash' returned with status 0
udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
run_program: '/lib/udev/vol_id --export /dev/.tmp-8-1'
run_program: '/lib/udev/vol_id' returned with status 4
run_program: '/sbin/scsi_id'
run_program: '/sbin/scsi_id' returned with status 1
udev_rules_get_name: no node name set, will use kernel name 'sda1'
udev_db_get_device: no db file to read /dev/.udev/db/block@sda@sda1: No such file or directory
This should be getting labeled as /dev/ocr1 as noted in note 465001.1 and the output shows /dev/sda1
udev_node_add: creating device node '/dev/sda1', major = '8', minor = '1',mode = '0640', uid = '0', gid = '6'
main: run: '/sbin/multipath -v0 8:1'
main: run: 'socket:/org/kernel/udev/monitor'
main: run: '/lib/udev/udev_run_devd'
main: run: 'socket:/org/freedesktop/hal/udev_event'
main: run: '/sbin/pam_console_apply /dev/sda1 '
[root@pdrn01 ~]#
And 99-raw.rules output;
KERNEL=="raw[1-2]*", GROUP="oinstall", MODE="640"
KERNEL=="raw[3-5]*", OWNER="oracle", GROUP="oinstall", MODE="660"
So, any ideas or suggestions would be HUGELY appreciated!
TIA, Cheers!

Here is one note about raw device issue in release 5 and workaround.
Raw device technology deprecated in Release 5.
http://oraclepitstop.wordpress.com/2008/02/15/raw-devices-on-rhel-5-or-oel-5/
Ashok

Similar Messages

  • Installing 10.2.0.1 on OEL5, ocr and vote

    Hello,
    I am having a challenge getting the raw devices setup for ocr and vote, 10.2.0.1 and OEL5.
    I have followed the steps in note 443996.1 and 465001.1 and not having any luck.
    Here is the contents of the 55-oracle-naming.rules:
    # cat /etc/udev/rules.d/55-oracle-naming.rules
    # Configure persistent, user-defined Oracle Clusterware device file names
    KERNEL=="sda1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002c", NAME="ocr1", OWNER="root", GROUP="oinstall", MODE="0640"
    KERNEL=="sdb1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002f", NAME="vote1", OWNER="oracle", GROUP="oinstall", MODE="0640"
    and 60-raw.rules
    # This file and interface are deprecated.
    # Applications needing raw device access should open regular
    # block devices with O_DIRECT.
    # Enter raw device bindings here.
    # An example would be:
    # ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
    # to bind /dev/raw/raw1 to /dev/sda, or
    # ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
    # to bind /dev/raw/raw2 to the device with major 8, minor 1.
    ACTION=="add", KERNEL=="/dev/sda1", RUN+="/bin/raw /dev/raw/raw1 %N"
    ACTION=="add", KERNEL=="/dev/sdb1", RUN+="/bin/raw /dev/raw/raw2 %N"
    ACTION=="add", KERNEL=="/dev/sdc1", RUN+="/bin/raw /dev/raw/raw3 %N"
    The raw devices are not getting created and not sure why.
    When I use udevtest, udevtest /block/sda/sda1, I get the following results;
    [root@pdrn01 ~]# udevtest /block/sda/sda1
    main: looking at device '/block/sda/sda1' from subsystem 'block'
    run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath''
    run_program: '/bin/bash' (stdout) 'dm_multipath 21577 0 '
    run_program: '/bin/bash' returned with status 0
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    run_program: '/lib/udev/vol_id --export /dev/.tmp-8-1'
    run_program: '/lib/udev/vol_id' returned with status 4
    run_program: '/sbin/scsi_id'
    run_program: '/sbin/scsi_id' returned with status 1
    udev_rules_get_name: no node name set, will use kernel name 'sda1'
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda@sda1: No such file or directory
    This should be getting labeled as /dev/ocr1 as noted in note 465001.1 and the output shows /dev/sda1
    udev_node_add: creating device node '/dev/sda1', major = '8', minor = '1',mode = '0640', uid = '0', gid = '6'
    main: run: '/sbin/multipath -v0 8:1'
    main: run: 'socket:/org/kernel/udev/monitor'
    main: run: '/lib/udev/udev_run_devd'
    main: run: 'socket:/org/freedesktop/hal/udev_event'
    main: run: '/sbin/pam_console_apply /dev/sda1 '
    [root@pdrn01 ~]#
    And 99-raw.rules output;
    KERNEL=="raw[1-2]*", GROUP="oinstall", MODE="640"
    KERNEL=="raw[3-5]*", OWNER="oracle", GROUP="oinstall", MODE="660"
    What am I missing here?
    So, any ideas or suggestions would be HUGELY appreciated!
    TIA, Cheers!

    Great info regarding ASM, thanks.
    My issue is with RAW devices for ocr and vote. And I believe I have posted in this group incorrectly as I am dealing with RAC.
    Again, thanks for the info.
    Cheers!

  • Ocr and vote on raw for 10.2.0.1 install

    Hello,
    I am having a challenge getting the raw devices setup for ocr and vote, 10.2.0.1 and OEL5.
    The raw devices are not getting created and not sure why. I have followed the steps in note 443996.1 and 465001.1 and not having any luck. What am I missing here?
    Here is the contents of the 55-oracle-naming.rules:
    # cat /etc/udev/rules.d/55-oracle-naming.rules
    # Configure persistent, user-defined Oracle Clusterware device file names
    KERNEL=="sda1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002c", NAME="ocr1", OWNER="root", GROUP="oinstall", MODE="0640"
    KERNEL=="sdb1", BUS=="scsi", PROGRAM=="/sbin/scsi_id", RESULT=="360001fe1000f3270000904609091002f", NAME="vote1", OWNER="oracle", GROUP="oinstall", MODE="0640"
    and 60-raw.rules
    # This file and interface are deprecated.
    # Applications needing raw device access should open regular
    # block devices with O_DIRECT.
    # Enter raw device bindings here.
    # An example would be:
    # ACTION=="add", KERNEL=="sda", RUN+="/bin/raw /dev/raw/raw1 %N"
    # to bind /dev/raw/raw1 to /dev/sda, or
    # ACTION=="add", ENV{MAJOR}=="8", ENV{MINOR}=="1", RUN+="/bin/raw /dev/raw/raw2 %M %m"
    # to bind /dev/raw/raw2 to the device with major 8, minor 1.
    ACTION=="add", KERNEL=="/dev/sda1", RUN+="/bin/raw /dev/raw/raw1 %N"
    ACTION=="add", KERNEL=="/dev/sdb1", RUN+="/bin/raw /dev/raw/raw2 %N"
    ACTION=="add", KERNEL=="/dev/sdc1", RUN+="/bin/raw /dev/raw/raw3 %N"
    When I use udevtest, udevtest /block/sda/sda1, I get the following results;
    [root@pdrn01 ~]# udevtest /block/sda/sda1
    main: looking at device '/block/sda/sda1' from subsystem 'block'
    run_program: '/bin/bash -c '/sbin/lsmod | /bin/grep ^dm_multipath''
    run_program: '/bin/bash' (stdout) 'dm_multipath 21577 0 '
    run_program: '/bin/bash' returned with status 0
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda: No such file or directory
    run_program: '/lib/udev/vol_id --export /dev/.tmp-8-1'
    run_program: '/lib/udev/vol_id' returned with status 4
    run_program: '/sbin/scsi_id'
    run_program: '/sbin/scsi_id' returned with status 1
    udev_rules_get_name: no node name set, will use kernel name 'sda1'
    udev_db_get_device: no db file to read /dev/.udev/db/block@sda@sda1: No such file or directory
    This should be getting labeled as /dev/ocr1 as noted in note 465001.1 and the output shows /dev/sda1
    udev_node_add: creating device node '/dev/sda1', major = '8', minor = '1',mode = '0640', uid = '0', gid = '6'
    main: run: '/sbin/multipath -v0 8:1'
    main: run: 'socket:/org/kernel/udev/monitor'
    main: run: '/lib/udev/udev_run_devd'
    main: run: 'socket:/org/freedesktop/hal/udev_event'
    main: run: '/sbin/pam_console_apply /dev/sda1 '
    [root@pdrn01 ~]#
    And 99-raw.rules output;
    KERNEL=="raw[1-2]*", GROUP="oinstall", MODE="640"
    KERNEL=="raw[3-5]*", OWNER="oracle", GROUP="oinstall", MODE="660"
    So, any ideas or suggestions would be HUGELY appreciated!
    TIA, Cheers!

    Here is one note about raw device issue in release 5 and workaround.
    Raw device technology deprecated in Release 5.
    http://oraclepitstop.wordpress.com/2008/02/15/raw-devices-on-rhel-5-or-oel-5/
    Ashok

  • HT4623 Is anyone else having issues with scaling down photos to fit the screen for home and lock screens with ios7??

    Is anyone else having issues with scaling down photos to fit the screen for home and lock screens with ios7??  Installed ios7 this morning. Tried to use one of my photos from camera roll as background for lock screen and I can't scale the photo to fit the screen.  Never had a problem before and now when I pinch the photo to get it to the right size of the screen, it won't stay that way. The photo is enlarged way beyond the screen size so it doesn't look right. Does anyone know how to fix this?

    Hello, cliffiapp4.  
    Thank you for visiting Apple Support Communities.  
    Here are the steps that I would recommend going through when experiencing this issue.  
    Resolution
    If a single application is not responding or stops responding when it opens, you can force it to close.
    If the device is unresponsive or if certain controls aren't working as expected, restart your device.
    If the device remains unresponsive or does not turn on (or power on), reset your device.
    If the above steps do not resolve the issue, contact Apple.
    iOS: Not responding
    http://support.apple.com/kb/TS3281
    Cheers, 
    Jason H.  

  • I just installed the latest version of iTunes, but when I went to open iTunes I got a message saying registry settings used to for importing and burning CDs and DVDs are missing and I should reinstall iTunes.  Really?

    I just installed the latest version of iTunes, but when I went to open iTunes I got a message saying registry settings used to for importing and burning CDs and DVDs are missing and I should reinstall iTunes.  Really?

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    iTunes for Windows: "Registry settings" warning when opening iTunes

  • Office 365 installed, can't choose Word 2007 as the default program for docx and doc files

    I have a client who just installed Office 365 on his Windows 7 PC. He still has Office 2007 installed. He's struggling with the changes in Word 2013 and wants me to uninstall Office 365. I thought I'd just set the default program association for .docx and
    .doc programs to Word 2007 but that doesn't seem possible. I can choose Default Programs, Associate a file type etc., and find the .docx extension. The current default is Word (desktop). I highlight the .docx extension and choose Change Program. The older
    version of Word isn't listed so I click Browse and find Program Files\Microsoft Office\Office12\winword.exe. Click OK, OK, OK, etc, but .docx files still open in Word 2013. The Default Program applet evidently sees all versions of Word as the same and refuses
    to change the association. How do I accomplish this ridiculously simple task?

    Fixed. Used a great little app from NirSoft called
    FileTypesMan. The built-in Windows utilities are getting worse by leaps and bounds.

  • Using USB_CAN for CCP and other issues

    Hello.
    I want to generate an application which reads values from CAN. I'm able to read CAN messages and show them on the screen. Now I want to add the CCP functions into the same software but I cannot read the rest of CAN messages. What I have is:
    Three CAN messages: 0x100;0x200;0x300
    CCP messages: 0x5;0x6
    When I read all the messages I'm able to read 0x100;0x200 and 0x300, but when I start the CCP functionallity it works but I stop reading the first three mesages. I suppose that the CCP API "discards" the non CCP messages. Where can I find these messages?
    Maybe I cannot use CCP funcionallity on a port used for other purposes...
    I hop I have explained.
    Miguel.

    sound, no airport. I am not too sure if the service
    pack is the issue. I am using service pack one.
    Yes the service pack is an issue if you're using Boot Camp to run XP. If you don't have SP2, you can try running Parallels Desktop (http://www.Parallels.com) which doesn't require SP2.
    Since I need to listen to some online lecture
    recordings and my xp doesnt have sound, i have to use
    it on MAC OS. But as the problem is the site kept
    telling me to install Internet explorer 5.5 and above
    and after install IE for MAc 5.1, it ask for Windows
    Media player. I installed flip4mac and media player
    for mac ..it still doesnt work...
    Some streaming media sites are not compatible with Mac OS X. Are these online lectures for school? I would simply ask the person running the class to help you get support. They can tell you pretty quickly if it's possible to listen with a Mac. If it's not, you should be able to do it from XP with either Parallels or Boot Camp (provided you have an SP2 version of XP).
    I am truly sad to see the difficult in using a
    macbook and i kinda regretted getting it. It just
    getting on my nerves....
    There are times that using a Mac (with 5% market share) is frustrating because many websites don't follow standards properly. If the web designers blow it off and only support Windows, 95% of the users are still happy and don't complain. That's lazy and infuriating but it happens quite a lot. There's even a name for it: Mac Marginalization.
    So you will run into this from time to time. The best solution on the Macbook is to get one of the Windows environments up and running properly. But you should still complain LOUDLY to the people who set up the bad website. The only way this will change is if users let lazy site administrators know that they are MAD about it.
    G5-B Dual 1.8, Blackbook, PPC Mac Mini   Mac OS X (10.4.6)  

  • How do i get apple support to help? I have Ipad Issues, (I Own Iphones,Ipads,Ipods 3 of each for myself and kids) also Nanos,shuffles, appletv,**** man i got jus about all apple products. 3 of each

    I have a disabled Ipad, niece tried to get one it, but disabled it, its been so long I forgot PW now,  I've been trying to get I touch with Apple support for that last couple months with no success, but today for the first time in what seems like a millions million years, they responded, and they said to open or tap button below to test... lmao, how am I supposed to tap the button when I cant even get into my ipad, lol, grow a brain.
    I had come to this site last month sometime, and asked the same questions, how do I restore my ipad? when I connect it to the laptop or iTunes, it says to turn off find ipad, someone from this site guided me to delete this option from icloud but it didn't work, I removed find ipad from the icloud, but it still says that or to remove it, I did, now what? what can I try? I've tried turning to Apple... They seem to not care about my problem, or haven't even tried to help. until today. but lol as stated above, I cant get into my ipad to tap button, if I can I wouldn't bother with this.
    I bought the Samsung Galaxy S6 Edge, man I LOVE IT.... I Should switch oer to Samsung instead... at least, after I got my new cell, and when I tried to contact Samsung support to ask questions they responded with 5 miutes.

    how am I supposed to use my ipad to go to setting on icloud? when I can't get into the ipad. here's a pic, look at what it say to use (ipad).. I CAN"T
    I cant post a pic.but it basically says:
    "turn off find ipad using ipad, before you can restore." lol
    am trying to get my ipad going, if I was able to use my ipad to go into icloud to turn off find my ipad, then, it would already be accessible. am tring to acess my ipad, if I can post a pic, am sure all you people reading this will make you laugh on the floor rolling around kicking your rears.

  • Trying to install light room 5 trial i am currently using light room 3 and when i try installing light room 5 it says system is not supported

    does anyone know why as i have just updated my mac book pro so should be using latest system

    Hardwick800 what version of Mac OS are you using?  Does your computer meet or exceed the system requirements listed at System requirements | Lightroom.

  • Cs4 install issues with windows 8

    I am having problems installing masters 4 on my new laptop with windows 8 it does not have a dvd player, after days of downloading from your cs4 page i gave up from the errors and went and bought a DVD player to use my discs from adobe... I can get it to open ask if i want to install which I say yes it Starts to run then stops... I have turned off the processes in windows clean booted and same thing.
    So after weeks of frustration how do you declaring i install my product?
    To avoid this with lightroom i bought just weeks ago i upgraded to the new one to avoid this exact same thing. Amazingly it worked fine after i paid for the new version...
    I do not need the upgrades... cs4 does what I need it to do just fine for when i need to use it i mostly use lightroom for work and photoshop and illustrator or every great now and then one of the others in the collection.
    This is very frustrating and swaying my client loyalty...
    So where can you direct me to directions to install my programs please?
    This is preventing me from working.

    CS4 was never tested on Win 8 or developed with it in mind. Compatibility issues are to be expectred. Provide exact system info and the install logs:
    Working with your Operating System’s Tools
    Troubleshoot installation with install logs | CS3, CS4
    Mylenium

  • Hello i want re-install acrobat 7 mac (CS2 bundle) i download the CS2 without activation and i t work but for acrobat i find only the PC version link.

    hello i want re-install acrobat 7 mac (CS2 bundle) i download the CS2 without activation and it work but for acrobat 7 i find only the PC version link.

    Yes but my customer have an old MacPro on 10.5.
    after hard disk replacement i want re-install CS2 with AC7 but its inposible to use original cs2 disk and serial  because the autenfication server is closed.
    I find a official link to download the CS2 without activation but there is no link for acrobat 7 mac
    Téléchargement des produits CS2 et d’Acrobat 7
    And the new CS2 number and the old 'customer license' not work
    My customer is not ready to change his machine and all software.

  • Installing WebLogic 10.3.5 (64bit) on OEL5

    Hello,
    I have an issue when installing the Oracle WebLogic Server 10.3.5 (64bit) on OEL5 (64bit) server. When I run installer using following command
    java –d64 –jar wls1035_generic.jar
    the installer crashes and I get this error message:
    Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name resources/wizard/i18n_wizard, locale en_US
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:952)
    at com.bea.plateng.common.util.ResourceBundleManager$ResourceNamespace.manageBundle(ResourceBundleManager.java:343)
    at com.bea.plateng.common.util.ResourceBundleManager.manageBundle(ResourceBundleManager.java:94)
    at com.bea.plateng.common.util.ResourceBundleManager.manageBundle(ResourceBundleManager.java:108)
    at com.bea.plateng.wizard.ControllerProxy.manageI18nBundle(ControllerProxy.java:377)
    at com.bea.plateng.wizard.WizardController.<init>(WizardController.java:208)
    at com.bea.plateng.wizard.WizardHelper.invokeWizard(WizardHelper.java:161)
    at com.bea.plateng.wizard.WizardHelper.invokeWizardAndWait(WizardHelper.java:42)
    at com.bea.plateng.wizard.WizardController.main(WizardController.java:933)
    Any idea how can I fix it?
    BTW
    I use Oracle Java SE SDK 1.6.0_26 (64bit)
    Thanks

    In most environments, while saving the generic jar or any .jar file downloaded will be saved as .zip file due to various Zip file tools installed or association of .jar file to zip utilities. For Example, if we are downloading wls1035_generic.jar, then it would save as wls1035_generic.zip in most of the environments.
    Usually we then unzip wls1035_generic.zip and execute installer.jar to install weblogic server like below:
    java -jar installer.jar
    This opens up the GUI mode or console mode but will never get successfully install and gives that fatal error.
    The steps below could help:
    1. Rename the wls1035_generic.zip as wls1035_generic.jar
    2. If successful, then execute as java -jar wls1035_generic.jar
    3. You can also execute .zip file directly using java -jar wls1035_generic.zip

  • OSX 10.8 Install issues.

    I don't understand why this is so difficult for me.
    I'm having a problem upgrading to Mountain Lion from Lion on a MB Air.
    I've done almost everything except wipe, and renew, which i cannot do, because I don't have a Lion install disk.
    Here's what I've tried.
    Install directly from appstore (Buy, Mount, and Install ML)
    This did not work because I "do not have a recovery partition"Got that error about a recovery partition. (error "code" -69840)
    Then, I thought I was smart, and unpackaged the ML package, grabbed the InstallESD, mounted it, and installed. No avail (same as above)
    Then, I "restored" InstallESD to a bootable device (WITH InstallESD MOUNTED) I got stuck at "Installing Mac OSX" with an empry progress bar!I googled this, and found nothing!
    THEN, I downloaded LionInstaller (or something) that's supposed to automagically create a usb disk for me with the downloaded packageStill no avail, when I booted to the created partition, i got a "Something Went Wrong" error!
    So, now I said "screw it all" and am willing to wipe EVERYTHING. But, CMD+R on boot gives me this "-2100" 'sorry, your internet *****' error!
    I've almost exausted my time, and effort on this, and, quite frankly, think it's odd how it seems like no two people experience the same result when getting errors installimg osx.
    All I wanted to do was install XCode 5, but apparently, apple doesn't want me to become an iOS7 developer!
    Here's some background information about the computer:
    There USED to be a bootcamp partition on the computer, but was deleted to make more room for OSX, and files, etc.

    UPDATE: I got a recovery partition to be added!!!
    I acheived this by doing some magic.
    Basically, going into diskutil, finding the recovery HD (which in my case had a BLANK NAME!!!)
    and readding it.
    Now, to attempt to install ML...
    UPDATE AGAIN: This seemed to fix my issue. The full "what I did" is here:
    http://derflounder.wordpress.com/2011/10/22/removing-and-rebuilding-a-malfunctio ning-recover-hd-partition/
    The one thing I did DIFFERENTLY is it says to "identify" the partition that is recovery.. Unfortunately my partition did NOT have a name, so I had to guess, (LOOK FOR A FILESIZE OF 650.0MB) and delete it.
    Message was edited by: ritsukaakun

  • New Macbook Pro retina boot camp install issue - Windows 7

    Trying to complete a boot camp install but can't get past creating a partition.  I am able to download the windows drivers through boot camp, it burns them to a DVD, verifies the DVD (couldn't use CD-R as it kept saying burn failure after verifying files) and then takes me to the make a partition page.  When i click install the partition, it pops up saying "can't find the installer disc" and wants me to put one in the super drive.  What gives?  I have that disc in the drive, also tried the Windows 7 disc and got the same error.  So basically I can't create a partition to install windows 7 that I have.
    Any thoughts?

    The disk was from my other PC system, however it is an OEM upgrade disc.  Maybe that is the problem but if that is the case why did it work when I installed it through VMware and it worked fine?  The disc can be used as a self full install of windows 7.  I have also it on another PC with no issues.  Trying to convert to Mac finally but this is causing a hiccup.
    The next question then is do I really need to go the boot camp way?  I only need it to run quickbooks (need windows version for reasons) and a couple of other programs but thought it may run better as a boot camp install rather than VM plus I couldn't figure out how to reduce the size of the partition that VM installs, it takes too much space from me for no reason (60Gb).
    Thanks for any input.

  • HP PhotoSmart 2575 All-In-One Driver/Software Install Issue - Windows 8.1

    Hi
    I've just bought a new Sony Viao with Windows 8.1 (64 bit) installed.
    I'm trying to install my HP PhotoSmart 2575 All-In-One so downloaded the driver and software installer from here:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=mp-110159-1&cc=uk&dlc=en&lc=en...
    The file downloaded fine on to my desktop, i double click it and then the Exctracting... thing moves along to 100% then goes off the screen.  Then nothing happens. I was expecting some software for the printing and scanning to be installed or some further install files to be added to my desktop.
    What do i do next?
    Matt

    Hi  Matt,
    Thank you for updating me. I can definitely understand the frustration you must be feeling, especially when things seemed to be going great then it changed.
    I have 2 documents to follow next.  First, please try the steps in the document titled "Software Installation Stops Without Warning and With No Error Message".   When you get to "Step three: Install the Software", it references HP SmartInstall.  Please don't worry about using that program as it's specific to some of HP's LaserJet printers.  Please use the HP's Printer Install Wizard instead of HP's SmartInstall.  
    If that document doesn't resolve the issue then please proceed onto the 2nd document titled "The Progress Bar on the Software Installation Stops or Stalls". 
    Please let me know how it goes.  I want to ensure we have your printer installed and working.  
    Software Installation Stops Without Warning and With No Error Message
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c02018709
    The Progress Bar on the Software Installation Stops or Stalls
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c00836418
    Regards,
    Happytohelp01
    Please click on the Thumbs Up on the right to say “Thanks” for helping!
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    I work on behalf of HP

Maybe you are looking for

  • JSP newbie - exception handling question

    I have created a method in the declarations sections of my jsp. When a particular exception is found (caught inside my method), i want to be able to redirect the output to either another jsp page, or simply print a message on the page in which the ex

  • Tree control bug for vertical scrollbar

    Dear all: I meet a problem with  tree control  vertical scrollbar.Pls check the picture If set the rows of the properties of the Tree control is a number, also set the vertical scroll bar is visible. Then if i set the height  of Tree is unchangeable,

  • Where can I obtain a copy of FireFox 12.0

    FireFox 13 takes entirely too long to load Msn.com. I wish to go back to FireFox 12 until such a time as webpage loading problems with FireFox 13 and beyond are resolved.

  • Name of column to function

    Can I refer name of column to function oblicz pasted below? How can I do this? nazwa - name of column from table pracownicy witch some float variables PS:thanks 4 every help. Greets Mike. ------begin function----- create or replace function oblicz (n

  • 2nd Hotsync prevented

    I just got the Palm M-105 (cause I like the alkaline batteries use over rechargeable),..anyway... I successfully did my first Hotsync and sync'd the information from the software with the M-105. Then, I installed the software for the Palm foldable ke