Conversion from physical to virtual server

Our server technology group wants to convert our physical
server that contains the RoboEngine to a virtual server (using ESX
VMware). We are using RoboHelp 5 to publish WebHelp to the
RoboEngine. Has anyone else converted from a physical to a virtual
server? If so, could you tell me about any problems you
encountered?
Thanks,
Liz

Hello Nelson, 
There are quite lot of things in TMG which are dependent on Hardware.
If you want to migrate from physical to virtual server, you can follow the steps here which are recommended/supported way of doing it.
Though this article is for ISA to TMG migration, still you can follow the same steps for Physcial to Virtual migration.
http://technet.microsoft.com/en-us/library/dd440994.aspx
Please let us know, how it goes!

Similar Messages

  • Sap Server movement from physical to virtual(p2v)

    Hi all,
    We currently have two older versions of R/3 running 4.6c and 4.7ee, both IDES versions.
    These versions have been out of support for some time.
    We have these instances running for reference purposes. We have new versions of R/3 ECC 5.0, 6.0
    also running in our company. All these versions of R/3 are IDES.
    Our Windows administrators are of the opinion that servers on which the instances 4.6c and 4.7ee are running are very old,
    and spares are hard to find. So they want to move these instances from a physical environment to a virtual environment.
    I have read through the Note: 1409608.
    It says,
    SAP does not support SAP systems that are installed on Windows 32-bit
    in a virtualized environment. If you plan to migrate your SAP system that is running
    on native hardware on Windows 32-bit to a virtualized environment
    on Windows 64-bit, it might be necessary to upgrade the SAP system to a higher release.
    For these configurations, SAP recommends to migrate the SAP system to Windows x64 first
    and then upgrade the SAP system.
    Now, I don't think is it quite possible to upgrade 4.6c and 4.7ee to 64 bit.
    License keys on windows are based on SID, Hostname, MAC address of the network card.
    If we make sure that the MAC address is the same and
    that its at the same place as before(sequence of multiple network cards is the same),
    we can still Use the old license.
    Our Windows guys say its very hard to retain the MAC address, they can try it.
    So with these old versions of R/3, how can we keep them running, if they have to be moved from Physical to virtual,
    as license keys and installation software is hard to get.
    Regards,
    Vishnu.

    Hi Markus,
    Thanks for your reply. Would open an OSS call.
    I have looked at the note mentioned by you, and since our OS is windows, I thought the below statement
    holds good in my case. From the note I have also deduced that for Windows, licenses are based only on the Hardware Key.
    Am I wrong in assuming this?
    Only Windows uses a hardware key that does NOT depend on the hardware.
    A new installation of Windows definitely causes the hardware key to change.
    I have also looked at note 793649, which says Hardware key changes only when,
    1. Formatting the machine and reinstalling Windows.
    2. When changing the computer name.
    3. When changing the domain (it will not change back when returning to the previous domain).
    Regards,
    Vishnu.

  • SCCM 2012 hierarchy from Physical to Virtual

    I have an existing standalone SCCM 2012 hierarchy on a physical server with ~ 50K clients reporting with additional servers hosting various site system roles. Now the requirement is to migrate this hierarchy on a virtual environment. Client doesn't want
    to do P2V migration and wanted to have the migration done on new infra.
    In current hierarchy we have client health compliance at ~90% and we have to maintain the same post migration additionally there are lot of collections, packages and deployments those needs to be successfully migrated.
    Please suggest a feasible and most efficient solution for this

    Client doesn't want to do P2V migration
    Assuming that you have done your homework and are OK that Virtual is the way to go, the easiest way to migrate from Physical to Virtual is to carry out a P2V migration. I don't quite understand this.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • How do you configure AMS to stream flash files from my dedicated virtual server?

    I would like to stream files from my dedicated virtual server instead of my computer. Is it possible to configure AMS so that I can do this? Any help would be appreciated. Thanks!

    See screenshots:
    Nancy O.

  • Moving CUPS from Physical to Virtual

    I am trying to move my CUPS server from a physical server to a virtual server. I am running CUPS 8.5.3 (8.5.3.10000-60). I have followed the same steps as doing the migration for Call Manager. Backed up server to the network, installed fresh copy and restored the backup. It goes through the restore and is successful on everything but the DB. When I look at the log it has the following:
    ----> BEGIN Standard Error
    bad decrypt
    12406:error:06065064:digital envelope routines:EVP_DecryptFinal:bad decrypt:evp_enc.c:438:
    Any suggestions would be great.
    Thanks,
    Doug

    Hey Doug,
         What are the system specs of the UCS and the MCS server?
         Have a look at this
    http://www.cisco.com/en/US/docs/voice_ip_comm/cups/8_0/english/disaster_recovery/administration/guide/drsag601.html#wp155754
         Rajamani

  • Blue screen error after converting physical to virtual server using disk2vhd

    I have used the sysinternals disk2vhd to create the c: drive from a Dell server. I was able to create a virtual server and boot but had licensing issues. After a support call and doing a repair install to change licensing I am now getting a: "a process or
    thread crucial to system operation has unexpectedly exited or been terminated" after the virtual machine boots and I log on. I tried to get the integration services installed but the server wouldn't stay running long enough.
    Any suggestions for resolution would be appreciated.

    Hi,
    Have you tried the suggestion? I want to see if the information provided was helpful. Your feedback is very useful
    for the further research. Please feel free to let me know if you have addition questions.
    Best regards,
    Vincent Hu

  • Query conversion from access to sql server

    I have sql in access I need to convert to sql server . I am stuck three days please help me
    TRANSFORM First(Eval1to4.answer) AS FirstOfanswer SELECT Eval1to4.evalOid, Membershiptypemap.mappedvalue as membership, First(Eval1to4.answer) AS [Total Of answer] FROM (Members RIGHT JOIN (Eval1to4 LEFT JOIN Orders ON Eval1to4.evalOid = Orders.oid) ON Members.CID
    = Orders.cid) LEFT JOIN MembershipTypeMap ON (Members.MembershipStatus = MembershipTypeMap.membershipstatus) AND (Members.Membership = MembershipTypeMap.membershiptype) WHERE Orders.program = 20141128 AND Eval1to4.evalProgID=20141128 GROUP BY Eval1to4.evalOid,
    Membershiptypemap.mappedvalue PIVOT Eval1to4.questionID

    There isn't an exact equivalent to pivot queries in t-sql.
    There is a pivot operator but it requires that you know and explicitly specify the pivoted columns when you're creating your code.
    Just a heads up... Some one here will most assuredly either provide you with or point you to code that will allow you to do a "dynamic pivot"... Yes, it will allow you to pivot the data the way you're used to doing it in Access (without having
    to specify the pivoted column names). The problem with dynamic pivots is the fact that they are useless. You can't put them in views, functions or stored procs and I'm not aware of any reporting software that can work with a variable number of input columns.
    So, unless you simply want to copy & paste from SSMS to Excel, they aren't good for anything other than patting yourself on the back.
    So... My 1st suggestion is to not pivot the data at all in SQL. Instead, pivot the data in whatever application you're using to display the data.
    Since no one ever wants to hear suggestion #1, use aggregated case expressions. Based on the code you provided, it should look kinda like this...
    SELECT
    Eval1to4.evalOid,
    Membershiptypemap.mappedvalue as membership,
    SUM(CASE WHEN Eval1to4.answer = 1 THEN 1 END) AS Answer1,
    SUM(CASE WHEN Eval1to4.answer = 2 THEN 1 END) AS Answer2,
    SUM(CASE WHEN Eval1to4.answer = 3 THEN 1 END) AS Answer3,
    SUM(CASE WHEN Eval1to4.answer = 4 THEN 1 END) AS Answer4,
    SUM(CASE WHEN Eval1to4.answer = 5 THEN 1 END) AS Answer5
    FROM
    Eval1to4 e
    JOIN Orders o
    ON e.evalOid = o.oid
    JOIN Members m
    ON m.CID = o.cid
    LEFT JOIN MembershipTypeMap mtm
    ON m.MembershipStatus = mtm.membershipstatus
    AND m.Membership = mtm.membershiptype
    WHERE
    o.program = 20141128
    AND e.evalProgID = 20141128
    GROUP BY
    e.evalOid,
    mtm.mappedvalue
    #3... There is still the "PIVOT" operator. I personally don't use it because the aggregated case expressions are more flexible... But some people love them, so do a little Googleing and decide for yourself.
    #4... Dynamic Pivot... If you're dying to try it, the interwabs are full of examples... or wait a bit and someone will post some for you.
    HTH,
    Jason
    Jason Long

  • Move Exchange 2010 SP2 from Physical to Virtual

    I am currently running Exchange 2010 on a server which is hugely underutilised so am hoping to virtualize Exchange and other servers on this machine.
    What is the best way to move/convert Exchange?
    I will require this machine to be reinstalled with Server 2008 R2 server core to run only Hyper-V.
    I thought of backing up (to multiple locations, just in case!!), reinstalling the server with core + Hyper-V, then restoring the backup to a new VM.
    Or should I use the Sysinternals Disk2vhd tool first. Convert to VHD, then reinstall server with core and add the VHD as a new VM?
    The Exchange databases and logs are on a separate RAID 5 array which would be left untouched so would making this disk available to the Exchange VM would allow it to continue where it left off after the server was restored from backup to the new VM?
    I also read it is not recommended to use P2V tools with Exchange, but since I am required to reinstall the machine what choice do I have? In that case should I install Exchange on another server, move all databases and users to that server, reinstall old server,
    install Exchange VM, then move all databases and users onto the new VM?
    The more I think about this, the more my head spins, so any insight is appreciated.
    Thanks.

    hi,
    >>>Could I do all this reconfiguration using a trial license on the other server?
    Details of products and services, you can contact Microsoft product and service center.
    http://support.microsoft.com/gp/contact_microsoft_customer_serv?&fr=1
    hope can help you
    thanks,
    castin
    CastinLu
    TechNet Community Support

  • Hyper-V: after convert from physical to virtual not start

    Hi
    i'm converted windows server 2008 R2 standard to virtual after this created new virtual machine and everything it is ok
    the problem
    The virtual machine no start since i started still now it is showing (Status:Running )
    specification
    Server IBM x3650 m4,RAM 32GB,Processor Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz, 2001 Mhz, 6 Core(s), 12 Logical Processor(s)
    Include ( Microsoft SQL Server 2008 R2 -  oracle sql developer version 2.1.1.64 )
    Hope to help me to solve this problem 

    Dear Brian Ehlert
    Thanks for reply
    1) how did you perform the P2V?
    Disk2vhd
    2) is this a generation 1 VM? (it must be)
    Yes, it's a generation 1
    3) did you attempt to repair the bootloader in any way?
    NO
    Note:
    i tried to run this vm in different server (Hp and Dell) but the same problem
    Hope to help me to solve this problem 

  • Business connector on Virtual Server

    Hi All,
    I need a urgent help to know, if there are any disadvantages if we setup a Business connector environment in Virtual Server rather than a Physical server?
    The situation is, currently I have business connector working on Physical server, for which a Warranty is reach end of life and no further support to the hardware is possible from the mother company.
    Hence we have a plan of moving the Business connector in the physical server to a new virtual server provided by our infrastructure team as virtual servers are less costlier than physical server. Hence I would like to know how good to choose Virtual Server for business connector.
    Also, do any one can suggest what is the best way of approach would be, to move the existing Business connector server operations to new hardware i.e. is it fine to do pure system copy and will it work? or else do I need to redo from installing the BC software and configuring it manually.
    Thanks,
    Bindu

    Hi Bindu,
    we are running all of our BC servers on VMWare images. Works perfectly. You are better off installing the BC from scratch and remember if you are installing it onto Windows XP or alike you should select the Windows 2000 compatibility mode both for installation as well as when running it. This will allow it to run just fine.
    Be aware that BC 4.8 is due to be released soon and that will give you a supported, JVM updated version of BC for Windows and Linux. Currently all JVM versions are un-supported for previous BC versions.
    If you use the same name and IP for your virtual server than what you had for the previous physical server you should not see any changes in your configs. Again, we have moved these from physical to virtual doing just that and it all worked well.
    If you don't care about support at this point in time then you can also run the whole lot on a newer JVM, though if this is feasible or necessary is up to you.
    Cheers
    Kalle

  • How to Install Physical and Virtual Host

    I am getting licensing issues after I installed Essentials 2012R2 on a physical machine and then used the same license to virtualize it.  It's saying my physical machine needs to hold all the FSMO roles in which my virtual machine is hosting those roles.
    I read that Microsoft allows you to use the Essentials license for the physical and virtual server.  Is that correct? 
    Is there a specific service I need to remove on the physical machine in order for these errors to stop?  I still have the Windows Server Essentials Experience service installed. Is that what needs to be removed?
    Thanks,
    Doug

    Hi Doug,
    There is an article that provide details of licensing for Windows Server 2012 R2 Essentials. Please refer to and check if can help us to understand licensing for Windows Server 2012 R2 Essentials better.
    Understanding Licensing for Windows Server 2012 R2 Essentials and the Windows
    Server Essentials Experience role
    Please also refer to following article and check if can help you.
    Customize Deployment - Windows Server Essentials
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Virtual Server problem

    We are having a problem with the wrong pages being displayed
    for a new virtual server that has just been setup on one of our
    existing servers. if I request index.cfm from the new virtual
    server, I get index.cfm from the existing virtual server. HTML
    pages are displayed correctly, and so are pages from the second
    virtual server that do not have the same name as a file on the
    first.
    The symptoms are exactly as described in
    this technote, but the
    catch is that "Cache web server paths" is already unchecked in CF
    Administrator (and the setting in jrun.xml is also correct).
    Does anyone know of any other causes of this problem (and
    hopefully a solution)?
    Thanks
    Tim

    For the benefit of anyone else with the same problem, we
    solved this by following the steps described at
    http://www.bloginblack.de/archives/000120.cfm
    English
    translation)

  • Migrate SharePoint's SQL Server (physical) to another SQL Server (virtual server)

    Infrastructure team is migrating domain\SQLSERVER db to new ‘XYZ’ Location.  Also they are moving these DBs to virtual server. Currently these are physical DB servers.
    I am trying to keep the server names as same ‘SQLSERVER ‘, but IP address may change. Does it have any impact on MOSS environment and what configuration changes need to be done, if needed???
    Note: -  i am using alias  for my share point 2010 server . 
    SERVER INFO
    2 WEB SERVER , 1 APPS SERVER
    NINTEX Workflow Database without Sql "Alias"
    No any Customization only 2 site colleciton with Nintex workflow.

    You can move all content databases to another SQL server, but moving Configuration DB will have impact on the farm. You can make it work using SQL Alias created on SP server using cliconfg.exe utility but some of the services will break on your farm. As
    far as I know It is not recommended to move config db from one sql server to another.
    You can check below link for referrence on moving databases from one sql to another sql:
    http://technet.microsoft.com/en-us/library/cc512725(v=office.12).aspx
    http://blogs.msdn.com/b/shaden/archive/2007/07/05/moving-the-sharepoint-databases-to-a-new-sql-server-instance.aspx
    Please ensure that you mark a question as Answered once you receive a satisfactory response.

  • Convert Physical DPM Management server to Virtual

    Hi,
    I am looking to convert my existing DPM 2012 R2 physical management server to a virtual server.
    The current setup is a physical server with locally attached storage and a secondary DPM server in another site (which is already virtual). Both DPM servers were recently upgraded to DPM 2012 R2 and are running Windows 2012.
    I would like to use the same hardware but run DPM as a virtual server and attach the physical disks in Hyper-v as pass-through disk. I don't have enough hardware to do a side by side migration (which would be much easier)
    My plan is as follows.
    backup DPM database 
    rebuild physical DPM server as hyper-v server
    create new DPM virtual server with same name, ip etc.
    install dpm and restore db from backup
    attach old DPM physical storage drives to virtual DPM server
    I am fairly happy at doing the rebuild and database restore as I have done this before, but I don't know if I can attach the existing DPM drives from the storage pool and retain the data.
    I have a secondary server so would not lose the backup data, but it would be a lot easier if i could keep the data on the storage pool
    Does anyone know if this will work or have any other suggestions?
    thanks
    sg

    Hi SG,
    Your plan will work. You will be able to use the existing drives as long as you bring them into the VM, restore the DPM DB and run
    DpmSync. DPMSync will synchronize the DPM database with the replicas in the storage pool. Old link but still applies: 
    http://technet.microsoft.com/en-us/library/bb808877.aspx
    Another thought...why not do a P2V on the DPM server vs. re-install? The only thing you will need to do/could run into issues with is bringing the disks into DPM once it is virtual.
    My Blog | www.buchatech.com | www.systemcenterportal.com
    If you found this post helpful, please give it a "Helpful" vote. If it answered your question, remember to mark it as an "Answer". This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion
    in a test environment before implementing!

  • Virtual server can't attach internet service provider in physical computer

    Hai all,
    i'm new in here, i'm sory if my english is bad.
    i have some question about virtual machine in hyper-v.
    i have one machine installed windows server 2012 with 2 NIC. When i going to connect internet service provider to ether 1 in physical network it's success, but when i'm going to virtual server and want to attach internet service provider in physical network
    to virtual network it's fail..
    please help me, 
    Regards

    Hi Endra,
    I am assuming that you want the VM can access internet after hyper-v server connects to ISP .
    Please try to follow these setps below :
    1. create an internal virtual switch and connect the VM to it
    2. open network and sharing center  configure an IP for the new internal Vswitch
    3. configure VM's IP (it should be in same subnet with the IP of new Vswitch )
    4. configure the VM's gateway same as the IP of new internal Vswitch (after this the vm can ping the gateway , if it can not please try to check if the integration service was installed)
    5. find the internet connection of hyper-v server , share it with the new Vswitch.
    Accessing internet again from the VM.
    Hope this helps
    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.

Maybe you are looking for

  • Periods between two dates .

    Hi, can anyone tell me any function module dat returns the no of periods between two dates .like if i enter 02.02.2007             05.05.2007 then it shud return periods . 011 012 001 002 003 thnx , point will b assigned.

  • Simple image question

    Hi, I am drawing images on a form, but the form does not show anything on the form untill I refresh. Is their a way to automatically refresh the form on startup, I know there isn't a this.refresh() built into java. Thanks, Chris

  • Drill filters in Webi

    Hello All, I have the following requirement in Webi XIR 3.1.. I have a hierarchy defined as Country,State,City and Area..When i right click on Country,i have options to drill by which shows State,City and Area..I need to capture the option which the

  • Facebook tagging issues

    Before I start I have read what feels like everything and so far nothing seems to really solve the problem. I am trying to move from LR to Aperture and have my main library. Running on a Mac so contacts and Mavericks is all synced up with Facebook et

  • 4 Domains using 2 Clustered C350

    Hi, Anyone here had this kind of setup already? 2 x c350 - version 6.1.0-307 1.) I have 4 domains which are configured to be trusted (domain1...domain4) All domains have their own incoming and outgoing content filters... I configured my LDAP to use p