OVM Manager 3.2.1 installation issue

Hi,
We are trying to install OVM Manager 3.2.1(on OEL 6.2) but unable to complete the installation as it stops after installing ADF and does not proceed further. Please find the output below.
Verifying configuration ...
Start installing the configured components:
1: Continue
2: Abort
Select Number (1-2): 1
Step 1 of 9 : Database Software...
Installing Database Software...
Retrieving MySQL Database 5.5 ...
Unzipping MySQL RPM File ...
Installing MySQL 5.5 RPM package ...
Configuring MySQL Database 5.5 ...
Installing MySQL backup RPM package ...
Step 2 of 9 : Java ...
Installing Java ...
Step 3 of 9 : Database schema ...
Creating database 'ovs' ...
Creating user 'ovs' for database 'ovs'...
Step 4 of 9 : WebLogic ...
Retrieving Oracle WebLogic Server 11g ...
Installing Oracle WebLogic Server 11g ...
Step 5 of 9 : ADF ...
Retrieving Oracle Application Development Framework (ADF) ...
Unzipping Oracle ADF ...
Installing Oracle ADF ...
Installing Oracle ADF Patch...
OVMM installer exits after Step 5. We could not find any errors in log file.
Any suggestions please?
Thanks in advance!

This issue was caused by root user cannot su to oracle user.
The W/A is to disable ypbind service and run createOracle.sh to make the oracle user a local one.
How to disable ypbind? issue following command based on your host env,
service ypbind stop
or
/etc/init.d/ypbind stop
More details, pls check Bug 16416238 - manager installer should add a prereq check that root can su to oracle user

