Pre-built virtual machine with OBIEE and APEX

Hi all

I searched for a virtual machine with OBIEE and APEX pre-installed, but I can't find it... or information messages on this subject. Does anyone know if y at - it a selection of pre-designed developer programs VM with these two tools?
I currently have the "database App Development VM' with APEX in there, but I can't understand how to install OBIEE inside.

Any help will be appreciated.

Please, if this is not the right category where I should ask the question, let me know and I'll move it.

Thank you.
Elena.

PL see deployment guide in the link above - the model of computer virtual includes version of database 11.2.0.3, which should be the APEX installed by default in it. If this isn't the case, it will be much easier to install the APEX in the VM OBIEE.

For sharing files between the host and the guest, pl see the Virtualbox documentation - http://www.virtualbox.org/manual/ch04.html#sharedfolders

HTH
Srini

Tags: Business Intelligence

Similar Questions

  • ESXi 4 hosts and virtual machines with domains and different IP addresses

    Hello, I hope someone can shed some light on this problem.

    I have an ESXi host.  It is in the 'AREA A' and has an IP address like 204.75.225.6.

    Is it possible to use the tool VMware P2V Converter some servers that are located in one field other than ESXi host and have different IP addresses?

    Example: VM candidate: in "AREA B" with IP address 192.168.1.56.

    Both domains trust each other.

    Y at - it a tip to configure the network settings on the host to allow that?

    I currently have 2 vSwitches.  One for the management network and the other is for the traffic of the virtual machine.

    Firewall?

  • Virtual machines with VMFS and LUN VMFS-no?

    Is it possible to attend the ESX3.5 VMFS and Non-VMFS LUNs virtual machines simultaneously?  We are totally an environment totally VMFS/Fiber Channel VI with Windows o/s.   Although we have all our virtual machines that reside on a VMFS LUNS storage has asked if it is possible to have Non-VMFS LUNS presentable at our VM and VMFS?

    I think I remembered that Non-VMFS storage can be made available as storage but do not know if the two can be presented at the same time

    It can be done with a RDM and no special software required.

    -Matt

    VCP, vExpert, Unix Geek

  • Restore virtual machines with Netbackup and VCB

    I just Netbackup 6.5.2 and using VCB 1.5.  When I create my backups, it makes the .img files.  When I try to restore using Netbackup, it won't recognize backups from windows NT and not Flash.  And VM converter does not recognize the .img files.  So, how can I restore, what am I am I doing wrong?

    Hello.  The NetBackup .img files are not accessible directly.  They are used internally by NetBackup.

    When the only restore files vmdk (virtual machine complete), NetBackup 6.5.2 supports two types of restorations.  First of all, you can automatically perform a restore of the entire virtual machine by using the free VMware Converter component.  The second method involves all first restore VMware vmdk and then manually by your restoration.

    These processes are described in the document of NetBackup 6.5.2 update which can be found here:

    FTP://exftpp.Symantec.com/pub/support/products/NetBackup_Enterprise_Server/302438.PDF

    Feel free to contact me directly if you have any additional questions.

    -George Winter

    [email protected]

  • List of virtual machines with drive and RDM details

    Hi all

    I have a script, which could give me the list of parameters

    Name

    PowerState

    IP address

    Cluster

    ESX host

    Folder

    Data store

    I would like to have disc info and info RDM with its size.

    Please help in editing the script below

    Get - VM | Select Name, PowerState,

    @{N = 'IP address'; E = {@($_.guest.) (IPAddress[0])}}, '

    @{N = 'Cluster'; {E = {Get-Cluster - VM $_}}, '

    @{N = "ESX host"; {E = {Get-VMHost - VM $_}}, '

    @{N = 'File'; E={$_. Folder.Name}} '

    @{N = "Datastore"; {E = {Get-Datastore - VM $_}} | `

    Hello

    here a modified script:

    Get-VM | Select Name, PowerState,
    
    @{N="IP Address";E={@($_.guest.IPAddress[0])}},
    @{N="Cluster";E={Get-Cluster -VM $_}},
    @{N="ESX Host";E={Get-VMHost -VM $_}},
    @{N="Folder";E={$_.Folder.Name}},
    @{N="Datastore";E={Get-Datastore -VM $_}},
    @{N="RDM type";E={(Get-HardDisk -VM $_ -DiskType RawPhysical,RawVirtual).DiskType}},
    @{N="RDM disk name";E={(Get-HardDisk -VM $_ -DiskType RawPhysical,RawVirtual).Filename}}
    

    Lines 8 and 9 are added to your script. You can add other lines in a similar way.

  • Cloning of virtual machines with snapshots

    Is it possible to take a virtual machine with snapshots, and then copy the individual vmdk files that make up a set of 5 shots manually and create a new virtual machine, so that all of the snapshots is all kept - and if it works what are the possible caviats / traps?  When you use just the cloning tool, it includes all snapshots.

    Hi TheVMinator,

    As mentioned in the kb, it is not recommended. But if you stop your virtual machine, copy the complete folder and then save the new VMX, it should work.

    The only problem that you have is a corruption of the sequence of disk. In this case, you can try to fix it or make another copy of the original VM. But you will not damage your original machine.

    Good luck.

    Concerning

    Franck

  • Using filters and Get - view to find virtual machines with a specific guest operating system.

    I have the following code snippet to find all virtual machines with the updated OS to ' Red Hat Enterprise Linux * "prompt. It does not work. If the filter is left out, I find myself with all virtual machines.

    The immediate question is the specs for the game ' Red Hat Enterprise Linux. " Originally from the "Performance Difference between GET - VM and GET-VIEW")

    http://www.batchworks.de/performance-difference-between-get-VM-and-get-view/ ).

    $ClusterFilter = Get-View -ViewType ClusterComputeResource -Property Name -Filter @{“Name” = $ClusterName } | select -ExpandProperty MoRef

    $VirtualMachines = Get-View -ViewType VirtualMachine -Property Config -SearchRoot $ClusterFilter


    The biggest problem for me is to understand for Get-View filter. I was capable of a bit of insight to gleen from the URL below, but I think what Miss me is the reference (Microsoft) for what is happening to the right of the equal sign. What is the correct terminology for this type of query expression / where the syntax is 'left' = 'straight' and keywords such as "-match" are not allowed.

    http://purple-screen.com/?Cat=3

    VMware vSphere 5.1

    http://Wannemacher.us/?p=259

    Regular expressions with Windows PowerShell

    Right in the filter expression is an RegEx expression, please allow for characters before and after the word Linux.

    And the name of the OS is Config.GuestFullName.

    I corrected the entries more early as well.

    $ClusterName = "^MyCluster$"$ClusterFilter = get-view -ViewType ClusterComputeResource -Property Name -Filter @{"Name" = $ClusterName } | select -ExpandProperty MoRefWrite-Host $ClusterFilter
    
    $VirtualMachinesNoFilter   = Get-View -ViewType VirtualMachine -Property Name,Config -SearchRoot $ClusterFilter $VirtualMachinesWithFilter = Get-View -ViewType VirtualMachine -Property Name,Config -SearchRoot $ClusterFilter -Filter @{"Config.GuestFullName"=".*Linux.*"}
    
  • Help to get a list of virtual machines with switch network and name

    I'm trying to get a simple list of virtual machines on a single host and include their name and networkname.

    When I run this Get - vm | where {$_.} $host.name - eq "ESX.local"}, I get the virtual machines with their name.  When I run this Get-networkadapter - vm Get - vm | where {$_.} $host.name - eq "ESX.local"} I download news network with the name of the network, which is what im after. "  I want to combine these 2 commands and get vm name and network name in a csv.  The network name is the Group of ports, the VM is affected change settings for example, it could be vlan10 or what you named your group of ports in the switch DV.  I've attached a screenshot of the orders successfully.

    Hello, brisketx-

    You could do a little more efficiently by getting first the VMHost (s) that are of interest, then get their virtual machines and then using a computed property for the names of network for virtual machines.  As:

    Get-VMHost esx.local | Get-VM |    Select-Object Name, @{n="NetworkName"; e={(Get-NetworkAdapter -VM $_ | %{$_.NetworkName}) -join ","}}
    

    You can then, of course, lead to Export-Csv to write the data to a CSV file.  How does do for you?

  • URGENT! After installing 6 Fusion and creation of new virtual machine with Windows 7, I get a message "VMware Fusion cannot enter the unit". WHAT SHOULD DO?

    After purchase, installation and activation Fusion 6 with the license key, I had a library of VMS showing 2 Boot Camp partitions. It's strange that I only have 1.
    I tried to activate them but received a message that it is out of date in 2 cases. (see annex 1)

    I started a new virtual machine with a Windows 7 installation disc directly on my HD. I have provided a way to do this and followed the instructions of Fusion to the screen.

    Apparently, everything went well and after several restarts, the installation appears to be over (see annex 2) I tried to open and run the installed Windows 7. I had however a window with the following message:

    "Pending the unit.

    "VMware Fusion cannot enter the unit. Please wait until the unit starts automatically, or interact with the virtual machine below. ' (see annex 3)

    Here Windows 7 seems to start but after a while with the home screen and of the Øresund finishing this window closed and open a new window called library Virtual Machine on the left showing the partitions of Bootcamp and the Virtual Machine Windows 7 x 64 and in the middle gray a representation of what is supposed to be the Windows 7 desktop. (see Exhibit 4). When I opened the settings button a window with different setting options pops up. This mark means to me that Windows is installed but the final opening isn't the case

    When you quit Vmware Fusion indeed Windows seems to be close (see part 5)

    What is going on? What has gone wrong? What should I do? I don't know how to solve the problem.

    I should f.i. remove the virtual machine from Windows 7 and is free automatically made partition on my HD as the reboot with the Windows installation disc? or y at - it another way to enter the UNIT?

    Help, please!

    Thanks in advance

    Your virtual machine is running. It is in the unit - which each windows gets its own window of Mac - and you have no application Windows running, there is no visible windows. You can start a Windows application in the start of Fusion menu in the menu bar at the top right, or turn on the Windows task bar on the view menu and start applications from there. Or use the view menu to switch to the Single mode or full-screen, which puts all of your Windows desktop in a window separate from Mac.

    You do not have two partitions to Boot Camp on your Mac, you have two virtual machines named "Boot Camp partition".

    The message about it being unable to enter the unit arrives while the merger is pending for the tools begin to run, because the tool is necessary for the unit.

  • Start and stop Virtual Machines with the system

    Hello

    In a server cluster @vcenter HA/DRS 5.1, I enabled start and stop virtual machines with the system option but after I checked two days later, he is off again somehow. What makes this option off? I had a power failure in the datacenter. vCenter server has not been upward. I started all of the ESXi servers manually then went all VMs account is declining. I want that they start automatically when server ESXi upward.

    Thanks in advance,

    Thank you. This option is more valid than if the hosts are part of an HA Cluster license. I suspect that you configured through the traditional vSphere Client and that it is a bug with this client. If you try with the new vSphere Web Client, you will find a notice that it is disabled and there is no button "Edit".

    Concerning

  • Let me know scenarios when different virtual machines with the same UUID are created in VMware Hypervisors?

    Let me know scenarios when different virtual machines with the same UUID created in VMware Hypervisors, aside from editing the .vmx file?

    The only other way I've seen is when you manually copy the virtual machine to another location on the data store (or another data store) and then when turn on/off the virtual machine, select I moved, rather that I copied it (the default option).  This will keep the same UUID.

  • How can I get the version of VMware to virtual machines with powercli officer?

    How can I get the version of VMware View Agent running on a virtual machine with powercli or view Powercli?

    As much as I know there is no cmdlet PowerCLI for this, but you can use the Invoke-VMScript cmdlet and interrogate the Win32_Product class.

    By running the following. You can add a Where clause to return only the Agent of the view

    Get-WmiObject-class Win32_Product | Select the name, Version

  • Run a virtual machine with a graphical interface on a host without GUI

    Hallo

    I want to install a simple Windows 7 for some tasks bit where I need Windows on my server Ubuntu 14.04. This server has no GUI (no X) and should have any.

    Already, I've installed the virtual Windows machine on my workstation to 12, so I would just copy the vmdk on my linux server and run it, maybe put something in the vmx file.

    But I do not know is that it's all means possible.

    Is it?

    Is there any player or any application for ubuntu VMware when there is no X system (on ubuntu), where I can run virtual machines with GUI inside?

    Maybe another virtualization tool, vmware not?

    I think that this exact question already somewhere, but I haven't found much question where comments lacking a GUI, but not the host.

    I need a guest-gui on a host without gui (where I have only the terminal).

    So maybe it's not possible at all, so please tell me a 'no', so I won't expect more

    Thank you to

    Frank

    EDIT: oh, this seems to be another question unanswered it is too difficult or too stupid?

    Hi Frank,.

    Now that would be stupid, having a text Installer, and then not allow the virtual machine to run. I think it should work, but you must pass the nogui option.

    Vmrun help:

    beginning

    (Supported only on teams

    Workstation.)

    Starts a virtual machine (.vmx file) or team (file .vmtm).

    The default graphical user interface option starts the machine in an interactive way,

    What is necessary to display a user interface of VMware.

    Nogui option suppresses the user interface,

    including start-up, to allow dialog box not interactive

    writing scripts.

    [gui | nogui]

    refer to the manual of vmrun: VIX API Documentation

    Edit: hmm... Now, I see that you have already tried the nogui option. You might be able to install the package libxinerama, but he could hang out in a lot of dependencies.

    FWIW, vSphere is pretty much what you describe a system not GUI to run GUI invited, so it shouldn't be a problem at all.

    Unfortunately, I don't have a host linux without X installed handy here, so can't test here without the implementation of a server without head myself.

    You can also try to run the client via the command vmware:

    VMware Workstation 12 Pro Documentation Center

    --

    Wil

  • I'm looking for a Script that can list all virtual machines with type of NIC E1000 via the output of the CSV file.

    Hi gurrus and LucD

    I'm looking for a Script that can list all virtual machines with type of NIC E1000 via the output of the CSV file.

    The script should search for information in a multiple Vcenter servers and multiple clusters and list all the VMs name, status (two powers on or off) with type card NETWORK Type E1000 only no other.

    Concerning

    Nauman

    Try like this

    $report = @)

    {foreach ($cluster Get-cluster)

    foreach ($rp in Get-ResourcePool-location $cluster) {}

    foreach ($vm in (Get-VM-location the $rp |)) Where {Get-NetworkAdapter - VM $_______ | where {$_.}} Type - eq "e1000"}})) {}

    $report += $vm. Select @{N = "VM"; E={$_. Name}},

    @{N = 'vCenter'; E={$_. Uid.Split('@') [1]. "Split(':') [0]}},"

    @{N = "Cluster"; E = {$cluster. Name}},

    @{N = "ResourcePool"; E = {$rp. Name}}

    }

    }

    }

    $report | Export Csv C:\temp\report.csv - NoTypeInformation - UseCulture

  • A list of virtual machines with type of controller of

    Hi guys,.

    Sorry for the dummy question, but I have new noob in powershell I can not understand how to get the list of virtual machines with type of controller of

    I would like to hva something that looks like this:

    controller name

    Mega-vm IDE

    Super-vm paravirtual

    lsi Tester-vm

    Get - vm mega-vm | Get-ScsiController shows which scsi controller is in the vm, but indicated a virtual machine name and do not watch IDE at all (do get-scsi ))

    Try something like this

    Get - VM |

    Select Name,@{N='Controller'; E = {(Get-contrôleur SCSI-VM $_ |)} {(Sélectionnez Type-ExpandProperty) - join ' |'}}

Maybe you are looking for