Bad disk IO performance for window vm

Hi,
I created some windows vm on OVM and find the disk IO performance is really bad.
For example:
I created a win2008 R2 64bit VM with DB, and installed OVM windows PV Drivers on it.
And I assign the CPU as 2.4G * 6, memory as 8G, HD as 100G.
If I create a 2G tablespace for DB, it will spent over 1 hour.
The installation for Oracle DB will spend 2 days.
I think it's caused by OVM server's HD.
It's 500G 2.5inch hard disk *4, and I did raid0+1 for it.
The OVS folder is 1T.
What should I do to improve the IO performance.
Thanks!

ssolbach wrote:
Have you changed your vm.cfg to have xvd* devices instead of hd* devices?
This needs to be done after you installed the windows PV drivers. Otherwise they will not get used.
SebastianNot changed. Could you tell how to change it? the vm.cfg file is as below:
more vm.cfg
acpi = 1
apic = 1
builder = 'hvm'
device_model = '/usr/lib/xen/bin/qemu-dm'
disk = ['file:/var/ovs/mount/C90740247070453FA9928DF8EB8D9D66/running_pool/100_a
ppaq-vm08/System.img,hda,w',
'file:/var/ovs/mount/C90740247070453FA9928DF8EB8D9D66/iso_pool/win2008R2_x64_jp/
ja_windows_server_2008_r2_standard_enterprise_datacenter_web__x64_dvd_x15-50370.
iso,hdc:cdrom,r',
kernel = '/usr/lib/xen/boot/hvmloader'
keymap = 'en-us'
maxmem = 6144
memory = 6144
name = '100_appaq-vm08'
on_crash = 'restart'
on_reboot = 'restart'
pae = 1
serial = 'pty'
timer_mode = 0
uuid = '9dacd19c-fbb1-4eeb-b24b-e7059b939c8b'
vcpus = 6
vif = ['bridge=xenbr0,mac=00:16:3E:6B:E5:38,type=ioemu']
vif_other_config = []
vnc = 1
vncconsole = 1
vnclisten = '0.0.0.0'
vncpasswd = 'oracle'
vncunused = 1

Similar Messages

  • Mac disk accidently formatted for windows...

    I pulled a mac hard disk from a friends broken Powerbook G4 - formatted with OS 10.x - with the intention of pulling all the info off the drive so my friend could save his files.  After putting the drive in a USB2 enclosure, I could see the files fine, and was about to transfer them to my HD, when my braniac son who builds PCs for fun asked what I was doing.  I expalined that my friend had purchased a windows PC and would not likely be able to view the files on his PC, so I was going to transfer them to my machine, reformat the disk to work with windows, and transfer the files back. Maybe there was an easier way, but I am not aware what it would be. 
    My son said "no problem dad- windows can read that disk".  BEing the eternal pessimist, I said "OK, show me".  He plugged the disk into his machine and viola- nothing happened.  He was surprised, and started typing furiously- and before I could ask what he was doing I guess he put a windows partition on the drive with windows 7 drivers -  I think it is NTSF. But he still could not see the files.
    I stopped him ASAP, and took the disk back to my Mac.  I opened disk utility, and I saw 2 partitions- one 250MB with the windows format.  The other -I think- was "unformatted".   I downloaded Data Rescue 3, and scanned the disk.  That application can see the files I need, but I am thinking there has got to be another way without spending $100.  When I use Disk Utility now,  the drive shows it is "unformated".
    What I want to do is somehow mount this on my Mac, possibly rebuild a directory and offload the files.
    Thoughts?

    Have your son cough up the $100. You broke it. You fix it!
    Try:
    "TestDisk is a free data recovery utility. It was primarily designed to help recover lost data storage partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software, certain types of viruses or human error (such as accidentally erasing a partition table)."
    http://en.wikipedia.org/wiki/TestDisk
    The more you mess with the disk, the greater the chance of trashing the disk.  I'd say TestDisk is too risky.
    Mess with a virtual hd. 
    Use disk utility to create. Not shown in the example.
    I think if you rename the created file to .dmg, it will just work.
    Do a  bit-by-bit copy
    In Mac OS 10.4, you can use the following command to display all the partitions:
    Macintosh-HD -> Applications -> Utilities -> Terminal
    # This is a little deep.
    #It is  best to do the pdisk command before you eject the external hard drive. Now, eject the external hard drive.  Do another pdisk command to see what drive name has disappeared.  The disappearing name is the name of your external hard drive.
    sudo pdisk -l
    #for details...
    man pdisk
    #The syntax is different for Mac OS 10.2. I do not know about 10.3.
    # Do a  bit-by-bit copy.
    #eject the partition
    Macintosh-HD -> Applications -> Utilities -> Terminal
    dd if=/dev/disk0s10 bs=4096 | gzip | dd of=~/disk0-s10 bs=4096
    #this can take awhile. Open another window and do ls -l ~/disk0-s10
    # Here is  how to restore the partition.
    dd if=~/disk0-s10 bs=4096 | gunzip | dd of=/dev/disk0s10 bs=4096
    Remember to erase the large zero data file before backing up.
    Robert

  • PGP Whole disk Encryption but for Windows Partition only ?

    Hi,
    Slightly unusual situation here. I want to use my MacBook Pro at work and home. OSX at home and XP at work. Now at work they have a strict policy of only allowing computers on the network with PGP Whole disk Encryption. I've looked into this and there doesn't appear to be a way of setting this up via bootcamp because PGP makes use of MBR which as far as I know bootcamp doesn't use and PGP themselves say bootcamp isn't supported.
    Looking around the web there are various articles about tripple/quad booting Mac systems not using bootcamp but things such as Grub or reFIT. I'm wondering if there is a way of using this boot technique but using the partition option when installing PGP for windows and only setting it up on the defined windows partition.
    Has anybody tried this or have alternatives ?
    Thanks in advance
    Steve

    Hi Steve:
    Windows has a boot manager built in. Windows can be installed on a logical NTFS partition, the boot
    manager can sit on a tiny fat or fat32 primary partition. I have used this arrangement on my PC's
    many times. I have not tried it on a Mac, but it should work. You will need to have some working
    knowledge of partitioning to pull it off.
    I don't know how PGP designed their software, but it should support this arrangement, unless they
    have some cheesy engineering design built into their software that would prevent it from working.
    The windows boot manager has been with NT from the beginning. It is not rocket science, NTLDR
    sits in the usual spot reserved for system boot files, the boot ini file tells NTLDR what partition
    the /windows/system32/ntoskrnl.exe is on and NTLDR passes the ball to ntoskrnl and away
    she goes if everything is Kosher. Windows boot manager can boot other OS's as well.
    Be aware though that windows may assign a drive letter to the windows installation other than
    "c" (usually "d" of "f". That doesn't keep anything from working though.
    Kj

  • Share disks over WAN for Windows

    I spent a lot of time searching through the forum to find the solution for my problem but I could not seem to find the concrete solution for it. Hence, I'm asking for help.
    Problem description:
    I can't access my USB drives connected to the Airport Extreme over the WAN from Windows XP. However, it's working fine with my Mac.
    My Configuration:
    + Airport Extreme firmware version 7.2
    + 3 USB drives connected to the Airport Extreme via the USB hub
    Using the AirPort Utility, I have configured the followings.
    + On the Airport/Base Station tab, I have enabled "Allow configuration over Ethernet WAN port" and "Advertise configuration globally using Bonjour"
    + On the Disks/File Sharing tab, I have enabled "Enable file sharing" with accounts options (and I have created different user accounts). I also enabled "Share disks over Ethernet WAN port" and "Advertise disks globally using Bonjour"
    + On the Advanced/Bonjour tab, I have enabled "Use a wide-area hostname"
    + I also registered my dynamic IP address at home with DynDNS
    My Observations:
    + At home (this means locally), I can access all the drives from all of my machines including, Windows XP, Windows Vista, Mac Mini, PowerBook.
    + Outside of home (this means over the (WAN), either at work or at my friend's house, I still can access all the drives from my PowerBook. However, I CANNOT access any of the drives from any Windows machines.
    My Understanding:
    + On Mac, it uses AFP protocol for file sharing and this is working fine locally or over the WAN.
    + On PC, it uses CIFS protocol for file sharing and Airport Extreme seems to have issue with this over the WAN.
    Help!!!
    If anyone has found a working solution and has tried it yourself and you know it works, please post the solution with detail steps. Your help will be highly appriciated. I'm pretty sure that I'm not the only one who has this issue.
    Thanks

    Ahansen,
    I don't think this issue has anything to do with static IP address. For most of us in the US, although we have the dynamic IP address from our ISP (I have Comcast in my case), if the modem/router is always on 24/7, the IP address does not get renewed.
    Again, although, I have the dynamic IP address, I have the same IP address for many months. I have been using the same IP address to remote desktop back to my server at home when I'm away from home.
    I don't see how the static IP address is revelant here in this case unless I'm missing something.
    If it works for you, everyone will appreciate you very much if you can post the detail instruction here.

  • Bad Font-Measuring Performance under Windows 8.1

    Why does the following little loop (in c#) perform so bad using current version of WPF (.NET 4.5.2) if i change the font-family from "Segoe UI" to "Arial" (or something else...tried "Times New Roman" and "Courier New"
    - Same problem)?
    var tb = new TextBlock {Text = "Testtext", FontFamily = new FontFamily("Arial")};
    for(int i = 0; i < 100000; i++)
    tb.InvalidateMeasure();
    tb.Measure(new Size(double.MaxValue, double.MaxValue));
    With font-family set to Arial this block of code takes about 7.6s on my machine. Font-family set to "Segoe UI" takes about 1.9s. Why do (most) other fonts than Segoe UI perform so bad during measurement? Is there any tweak around, that does avoid
    this enormous loss in performance?
    As i found found out, "Tahoma", "Lucida Sans" and "Microsoft Sans Serif" are being measured really fast, also. Is this some "System-internal font"-thing?
    Yes, i know, this is really constructed and broken down to a minimal reproducable example. The whole component is a custom datagrid with complex ui- and data-virtualization - much too big to post here. If i set the font of my
    grid to, let's say "Arial", the scrolling-performance gets really bad. Using Visual Studio's Profiler i tracked the problem down to the measurement of my single grid-cells, which basically measure single textblocks and so i wrote the little test-code
    above. Please keep in mind: My problem is NOT, that the code above is slow. (I know, this loop is totally senseless...it's for demonstration purposes only) My problem IS, that changing the font impacts measurement in such an enormous amount...
    What is the difference between fonts like "Segoe UI", "Tahoma", "Lucida Sans" or "Microsoft Sans Serif" and fonts like "Arial", "Times New Roman" or "Courier New" that causes this huge
    impact in measurement?
    Btw.: This problem not only arises within my own grid component, it can also be reproduced with WPF's internal datagrid. Scrolling performance degrades dramatically when using "Arial" as the font-family.

    Hi Max
    I realise that WPF doesn't use Win32, but I suspected something similar (i.e. the font is being loaded and unloaded everytime a measure takes place rather than using a cached font). I just looked up TextBlock in ILSpy and can see a MeasureOverride method
    which does quite a lot of work with the font before using it to measure text and then discards all of this information when it's finished. That's obviously where the bottleneck is. I don't program in WPF so I have no idea how to fix it.
    protected sealed override Size MeasureOverride(Size constraint)
    this.VerifyReentrancy();
    this._textBlockCache = null;
    this.EnsureTextBlockCache();
    Follow the path of EnsureTextBlockCache() to see how much information is being processed and then dumped every time a measure operation is processed.
    Mick Doherty
    http://dotnetrix.co.uk
    http://glassui.codeplex.com

  • Not all free disk space available for windows partition in Boot Camp

    Hi,
    I want to install Windows 7 via Bootcamp on my MacBook (2009, Mavericks OS, BootCamp Assistant 5.1.2) and unfortunately it has been a huge struggle until now to achieve that. The whole reason for this is that I had Windows XP as the second OS on my MacBook, but I wanted to increase the Windows partition with Disk Utility. Unfortunately this permanently damaged my Windows partition so I couldn't use it anymore.
    What I did next? I decided to delete the old Windows XP (which isn't supported anymore by Mavericks) with Disk Utility, which afterwards tells me that I have 1 partition left: The Mac partition.
    From there on I wanted to install Windows 7 with the newer Boot Camp. The problem is that in fact Finder tells me that my Macintosh HD has 58,54 Gb free space, so I would like to assign at lease 30 Gb to the to-be Windows partition. However, Boot Camp only gives me the option to assign 20 until 24 Gb, other values I can't assign.
    Can anyonetell me why this happens or what could be the problem? I need to have more than 24 Gb available for my Windows as this was the whole reason why I once wanted to increase my old Windows partition, that's where all the problems came from.
    I appreciate your help, thank you!
    Here is what Disk Utility tells about my partitions:

    TTBOMK the only way you can increase the Windows partition is to repartition the drive back to a single partition
    Then reinstall Mountain Lion
    Restore all data from backup
    Create new larger partition with Boot Camp
    Install Windows
    Restore data from backup
    Allan

  • Increasing disk capacity designated for Windows OS

    Dear Apple Community,
    I have installed Windows on my Mac Book Pro, but forgot to increase the disk capacity during the process. As a result, now there is not any free space to copy data or install programs and etc.
    Can please someone suggest good application or tool which will allow me to increase the capacity of Windows Drive (bootcamp) wihout reinstaliing it?
    Thank you very much in advance for your kind help!

    Thank you Shobhit for your reply.
    Does it  mean  that 400G is not close to being enough if I want to complete all of the step according to  BP_CRM_V170_Demo_System_Export_V2.pdf, including TRex installation ?
    Did you install the TREX 7.10 for CRM in your case?
    Thanks and regards,
    Li etsuhin.

  • Disk partion format for time machine back up.

    I have 2 external drives on for Mac and one for Bootcamp
    I'm trying to format my drive for time machine back up. There's:
    Mac Os extended (Journaled)
    Mac Os extended
    Mac Os extended (case sensitive Journaled)
    Mac Os extended (case sensitive)
    What's the difference with all those??
    Also I'm trying to format my other disk to be NTFS format but all I see are:
    ExFAT
    Free Space.
    What's the difference? I'm trying to see what would be the best option for me.
    Sorry if this is a very long question.. I also didnt know where this topic would go.

    Look under Options in the Partition tab in Disk Utility.
    For Windows, format under Windows.
    GUID for Mac
    MBR for Windows

  • How can I optimize my hard disk drive usage and performance in Windows 8 or Windows 7?

    QuestionHow can I optimize my hard disk drive usage and performance in Windows 8 or Windows 7?
    AnswerThere are a few simple steps you can take to ensure your hard disk drive is used optimally.
    Use Toshiba HDD Protection
    Many Toshiba laptops come with a program called Toshiba HDD Protection pre-installed. This program helps to protect your hard disk drive from being damaged due to falls or impacts. By default, it should already be enabled. You might be tempted to lower the detection levels in this application, but doing so could cause your hard disk drive to be damaged. Remember that while the application can reduce the chance of damage, you should still avoid allowing the laptop to fall or suffer rapid impacts.
    For more information on this utility, see the following article:
    TOSHIBA HDD Protection
    Optimize the drive
    Windows 8 and Windows 7 optimize hard disk drives automatically through a process called defragmentation. Unless you've disabled this, you don't need to do anything. If you have disabled this and want to run the process, you can still do so.
    In Windows 8, search for "Defrag" at the Windows Start screen and select "Defragment and optimize your drives."
    In Windows 7, search for "Defrag" in the Start Menu's search field and select "Disk defragmenter."
    You can use this tool to optimize your hard disk drives, allowing Windows to find needed files faster.
    Remove items from startup
    Some applications run automatically when Windows starts. This can add additional functionality, but it also decreases the performance of your computer. Sometimes you might want to disable certain programs from starting automatically.
    In Windows 8, search for "Task Manager" at the Start screen. Select the "Startup" tab. Select an application you'd like to disable from starting automatically and then click the "Disable" button in the lower-right.
    In Windows 7, type "msconfig" in the Start Menu's search field and press ENTER. Uncheck the boxes next to applications you'd like to disable from starting automatically.
    You should be sure of the purpose of an application before disabling it from starting automatically. Some applications might be important. If in doubt, you might consider searching on the Web to discover more information about a program. Remember that if you find that you disabled something vital, you can always re-enable it.
    For more information, please see the following video:

    QuestionHow can I optimize my hard disk drive usage and performance in Windows 8 or Windows 7?
    AnswerThere are a few simple steps you can take to ensure your hard disk drive is used optimally.
    Use Toshiba HDD Protection
    Many Toshiba laptops come with a program called Toshiba HDD Protection pre-installed. This program helps to protect your hard disk drive from being damaged due to falls or impacts. By default, it should already be enabled. You might be tempted to lower the detection levels in this application, but doing so could cause your hard disk drive to be damaged. Remember that while the application can reduce the chance of damage, you should still avoid allowing the laptop to fall or suffer rapid impacts.
    For more information on this utility, see the following article:
    TOSHIBA HDD Protection
    Optimize the drive
    Windows 8 and Windows 7 optimize hard disk drives automatically through a process called defragmentation. Unless you've disabled this, you don't need to do anything. If you have disabled this and want to run the process, you can still do so.
    In Windows 8, search for "Defrag" at the Windows Start screen and select "Defragment and optimize your drives."
    In Windows 7, search for "Defrag" in the Start Menu's search field and select "Disk defragmenter."
    You can use this tool to optimize your hard disk drives, allowing Windows to find needed files faster.
    Remove items from startup
    Some applications run automatically when Windows starts. This can add additional functionality, but it also decreases the performance of your computer. Sometimes you might want to disable certain programs from starting automatically.
    In Windows 8, search for "Task Manager" at the Start screen. Select the "Startup" tab. Select an application you'd like to disable from starting automatically and then click the "Disable" button in the lower-right.
    In Windows 7, type "msconfig" in the Start Menu's search field and press ENTER. Uncheck the boxes next to applications you'd like to disable from starting automatically.
    You should be sure of the purpose of an application before disabling it from starting automatically. Some applications might be important. If in doubt, you might consider searching on the Web to discover more information about a program. Remember that if you find that you disabled something vital, you can always re-enable it.
    For more information, please see the following video:

  • Performance Tuning Guidelines for Windows Server 2008 R2 mistake?

    Hi all,
    I'm reading the "Performance Tuning Guidelines for Windows Server 2008 R2" and I think there is same kind of error. At page 53 there is a sub chapter "I/O Priorities" that explain how to handle I/O priorities.
    In the guide it is said that in the registry I have to have a key:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\{Device GUID}\DeviceParameters\Classpnp\
    Where {Device GUID} I think it is the value I get in device manager under one of my disks -> properties -> details -> "Device Class GUID"
    the trouble is that under the key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\ I've no subkey matching my disk's device class guid! Maybe I'm drunk but I've checked every sub key under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\
    but neither of them as a subkey named "DeviceParameter"!!
    So am I wrong? 

    Hi Andrea,
    To find the "DeviceParameter", please try to follow the steps below:
    1.Find this registry key and note the DeviceInstance value:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses\
    2.Find the device instance registry key under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum" which contains information about the devices on the system and get the device interface GUID:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\<hardware id>\<instance id>\Device Parameters
    I hope this helps.

  • I am trying to resize disk space on parallels 6 for windows XP under configure Hardrive and I get the error resizing failed unable to resize last volume the file system of this volume might be damaged or not supported?  I am on a Mac using Parallels 6

    I have been trying to increase my disk space for windows xp on my Imac and I am running parallels 6.  before opening windows I go into configure in parallels and open the hard drive and try to move the allotted disk space from 32 gig to 64 or any other increased gig and then apply and I get the error message: resizing failed unable to resize last volume.  The file system of this volume might be damaged or not supported.  How do I increase the size??  I just also did a disk repair utility with Apple on the Apple side of my IMAC.  Please Help!!   I had uninstalled SQL server on the windows side and needed to uncompress files to install this and then I ran short on disk space.

    This sounds to me that your Parallels XP file system is corrupted and not the OSX file system.
    Have you checked the XP file system while running the Parallels XP yet ?
    However, it would be better to ask such question in the Parallels Forum http://forum.parallels.com/
    Stefan

  • I have a copy of Windows 7, and I am trying to bring up Boot Camp on my MacBook with Snow Leopard. But my Snow Leopard install disk is too old for Windows 7, so attempted Boot Camp install of drivers fails.

    I have a copy of Windows 7, and I am trying to bring up Boot Camp on my MacBook with Snow Leopard. But my Snow Leopard install disk is too old for Windows 7, so attempted Boot Camp install of drivers fails.
    I have hand-installed the NVidia graphics driver, and I have keyboard, minimal trackpad, and hardwire to internet all working. So the WIndows machine is usable. But I am hurting for wi-fi, better trackpad, and whatever else is delivered by Boot Camp. I can't use any of the Boot Camp upgrades because I do not have XP or Vista.

    While we all have MacBooks in this forum not all of us use Boot Camp. There's a Boot Camp Support Community where everybody uses Boot Camp. You should also post this question there.
    https://discussions.apple.com/community/windows_software/boot_camp

  • How do I create a disk image for windows 7, using a windows computer for USB bootcamp for mac?

    Hi There, I have just bought a new 2013 iMac.
    Spec: 3.4 GHz intel core i5, 16GB 1600 MHz DDR3 Memory , NVIDIA GeForce GTX 775M 2048 MB Graphics with OS X 10.9.4.
    How can I create a 'disk image' from a windows 7 professional 64bit installation DVD using a windows laptop with windows 7 Operating system on? I want to transfer this 'disk image' (ISO?) to a USB ready for installing windows onto my 2013 iMac using bootcamp?  I want to use bootcamp from a USB as I have no disk drive for the installation DVD on my iMac. I hope all this is clear.
    Thank you. Joe

    Yes, that's correct, at least not directly. You can create a blank disk image, copy the file to the mounted disk image, then burn the image to a CD/DVD.
    Open Disk Utility and select Blank Disk Image from the New menu. Provide a name, Save location, and select the image size from the drop down menu. Leave Encryptions at None and Format as read/write. Click on the Create button.
    After the image file appears the "removable" disk should be automatically mounted. If not double-click on it to mount it. A "removable" disk icon will appear. Drag the file you want to place on the disk image to the "removable" disk icon. The eject the "removable" disk icon. Now select the disk image file in the DU left side list and click on the Burn icon in the DU toolbar. Be sure to have a blank disc ready.
    The above is actually the "long" way to do this. A much easier way is to simply insert a blank CD or DVD into the optical drive. The Finder will pop up a dialog asking what to do. Select the option to mount on the Desktop. You will now see a disc icon on the Desktop. Drag the file you want to burn to the CD/DVD, right-click or CTRL-click on the disc icon and select Burn from the contextual menu.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • My Windows 7 Professional desktop system hard disk got corrupted and I took the opportunity to install an SSD for a new system disk and reinstall Windows.  The system is up and running on the SSD, with my old system disk now used for storage as it is stil

    My Windows 7 Professional desktop system hard disk got corrupted and I took the opportunity to install an SSD for a new system disk and reinstall Windows.  The system is up and running on the SSD, with my old system disk now used for storage as it is still readable.  The only Adobe product I have reinstalled so far is Reader XI but I would like to reinstall Elements 8 and Acrobat 9 without taking up more licences as both are also installed on my laptop.  Can you point me to the best way to do this?  - Thanks

    If you have the two allotted activations already and one was lost on the hard drive that failed then you need to contact Adobe Support thru chat and ask them to reset your activations.
    For the link below click the Still Need Help? option in the blue area at the bottom and choose the chat option...
    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Error - iTunes Library .iti file is locked on a disk or you do not have permission for this file. I can open itunes in the compatibility mode for Windows XP Service Pack 3 ???

    In Windows 8 I received the error iTunes Library .iti file is locked on a disk or you do not have permission for this file. I can open itunes in the compatibility mode for Windows XP Service Pack 3.
    I've tried changing permissions and sharing - nothing seems to work. mat be a Windows 8 issue???

    You also need to make sure you have both read and write permission for the file, or for the whole iTunes folder for that matter.  That's also done in Get Info for the file or folder concerned.
    Read the part about changing permissions on the iTunes folder in: https://discussions.apple.com/message/11583914

Maybe you are looking for

  • Photo titles in shared Photo Streams?

    I have started to use shared Photo Streams, but find that my carefully constructed titles are not transferred to the Photo Stream – each photo appears with its original alphanumerical identifier. Is there a way I can get photos to keep their titles?

  • Music stops at high speed?

    I play both Pandora or the music app when I ride my motorcycle. Upon accelerating/higher speeds, the music pauses/stops. This never happened on the previous phone which was a droid. I use headphones that have a built in mic on the wire, is it possibl

  • I changed my WRT54G security settings from WPA to WEP

    I changed my WRT54G security settings from WPA to WEP and now one of my latops (Dell 5100) will not connect wirelessly. It is using a linksys wireless-B notebook adapter. I am at a loss at how to reconnect this to my wireless network.

  • ISE: how to use/analyze monitoring backups

    Is there a tool or any instructions on how to view/analyze the data contained in the scheduled monitoring Backups? (filename.tar.gpg), I have tryed to decrypt it with gpg4win but the operation result is an empty folder... thanks in advance

  • List the projects in sbconfig.jar.

    Hi, I have a need to list the contents of an OSB sbconfig.jar using WLST script or any api. Can someone help here. While using the console, we have an option to check/uncheck the projects contained in sbconfig.jar and import only the required ones. L