Similar Messages

  • OVM Manager 3.1.1 Installation stuck at final step

    Hello,
    My OVM Manager 3.1.1 installation is stuck at 'Please wait while Weblogic configures the applications... This can take up to 5 minutes.
    Trying...
    Trying...
    Trying...
    and continues this message.
    Prior to this step it does say Oracle VM Manager is running...
    Oracle VM Manager installed.
    Ideas?

    To add:
    found this post
    Anyone seen this behavior installing OVM Manager 3.0.2?
    Tried what was on there
    However what I'm getting now when I enter the username passwords is
    Connecting to Weblogic Server...
    There is no server running at t3://localhost:7001
    Connection to WebLogic server failed...

  • OVM Manager 3.3.1 Installation Fails

    I am having a hard time figuring this out. I am trying to install OVM Manager 3.3.1 on Oracle Linux release 7. I have configured the host file with the IP address and the Name of the host. I have setup the IPTABLE firewall ports. I ran createOracle.sh script successfully. I can ping the host by name and IP address, I can ping outside addresses. When going through the OVM Manager install I get through the point where I choose "1-for installation" and then it says that its retrieving MySQL Database 5.6 and then just goes back to a command prompt. The logs do not give any insight on what went wrong. Not sure where else I can try other than starting over again and installing Oracle Linux 6 and trying to install OVM Manager from there.

    by any chance do you have existing installation of mysql to the machine
    you are installing OVMM?
    another hint is to disable SELinux.
    I checked the documentation and OEL 7 is not in the list of supported
    OS. I would not try to run any Oracle product on unsupported
    configuration and based on this I would advise you run the installation
    on OEL 6 updated with the latest level.
    Hope this helps,
    A.

  • Connection problem to the OVM Manager 3.0.3 Console

    My OVM Manager 3.0.3 installation was smooth on top of Oracle Linux 6.0, not even with a single error after taking care of some prerequisite warning stuff at the beginning.
    After the installation, it displayed some info on how to connect to the OVM Manager Console.
    http://ovmmanager:7001/ovm/console
    https://ovmmanager:7002/ovm/console
    But, not only neither address seems to work but also the server opens neither port.
    I have no problem remotely logging into the shell via ssh.
    Trying "telnet ovmmanager 7001" and "telnet ovmmanager 7002" isn't connecting.
    Also, Oracle is up and running.
    # ps -ef |grep XE |wc -l
    31
    # ps -ef |grep pmon
    oracle 1610 1 0 02:28 ? 00:00:02 xe_pmon_XE
    I rebooted it couple of times but the same thing.
    Could someone please let me know where I should start?
    Thanks.
    - Young

    Hi,
    The reason is the /etc/rc.d/init.d/ovmm shell script. It tries to start the weblogic with oracle user. The oracle user doesnt have permission and it fails with a timeout
    if [ $action = run ]; then
    logger "Starting the Oracle VM Manager application."
    echo -n "Starting Oracle VM Manager"
    nohup su - oracle  -c "$USER_MEM_ARGS DOMAIN_PRODUCTION_MODE=true JAVA_OPTIONS=\"-Djava.awt.headless=true -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8453,server=y,suspend=n -da:org.apache.myfaces.trinidad\" /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/startWebLogic.sh &" > /dev/null
    RETVAL="$?"
    fi
    change it to
    if [ $action = run ]; then
    logger "Starting the Oracle VM Manager application."
    echo -n "Starting Oracle VM Manager"
    nohup su -  -c "$USER_MEM_ARGS DOMAIN_PRODUCTION_MODE=true JAVA_OPTIONS=\"-Djava.awt.headless=true -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:8453,server=y,suspend=n -da:org.apache.myfaces.trinidad\" /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/startWebLogic.sh &" > /dev/null
    RETVAL="$?"
    fi
    Thanks,
    With Regards,
    Sudhir Koneru
    Edited by: 926503 on Apr 17, 2012 12:38 PM

  • Installation Issues for Management Agent on AIX

    I am having installation issues with Oracle Management Agent Install using OUI....
    I have done the following:
    i)     download AIX_Grid_Control_agent_download_10_2_0_1.zip to aix machine.
    ii)     unzip , it creates aix directory.
    iii)     unzip "oui_aix.jar " , which is available under aix/oui/
    iv)     pl unjar "oui_aix.jar " , ( jar -xvf oui_aix.jar )
    v)     set AGENT_HOME=/oracle/WD1/oem/
    vi)     chmod –R 777 * from /oracle/WD1/oem/
    vii)     invoke ./runInstaller from aix/oui/Disk1/
    When I invoke runInstaller it asks me for Additional Management Service install but after first screen does check ask Oracle Home and then goes intsall OUI and never asks for OMS and OMS port etc..
    Can I install the Management agent through OUI... What are the steps ?
    Thanks,
    Atul

    I deinstalled the OUI and again re-installed.. but still I cannot get it working.. That is why I was looking that if somebody came accross the same issue... Why it does not ask the OMS page at all.. If some body has installed Management Agent on AIX through OUI pl. respond.
    Thanks
    Atul

  • OVM Manager cluster construct issue

    Hi Guys,
    I'm trying to build a demo insfrastructure for Oracle VM for SPARC with Oracle VM Manager for managment. Here is an overview of my infrastructure:
    - 2 T5220 with same configuration (2 x 32 core CPU, 32 Go RAM)
    - 1 ESX VM hosting Oracle VM Manager with Oracle Linux 5 as OS.
    ## For OVM Server for SPARC ##
    ldm -V
    Logical Domains Manager (v 3.1.1.0.5)
            Hypervisor control protocol v 1.7
            Using Hypervisor MD v 1.4
    System PROM:
            Hypervisor      v. 1.10.7.      @(#)Hypervisor 1.10.7.f 2013/08/09 19:14\015
            OpenBoot        v. 4.33.6.      @(#)OpenBoot 4.33.6.e 2014/01/14 15:19
    ## For OVM Manager ##
    Version: 3.3.1.776
    ovs-agent for SPARC version: 3.3.1-b776
    I try to built a HA environment using ovm manager. Every thing is good until I try to add server to server pool. Add the first server is OK, but it stays on error state because of a cluster construct error.
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: create_cluster to server: ovmsrv01 failed. OVMAPI_4004E Sync command failed on server: 192.168.25.250. Command: create_cluster, Server error: org.apache.xmlrpc.XmlRpcException: :(22, 'Invalid argument') 
    Caused by: com.oracle.ovm.mgr.api.exception.ServerOperationException: OVMAPI_4004E Sync command failed on server: 192.168.25.250. Command: create_cluster, Server error: org.apache.xmlrpc.XmlRpcException: :(22, 'Invalid argument') 
    The second server can't be add to the pool until the first one issue is fixed! I'm confuse. Have I use good version for each package? I'm looking for a compatibility matrix between Manager, osv agent and ovm server for sparc, If any one can redirect me to a relevant web page ou doc!!!
    Somebody can point me to a solution?
    Thank a lot!

    HI All,
    Here is the complete fail message when trying to add a node to server's pool:
    10:36:07,369: Starting operation 'Server Cluster Construct' on object '[ServerDbImpl] e7:e6:aa:63:ee:85:c2:3d:d6:80:b3:33:28:aa:1a:d3 (ovmsrv02)'
    Job Internal Error (Operation)com.oracle.ovm.mgr.api.exception.FailedOperationException: OVMAPI_4010E Attempt to send command: create_cluster to server: ovmsrv02 failed. OVMAPI_4004E Sync command failed on server: 192.168.25.251. Command: create_cluster,
    Server error: org.apache.xmlrpc.XmlRpcException: :(22, 'Invalid argument')

  • OVM manager installation problem

    Hi Gurus
    I am trying to install OVM manager into oracle Linux 6. I m getting following error
    Invalid mount point /u01 ...
    I have tried my best but not able to address the problem , please help me in this regards
    Regard
    Rabi

    What is the status of your vm-02 server in VM manager?
    Have you checked the agent status on the vm-02 server?
    Regards
    Sebasitian

  • Issue on Solution Manager 4.0 SR3 installation

    Dear all,
    During the Oracle Client installation phase of a SAP Solution Manager 4.0
    system installation with sapinst, I get the following error
    ERROR 2008-01-21 16:04:06.776 iaxxejsbas.cpp:178
    EJS_ErrorReporter
    FJS-00003 TypeError: linkTarget has no properties (in script
    NW_Onehost|ind|ind|ind|ind, line 3431: ???)
    ERROR 2008-01-21 16:04:07.399 iaxxgenimp.cpp:731
    showDialog()
    FCO-00011 The step createOcl10Links with step key
    |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_C
    reateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|in
    d|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|createOcl10Links was executed with status ERROR .
    TRACE 2008-01-21 16:04:07.443 iaxxgenimp.cpp:719
    showDialog()
    Any ideas?
    Many thanks
    Andreas

    On Solaris 10 platform...
    We found that we could correct the problem by extracting the SAR file OCL10264.SAR from the client DVD into the client directory /oracle/client/10x_64 (which we had to create) and execute "ln -s instantclient_10202 instantclient" to create the symbolic link for the instantclient directory. Then the installation continued successfully. 
    Credit to Rama Ekambaram for figuring this out...
    Tim Pittman

  • VM manager 3.2.2 installation

    I Trying install Oracle VM Manager but suddenly stop, then i try find out in log file but i don't understand, can anyone help me... here is the detail :
    Oracle VM Manager Release 3.2.1 Installer
    Oracle VM Manager Installer log file:
    /tmp/ovm-manager-3-install-2013-06-05-110036.log
    Please select an installation type:
    1: Simple (includes database if necessary)
    2: Custom (using existing Oracle database)
    3: Uninstall
    4: Help
    Select Number (1-4): 1
    Starting production with local database installation ...
    Verifying installation prerequisites ...
    Oracle VM Manager can only be installed on a 64 bit Oracle Linux version 5.5 and higher.
    Current version is 'redhat' version '3.2.1'
    *** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
    One password is used for all users created and used during the installation.
    Enter a password for all logins used during the installation:
    Enter a password for all logins used during the installation (confirm):
    Verifying configuration ...
    Start installing the configured components:
    1: Continue
    2: Abort
    Select Number (1-2): 1
    Step 1 of 9 : Database Software...
    Installing Database Software...
    Retrieving MySQL Database 5.5 ...
    [root@OracleVM cdrom]#

    I had similar issues where it got stuck at installing Database Software.  I had to install
    yum install zip
    yum install xz-devel.x86_64
    Reboot and start install again.  If it fails again try the -n switch.  i.e. ./runInstaller -n
    Also make sure you have run the ./createOracle.sh script, before running the installer,  which creates the required environment, groups and users.

  • Death of OVM manager. How to recover?

    I found myself in a situation where my OVM-manager server got hosed and I had to rebuild it (disks died, and since it's a test environment, no backup of the host exists).
    Unfortunately I had previously set up an OVM pool and repository.
    I re-mounted a repository NFS share that was in use on the now dead OVM-manager installation. That worked, and it inserted itself into the Storage->Fileservers list
    I attempted to reload this share as a repository on my new OVM-manager installation, it told me I couldn't because it belonged elsewhere.
    Now that I try to delete it from the list of File Servers, it tells me I can't because
    "OVMRU_002005E repo01 - Cannot delete NAS or fileSystem with a repository on it."
    This was despite the fact that it is not even recognised a repository on my new OVM manager box.
    So I went a deleted the share on the NFS device, but the error persists.
    Attempted to rediscover the share, and since it can no longer find it, that doesn't help the new OVM manager decide that is an "ex-NFS mount"
    Attempted to re-try deleting the file server mount, but it refuses to go away and out of the list, even though it is not even recognised as a repository on my new OVM manager install.
    Seems like OVM has some big issues regarding handling ownership.
    On a separate issue, I tried taking ownership of some OVM boxes tied to the old and dead OVM-manager, and I was rebuffed there too.
    I went and reinstalled the OVM servers as well.
    it seems like the death of an OVM-management server means the death of the entire architecture, including the repository and all files, and forces a complete rebuild.
    Any idea how to fix this?

    I'm no expert, but I know that the OVM Manager install has an option to force a specific UUID, so the manager will look "exactly like" the original one, and everything works again. I'm not sure that this scenario is applicable to you, since I'm fairly new to all this. But perhaps you can determine what the old UUID was (you may have written it down, or it's stored in your cluster data somewhere, and re-install with that UUID. I think this is mentioned in the docs, and there are postings here about it.

  • Unable to Boot OVM Manager ISO from iLOM

    Hi all,
    I am trying to boot the OVM Manager ISO on a Fire X4150 using the console redirection but all that comes up is "Grub" and allows no further interaction. I've tried downloading the ISO multiple times, using an older version of the OVM installation ISO, and upgraded the iLOM firmware to the latest and greatest. When I use the OVM Server ISO, it boots up normally and starts the installation process. The machine that I am running the remote console from and has the ISO image is in the same rack as the server where I would want to install OVM Manager.
    Getting physical access to pop a DVD in the drive is limited so really trying to figure out a way I can do this remotely.
    Any one else have this issue and knows of a workaround?
    Thanks,
    Peter

    FYI, update the FIRWARE on your Sun Fire X4150s. I was on a project a couple weeks ago and we where unable to use the ILOM to mount ISO files. After 10 hours of FUN, we discovered that its was a BUG! Update each server to the latest FIRMWARE, i.e. download the FIRWARE, and update each node from its web portal.
    Sun x86 is FUN!
    Roddy

  • How to start virtual OVM Manager and restore server pool which hosts it?

    It had to happen... the day I migrate our OVM Manager from an ESX host into an Oracle VM, we have a massive NetApp outage, and everything fails to come back. As a result of having lock errors when trying to start any VMs I noted on the forum various solutions and ended up following the steps concerning stopping ovs-agent and removal of /etc/ovs-agent/db/* on all the servers. Next I re-added the repo to all the servers using repos.py, but of course now none of the servers are in a pool so the --list command shows them as [R] rather than [*], and the /OVS directory is not yet mapped. So the next stage, according to the instructions which I am following, describes using the 'Restore' option in the OVM Manager GUI. Given that /OVS is not mounted and all of the servers are now config-less, I can't see how I can start the OVM Manager VM to get to the aforementioned "restore" option...
    Thank Jeebus I kept the ESX copy of OVM manager on (but powered down), as I was able to fire it up and do the restore, and now everything is hunky dory. However, this is our Dev platform and I was going to build the Prod platform and deploy OVM Manager straight into the OVM architecture via the template, rather than having it on ESX, but this issue on the Dev install has made me think twice about the mobius nature of managing the VM architecture from within the VM architecture...
    I am assuming I am missing some sort of commandline knowledge, so... given:
    - empty db directory
    - root repos [R] on all servers
    - as yet unmapped /OVS
    ...how to get the server pool up and get something back into /OVS, and then start my OVM Manager VM so I can 'restore'? Is it even possible? because if it isn't, I'll be blowed if the Prod OVM manager is going to get deployed like this...
    And no, there's no money in the budget for extra tin just to sit there running the OVM Manager and nothing else.
    TIA
    Kev

    user12474530 wrote:
    Still nobody seems to know of how to create a server pool on the CLI (outside of OVM Manager) though...There is no way to create a server pool on the CLI without Oracle VM Manager. You either need to use the Web UI of the Manager, or use the ovmcli command-line tool. Both of those require Oracle VM Manager to be running.
    However, once the Pool is created, you do not need the Manager to be running to perform simple tasks like starting/stopping guests. That can be done with the xm command-line tool.
    I agree with you about running VM Manager as a guest of the Oracle VM Server: I actually don't recommend this in production, unless you have at least two Server Pools. Then you can have the Manager of Pool A hosted by Pool B and vice-versa. Most often however, I recommend a completely independent Manager machine, either physical or hosted on a separate virtualization stack.

  • OVM 3.0.3 import VirtualBox OVM Manager 3.0.3 OVA template

    VirtualBox Template for Oracle VM Manager 3.0.3,
    http://www.oracle.com/technetwork/server-storage/vm/template-1482544.html
    The OVM 3.0.3 host should be configured with enough space to accommodate import of OVA template. In
    this case 36G was allocated for "sda",
    [root@ovm303 ~]# fdisk -l /dev/sda
    Disk /dev/sda: 38.6 GB, 38654705664 bytes
    255 heads, 63 sectors/track, 4699 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 4189 33648111 83 Linux
    /dev/sda2 4190 4699 4096575 82 Linux swap / Solaris
    Post OVA import disk usage,
    [root@ovm303 ~]# df -T -t ext3
    Filesystem Type 1K-blocks Used Available Use% Mounted on
    /dev/sda1 ext3 32594216 24105604 6806208 78% /.
    [root@ovm303 ~]# cat /etc/motd
    Warning: making manual modifications in the management domain
    might cause inconsistencies between Oracle VM Manager and the server.
    [root@ovm303 ~]# head -4 /etc/ovs-info
    OVS summary
    release: 3.0.3
    date: 201111300901
    build: 123
    The contents of "ovs-info" also include package information.
    The "vbox-img" package is something new in OVM 3.0.3,
    [root@ovm303 ~]# grep vbox-img /etc/ovs-info
    vbox-img-1.0-2
    [root@ovm303 ~]# rpm -ql vbox-img
    /usr/bin/vbox-img
    /usr/share/doc/vbox-img-1.0
    /usr/share/doc/vbox-img-1.0/COPYING
    [root@ovm303 ~]# vbox-img --help
    Oracle VM VirtualBox Disk Utility 4.1.3
    (C) 2005-2011 Oracle Corporation
    All rights reserved.
    Usage: vbox-img
    setuuid --filename <filename>
    [--format VDI|VMDK|VHD|...]
    [--uuid <uuid>]
    [--parentuuid <uuid>]
    [--zeroparentuuid]
    convert --srcfilename <filename>
    --dstfilename <filename>
    [--stdin]|[--stdout]
    [--srcformat VDI|VMDK|VHD|RAW|..]
    [--dstformat VDI|VMDK|VHD|RAW|..]
    [--variant Standard,Fixed,Split2G,Stream,ESX]
    info --filename <filename>
    compact --filename <filename>
    createcache --filename <filename>
    --size <cache size>
    Download "OracleVMManager3" OVA,
    [root@ovm303 xen]# mkdir /etc/xen/ovm303-m
    [root@ovm303 ~]# cd /etc/xen/ovm303-m
    [root@ovm303 xen]# wget http://download.oracle.com/otn-pub/otn_software/OracleVMManager3.ova
    --2012-03-14 17:06:01-- http://download.oracle.com/otn-pub/otn_software/OracleVMManager3.ova
    Length: 4234452992 (3.9G) [text/plain]
    Saving to: `OracleVMManager3.ova'
    100%[====================================>] 4,234,452,992 834K/s in 55m 36s
    2012-03-14 18:01:38 (1.21 MB/s) - `OracleVMManager3.ova' saved [4234452992/4234452992]
    [root@ovm303 xen]# md5sum OracleVMManager3.ova
    75fc334422eda6c3425a2f09fb88f9e0 OracleVMManager3.ova
    Unpack OVA,
    [root@ovm303 xen]# tar tvf OracleVMManager3.ova
    -rw------- someone/someone 59626 2012-01-12 17:42:49 OracleVMManager3.ovf
    -rw------- someone/someone 1987182592 2012-01-12 17:48:06 OracleVMManager3-disk1.vmdk
    -rw------- someone/someone 2247208960 2012-01-12 17:51:24 OracleVMManager3-disk2.vmdk
    [root@ovm303 ovm303-m]# tar xvf OracleVMManager3.ova
    OracleVMManager3.ovf
    OracleVMManager3-disk1.vmdk
    OracleVMManager3-disk2.vmdk
    Use "vbox-img" to show "OracleVMManager3-disk1.vmdk",
    [root@ovm303 ovm303-m]# vbox-img info --filename OracleVMManager3-disk1.vmdk
    --- Dumping VD Disk, Images=1
    Dumping VD image "OracleVMManager3-disk1.vmdk" (Backend=VMDK)
    Header: Geometry PCHS=16383/16/63 LCHS=1024/255/63 cbSector=52428800
    Header: uuidCreation={f3859e00-962c-440f-a63d-feb7b731d5da}
    Header: uuidModification={00000000-0000-0000-0000-000000000000}
    Header: uuidParent={00000000-0000-0000-0000-000000000000}
    Header: uuidParentModification={00000000-0000-0000-0000-000000000000}
    Convert "OracleVMManager3-disk1.vmdk" to RAW,
    [root@ovm303 ovm303-m]# vbox-img convert srcfilename OracleVMManager3-disk1.vmdk dstfilename OracleVMManager3-disk1.img srcformat VMDK dstformat RAW
    Converting image "OracleVMManager3-disk1.vmdk" with size 26843545600 bytes (25600MB)...
    [root@ovm303 ovm303-m]# file OracleVMManager3-disk1.img
    OracleVMManager3-disk1.img: x86 boot sector; partition 1: ID=0x83, active, starthead 1, startsector 63, 208782 sectors; partition 2: ID=0x8e, starthead 0, startsector 208845, 52211250 sectors, code offset 0x48
    [root@ovm303 ovm303-m]# fdisk -l OracleVMManager3-disk1.img
    last_lba(): I don't know how to handle files with mode 8180
    You must set cylinders.
    You can do this from the extra functions menu.
    Disk OracleVMManager3-disk1.img: 0 MB, 0 bytes
    255 heads, 63 sectors/track, 0 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    OracleVMManager3-disk1.img1 * 1 13 104391 83 Linux
    OracleVMManager3-disk1.img2 14 3263 26105625 8e Linux LVM
    Partition 2 has different physical/logical endings:
    phys=(1023, 254, 63) logical=(3262, 254, 63)
    Use "vbox-img" to show "OracleVMManager3-disk2.vmdk",
    [root@ovm303 ovm303-m]# vbox-img info --filename OracleVMManager3-disk2.vmdk
    --- Dumping VD Disk, Images=1
    Dumping VD image "OracleVMManager3-disk2.vmdk" (Backend=VMDK)
    Header: Geometry PCHS=16383/16/63 LCHS=1024/255/63 cbSector=20971520
    Header: uuidCreation={abc43be0-7a43-4ba2-a205-eaf37184a4d3}
    Header: uuidModification={00000000-0000-0000-0000-000000000000}
    Header: uuidParent={00000000-0000-0000-0000-000000000000}
    Header: uuidParentModification={00000000-0000-0000-0000-000000000000}
    Convert "OracleVMManager3-disk2.vmdk" to RAW,
    [root@ovm303 ovm303-m]# vbox-img convert srcfilename OracleVMManager3-disk2.vmdk dstfilename OracleVMManager3-disk2.img srcformat VMDK dstformat RAW
    Converting image "OracleVMManager3-disk2.vmdk" with size 10737418240 bytes (10240MB)...
    [root@ovm303 ovm303-m]# file OracleVMManager3-disk2.img
    OracleVMManager3-disk2.img: x86 boot sector; partition 1: ID=0x83, starthead 1, startsector 63, 20964762 sectors, extended partition table (last)\011
    [root@ovm303 ovm303-m]# fdisk -l OracleVMManager3-disk2.img
    last_lba(): I don't know how to handle files with mode 8180
    You must set cylinders.
    You can do this from the extra functions menu.
    Disk OracleVMManager3-disk2.img: 0 MB, 0 bytes
    255 heads, 63 sectors/track, 0 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Device Boot Start End Blocks Id System
    OracleVMManager3-disk2.img1 1 1305 10482381 83 Linux
    Partition 1 has different physical/logical endings:
    phys=(1023, 254, 63) logical=(1304, 254, 63)
    Update disk image "/boot" configuration using loopback mount,
    [root@ovm303 ovm303-m]# mkdir boot
    [root@ovm303 ovm303-m]# kpartx -l OracleVMManager3-disk1.img
    loop1p1 : 0 208782 /dev/loop1 63
    loop1p2 : 0 52211250 /dev/loop1 208845
    loop deleted : /dev/loop1
    [root@ovm303 ovm303-m]# kpartx -a OracleVMManager3-disk1.img
    [root@ovm303 ovm303-m]# mount /dev/mapper/loop1p1 boot
    Update "/boot/grub/device.map",
    [root@ovm303 ovm303-m]# cat boot/grub/device.map
    # this device map was generated by anaconda
    (hd0) /dev/hda
    Update "/boot/grub/grub.conf" to use non-UEK kernel to avoid issues with OL5u7 default UEK boot and HVM,
    [root@ovm303 ovm303-m]# grep default boot/grub/grub.conf
    default=1
    Mount "/" logical volume,
    [root@ovm303 ovm303-m]# vgscan
    Reading all physical volumes. This may take a while...
    Found volume group "VolGroup00" using metadata type lvm2
    [root@ovm303 ovm303-m]# vgchange -ay VolGroup00
    2 logical volume(s) in volume group "VolGroup00" now active
    [root@ovm303 ovm303-m]# lvs
    LV VG Attr LSize Origin Snap% Move Log Copy% Convert
    LogVol00 VolGroup00 -wi-a- 19.06G
    LogVol01 VolGroup00 -wi-a- 5.81G
    [root@ovm303 ovm303-m]# mkdir root
    [root@ovm303 ovm303-m]# ls /dev/VolGroup00/
    LogVol00 LogVol01
    [root@ovm303 ovm303-m]# mount /dev/VolGroup00/LogVol00 root
    Update "/etc/inittab" to boot single user,
    [root@ovm303 ovm303-m]# grep id root/etc/inittab
    id:1:initdefault:
    Update "/etc/fstab" to ignore "/u01" block device mount,
    [root@ovm303 ovm303-m]# grep sdb root/etc/fstab
    #/dev/sdb1 /u01 ext3 defaults 1 1
    Unmount "/boot" and "/",
    [root@ovm303 ovm303-m]# umount boot
    [root@ovm303 ovm303-m]# umount root
    [root@ovm303 ovm303-m]# vgchange -an VolGroup00
    0 logical volume(s) in volume group "VolGroup00" now active
    [root@ovm303 ovm303-m]# kpartx -d OracleVMManager3-disk1.img
    loop deleted : /dev/loop1
    The OVM 3.0.3 network bridge configuration uses "bond0" vs "xenbr0".
    Configure "vm.cfg",
    [root@ovm303 ovm303-m]# cat vm.cfg
    # (H)ardware (V)irtual (M)achine configuration
    # /etc/xen/xmexample.hvm
    kernel = 'hvmloader'
    builder = 'hvm'
    memory = '4096'
    # The number of cpus guest platform has, default=1
    #vcpus=1
    # PXE boot
    #bootloader = '/usr/bin/pypxeboot'
    #bootloader = '/usr/bin/pygrub'
    # Virtual block device configuration using file:
    # dd if=/dev/zero of=/$VM_PATH/$VM_NAME/System.img bs=1M count=$MB
    # disk = [ 'file:/$VM_PATH/$VM_NAME/System.img,ioemu:hda,w', ]
    # Configuration using physical disk logical volume:
    # lvcreate --size ${GB}G --name $VM_NAME $VG_NAME
    # disk = [ 'phy:/dev/$VG_NAME/$VM_NAME,xvda,w',]
    # CDROM configuration using file:
    # disk = [ 'file:/$BOOT_ISO_NAME,hdc:cdrom,r', ]
    disk = [ 'file:/etc/xen/ovm303-m/OracleVMManager3-disk1.img,ioemu:hda,w', 'file:/etc/xen/ovm303-m/OracleVMManager3-disk2.img,ioemu:hdb,w', ]
    # Domain name
    name = "ovm303-m"
    # Networking
    # Network bridge status:
    # /etc/xen/scripts/network-bridge status
    # 'bridge' should be proper interface e.g. xenbr0
    vif = ['type=ioemu, bridge=bond0']
    # boot on floppy (a), hard disk (c), Network (n) or CD-ROM (d)
    # default: hard disk, cd-rom, floppy
    boot = "cdn"
    # Enable HV VNC console
    # Uses avaiablle next VNC port $OVM_SERVER_HOST:0 == 5900, :1 == 5901 etc
    # Use "xm list -l" to determince VNC port "location"
    vnc=1
    vncunused=1
    vnclisten="0.0.0.0"
    vncpasswd=''
    sdl=0
    # Set the real time clock to local time [default=0 i.e. set to utc]
    # Allows Win VM clock to work with UTC on OVM host system.
    #localtime=1
    Start VM,
    [root@ovm303 ovm303-m]# xm create vm.cfg
    Using config file "./vm.cfg".
    Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
    Current bridge,
    [root@ovm303 ~]# brctl show
    bridge name bridge id STP enabled interfaces
    Update "/etc/xen/xend-config.sxp" to enable "network-bridge",
    [root@ovm303 ovm303-m]# cp /etc/xen/xend-config.sxp /etc/xen/xend-config.sxp.orig
    [root@ovm303 ovm303-m]# diff /etc/xen/xend-config.sxp /etc/xen/xend-config.sxp.orig
    165,167d164
    < # Enable network-bridge, JAP 20120322
    < (network-script network-bridge)
    <
    [root@ovm303 ~]# service xend restart
    Restarting xend...
    xend daemon (pid 8848) is running...
    [root@ovm303 ~]# brctl show
    bridge name bridge id STP enabled interfaces
    bond0 8000.002128d5ce86 no pbond0
    Start VM,
    [root@ovm303 ovm303-m]# xm create vm.cfg
    Using config file "./vm.cfg".
    Started domain ovm303-m (id=1)
    Determine VNC console session,
    [root@ovm303 ovm303-m]# xm list -l ovm303-m | grep location
    (location 0.0.0.0:5900)
    (location 3)
    VNC console session. The "oraclevm-template" tools are not run in single user so hostname is "localhost",
    [root@localhost ~]# who -r
    run-level S 2012-03-23 09:09 last=1
    Update "/etc/fstab" for "/u01" mount to use label,
    [root@localhost ~]# grep /u01 /etc/fstab
    #/dev/sdb1 /u01 ext3 defaults 1 1
    [root@localhost ~]# blkid
    /dev/mapper/VolGroup00-LogVol01: TYPE="swap"
    /dev/mapper/VolGroup00-LogVol00: UUID="2751f1b2-836b-4786-ae71-8b402e0f8503" TYPE="ext3"
    /dev/VolGroup00/LogVol00: UUID="2751f1b2-836b-4786-ae71-8b402e0f8503" SEC_TYPE="ext2" TYPE="ext3"
    /dev/VolGroup00/LogVol01: TYPE="swap"
    /dev/hda1: LABEL="/boot" UUID="8701866e-5ed5-49f7-9597-bb9709d22359" TYPE="ext3"
    /dev/hdb1: UUID="5f9a7bef-3a6d-4a83-b288-638537424fa7" SEC_TYPE="ext2" TYPE="ext3"
    [root@localhost ~]# e2label /dev/hdb1 u01
    [root@localhost ~]# grep u01 /etc/fstab
    LABEL=u01 /u01 ext3 defaults 1 1
    [root@localhost ~]# mount /u01
    [root@localhost ~]# df /u01
    Filesystem 1K-blocks Used Available Use% Mounted on
    /dev/hdb1 10317828 4250832 5542880 44% /u01
    As configured the default run level will be elevated to "5" by the "/etc/rc.local" script. This enables a
    console desktop for user "ovm". This is unneeded and will be implemented by VNC session for user
    "ovm".
    Update "/etc/inittab" to enable full multiuser mode run level 3,
    [root@localhost ~]# grep id /etc/inittab
    id:3:initdefault:
    Disable "/etc/rc.local" run level elevation,
    [root@localhost ~]# tail -2 /etc/rc.local
    # Disable local forced runlevel 5, JAP 20120404
    #telinit 5
    Disable firewall to allow VNC connections,
    [root@localhost ~]# chkconfig --list iptables
    iptables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
    [root@localhost ~]# chkconfig iptables off
    [root@localhost ~]# chkconfig --list ip6tables
    ip6tables 0:off 1:off 2:on 3:on 4:on 5:on 6:off
    [root@localhost ~]# chkconfig ip6tables off
    Reboot,
    [root@localhost ~]# reboot
    Broadcast message from root (pts/0) (Mon Apr 2 09:22:17 2012):
    The system is going down for reboot NOW!
    Post "oraclevm-template" configuration e.g. defining FQDN and static IP addresss etc. OVM Manager 3.0.3 is up.
    Configure VNC for "ovm",
    [root@ovm303-m ~]# su - ovm
    [ovm@ovm303-m ~]$ vncserver
    You will require a password to access your desktops.
    Password: Welcome1
    Verify: Welcome1
    xauth: creating new authority file /home/ovm/.Xauthority
    New 'ovm303-m:1 (ovm)' desktop is ovm303-m:1
    Creating default startup script /home/ovm/.vnc/xstartup
    Starting applications specified in /home/ovm/.vnc/xstartup
    Log file is /home/ovm/.vnc/ovm303-m:1.log
    [ovm@ovm303-m ~]$ vncserver -kill :1
    Killing Xvnc process ID 12499
    Update "xstartup",
    [ovm@ovm303-m ~]$ cat /home/ovm/.vnc/xstartup
    #!/bin/sh
    # Uncomment the following two lines for normal desktop:
    unset SESSION_MANAGER
    exec /etc/X11/xinit/xinitrc
    #[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
    #[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
    #xsetroot -solid grey
    #vncconfig -iconic &
    #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
    #twm &
    [ovm@ovm303-m ~]$ vncserver
    New 'ovm303-m:1 (ovm)' desktop is ovm303-m :1
    Starting applications specified in /home/ovm/.vnc/xstartup
    Log file is /home/ovm/.vnc/ovm303-m:1.log
    Configure "/etc/sysconfig/vncservers",
    [root@ovm303-m ~]# chkconfig --list vncserver
    vncserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off
    [root@ovm303-m ~]# chkconfig vncserver on
    [root@ovm303-m ~]# chkconfig --list vncserver
    vncserver 0:off 1:off 2:on 3:on 4:on 5:on 6:off
    [root@ovm303-m ~]# tail -2 /etc/sysconfig/vncservers
    # Start VNC session for ovm, JAP 20120404
    VNCSERVERS="1:ovm"

    Thanks Jim - looks great!

  • Installation issue on opensuse 11

    Hey All,<br /><br />Im a Windows guy still struggling with Linux set-upsso take it easy on me! :)  and Im having a hard time getting blaze installed and running.<br /><br />This is what Ive done so far.  I've successfully set-up the latest copy of openSuse11 64 bit version with: <br />  Tomcat 6.0.16 (Tested and running)<br />  ANT 1.7<br />  JAVA SDK & JDK 6<br />  Junit (ant-junit, junit, junit-javadoc, junit-manual, libcppunit-1_12-0)<br />  Downloaded both blazeds.war and blazeds_src_3-0-0-544.zip<br />  From Tomcat Manager I uploaded the blazeds.war file successfully.<br />  I unzipped the zip file into root/blazeds and from a command prompt ran     ant.  These are the errors Im getting:<br />     *  [taskdef] Could no load definitions from resource net/sf/antcontrib/antcontrib.properties.  It could not be found.  (Repeats about a dozen times)<br />     *  BUILD FAILED<br />     *  /root/blazeds/build.xml:445:  The following error occurred while executing this line:<br />     *  /root/blazeds/resources/fds-ajax-bridge/build.xml:52  Problem:  failed to create task or type if Cause:  The name is undefined.<br />     *  Action:  Check the spelling<br />     *  Action:  Check that any custom tasks/types have been declared<br />     *  Action:  Check that any <presetdef>/<mac  rodef> declarations have taken place.<br /><br />Variables:<br />env | grep _HOME<br /><br />ANT_HOME  = /usr/share/ant<br />JRE_HOME =/usr/lib64/jvm/java/jre<br />JAVA_HOME =/usr/lib64/jvm/java/jre<br />SDK_HOME =/usr/lib64/jvm/java/jre<br />JDK_HOME =/usr/lib64/jvm/java/jre<br /><br />Any ideas?<br />Brad

    Hi Alex,
    Sorry I've been away and just got back.  Presently I'm working from jrun4 and would like to use blazeds instead.  Once my projects get going I would need the ability to use my customers already made linux/tomcat boxes and just plug in blaze.
    I look forward to your answer.
    Brad
    On Fri, Aug 1, 2008 at 12:57 PM, Alex Glosband
    <
    [email protected]> wrote:
    A new message was posted by Alex Glosband in
    Configuration and Getting Started Discussion --
      Installation issue on opensuse 11
    Are you just trying to install and run BlazeDS? Why do you need to build from source?
    -Alex
    View/reply at
    Installation issue on opensuse 11
    Replies by email are OK.
    Use the
    unsubscribe form to cancel your email subscription.

  • Forms 10g Installation issue on windows 7 Professional service pack 1

    hi
    I am trying to install oracle forms 10g  64 bit windows 7 Professional service pack 1 ..
    Below are 2 files that i am using ..
    ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
    ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    But it failed but the error is .. 
    Checking operating system version: must be 4.0, 5.0, 5.1 or 5.2.    Actual 6.1     Failed <<<<
    just wondering if there are any workaround ..

    Christian is right - Forms 10g R2 (version 10.1.2.0.2) is not certified for installation on Windows 7.  You must apply a Forms 10g R2 patch to bring the version to 10.1.2.3.0 for it to be certified.  You must have a My Oracle Support account to obtain the patch.
    Now, to your question - is there a workaround; the answer is yes.  There are known issues with this installer.  I'll list them and their workaround.
    1.  The Oracle installer checks for a specific set of Windows versions rather than check for a minimum Windows version.
    Workaround:  Right-click the Installer and select Properties.  Click the Compatibility tab and click the checkbox: Run this program in compatibility mode for:  Windows XP SP3).
    2.  The Oracle Installer can't detect Windows Managed Virtual Memory (VM).
    Workaround:  You must temporarily change the Virtual Memory settings and specify specific Initial and Maximum sizes.  See this Microsoft article for more information on changing VM settings.  http://windows.microsoft.com/en-us/windows-vista/change-the-size-of-virtual-memory
    This change will require you to restart your computer.  After you have successfully installed Oracle Forms 10g, you can restore the original VM settings.
    3.  The Oracle installer MUST be installed as an "Administrator". 
    Workaround:  Windows 7 uses "Least privileged user" so you must right-click the Installer and select the Compatibility tab.  Click the "Run this program as an administrator" checkbox.
    4.  Not a Oracle installer issue, but you will have to install the 32-bit version of the Oracle Java Runtime Environment (JRE) (1.6.0 - not 1.7.0) because Oracle Forms is a 32-bit application so it will not be able to use the 64-bit JRE.
    Run the Oracle installer and it should now install succesfully.
    Craig...

Maybe you are looking for