Oracle vm server restarts when converting imported ovf file to template

Hi Guys,
I had successfully imported ovf file which is a physical M$ windows server converted to P2V using VMWare converter, then exported to ovf file via VMWare workstation. I had imported the ovf file successfully, but when I tried to create template from the ovf file, somehow my server just restarted, and I could not find out the error from xend.log.
Is there other way that I am able to know what happened?
Cheers,
JK

Hi Budy,
This is from the ovs-agent.log:
[2015-02-26 04:16:37 30252] DEBUG (service:74) call start: yum_list_package('updates',)
[2015-02-26 04:16:50 30252] DEBUG (service:76) call complete: yum_list_package
[2015-02-26 08:45:18 29081] DEBUG (service:74) async call start: deploy_assembly('0004fb0000030000348798d7bab65259', '11cce4d511', {'vm': '0004fb00001400009ea3fd55009be5b3'}, '0004fb0000030000348798d7bab65259')
[2015-02-26 08:46:10 7381] INFO (notificationserver:139) Sending notification: Feb 26 08:46:10 {STORAGE} [CHANGE_DM_SD] (dm-10) 36001405062cdf38d47c6d334fd9408d3-15:0:0:0 (failed::36001405062cdf38d47c6d334fd9408d3)
[2015-02-26 08:46:14 29192] DEBUG (service:74) call start: discover_physical_luns('',)
[2015-02-26 08:53:41 6787] DEBUG (ocfs2:162) cluster debug: {'/sys/kernel/debug/o2dlm': [], '/sys/kernel/debug/o2net': ['connected_nodes', 'stats', 'sock_containers', 'send_tracking'], '/sys/kernel/debug/o2hb': ['0004FB000005000043B8F145EDA50E0C', 'failed_regions', 'quorum_regions', 'live_regions', 'livenodes'], 'service o2cb status': 'Driver for "configfs": Loaded\nFilesystem "configfs": Mounted\nStack glue driver: Loaded\nStack plugin "o2cb": Loaded\nDriver for "ocfs2_dlmfs": Loaded\nFilesystem "ocfs2_dlmfs": Mounted\nChecking O2CB cluster "e25c4e38f1cd9c8d": Online\n  Heartbeat dead threshold: 61\n  Network idle timeout: 60000\n  Network keepalive delay: 2000\n  Network reconnect delay: 2000\n  Heartbeat mode: Global\nChecking O2CB heartbeat: Active\n  0004FB000005000043B8F145EDA50E0C /dev/dm-5\nNodes in O2CB cluster: 0 1 \n'}
[2015-02-26 08:53:42 6787] DEBUG (ocfs2:162) cluster debug: {'/sys/kernel/debug/o2dlm': [], '/sys/kernel/debug/o2net': ['connected_nodes', 'stats', 'sock_containers', 'send_tracking'], '/sys/kernel/debug/o2hb': ['0004FB000005000043B8F145EDA50E0C', 'failed_regions', 'quorum_regions', 'live_regions', 'livenodes'], 'service o2cb status': 'Driver for "configfs": Loaded\nFilesystem "configfs": Mounted\nStack glue driver: Loaded\nStack plugin "o2cb": Loaded\nDriver for "ocfs2_dlmfs": Loaded\nFilesystem "ocfs2_dlmfs": Mounted\nChecking O2CB cluster "e25c4e38f1cd9c8d": Online\n  Heartbeat dead threshold: 61\n  Network idle timeout: 60000\n  Network keepalive delay: 2000\n  Network reconnect delay: 2000\n  Heartbeat mode: Global\nChecking O2CB heartbeat: Active\n  0004FB000005000043B8F145EDA50E0C /dev/dm-5\nNodes in O2CB cluster: 0 1 \n'}
[2015-02-26 08:53:42 6787] DEBUG (ocfs2:270) Trying to mount /dev/mapper/36e843b63a7f4112d5eb2d4e1edb4a3d2 to /poolfsmnt/0004fb000005000043b8f145eda50e0c
[2015-02-26 08:53:42 6787] DEBUG (ocfs2:295) /dev/mapper/36e843b63a7f4112d5eb2d4e1edb4a3d2 mounted to /poolfsmnt/0004fb000005000043b8f145eda50e0c
[2015-02-26 08:53:45 6787] WARNING (files:90) Error mount repository /dev/mapper/36e843b67f8a3f9ad7525d43f7da7ded8 to /OVS/Repositories/0004fb00000300003b59380f629e7df3: Command: ['mount', '-t', 'ocfs2', '/dev/mapper/36e843b67f8a3f9ad7525d43f7da7ded8', '/OVS/Repositories/0004fb00000300003b59380f629e7df3'] failed (1): stderr: mount.ocfs2: Device name specified was not found while opening device /dev/mapper/36e843b67f8a3f9ad7525d43f7da7ded8
stdout:
[2015-02-26 08:53:46 7345] INFO (notificationserver:213) NOTIFICATION SERVER STARTED
[2015-02-26 08:53:46 7348] INFO (remaster:140) REMASTER SERVER STARTED
[2015-02-26 08:53:46 7349] INFO (monitor:23) MONITOR SERVER STARTED
[2015-02-26 08:53:46 7351] INFO (ha:89) HA SERVER STARTED
[2015-02-26 08:53:46 7353] INFO (stats:26) STAT SERVER STARTED

