SAPB1 in virtual machine?

Hello!
Has anyone had a success story running SAP B1 in a virtual machine, particularly virtualbox? Here is our problem: sql or SAP installer is very inefficient and stalls the installation process at 100% cpu for hours.
Our setup. Host server:
2 x Intel(r) Xeon(r) CPU E5620  @ 2.40GHz (2 x 4 cores, 2 x 8 virtual processors)
24GB RAM
6 x 1TB SATA-3GB 7200 rpm in RAID5 (raidz1)
Software: Opensolaris, SunOS 5.11 snv_134b
Virtualbox 3.1.8
SAPB1 Virtual Machine (more details - at the bottom):
Hardware (virtual)
4 cores, 8GB RAM, 32MB video ram, 2 HDDs:
C:\ - host: VMDK 80GB, dynamically allocate storage, on RAID5/raidz1 volume, guest: NTFS
E:\ - host: VDI 200GB, dynamically allocate storage, on the same raidz1, guest: NTFS
Software:
Windows Server 2008 R2 64bit (180 days evaluation license)
SQL Server 2008 R2 (180 days evaluation license)
SAP B1 8.81
Situation:
SQL server is configured by SAP installer. When installing SAP Demo database the VMu2019s cpu usage stays at 100% with sqlserver process at 18%, RAM usage is at only 40% (60% free), the installation process takes 6-7 hours to complete. SQL data and log files are placed in the same C:\ drive as the guest operating system. Disk activity shown by the host system is on average 300KB/s writes. The load on the host machine is 10% cpu for the copy of VirtualBox running this VM but no other cpu- ram- or disk-intensive tasks running at all. Earlier tests showed 30MB/s sustained writes on raidz1 but significantly faster in bursts due to effective ZFS caching in hostu2019s RAM. For what I can tell, there is plenty of disk bandwidth, host cpu and ram and guest ram.
Thereu2019s also a weirdest thing: CPU figures on guest donu2019t add up: performance monitor shows 100% cpu used on all four cores but when you look at individual processes the biggest one is sqlserver at 18%, SAP setup is 0-3%, taskmanager itself is 6-12%, the rest is negligible including IDLE process at 0-2%. The machine is clearly very busy with slow screen updates etc. but the sum of all running processes plus idle process is at 40-50%. Once install of the demo database  sucessfully finished many hours later cpu usage came back to normal - 95-97% idle.
Suspicions:
1. SAP installer and/or production executables are compiled so that they arenu2019t happy at all under a hypervisor or only under virtualbox in particular. Earlier trial installation of the an old, 2004, version of SAPB1 on the same VM didnu2019t show this problem although we didnu2019t specifically test performance, it was just an early test installation. Slow u201Cby designu201D?
1a. SAP is not happy with evaluation versions of Windows Server or SQL. Slow u201Cby designu201D?
2. Placing demo DB files and logs on a different virtual drive (E:\) or an iSCSI drive will dramatically improve performance of SQL - This is next thing we are going to try.
2a. VirtualBoxu2019es realisation of VMDK (VMware disk format) is affecting performance.
2b. The format of virtual disks was chosen to dynamically allocate storage which is, although it seems plenty of spare host disk performance is available is still inefficient. But then, why CPU usage is the problem? Is that caused by badly written .exe files that do not return spare cpu cycles while waiting for disk operations?
Many thanks for any tips!
More on VM:
Guest OS:        Windows 2008 (64 bit)
Memory size:     8192MB
VRAM size:       32MB
Number of CPUs:  4
Synthetic Cpu:   off
CPUID overrides: None
Boot menu mode:  message and menu
Boot Device (1): Floppy
Boot Device (2): DVD
Boot Device (3): HardDisk
ACPI:            on
IOAPIC:          on
PAE:             on
Time offset:     0 ms
Hardw. virt.ext: on
Hardw. virt.ext exclusive: on
Nested Paging:   on
VT-x VPID:       on
Monitor count:   1
3D Acceleration: off
Storage Controller Name (0):            SATA Controller
Storage Controller Type (0):            IntelAhci
Storage Controller Instance Number (0): 0
Storage Controller Max Port Count (0):  30
Storage Controller Port Count (0):      2
Storage Controller Name (1):            IDE Controller
Storage Controller Type (1):            PIIX4
Storage Controller Instance Number (1): 0
Storage Controller Max Port Count (1):  2
Storage Controller Port Count (1):      2
SATA Controller (0, 0): /export/home/admin/.VirtualBox/HardDisks/RAID/disk1.vmdk
SATA Controller (1, 0): /export/home/admin/.VirtualBox/HardDisks/RAID/disk2.vdi
IDE Controller (0, 0): /opt/VirtualBox/amd64/additions/VBoxGuestAdditions.iso

