Estimate time usage for doing an P2V in VMM 2008 R2

Hi
Is it possible to get a estimated time usage for doing a P2V in VMM 2008 R2?
Maybe a preliminary scan or something?
Lasse
/Lasse

Sadly no answers :-)
As far as I can see it's not possible to do a preliminary scan or something similar.
We did a P2V of a different server than the one in question which gave us an idea of the time needed.
Lasse
/Lasse

Similar Messages

  • Estimate time period for  OBIA 11g Vanilla Impelementaton For HR,Financails

    Hi Guru's
    I need to know Time period for OBIA 11g Vanilla Implementation for Following Appliations Source System is Oracle R12;
    1- HR
    2- Procurement
    3- Financails
    4- Supply Chain and Order Management
    To implement all these four Application as once without any customization how long its going to take?????
    Looking for your HELP....
    Regards
    Sher

    Sher,
    As per my knowledge Normally for any OBIA implementation a module
    1st week for installation and Configuration of everything (ETL,DAC,RPD)
    2nd week to load the data and to make necessary loads(inc/full) using DAC/ETL
    3rd/4th week would be for testing the reports/Data and moving to production.
    Note : Above time-lines varies by experience and also without any customization
    Please post your questions on OBIA : Business Intelligence Applications
    Thanks,
    Saichand.v

  • Timer Usage for count

    Hello Gurus,
    I have below requirement:
    I have push button on the form and on press of that a loop counting numbers from 1 to 2000 will start.
    it should stop looping after some time say 2 mins and populate the latest value on screen.
    But my below code makes the loop run infinitely as timer block is not triggering. Can you please check and let me know whether i am missing some thing here.
    Thanks
    Raj
    ==========================================================
    Defined a "WHEN-NEW-FORM-INSTANCE" Trigger
    Declare
         CurrTime1 TIMER;
    OneSec CONSTANT NUMBER := 6000;
    Begin
         CurrTime1 := CREATE_TIMER('CURRTIME',OneSec,NO_REPEAT);
    End;
    Defined a "WHEN-TIMER-EXPIRED" Trigger
    Declare
         ExpTimer VARCHAR2(40) := Get_Application_Property(TIMER_NAME);
    Begin
         If ExpTimer ='CURRTIME' Then
              :global.stop := 2;
         End If;     
    End;
    Defined below code with "WHEN-BUTTON-PRESSED" of push button
    Declare
         i number := 1;
    Begin
         :global.one1 := 0;
         :global.stop := 1;
         While i <= 2000 loop
              if :global.stop = 2 then
                   if :block1.one1 = 0 then
                        :block1.one1 := i;
                        :global.stop := 1;
                        exit;
                   end if;
              end if;
              if :block1.one1 = 0 and i = 2000 then
                   i := 0;
              end if;
              i := i + 1;
         End loop;
    End;

    Hi
    if even the code is commented it will much facilitate tracing it
    what the use of Globals i assumed it's ...
    :global.one1 := 0; -- 2 operate
    :global.stop := 1; -- 2 stopmay be the position of exit;
    Declare
    i number := 1;
    Begin
    :global.one1 := 0;
    :global.stop := 1;
    While i <= 2000 loop
    --- if :global.stop = 2 then  --- then give another different value to the Global by 2 what for ?????
    if :block1.one1 = 0 and :global.one1 := 0; then         -- can receive value then loop
    :block1.one1 := i;
    --- :global.stop := 1;
    END IF;
    ---end if;
    IF  i = 2000 THEN -- the loop will attain the stopping condition then Intialize VAlues
    i := 0 ;
    :block1.one1 = 0;
    :global.stop := 1;
    EXIT;
    END IF;
    i := i + 1;
    End loop;
    End;Note : Not tested
    Hope this helps...
    Regards,
    Amatu Allah

  • High cpu usage for garbage collection (uptime vs total gc time)

    Hi Team,
    We have a very high cpu usage issue in the production.
    When we restart the server, the cpu idle time would be around 95% and it comes down as days goes by. Today idle cpu is 30% and it is just 6th day after the server restart.
    Environemnt details:
    Jrockit version:
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 (build ari-38120-20041118-1131-linux-ia32, Native Threads, GC strategy: parallel)
    Gc Algorithm: JRockit Garbage Collection System currently running strategy: Single generational, parallel mark, parallel sweep
    Number Of Processors: 4
    Max Heap Size: 1073741824
    Total Garbage Collection Time: 21:43:56.5
    Uptime: 114:33:4.1
    Total Garbage Collection Count: 420872
    Total Number Of Threads: 198
    Number Of Daemon Threads: 191
    Can you guys please tell me what would be problem in the server which causing the high cpu usage?
    One more thing I would like to know is that why the total number of threads is 198 when we specified the Executor pool size as 25? I agree that weblogic would create some threads for its maintenance but around 160 threads!!! something is wrong I guess.
    Santhosh.
    [email protected]

    Hi,
    I'm having a similar problem, but haven't been able to resolve it yet. Troubleshooting is made even harder by the fact that this is only happening on our production server, and I've been unable to reproduce it in the lab.
    I'll post whatever findings I have and hopefully we'll be able to find a solution with the help of BEA engineers.
    In my case, I have a stand-alone Tomcat server that runs fine for about 1-2 days, and then the JVM suddenly starts using more CPU, and as a result, the server load shoots up (normal CPU utilization is ~5% but eventually goes up to ~95%; load goes from 0.1 to 4+).
    What I have found so far is that this corresponds to increased GC activity.
    Let me list my environment specs before I proceed, though:
    CPU: Dual Xeon 3.06GHz
    RAM: 2GB
    OS: RHEL4.4 (2.6.9-42.0.2.ELsmp)
    JVM build 1.5.0_03-b07 (BEA JRockit(R) (build dra-45238-20050523-2008-linux-ia32, R25.2.0-28))
    Tomcat version 5.5.12
    JAVA_OPTS="-Xms768m -Xmx768m -XXtlasize16k -XXlargeobjectlimit16k -Xverbose:memory,cpuinfo -Xverboselog:/var/log/tomcat5/jvm.log -Xverbosetimestamp"
    Here are excerpts from my verbose log (I'm getting some HT warning, not sure if that's a problem):
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Detected SMP with 2 CPUs that support HT.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to determine if HT is enabled.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] HT is: supported by the CPU, not enabled by the OS, enabled in JRockit.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: HT enabled even though OS does not seem to support it.
    [Fri Oct 20 15:54:55 2006][22855][memory ] GC strategy: System optimized over throughput (initial strategy singleparpar)
    [Fri Oct 20 15:54:55 2006][22855][memory ] heap size: 786432K, maximal heap size: 786432K
    [Fri Oct 20 16:07:30 2006][22855][memory ] Changing GC strategy to generational, parallel mark and parallel sweep
    [Fri Oct 20 16:07:30 2006][22855][memory ] 791.642-791.874: GC 786432K->266892K (786432K), 232.000 ms
    [Fri Oct 20 16:08:02 2006][22855][memory ] 824.122: nursery GC 291998K->274164K (786432K), 175.873 ms
    [Fri Oct 20 16:09:51 2006][22855][memory ] 932.526: nursery GC 299321K->281775K (786432K), 110.879 ms
    [Fri Oct 20 16:10:24 2006][22855][memory ] 965.844: nursery GC 308151K->292222K (786432K), 174.609 ms
    [Fri Oct 20 16:11:54 2006][22855][memory ] 1056.368: nursery GC 314718K->300068K (786432K), 66.032 ms
    [Sat Oct 21 23:21:09 2006][22855][memory ] 113210.427: nursery GC 734274K->676137K (786432K), 188.985 ms
    [Sat Oct 21 23:30:41 2006][22855][memory ] 113783.140: nursery GC 766601K->708592K (786432K), 96.007 ms
    [Sat Oct 21 23:36:15 2006][22855][memory ] 114116.332-114116.576: GC 756832K->86835K (786432K), 243.333 ms
    [Sat Oct 21 23:48:20 2006][22855][memory ] 114841.653: nursery GC 182299K->122396K (786432K), 175.252 ms
    [Sat Oct 21 23:48:52 2006][22855][memory ] 114873.851: nursery GC 195060K->130483K (786432K), 142.122 ms
    [Sun Oct 22 00:01:31 2006][22855][memory ] 115632.706: nursery GC 224096K->166618K (786432K), 327.264 ms
    [Sun Oct 22 00:16:37 2006][22855][memory ] 116539.368: nursery GC 246564K->186328K (786432K), 173.888 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117122.577: nursery GC 279056K->221543K (786432K), 170.367 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117123.041: nursery GC 290439K->225833K (786432K), 69.170 ms
    [Sun Oct 22 00:29:10 2006][22855][memory ] 117291.795: nursery GC 298947K->238083K (786432K), 207.200 ms
    [Sun Oct 22 00:39:05 2006][22855][memory ] 117886.478: nursery GC 326956K->263441K (786432K), 87.009 ms
    [Sun Oct 22 00:55:22 2006][22855][memory ] 118863.947: nursery GC 357229K->298971K (786432K), 246.643 ms
    [Sun Oct 22 01:08:17 2006][22855][memory ] 119638.750: nursery GC 381744K->322332K (786432K), 147.996 ms
    [Sun Oct 22 01:11:22 2006][22855][memory ] 119824.249: nursery GC 398678K->336478K (786432K), 93.046 ms
    [Sun Oct 22 01:21:35 2006][22855][memory ] 120436.740: nursery GC 409150K->345186K (786432K), 81.304 ms
    [Sun Oct 22 01:21:38 2006][22855][memory ] 120439.582: nursery GC 409986K->345832K (786432K), 153.534 ms
    [Sun Oct 22 01:21:42 2006][22855][memory ] 120443.544: nursery GC 410632K->346473K (786432K), 121.371 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.508: nursery GC 411273K->347591K (786432K), 60.688 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.623: nursery GC 412391K->347785K (786432K), 68.935 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.576: nursery GC 412585K->348897K (786432K), 152.333 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.783: nursery GC 413697K->349080K (786432K), 70.456 ms
    [Sun Oct 22 01:34:16 2006][22855][memory ] 121197.612: nursery GC 437378K->383392K (786432K), 165.771 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.496: nursery GC 469709K->409076K (786432K), 78.257 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.730: nursery GC 502490K->437713K (786432K), 65.747 ms
    [Sun Oct 22 01:44:03 2006][22855][memory ] 121785.259: nursery GC 536605K->478156K (786432K), 132.293 ms
    [Sun Oct 22 01:44:04 2006][22855][memory ] 121785.603: nursery GC 568408K->503635K (786432K), 71.751 ms
    [Sun Oct 22 01:50:39 2006][22855][memory ] 122180.985: nursery GC 591332K->530811K (786432K), 131.831 ms
    [Sun Oct 22 02:13:52 2006][22855][memory ] 123573.719: nursery GC 655566K->595257K (786432K), 117.311 ms
    [Sun Oct 22 02:36:04 2006][22855][memory ] 124905.507: nursery GC 688896K->632129K (786432K), 346.990 ms
    [Sun Oct 22 02:50:24 2006][22855][memory ] 125765.715-125765.904: GC 786032K->143954K (786432K), 189.000 ms
    [Sun Oct 22 02:50:26 2006][22855][memory ] 125767.535-125767.761: GC 723232K->70948K (786432K), 225.000 ms
    vvvvv
    [Sun Oct 22 02:50:27 2006][22855][memory ] 125768.751-125768.817: GC 712032K->71390K (786432K), 64.919 ms
    [Sun Oct 22 02:50:28 2006][22855][memory ] 125769.516-125769.698: GC 711632K->61175K (786432K), 182.000 ms
    [Sun Oct 22 02:50:29 2006][22855][memory ] 125770.753-125770.880: GC 709632K->81558K (786432K), 126.000 ms
    [Sun Oct 22 02:50:30 2006][22855][memory ] 125771.699-125771.878: GC 708432K->61368K (786432K), 179.000 ms
    So, I'm running with the default GC strategy which lets the GC pick the most suitable approach (single space or generational). It seems to switch to generational almost immediately and runs well - most GC runs are in the nursery, and only once in a while it goes through the older space.
    Now, if you look at [Sun Oct 22 02:50:27 2006], that's when everything changes. GC starts running every second (later on it's running 3 times a second) doing huge sweeps. It never goes through the nursery again, although the strategy is still generational.
    It's all downhill from this point on, and it's a matter of hours (maybe a day) before we restart the server.
    I guess my only question is: What would cause such GC behavior?
    I would appreciate your ideas/comments!
    Thanks,
    Tenyo

  • Viewing Data Usage For A Period Of Time With The WRT1900AC

    Is there a way to view the overall data usage for a period of time with the WRT1900AC? For example, I would like to see how much data I've used (up and/or down) for this month.

    Hi. The Linksys firmware does not have that feature.

  • Can I set a time limit for usage on a 5th gen ipod touch

    My daughter just got a 5th gen Ipod touch. Of course she is using it at times she shouldn't be. Is there a way to set a time limit for usage so she can be responsible for monitoring herself without us nagging all the time?

    IIt's free and here is a link https://itunes.apple.com/gb/app/parentkit-parental-controls/id600618138?mt=8

  • HT204053 I am not able to update my apps because every time I am doing this, it is asking for a password which I have never used and the person who used it is in no more contact. how can i get my id instead of his??

    I am not able to update my apps because every time I am doing this, it is asking for a password which I have never used and the person who used it is in no more contact. how can i get my id instead of his??

    Apps can only be updated using the same Apple ID and password they were originally purchased with.

  • How to estimate the time needed for unicode conversion

    Experts:
    I am going to perform an upgrade from 46C (non-unicode) to ECC6/EHP4.
    In the action plan , it's hard to estimate the time needed for unicode conversion.
    We do not have a sandbox to benchmark that time.
    Could you please help share your experience here?
    Thanks!!

    Hi,
    usually it is very hard to estimate a proper time.
    There are some hints to get a rough feeling (SAP note 857081 and [SMP link|http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000380759&_OBJECT=011000358700001279022010E] ).
    However please note that SAP highly recommends to do a Sandbox conversion - otherwise there is a high risk that the PRD conversion will take (much) longer than expected.
    Best regards,
    Nils Buerckel

  • SAP tool to estimate time for web dynpro development project

    Hi,
    Is there any standard SAP tool available to estimate time for web Dynpro development project?
    Thanks and Regards,
    Deepti

    Hi Deepti
    An implementation of Webdynpro based UI could be estimated by a 'standard' technique like any other U:
    1. Try to count the number of views/screens/popups in your application. The estimation time will be proportional to the quantity.
    2. Try to count the number of external interfaces would be used in the application. For example, quantity of necessary BAPI invocations (RFC), quantity of Web-service invocations or EJB calls. Also quantity of native JDBC queries if any.
    Test = Nviews x Hview + Nint x Hint, where Hview & Hint time in hours for average implementing of one UI view and time for adding of average service invocation.
    BR, Sergei

  • I am having issues with adjusting the duration of time for each still frame and transition in imovie 11.  Each time that I adjust these times, the app does not accept the change, and automatically enters its own time. Am I doing something wrong?

    I am having issues with adjusting the duration of time for each still frame and transition in imovie 11.  Each time that I adjust these times, the application does not accept the change, and instead automatically enters its own time. Is there a work around this? Or am I doing something wrong? Please Help!
    Thank you,
    lagrl

    Have you tried turning off automatic transitions ? Choose file - project properties and follow the dialogue box to change duration with a slider.  iMovie also doesn't allow a transition to be more than 50% duration of the clip its attached to. In other words if the clip is 4 seconds the transition cannot be more than 2 seconds and remember that relates to the first clip as the following clip (right side) is pulled back to overlay it.
    Does this help.  Perhaps you already know this ?

  • Does restoring the iPhone reset the call time usage?

    Mine seems to have done, and now I find it hard to know how much time I have used. One other thing, will this automatically reset at the start of a new contract month when your minutes gets renewed? Thanks

    Wasn't the question "does restoring the iPhone reset the call time usage?"

  • Time based stacking does not work for 0 seconds

    Related to my previous note about stacking DNG with CR2, it appears that selecting 0 time interval for stacking does not work the way I would expect.
    A 0 time interval for stacking should mean that all times that are exactly the same (ie. DNG from CR2 file) get merged. This does not happen. It would seem that a time interval of 1 second is required to stack a DNG that comes from a CR2 file together.
    So if I have a CR2 file that was taken at 11:23:34 and convert it to DNG, I now have two files taken at 11:23:34.
    If I use the "time based stacking" and select 0 second gap, they will not be stacked together.
    I need to use a 1 second gap.
    It would be nice to see this fixed

    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".

  • While downloading the free trial for Final Cut Pro X my internet has dropped out many times. It does however seem to continue ok each time it reconnects. Will this affect the software when it finishes? Is this a problem? Any advice please?

    While downloading the free trial for Final Cut Pro X my internet has dropped out many times. It does however seem to continue ok each time it reconnects. Will this affect the software when it finishes? Is this a problem? Any advice please?

    This has happened to me with a few downloads without any upsets.
    You should be OK.
    As I recall the download is around 1.2 gig so it takes a bit of time and effort to get it to your system.
    Al

  • My imac on OS 10.5.8 is showing near 100% processor usage most of the time. It appeasrs that process SystemUIServer is the culprit using 70% or more of processor time. What does anyone think is causing this ?

    My imac on OS 10.5.8 is showing near 100% processor usage most of the time. It appeasrs that process SystemUIServer is the culprit using 70% or more of processor time. What does anyone think is causing this ?
    What is the purpose of the UIServer module ?
    Is there a good place to learn about the OS modules ?

    Useful information from BDAqua in this thread:
    https://discussions.apple.com/message/22676167#22676167

  • I 've had the newest iPad for about one week. Just started using face time..why does face time camera take pixelated pictures? The iSight  camera pictures look fine.

    I 've had the newest iPad for about one week. Just started using face time..why does face time camera take pixelated pictures? The iSight  camera pictures look fine.

    Kathleenfromks wrote: ...why does face time camera take pixelated pictures? ...
    Because something is wrong.
    You will need to troubleshoot to find out what needs to be fixed.
    One of these suggestions may resolve your trouble. 
    FaceTime (and other video) quality problems can be caused by problems at either end of the connection.  Unless your video callers' FaceTime connections work properly with everyone else but you, both parities to the video call should consider these possibilities.
    (1) Restart your iPad and test again. Sometimes a simple restart fixes things. 
    (2) Use a fast broadband internet connection for best possible FaceTime video.
    Broadband speed matters at BOTH ends, so you use something like http://speedtest.net/ to test both ends of your video connections.
    Speeds less than 300 Kbps (up and down) at both ends are unlikely to give best results.
    (3) Try from a different wi-fi connection.
    If the problem is ONLY at your current location, restarting your internet connection may help.  Shut down your iPad or turn Airplane Mode "on".  Then check your cable connections, restart your modem and wireless access point, reconnect iPad to the wi-fi, and test again.
    If the problem remains but ONLY at your current location, there may be a problem with your internet service.  Contact your ISP for help.
    (4) Always use as much light as possible for best images (including video) from your iPad. 
    Message was edited by: EZ Jim
    iPad2 iOS 5.1    

Maybe you are looking for

  • Garageband running extremely slow

    Hi Guys, I am hoping someone can help.  I am on a Mac OS X 10.7 and using Garageband 6.0.4.  I have started experiencing problems the last few days.  Its basically always playing catch up, for instants if I press record, its starts recording but when

  • Manual image transformation: Losing top of the image

    With LR3 I often use the manual image transformations and observe an undesirable effect, which I cannot explain to myself: When changing the Vertical Perspective to a negative value, the image will be transformed to cope with the perspective as inten

  • TS1717 itunes won't open?

    hi itunes programe won't open? can u help?

  • Default user folders on Leopard 10.5 clients

    Environment: Mixed network, using AD for authentication and Xserve for Application control and home folders. When binding client to AD i am using AFP for home folder path. I do not allow mobil profiles and also not forcing local home. Problem: When u

  • Changing SSL port on 9ias

    Hi, How can i change the SSL port on 9ias rel2 to default port of 443. At the moment it is listening on 4446. I tried to change it thru EM website, HTTP server, server properties, but didnot work. Can i change Apache/Apache/httpd.conf directly? What