Similar Messages

  • How to Convert standalone .OVF\VMDK file to VHD, without having a VMWare server. We have a .OVF file on USB drive

    How do I Convert standalone .OVF\VMDK file to VHD, without having a VMWare server.  We have an .OVF file on USB drive.  Running Hyper V 2012 SP1 and need to convert this to run on our system.  Basically a vender of ours has decided
    not to house our servers that they used to support one of our environments.  They used VMware and we are a Hyper V shop.  Now they are sending it back in an OVF format and telling us to convert it to VHD.  Only tool I found was Microsoft converter
    tool and you need a VMware server to do that.  The exporter tool is another but doesn't actually do any conversion.  Can anyone help?
    Thanks
    Eric

    If the Java application must be stand-alone you must not deploy it on WebLogic, then WebLogic will manage its lifecycle.
    In this case you can use the CommonJ API and use the timermanager if it must run on a certain time. More information
    of how to do this can be found here: http://middlewaremagic.com/weblogic/?p=5569
    If you keep the Java application stand-only and want to use a cron job you can follow the example presented here: http://middlewaremagic.com/weblogic/?p=7065
    Note that the example runs a WLST script, but you can follow the same steps to run your Java application.

  • Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout).

    Hi, I am using HP11 and iPlanet web server. When trying to upload files over HTTP using FORM ENCTYPE="multipart/form-data" that are bigger than a few Kilobytes i get a 408 error. (client timeout). It is as if the server has decided that the client has timed out during the file upload. The default setting is 30 seconds for AcceptTimeout in the magnus.conf file. This should be ample to get the file across, even increasing this to 2 minutes just produces the same error after 2 minutes. Any help appreciated. Apologies if this is not the correct forum for this, I couldn't see one for iPlanet and Web, many thanks, Kieran.

    Hi,
    You didnt mention which version of IWS. follow these steps.
    (1)Goto Web Server Administration Server, select the server you want to manage.
    (2)Select Preference >> Perfomance Tuning.
    (3)set HTTP Persistent Connection Timeout to your choice (eg 180 sec for three minutes)
    (4) Apply changes and restart the server.
    *Setting the timeout to a lower value, however, may    prevent the transfer of large files as timeout does not refer to the time that the connection has been idle. For example, if you are using a 2400 baud modem, and the request timeout is set to 180 seconds, then the maximum file size that can be transferred before   the connection is closed is 432000 bits (2400 multiplied by 180)
    Regards
    T.Raghulan
    [email protected]

  • When I import .jpg files they sparodically turn to black.  Any suggestions?

    I am using Premier Pro CS3.  When I import .jpg files, they suddenly turn to black.  Any suggestions?

    Dan Isaacs wrote:
    I also think that JPEGs themselves can be sometimes problematic in CS3. You may also want to try converting them to PSD or BMP.
    As I remember from discussions on the old forum...
    Depending on how the JPG was created (which software and/or which camera) there is sometimes "extra" information inside the file header that confuses Premiere since it is not part of the basic file specification
    Solution was to open in Photoshop (or, rarely, a non-Adobe program) and save to a new name or, as Dan says, to a different format

  • How to maintain original lines when converting a word file in a PDF

    Unfortunately the table lines often change when converting a word file in a PDF, e.g. dotted/broken lines into straight lines or different kinds of broken lines. How can I maintain the original lines when converting the documents?
    Many thanks in advance for your advice.
    Li Li

    Hello,
    Ok, this is the background.
    I’m a publisher. Any document to end user will go as pdf. And off course it preserves the word appearance. We ship our manuals only in pdf.  At this point my end users have to copy the “CODES” into his editor to run the product.  So when doing it, the “Codes” copied from pdf to his editor loses its format.  Editor need not be the actual one; you can also test in a notepad.
    P.S: You can find the difference by copying the code from word to notepad and pdf to notepad
    Hope you now understood the purpose what I’m looking at for.

  • In Adobe Pro XI when converting an excel file to a pdf, the pdf is not retaining the page size settings.  Has anyone found a fix for this?

    In Adobe Pro XI when converting an excel file to a pdf, the pdf is not retaining the page size settings.  Has anyone found a fix for this?

    It shouldn't print each page as a separate job and
    each tab has a different name, so, even if it did, it
    ought to give the printouts the name of the tabs.
    It doesn't print each page as a separate job unless the orientation is different - that's the bug. And the name of the job is taken from the name of the window, not the name of the tabs. That's how every application works, which, I think, is why Excel allows the specific selection or the active sheets to be printed.
    Still, that does sound like a plausible explanation.
    However, even if presented with multiple prints with
    the same name, the spooler should print each one!
    The spooler does print each one - you can watch the spooler process the multiple jobs. I think, though, that they are being overwritten since all the jobs have the name of the window as the job title. And since this happens after the Save Dialog is presented, there's really nothing the application can do. To Excel, it's one job, the multiple orientations don't matter; it's just that Apple doesn't handle it correctly.
    As a workaround, you can print the selections one at a time and give them unique names and then rejoin them in one PDF file.

  • When converting a .pptx file of 6MB to .pdf, the file size ballooned to 25MB. The original file was created on a PC. What happened? Why? How to fix? Thx.

    When converting a .pptx file of 6MB to .pdf, the file size ballooned to 25MB. The original file was created on a PC. What happened? Why? How to fix? Thx.

    gssharpe wrote:
    What happened?
    Nothing much. Different formats.
    How to fix?
    Try editing the original file. Resample pics to a lower resolution, check out other graphics, check table borders (eliminate any dotted lines or borders), check font usage. When generating PDF, try Save As (instead of Print > Save As), although I don't expect that'll make much difference.
    Next, open the PDF in Preview, choose File > Save As, choose Format: PDF, Quartz Filterz: Reduce File Size. If that isn't enough, you can use ColorSync Utility to duplicate the Reduce File Size filter, and then edit it for a more aggressive size reduction. But keep in mind that size reduction means lower quality.

  • How do I ensure that a semi-transparent background stays that way when converting a pptx file to PDF

    I can't seem to get a semi-transparent background image when converting to PDF file.  Every time I try it - the image converts to a full color - zero transparency background, muting out the text on the page.
    Please help.
    Thank you.

    Hi LeighAnnie,
    If you're running Windows, you could try setting up the CreatePDF Desktop printer. 
    -David

  • Having problems with adobe color engine when converting a 32bit file into an 8bit in Photoshop CC.

    I'm having problems with the "adobe color engine" when converting a 32bit file into an 8bit.
    Error Message reads: "could not convert the image to 8 bit/channel because of a problem using the adobe color engine.
    Never had this problem before, just recently started happening! I've tried multiply files since and some work, some don't, can't work out why!? thought it might be due to a large file size?...any suggestions?

    That would require much more info about your files, your system and the version of PS you are using. Presumably there is some color profile issue at play here.
    Mylenium

  • When I import my files only the audio plays back not the video. If I export the sequence its there?

    When I import my files only the audio plays back not the video. If I export the sequence its there?
    I am new to Premiere having just downloaded the 30 day trial yesterday, I jumped straight in and imported all of my files from my video camera however in Premiere only the audio plays back with the displays just showing a black space.
    Out of curiosity I dragged three or four shots into the sequence editor and then exported them and played this through VLC and the video was there?
    As I said I am completely new to Premiere having only spent around 3 or 4 hours with it in the past, I read a few forum threads around similar issues but couldn't find any solutions and as I am trying to edit together a short film for a college project due in soon I need to try and find a way to fix this A.S.A.P
    Any help would be appreciated and if theres any more info I can provide please let me know.
    Thanks
    Drew

    Being new, I'm sure you don't know about the NEW ITEM process, so click/read about that at this link
    CS5-thru-CC PPro/Encore tutorial list http://forums.adobe.com/thread/1448923
    Also, More information needed for someone to help... please click below and provide the requested information
    -PPro Information FAQ http://forums.adobe.com/message/4200840
    What is your exact brand/model graphics adapter (ATI or nVidia or ???)
    What is your exact graphics adapter driver version?
    Have you gone to the vendor web site to check for a newer driver?
    For Windows, do NOT rely on Windows Update to have current driver information
    -you need to go direct to the vendor web site and check updates for yourself
    ATI Driver Autodetect http://support.amd.com/en-us/download/auto-detect-tool
    nVidia Driver Downloads http://www.nvidia.com/Download/index.aspx?lang=en-us
    Exactly what are you editing?
    Codec & Format information, with 2 links inside for you to read http://forums.adobe.com/thread/1270588
    Report back with the codec details of your file, use the programs below... A screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30 for screen shot instructions
    Free programs to get file information for PC/Mac http://mediaarea.net/en/MediaInfo/Download

  • AME CC 2014 (latest) when I import a file, the last pre-set I used is automatically applied to the file

    And I can't seem to find a way to stop this behavior.
    If I control click on the preset below the file in the Queue Pane and select remove, it deletes the preset and the file from the Queue.
    Any help appreciated.
    thanks
    MtD

    I seem to recall the previously, when I imported a file into AME, no preset was applied until I selected one. Is that incorrect?
    Or is the correct workflow to select the preset, then import the file?
    As it is now, I have one extra step if I happen to not want the preset that was applied on import, I need to delete it - after adding the preset I do want. Seems an odd way to work to me.
    MtD

  • When I import PSD file then Catalyst stopped working why?

    HI,
    When I import PSD file then Catalyst stopped working .why? it's a BUG?
    Please find the attached image

    I'm an a mac, and I haven't had the problem, so I'm not the best for advice. That said, I am sure FC on the pc can import .psd file. I would check the psd for anything "abnormal". If it is a complicated file, simplify as much as possible, flatten effects especially.
    **Upload the psd, I could try to import it and upload a fxp

  • When I import .mts files into Premiere 7 the audio is intermittent?

    Good afternoon. I am new to this forum and your help would be appreciated. I have recently purchased a Sony Hard Drive Camcorder X105E and I have done my first filming. When I import the files into Premiere Elements 7 and preview them the audio is intermittent on playback. What am I doing wrong cause I cant figure it out?
    Thanks in advance for your answers
    Regards
    Edenr1

    OK, on the I/O, you have one, nicely sized, physical HDD. You don't have it partitioned, do you?
    With one physical HDD, so many things are happening at the same exact time:
    1.) your OS is reading/writing to it
    2.) your program is reading/writing to it
    3.) your media is being read from it
    4.) your OS's Virtual Memory is probably being used, so it's reading/writing to it
    The problem is that all of these (plus possibly some other programs/Processes) are fighting to get their data handled at the same time. Each is telling the HDD that it needs the heads in one place on a platter. Same for the next program, and the next. Unfortunately, regardless of the speed of the HDD and the speed of the controller, the heads can only be in one place at one time.
    Especially for the Audio (that is more I/O intensive, than the Video usually is - it taxes the CPU much more), you will benefit from more physical HDD's.
    I just posed an ARTICLE in the Tips & Tricks sub-forum. It links to two articles by Harm Millard. His article on HDD setup is a gem. Now, it takes things to a professional NLE level, and few are quite ready for that, still the info is good. Much can be extrapolated from his suggestions. Though he lists the ultimate Video editing setup, many concepts can be applied on a smaller scale. You might want to read over the linked articles. They will give you some things to think about.
    Also, I just saw an ad for a 1TB WD ATA-300 HDD for US$ 79.00 at Fry's Electronics. While you may need an ATA-100, this shows how far prices have fallen. I've got an ATA-100 1TB, to augment my 4x1TB SATA II's, and it's not that old. I paid US$ 400 for it! Should have waited, but then I've used it for the last year, so all is not lost.
    Good luck,
    Hunt

  • Oracle VM Server panic when I execute runInstaller

    Hello,
    I have an HP Blade BL680c G5 with 64Gb of RAM, with Oracle VM version 3.3.2-1074.
    kernel on the Oracle VM server is 3.8.13-55.1.5.el6uek.x86_64
    It is part of a server pool of other 3 same hw blades.
    Storage is lun based, connected with an IBM DS4700 storage array.
    I have an Oracle Linux 6.6 x86_64 vm (selinux disabled) with kernel 3.8.13-68.el6uek.x86_64
    It is configured as a XEN_HVM_PV_DRIVERS vm with 2 cpu and 12Gb of ram.
    I'm experimenting reproducible kernel panics.
    Typically running runInstaller of Oracle 11.2.0.4 RDBMS (sometimes with yum commands).
    You can find virtual console screenshots here of panic occurred just after runInstaller command was executed:
    https://drive.google.com/file/d/0BwoPbcrMv8mvLXA2VEtTYVg1T1k/view?usp=sharing
    https://drive.google.com/file/d/0BwoPbcrMv8mvNzNEeUV0akt5Qm8/view?usp=sharing
    Any hints of the possible reasons and how to debug?
    I have small size internal disk compared with the amount of ram so that I cannot make a local disk kdump.
    Can I configure network dump as in usual ways for Oracle Linux 6.x servers? Or serial console can help?
    It seems that inside /var/log/messages and /var/log/xen directory nothing useful to check when the server restarts.
    Thanks in advance,
    Gianluca

    Nothing special inside the Readme.
    You select: Oracle VM 3 Templates (OVF) for Oracle Linux 6 Media Pack for x86_64 (64 bit)
    And then:
    Oracle Linux 6 Update 6 template (OVF) - Hardware Virtualized with PV drivers x86_64 (64 bit) V73660-01
    Inside the README for the two types of templates there is only this note about PVHVM:
    The hardware virtualized template contains a kernel that is not recompiled for
    the virtual environment, but contains additional paravirtualized (PV) drivers
    for improved performance.
    and some other notes and known issues that don't relate with the problems I'm having.
    Note that also a simple "yum update" can cause sometimes the panic of the guest... possibly only related with my specific hw...
    The original question was aimed also to see if anyone else using PVHVM guests without problems or not in general with Oracle Linux 6.
    Thanks,
    Gianluca

  • Oracle BI Server stopped when i tried to login using LDAP

    Hi,
    My BI server stop suddendly when i tried to login with my LDAP username/pwd, it was working fine when i was using Adminsitrator/SADMIN, and when i tried to start it using ./run-sa.sh start it has the below error in the log:
    *[oraclebi@uschilxbit01 setup]$ ./run-sa.sh start*
    Oracle BI Server startup initiated.
    Please wait for a while for the Oracle BI Server to completely start.
    Execute the following command to check the Oracle BI Server logfile and see if it started.
    tail -f /data/OracleBI/server/Log/NQServer.log
    *[oraclebi@uschilxbit01 setup]$ tail -f /data/OracleBI/server/Log/NQServer.log*
    *2010-01-07 15:21:32*
    *[nQSError: 13011] Query for Initialization Block 'Web Catalog Group Assignment' has failed.*
    *[nQSError: 23006] The session variable, NQ_SESSION.title, has no value definition.*
    *2010-01-07 15:21:32*
    *[nQSError: 13011] Query for Initialization Block 'Web Catalog Group Assignment' has failed.*
    *2010-01-07 15:21:32*
    *[nQSError: 13011] Query for Initialization Block 'Site_Map_Key' has failed.*
    *[nQSError: 23005] The repository variable, PRES_SERVER_NAME, has no value definition.*
    *2010-01-07 15:21:32*
    *[nQSError: 13011] Query for Initialization Block 'Site_Map_Key' has failed.*
    Anybody has faced a similair situation, what should i do now as i cannot connect online also as the server is down, should i delete the 'Web Catalog Group Assignment' & 'Site_Map_Key' initialization variables and upload the rpd again.
    Thanks,
    Amit

    Hey Amit,
    I've encountered that problem in the past before with Oracle REL 5. If I remember correctly it's a bug and required a patch to be applied. Definitely search metalink 3. I'll do the same and see what I can turn up.
    -Joe