While the other suggestions here have merit, I wonder what can be done with your current solution...
Why are you running such an old version of VirtualBox?  Version 4.1.4 is available for Solaris machines; I would think you could use that under OpenSolaris (although I am unfamiliar with the details of OpenSolaris, as I haven't run it).
The dynamically-allocated disk is the second most likely culprit in the performance issues, right behind the older version of VirtualBox...  I have used the dynamic allocation many times for file servers and application servers, but a database server needs to have the highest disk I/O performance possible.  I don't like to see my client application waiting on the database to allocate new disk space which is waiting on the hypervisor to provide additional disk...  I think you see my point.
You might take a snapshot or clone the VM and test on another machine, even to the point of cloning the existing virtual hard drive to one which was created as a statically allocated disk.
Those would be the first two items I would try out.  Let us know how successful you are; I'd love to hear what seems to be the bottleneck, as we are considering placing our B1 services inside a VM.  We are considering VirtualBox, VMware, and Citrix Xen at the moment.
Rob

Similar Messages

  • Error While Creating Windows Server 2008 SP2 32-BIT Virtual Machine

    I am facing an error while creating a Virtual Machine on the Cloud. The Error is below:
    Error (610)
    Virtual Machine Manager was unable to find a value for the required Sysprep parameter ProductKey.
    Recommended Action
    Add the missing Sysprep parameter either to the answer file or to the operating system configuration, and then try the operation again.
    My Template does not have the Product Key defined.  The OS is Windows Server 2008 SP2 32-BIT.  Is defining Product Key absolutely necessary?  I have other Templates for other Operating Systems and they are working fine.  Only facing problem
    with this.
    Any help would be appreciated.

    In the SCVMM world a 'template' is composed of the following: a VHD with an OS that has been generalized (sysprep), virtual hardware profile (settings), and an OS profile.
    The OS profile is required to have a product key.  A MAC activation key at the minimum.  But the key is required.
    If you deploy a VM from a VHD, the same customization assumptions are not at play.  Which is why it succeeds.  (there is no template in this case, there is also no requirement that the OS in the VHD be sysprep'd).
    SCVMM has rules.  And lots of things don't make sense until you begin to understand them and play within them. (I am not saying that the SCVMM rules are a good thing, just saying they exist)
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Install R12 on a Virtual Machine hosted on Windows Vista

    I wanted to install Oracle EBS R12.1.1 on Windows Vista Home Premium 64-bit but used to get .\jre\nt\1.6.0\bin\java error. Hussein Sawwan
    helped and said that this is not certified. He adviced me to create a VMWare Server. Following is my experience. I hope it is helpful. Any
    suggestions, additions are more than welcome. Thanks to all who helpmed me especially Hussein Sawwan, Helios, Gareth Roberts.
    I used to get .\jre\nt\1.6.0\bin\java error after the installation would zoom through 33%. That was because my staging area was not correct. The staging area should be just next to c:\ or whatever be the root directory (or drive). No space or special characters in folder name. My current structure is as follows:
    c:\r12stage. Under r12stage I have following folders and subfolders
    oraAppDB -- 49 Disks
    oraApps -- 11 Disks
    oraAS -- 3 Disks (This comes from the Rapid Install Tools)
    oraDB -- 5 Disks
    startCD -- 1 Disk plus other folders. Just copy startcd from the unzipped download and paste to r12stage area.
    I then created a virtual machine using VMWare Server (free download but need to register to get the serial number). Because I installed
    vmware server on Vista Home Premium 64 bit Host OS, I have to boot my machine by pressing F8 and then select Disable Digital Signature
    Enformcement. Thanks to Gareth Roberts for this tip. Create a vm and install Windows 2003 by selecting the .img file (first cd) by selecting Use ISO image and then path of the windows 2003 cd 1 (zipped file). start the virtual machine, that will install windows 2003 and then ask for location of 2nd cd. On the host machine, where the second win 2003 zip file resides, unzip the second zip file and name the folder as cd2. share this folder to the __vmware_user__ and from the virtual machine, map network drive to \\hostmachinename\cd2. Select this as the location of cd2 and complete the installation. Install MKS Toolkit from http://cygwin.com/ and visual c++ from Microsoft website. for information on this please refer to the following URL. Thanks to Muhammad Habib
    http://mhabib.wordpress.com/2007/03/14/installing-oracle-applications-e-bussiness-11i-on-windows-xp/
    After installation is done and Windows Update is run, share the r12stage directory on the host machine to the vmuser and launch rapidwiz.cmd from the command prompt and follow the instruction. For internet connection from the VM use Ethernet as NAT.
    If the installation errors halfway through, clean up your VM by following instructions in document id 292424.1 in MetaLink. If you dont have access to Metalink then I summarize the steps briefly over here.
    Launch the Registry Editor.
    Navigate to the HKEY_LOCAL_MACHINE\Software key.
    Select the Apache Group subkey and delete it.
    Select the Oracle subkey and delete it.
    Navigate to the HKEY_LOCAL_MACHINE\System\Current Control Set\Services.
    Carefully select and delete each service beginning with Oracle. For example, delete "Oracle Apache Server PROD_<nodename>".
    When you are finished, exit the Registry Editor.
    Navigate to the Environment Variables editing screen according to your system setup. For example, right-click My Computer and select
    Properties. From the Advanced tab, click the Environment Variables button.
    Select the following system variables if created during the failed installation, and delete them: DISCO_JRE, DISCO_VBROKER, JSERV,
    VBROKER_JAVAVM, VBROKER_TAG, WV_GATEWAY.
    Select the Path variable, but do not delete it. Carefully edit it and remove any component with "Oracle" in the name, or that otherwise
    references the failed install. For example, delete "E:\11.5.10\test\visora\8.0.6\bin;".
    Save and exit System Properties.
    Open a command window and navigate to the C:\Program Files\ directory. Delete the Oracle subdirectory.
    If your Oracle Inventory directory was not C:\Program Files\Oracle\Inventory and was therefore not deleted in the previous step, locate it
    and delete it.
    Restart your machine
    It is now safe to remove the Oracle filesystem that was partially installed during the failed installation. Go to the base install directory,
    or top-level directory under which you installed either the Database Server (DATA, DB) or the Applications Tier Server (APPL, ORA, COMN)
    directories, or both. Note that you may choose to rename a directory before you delete it. This allows you to use the same directory name and start a new installation even before you finish the delete filesystem operation. For example, if you placed your filesystem in a "test" directory under
    "E:\11.5.10":
    C:\> E:
    E:\> cd 11.5.10
    E:\> rename test oldtest
    E:\> del /s /q oldtest
    In another window:
    C:\> cd <stage install directory>
    Q:\> rapidwiz.cmd
    After cleaning up if you still get error like RW-50004: Error Code received when running external process. Check log file for
    details. Running database Install driver for VIS instance, after 13% complte step 1 of 5 then I suggest that you re-create the machine and follow the above steps again. Including installing win 2003, mks tool kit , vc++, etc. It will be a success.
    Starting concurrent manager takes up enormous memory and slows down everything, so if you dont need it then dont ever start it. APPS password is apps and sysadmin user is sysadmin.
    Good luck.
    Mahesh Acharya

    I had Vista 64-bit machine, installed Ubuntu in VMWare. Installed Oracle apps on 32-bit Ubuntu under VMware and was able to access Oracle apps. But, it is very very slow. It hangs sometimes and takes 15-20mins to display Ubuntu screens. Am I missing something here. I have a 4GB RAM and VMWare can not use all the 4GB. It may be using 2GB of 4GB. Am I missing something?

  • How to get information about creation of a virtual machine on a Hyper-v host.

    Hi,
    How to get information about creation of a virtual machine on a Hyper-v host?
    I need: host name, time created, creator user.
    I saw in Hyper-V-VMMS but I found info about movements of VM between hosts.
    Thank's in advance.
    Denius Valiant

    For Host Name * Created Time Use This Command In PowerShell 
    Get-VM -Name (Read-Host "Type Your Vm Name") |select CreationTime , ComputerName
    and for Create User , As i know you should see on Event Log . 
    Go To Event Log Viewer--->Applications And Services Logs--->Microsoft--->Windows--->Hyper-V-VMMS--->Operational 
    You can see in Event Log who create the Vm.
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • Bit Locker on windows 2008 R2 Virtual machine

    Hello there !
    We have a a number of Windows 2008 R2 machines and we wish to provide an encryption mechanism for each Virtual machine.
    It's a VMware environment and all the VM files go into NFS drives.
    Do you think , Bitlocker will help ?
    Is Bitlocker supported on Virtual machines ?
    In my opinion , Bitlocker is to safeguard against any "physical" threat to a machine.
    But I wanted a second opinion here.
    Please help me.

    VMs don't have a Trusted Platform Module (TPM) available to store the Full Volume Encryption Key (FVEK) used for BitLocker, but you can still use Hyper-V by storing the necessary information on a floppy drive. Use the command line:
    cscript c:\Windows\System32\manage-bde.wsf -on C: -rp -sk A:
    BitLocker is now enabled within the VM.
    VMs don't have a Trusted Platform Module (TPM) available to store the Full Volume Encryption Key (FVEK) used for BitLocker, but you can still use Hyper-V by storing the necessary information on a floppy drive. Use the command line:
    cscript c:\Windows\System32\manage-bde.wsf -on C: -rp -sk A:
    BitLocker is now enabled within the VM.
    Hyper-V Security How to: Use BitLocker to Protect Your VMs
    http://blogs.technet.com/b/tonyso/archive/2008/07/01/hyper-v-security-how-to-use-bitlocker-to-protect-your-vms.aspx
    for VMeare VMs you have to check with VMware and these links may help you
    How to Encrypt VMware VM running Windows 2008 R2 with Microsoft Bitlocker
    http://www.christowles.com/2010/10/how-to-encrypt-vmware-vm-running.html
    http://www.networknet.nl/apps/wp/archives/395
    Mohamed Fawzi | http://fawzi.wordpress.com

  • Does Time Machine make complete backups of Virtual Machines?

    I am new to the forums, so forgive me if this has been asked before.
    I have a MacBook Pro and have VMWare Fusion 3 installed.
    I have Windows 7 and XP installed as virtual machines, and use an external hard drive to back up into using Time Machine. I have been given conflicting information regarding the backups being created by Time Machine.
    I have been told that I should use a Windows backup program such as Acronis to back up the Windows installations separately from the Mac backups on the separate hard drive.
    Someone else has told me that if I use Time Machine, then the Windows installations will be backed up automatically, as the Windows installations are effectively folders and files within the Mac software.
    Just to confuse things, I have read somewhere that Time Machine cannot back up Boot partitions of Windows installations, but I can't remember where I read this.
    I don't want to lose my Windows installations through not understanding the backup capabilities of Time Machine, so I am hoping that someone here can advise me as to what the best course of action would be please.
    Can I trust Time Machine to back everything up and to be able to restore my whole machine, including Windows installations, from a Time Machine backup, or do I need to back up the Windows virtual machines separately by using Acronis.
    Thanks
    Kevin

    1. TM will not backup a Boot Camp Windows volume.
    2. TM will backup a VM disc image every time it changes unless you have excluded it via TM's Exclude list.
    3. If the VMs change often then TM will backup each change thus consuming large amounts of space on the backup drive which is not recommended. Thus, it's best to backup VMs separately from within Windows using a Windows backup utility.
    4. TM will not backup individual files and folders of a VM disc image. It will only backup the entire disc image.

  • Failed to install windows server 2012 in virtual machine hosted in window 8.1

    I installed Hyper-V in windows 8.1, then when I tried to install windows server 2012 R2 or windows server 2008 R2 in virtual machine, I got the following error:
    the following is my virtual machine setting:
    is there anyone an help to resolve it? thank you very much.

    Hi,
    Good to hear that you have solved this issue. Thanks for sharing as it would be helpful to anyone who encounters similar issues.
    Best regards,
    Susie

  • Cannot log in to Windows 8.1 Pro virtual machine!

    Hello.
    I installed Windows 7 Ultimate on my iMac (Mid 2011) via Boot Camp, then I installed Parallels Desktop 8 and my Windows virtual machine was recognised by PD8. Then I upgraded my Windows version to Windows 8 Pro and added Windows Media Centre. All that was also recognised by PD8. Then I upgraded to Parallels Desktop 9, and everything was going fine.
    I recently upgraded my Windows 8 Pro with Media Centre to Windows 8.1 Pro with Media Centre from the Windows partition, and I had no problem with that either. But when I tried to log in to Windows through Parallels Desktop (Windows as a virtual machine), Parallels Desktop didn't recognise the Windows virtual machine!
    How can I resolve this issue?!
    Thanks.

    Hi,
    Did we followed this article to update to Windows 8.1 from Windows 8?
    Update to Windows 8.1 from Windows 8
    For can't find the update in the store, have you checked this article?
    Why can't I find the update in the Store?
    Please take a check in the question You might be running an edition of Windows 8 that doesn’t support updating from the Store
    in the above article for the editions that won't be able to update from Windows store.
    Best regards
    Michael Shao
    TechNet Community Support

  • How to install Windows Server 2012 as a Virtual Machine on Window 7 64 bit machine

    Hi All,
    I need to install virtual Window Server 2012 on Window 7 machine(8gb ram,64 bit machine).
    Please give me the list of required softwares to install. If possible the please give download link as well. 
    Thanks
    mit

    Since you're on Windows 7 I'd probably go for using VirtualBox
    https://www.virtualbox.org/ to host the virtual machine.
    Downloading 2012 depends what you're after really, if you've got TechNet / MSDN then you can download it from there, otherwise you'd need to have a licenced copy. You can download 180 day evaluation versions from the Microsoft website here :
    2012 - http://technet.microsoft.com/en-gb/evalcenter/hh670538.aspx
    2012 R2 -
    http://technet.microsoft.com/en-gb/evalcenter/dn205286.aspx

  • How to install windows 7 32 bit virtual machine on windows 7 64 bit

    Wondering what would be involved in installing windows 7 32 bit as a virtual machine on a windows 7 64 bit laptop, trying to continue to use software that only has 32 bit drivers to talk to specialized hardware before scrapping the hardware.  Drivers
    are not updateable due to the company no longer exist.  Being forced to do this since I am using windows XP to currently do this and will have to stop using XP by 01Apr2014.
    thanks for any help

    If it's special hardware, your chances are small for it to work in a
    virtual machine.  Some USB devices might work, but Virtual PC can't see
    the real hardware on the host.
    Bob Comer Microsoft MVP -- Hyper-V

  • Can not see a sbRIO in MAX running on a virtual machine

    I am trying to connect a sbRIO-9606 to a Windows 7 virtual machine (VMWare) running on a MacPro.  I can open a CMD prompt and ping the sbRIO but when I run MAX, it does not appear in Remote Systems.
    The virtual NIC is bridged to the pyhsical one (on the MAC) 
    Does anyone have experience doing this, or know why I cannot see the sbRIO?

    Hi jaketc,
    I've had similar issues at times depending on how my host and guest operating sytems network interfaces are configured.  It sounds like your settings are correct (bridged), but it is difficult to guarantee.  The first step I usually take is disable any network interfaces (on the host and guest OS) that are not critical to connecting to the remote target.
    A more generic answer is to walk through the troubleshooting steps in this document, but it won't cover the virtualized OS considerations of your setup:  
    Why Does My CompactRIO Controller or Single-Board RIO Not Show Up in Measurement & Automation Explor...
    Because you can ping the target, it sounds like the Single-Board RIO already has an IP address, you know what it is, and ethernet communication can be established.  When I've been in that situation in the past, I've been able to manually add the RIO target to MAX.  To find a system that is already configured with an IP address, simply right-click on Remote Systems and select Create New. Enter the appropriate configuration information in the dialog box, and MAX will manually place that system in the Remote Systems listing and all tasks will function properly.
    Cheers,
    Spex
    National Instruments
    To the pessimist, the glass is half empty; to the optimist, the glass is half full; to the engineer, the glass is twice as big as it needs to be...

  • Hyper-V could not replicate changes for virtual machine 'machinename': The connection with the server was terminated abnormally (0x00002EFE).

    I have a 3 node cluster that has replica setup to replicate to another cluster off-site.
    Suddenly one of the servers is not replicating with the error:
    Hyper-V could not replicate changes for virtual machine 'machinename': The connection with the server was terminated abnormally (0x00002EFE). (Virtual Machine ID CC0FD4CC-F9B7-4C68-ABE8-B7D52A87899F)
    All other servers are replicating fine so there cannot be a permissions or connectivity issue between the 2 clusters.
    This server has 2TB of data so I'd rather not have to start the replication again.
    Does anyone have any pointers?
    Thanks.

    Hi drensta,
    Based on my knowledge , "hyper-v replica broker " is needed for failover cluster replica .
    Here is a link for "Why is the "Hyper-V Replica Broker" required?"
    http://blogs.technet.com/b/virtualization/archive/2012/03/27/why-is-the-quot-hyper-v-replica-broker-quot-required.aspx
    Hope this hleps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Office 2013 Installation stuck on Windows 8.1 ESXi virtual machine

    When I try to install Office 2013 32 Bit - on a Windows 8.1 64 Bit Virtual Machine that is hosted on ESXi Host server .....it stucked installing it for hours and hours without finishing ....... I tried to install locally on a mounted ISO image with the same
    result !!
    It happens on many machines not a specific one ! 
    Does any one know what can be a reason for that ?! 
    Hossam Wael Elmosallamy (IT Support Engineer-ECC Solutions) MCSE - CCNA [email protected] Mobile:(011)-49464671 www.eccsolutions.net "Experience Reliability&quot

    Hi,
    At which specific percentage will the setup hang? Vuk is right above, but it's really hard to say what's the cause of your case.
    Please first take a look at this KB article and see if it is helpful for you:
    Microsoft Office 2013 or Office 365 hangs during setup
    I would suggest you go and check the setup log files to troubleshoot the issue, which is the best way to narrow down the issue I think.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Adobe Application Mgr will not install on virtual machine. (Parallels Win7 on a MacPro)

    Greetings,
    I am unable to install the Adobe Application Manager. I get the following error message:
    "This application cannot be run from a network drive. Please copy it to a local folder and re-launch it."
    I have tried copying it to several local folders but it will not work. I can't install any of my cloud aps because of this!!
    I have searched the Parallels site and found no issues on their end.
    How do I fix this?
    Details:
    I am trying to install it on a virtual machine made with Parallels 8. 
    The virtual machine is Windows 7, home edition.
    The real machine is a new Mac Pro, running OS X 10.8.3.
    Mac Pro (Mid 2012)
    OS X 10.8.3 (12D78)
    2 x 2.4 GHz 6-Core Intel Xeon
    16 GB 1066 MHz DDR3 ECC
    ATI Radion HD 5770 1024 MB
    Thanks for the help!
    -Chris

    Chris in your Windows VM have you tried downloading and installing the Adobe Application Manager from https://www.adobe.com/support/downloads/detail.jsp?ftpID=4773?
    Also have you already installed the Adobe Application Manager on your host system of Mac OS?
    Finally please be aware of Technical support boundaries for virtualized or server-based environments - http://helpx.adobe.com/creative-suite/kb/technical-support-boundaries-virtualized-or.html.

  • Issue in adding Space to the existing Virtual Machine from added repository

    Hi,
    I'm facing issue in adding Space to the existing Virtual Machine (Guest OS) from added repository.
    Environment details :
    VM Server : /OVS => 130GB
    /OVS/935970F2CC2D4B4391701397517F1001/ => 512 GB
    Things I have done :
    •     I created a VM (Guest OS) in the VM Server with 120 GB
    •     After creating the VM (Guest OS) , When I tried adding a VIRTUAL DISK of size 150 GB , I got an error “Maximum available Disk space is only 10GB”.
    My query :
    •     Will I be able to add space to Existing VM from the added Repository ( /OVS/935970F2CC2D4B4391701397517F1001/ ) , whose system.img is stored in path /OVS/running_pool/34_rhel/ .
    Kindly help me out in this.
    Thanks in advance.
    -- Sri

    Hi all,
    I checked with Oracle on the above and got the info currently , the we can utilise only the space available in the existing repo and cannot extend to additional repo.
    Work around is : Clone it to the other repo , or Use Symbolic link .
    Thanks,
    Sri.

Maybe you are looking for

  • ANIMATIONS (.GIF FILES) AND LAYERS

    1. I HAVE PSE7 AND I CAN'T SEEM TO GET ANY ANIMATIONS TO WORK. IF I OPEN AN ANIMATED (.GIF) FILE, IT IS NO LONGER ANIMATED. DO I HAVE TO PUT IT ON A SPECIAL LAYER TYPE? WHEN I OPEN ONE OF THESE FILES, PSE7 CREATES 3 LAYERS FOR THE IMAGE, NONE OF THEM

  • Is there any way to copy the numbers from the iPad stopwatch?

    I am doing some timestudies using the stopwatch in the clock app on an iPad mini.  Is there anyway to get the time out of the stopwatch and into notes or an e-mail?  I would like the text not just a screenshot of the stopwatch.

  • Append messages with out header tag " ?xml version="1.0" encoding="UTF-8"?

    Hi all, I am doing file to file scenario.When I use APPEND in the File adapter it is also adding <?xml version="1.0" encoding="UTF-8" ?> I need to send a file for every 10 minutes consolidate all files and send at the end of the day. <?xml version="1

  • 5.6.2 and Bursting

    Dear Gurus, Env details : XML Publisher Enterprise 5.6.2 standalone. In Xml publisher, created a report using datatemplate. which does create a XML file with right data. one of the tag in data file has email address of the Customer. How I can send em

  • Specific default values for select-options high and low

    Hi My requirement is in the selection screen i have a select-options field for which i need to give default values as mentioned below. Description                              Data Type       Default Value     Mandatory?             Sel Scrn Type