Maybe you are looking for

  • How can I open a url in oracle form 9i without toolbar and menubar

    I want to create a button in my form. When I click on the button it should open url without toolbar and menubar. I tried with web.show_document. but I am not able to remove the toolbar and menubar. plus not able to specify width and height. Any way t

  • Delivering plant  on sales orders

    Hello I know that if I access to transaction XD02 under Sales Area Data on Shipping tab, I can set the Delivery Plant field, in order to take it automatically when I create a new sales order for that client, but, I am able to change it, does anyone k

  • JCDS table not getting updated

    Hi, After creating a Service Order, I find Object Number OBJNR in Table JEST. But the same is not getting populated in Table JCDS. What could be the possible reasons ? Thanks. Raj

  • Word 2007 VBA vs Word 2010 VBA - Macro Failure

    Hi, I have a macro that when run in Word 2007 VBA works fine (Takes a Word Template, an Excel Spreadsheet and produces PDF output of merged documents). Sub mergethem_be() ' ' merge1record_at_a_time Macro Dim fd As FileDialog 'Create a FileDialog obje

  • IPM screeen giving the error in AXF Manage Attachment Solution

    Hi Experts, I am trying to implement the AXF manage attachment solution with ORACLE ECM and facing the below issue. When I click the the 'Manage Attachment' from zoom functionality the IPM login screen giving me the below error. Error Id - 8087beb9-9