Connect Cloud Service with Virtual Machine

Hi, 
Recently migrated my Website to one of Virtual Machine ( Windows 2008 R2 ). Migrated all my MySQl, tomccat, memcache and code.. Now if I hit localhost on Virtual Machine I can see website up and running. 
But When tried to connect it from outside failed to do so. 
Can someone help me to setup cloud service pointing to this virtual machine. Already setup access points etc pointing to this VM

Have you created an endpoint for HTTP? Sounds like that is what is missing... 
http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-set-up-endpoints/

Similar Messages

  • How to enable diagnostics in cloud services and virtual machine

    Hi All,
    I need to enable diagnostics  for cloud services and virtual machine in our
    cloud environment. I referred the below link.
    https://convective.wordpress.com/2014/06/27/using-azure-monitoring-services-api-with-azure-cloud-services/
    Installed azure SDK 2.5 and cloud services instance is not displayed for cloud services in Visual studio 2013. Please provide the steps to enable at run time. 
    1) How to enable this diagnostics at run time.
    2) How to enable event logs for cloud and Virtual machine
    3) How to get the event log data's from REST API.
    Please help to resolve this.
    Thanks.
    Regards,
    Rathidevi

    hi Rathidevi,
    In addition, you could enable diagnostics feature on VM from this blog:
    http://azure.microsoft.com/blog/2014/09/02/windows-azure-virtual-machine-monitoring-with-wad-extension/
    Please refer to it.
    Regards,
    Will
    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.
    Click
    HERE to participate the survey.

  • Help! Azure Cloud Services and Virtual Machine Web Servers Load Balancing

    I have a cloud service. I have two virtual machines setup as web servers each with IIS installed. I have configured my domain registrar to point my domain name to the cloud service IP address. I also went into the endpoints of each virtual machine and verified
    that I have http port 80 setup on both in a load balanced set. 
    I am unable to access websites on either server at this point. DNS propogation site shows "error: token mismatch"...this has been setup since yesterday and still error.
    Can anyone assist me in where I went wrong? Am I confused to how the cloud service should work? I am assuming it will allow me to load balance the two virtual machines in the way I have configured above. Please help!!!!

    Hi,
    Thank you for posting in here.
    We are checking on this issue and will get back at earliest.
    Regards,
    Manu Rekhar

  • Having trouble with creation of a cloud service with multiple virtual machines using java sdk.

    I am creating a cloud service on azure with 2 virtual machines using java sdk API. Service created successfully.
    My input endpoint details are as follows.
    INPUT ENDPOINTS
    Head : 191.238.144.47:2400
    Head : 191.238.144.47:22
    Node0 : 191.238.144.47:43211
    For Head instance port 2400 is for HTTPS and port 22 is for SSH and for Node0 instance port 43211 is for SSH.
    But I am having problem with doing a ssh on Head instance. Sometimes it works sometimes doesn't. Same problem with HTTPS also.
    I have some application running over there but when i try to access it thru browser sometimes it works but most of the time doesn't. When I restart the instances from azure portal, its works after
    that(not always but most of the time). 
    Now I am confused what is going on there. I am creating cloud service and virtual machines using java sdk and setting input endpoints also. After creation of all instances i restart every instance programmatically .
    I am not sure whether restart is required or not. It must be something to do with input endpoints only but not able to get the right thing i guess. When i do the same thing thru azure portal(creation of cloud service with virtual machines and setting up input
    end points) everything works fine but not achieving the result when implementing it by java sdk API. Please help me.

    HI Nithin,
    Thanks for your reply. I am setting the endpoints after creating my instances using update call. Here's the code snippet.
    AzureService aServ = new AzureService(session);
     if(aServ.checkNameAvailability(clusterName)) {
               aServ.createHostedService(clusterName, "dbX cluster");         
             // Creating head instance
             aServ.createHead(clusterName, imgName, headType, userName, pswd);  
            // Setting end points for head node
             String name = "ssh";
             int port = 22;
             aServ.updateVMInputEndpoint(clusterName, "Head", name, port);
             // Restarting head instance
             aServ.restartVM(clusterName, "Head");
           String roleName = "Node";
           String tmpRoleName = "";
           for(int i=0; i<noi; i++) {
                      port = 43210+(i+1);
                      tmpRoleName = roleName + i;
                   // Creating node instance
                    aServ.createVM(clusterName, tmpRoleName, imgName, nodeType, userName, pswd);
                  // Setting end points for node instance
                   aServ.updateVMInputEndpoint(clusterName, tmpRoleName, name, port);
                  // Restarting node instance
                 aServ.restartVM(clusterName, tmpRoleName);
          // Method to update the input endpoint details 
          public void updateVMInputEndpoint(String clusterName, String vmName, String name, int port)
            throws Exception {
                    VirtualMachineGetResponse resp = computeManagementClient.getVirtualMachinesOperations().
                                                            get(clusterName, clusterName, vmName);
                    VirtualMachineUpdateParameters updateParameters = new VirtualMachineUpdateParameters();
                    //get the configuration list
                    ArrayList<ConfigurationSet> configlist = resp.getConfigurationSets();
                    //get inputendpoint list and update it
                    ArrayList<InputEndpoint> endpointlist = configlist.get(0).getInputEndpoints();
                    InputEndpoint inputEndpoint = new InputEndpoint();
                    inputEndpoint.setEnableDirectServerReturn(false);
                    inputEndpoint.setPort(port);
                    inputEndpoint.setLocalPort(port);
                    inputEndpoint.setName(name);
                    inputEndpoint.setProtocol(InputEndpointTransportProtocol.TCP);
                    endpointlist.add(inputEndpoint);
                    // Open port for https on head node
                    if(vmName.equals("Head")) {
                            inputEndpoint = new InputEndpoint();
                            inputEndpoint.setEnableDirectServerReturn(false);
                            inputEndpoint.setPort(2400);
                            inputEndpoint.setLocalPort(2400);
                            inputEndpoint.setName("https");
                            inputEndpoint.setProtocol(InputEndpointTransportProtocol.TCP);
                            endpointlist.add(inputEndpoint);
                    updateParameters.setConfigurationSets(configlist);
                    //required for update
                    OSVirtualHardDisk osVirtualHardDisk = resp.getOSVirtualHardDisk();
                    updateParameters.setOSVirtualHardDisk(osVirtualHardDisk);
                    updateParameters.setRoleName(resp.getRoleName());
                    OperationResponse updtResp = computeManagementClient.getVirtualMachinesOperations().update(clusterName, clusterName, resp.getRoleName(), updateParameters);
    And every time i am creating a new cloud service along with head and node instances. Region is "South Central US".
    I am setting ProvisionGuestAgent field to true at instance creation time. Thank you.

  • Lion 10.7.4 issues with Virtual Machines

    Hi,
    I'm having lot of issues with virtual machines (both Parallels and VMWare)
    since having update to lion 10.7.4.
    I make myself:
    If I switch on Mac OS a run any vitrual machine software
    I can run Windows XP and Ubuntu at same time with no issue and very fluently.
    But, if I switch on Mac OS and start using Eclipse, Safari 5.2 and other production stuff and
    want to use vmware or paralles
    they become unusable even if I quit all the tasks ans "purge" memory.
    (eg: if i click start button on windows I have to wait seconds before the start menu pops up)
    Any Idea?
    I have MacBook Pro 13 Unibody mid 2009 with SSD Drive AND 4GB of RAM
    and I had no such issues with Lion 10.7.3

    alex_75 wrote:
    As you wrote before, virtual mchines need big chunks of contigous RAM and
    2,5 GB of free RAM wuold have enough ammount of such a RAM.
    No, it wouldn't. 2.5 GB of free RAM could consist of 5 chunks of 500 MB of contiguous RAM, separated by RAM allocated by other processes.
    Here is a hypothetical memory map. Assume a is application memory, o is operating system memory, and - is free memory.
    boot:           oooo--------------
    run app1:    ooooaao-----------
    run app2:    ooooaaoaaaaaaoo---quit app1:   oooo---aaaaaaoo---
    Maybe there is some issue in the way 10.7.4, in some perticolar situations, handle the process of freeing RAM.
    What you can't accept, and I don't know why, is that before the update to 10.7.4 everithing was fine.
    I don't know why you don't beleve me.
    There is nothing in the 10.7.4 update description that mentions a re-write of the virtual memory system. http://support.apple.com/kb/HT5167
    I just worte here to see if someone could give any advice to do further invesigations.
    I know the price of upgrading RAM but I think that this would be a "microsoft like" solution
    and I'm trying to find what service or task or whatever is creating this issue.
    The only thing "Microsoft like" about buying more RAM is the fact that you need it to run your Microsoft operating systems. It has been this way as long as I can remember. I upgraded my MacBook to 4 GB RAM in 2008 just so I could run Windows more easily.
    Perhaps you have your virtual memory settings too high. Depending on what you are doing in the VM, you may not need the default settings. XP will run low-intensity tasks with a 500 MB VM size. It will run just about anything in 1 GB. Linux should run fine in the same range too.

  • Our HDB tool  just stopped connecting to the Azure virtual machine

    Our HDB tool just stopped connecting to the Azure virtual machine while it is working fine on AWS. The error we are getting is:
    "HDB -system state cannot be determined. Database connection is not available."
    Any suggestions/comments from the community?
    Thank you
    Koushik

    Update as promised.
    I just went ahead and created a new VM.  All is good!!!!
    Server 2012 (Datacenter)
    Downloaded and installed SQL Server 2012 Standard (Basic install only need the DB engine)
    Configured for mixed mode, etc.  (I did not need to change anything after the install was done)
    Opened endpoints and VM firewall ports
    Tested and worked as expected
    Then went ahead and installed IIS, Web Deploy and updates.
    All is working as expected.  Not sure what I messed up the first go around.
    If anyone comes across this and the docs don't help, just try to set up a new VM (either SQL or Server and install SQL).

  • Windows Azure Cloud Service with MVC4WebRole template giving "Not running in a hosted service or the Development Fabric." Error.

    Azure SDK used - 1.7 & 2.0
    When we create new project for Windows Azure Cloud Service with MVC4WebRole template & try to run it locally its giving error as "Not running in a hosted service or the Development Fabric."
    We are aware that making Azure project as start up project will resolve this error but we want to run the application locally before testing it with cloud.
    It’s not working with Cassini so we have tried with IIS but still it’s giving the same error.
    In another project when we added ASP.Net MVC4 Application & then for that project we have generated the Azure cloud service project using "Add Windows Azure Cloud Service Project". By this way debugging it locally works fine.
    Is there something additional settings present in Windows Azure Cloud Service with MVC4WebRole template which is causing this issue?

    hello,
    According your description, I try to reproduce it in my PC.
    >1. I create a could project and add a MVC4 web role into project.
    >2. I set the azure project as a start project and run, it works fine.
    >3. I change the MVC4 web role as a startup project and run, it works fine too. Of course before this, I exited the Azure Simulator.
    But this project was a empty project. It didn't included azure DLL file, such as Diagnostics file. So I think you could comment out the "system.diagnostics" node and try again. Also, you could refer to this same thread:http://stackoverflow.com/questions/13879443/not-running-in-a-hosted-service-or-the-development-fabric-production-not-debug
    Regards,
    Will
    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.
    Click
    HERE to participate the survey.

  • Issues deploying a cloud service with two endpoints (HTTP and HTTPS)

    I ran into an issue this week in the azure portal when I tried to deploy a cloud service with two endpoints.  (I am using the azure sdk 2.2).  I deployed the cloud service to production with the following endpoints in the ServiceDefinition.csdef:
    <WebRole name="NameChanged.Web" vmsize="Small">
    <Sites>
    <Site name="Web">
    <Bindings>
    <Binding name="HttpsIn" endpointName="HttpsIn" />
    <Binding name="HttpIn" endpointName="HttpIn" />
    </Bindings>
    </Site>
    </Sites>
    <Endpoints>
    <InputEndpoint name="HttpIn" protocol="http" port="80" />
    <InputEndpoint name="HttpsIn" protocol="https" port="443" certificate="NameChangedCertificate" />
    </Endpoints>
    <Imports>
    <Import moduleName="Diagnostics" />
    </Imports>
    <Certificates>
    <Certificate name="NameChangedCertificate" storeLocation="LocalMachine" storeName="My" />
    </Certificates>
    </WebRole>
    I followed the directions here (http://azure.microsoft.com/en-us/documentation/articles/cloud-services-configure-ssl-certificate/)
    in Step 3 for deploying the cloud service to the azure portal.  And HTTP worked just fine, but the HTTPS endpoint didn't work, we would get a 502 error whenever we tried to access the service via HTTPS.
    We spent a lot of time to debug and see why HTTPS wasn't working, but everything we tried resulted in the same result:  502 error code when accessing the site
    via HTTPS.
    The only way that we were able to get HTTPS working for the cloud service in azure, was to completely delete our instance in the azure portal, and then do a two step deployment:
    Step 1 - Remove the HTTP endpoint from our ServiceDefinition.csdef, like so:
    <Site name="Web">
    <Bindings>
    <Binding name="HttpsIn"
    </Bindings>
    </Site>
    </Sites>
    <Endpoints>
    <InputEndpoint name="HttpsIn" protocol="https" port="443" certificate="staging" />
    </Endpoints>
    </WebRole>
    We then deployed the service to the azure portal.  AND THE SERVICE WORKED WITH HTTPS!!!
    Step 2 - We added the HTTP endpoint back into the ServiceDefinition.csdef, redeployed and both HTTP and HTTPS worked on the site.
    I wanted to post this to help others that may have the same issue, and to see if anyone else has experienced this same thing?  Is this an issue in the azure 2.2 SDK?  This seems like a work around for getting both HTTP and HTTPS endpoints for a
    cloud service, and it seems "wrong".  Does anyone have a better way to do this?
    Tim

    Hi Tim;
    This seems to be an very useful workaround thanks for sharing it. Hopefully this will come in handy for many of us.
    Warm Regards
    Prasant

  • New SQL reporting services on virtual machine pricing

    I still cant figure out how much it will cost me if I have a medium virtual machine with sql server standard for sql server reporting services. Aprox cost? Is this 100$ or 500$ ??

    Hi,
    About SQL Server VM pricing, I suggest you have a look at below document, hope this helps.
    #http://azure.microsoft.com/en-us/pricing/details/virtual-machines/#sql-server
    Best Regards
    Jambor
    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.
    Click
    HERE to participate the survey.

  • Azure backup services and Virtual machines

    If I use the Azure backup service with the Storage server 2012 r2 and backup my virtual machines, can I then use that backup and use the virtual machine service to host them if I have a disaster to my server equipment and use it until my new hardware comes
    in? If so is this a hard thing to do and what would be the best practice to follow to implement this?

    Hi Aaron,
    The Azure Site Recovery is suitable for your situation.
    Azure Site Recovery helps you to protect important applications by coordinating the replication and recovery of physical or virtual machines. You can replicate to your own datacenter, to a hosting service provider, or even to Azure to avoid the expense and
    complexity of building and managing your own secondary location.
    For detailed information, please refer to the link below:
    http://azure.microsoft.com/en-us/services/site-recovery/
    To deploy the Azure Site Recovery, please click the link below:
    https://msdn.microsoft.com/en-us/library/azure/dn440569.aspx
    Best Regards.
    Steven Lee 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]

  • Powerbuilder with Virtual Machine / Build Machine environment

    We are in the process of upgrading our from Powerbuilder 10.5 to Powerbuilder 12.5, and upgrading our virtual machines from Windows 2003 to Windows Server 2008.
    We work in a virtual machine environment, connecting through Citrix -- multiple virtual developer desktops are set up, and we have one machine that serves as a formal "build" machine.  The build machine uses Powergen to do a formal Powerbuilder build from within a controlled environment.
    We have purchased one Powerbuilder 12.6 license per developer.  But I can't figure out how to set up the licensing to let everyone work under the new platform.  The other pieces seem to work fine (including version control licenses that use a license server and Powergen); not sure why Powerbuilder setup seems so complicated.
    We have set up a served license model, per instructions.  The server seems to serve up licenses fine, but they never seem to be released.  It seems that one license is taken up for each developer, for each virtual machine.  If there's no way to release it when you're done on a particular VM, we go through the licenses pretty quickly.
    Under this scenario, even if a developer ONLY needs to connect into one VM for development, and needs to be able to do a formal build on a different non-developer machine, it seems that I'd have to purchase two licenses (when you multiply this by the # of developers involved, the cost adds up pretty quickly)?  That can't be right, is it?
    For our Source control licenses (which, I believe also use Sysam or something similar), it is also based on the # of developers.  When a developer moves from one machine to another (closes the connection to source control), the license is "released", so that the same user can grab it from a different machine.  We can set up the amount of time after which the license can be released.  It's still based on a named user (registered in the server), and is not a floating point license; it just gives the developers some flexibility so that they can get their work done.
    How can I set up Powerbuilder 12.6 and/or Sysam to be able to do something similar without having to buy one license per (developer, VM) combination?
    Thanks in advance
    Alok Mehta

    Thank you to everyone that responded. 
    Based on the responses above, I just wanted to follow up with my own thoughts and my plan of action.
    First, my current plan of action...
    1) Each developer in our shop will run PB off of a single machine only (either virtual or desktop).
    2) Following Paul Horan's suggestion,
        > What we did at my company was setup a dedicated physical build machine - not
        > a VM, but a physical box using a local unserved license.
    we will allocate a single license for a physical box so that each developer, when they need to do a formal build, will walk over to that machine in order to do it. 
    Second, my thoughts...
    This is still one more license than what I thought I would/should need, and it's really unfortunate that we even have to resort to this, but the alternative is worse -- I can't justify virtualizing our build machine if it means purchasing twice as many Powerbuilder licenses (one for each developer that may need to do a build).
    The licensing constraints are impacting the way we do our work, which is not a good thing.  As a long time Powerbuilder developer and manager (since PB 4.0), I find this trend very discouraging.  I understand the concern about unlicensed / pirated products, but I believe there are better ways to handle this (without annoying and driving away existing customers).
    Those who know Powerbuilder know of the strengths of the tool/platform.  But I agree with other feedback on this thread that if a company makes it increasingly hard for existing customers to get their work done using their tool, the customers will look for alternate tools from other vendors that don't cripple the development infrastructure as much.
    Thanks again to everyone for providing very valuable feedback and advice!  This was very helpful!

  • Strange problem with virtual machines backup (Hyper-V 2012R2)

    Hi
    I have a strange problem with backup of virtual machines in one of my Hyper-V environments. Let me describe how does it looks like: There are two physical servers - HP DL360 G8. They are used as hosts for four virtual machines - domain controllers in two domains.
    Each of them runs one DC in every domain. I've configured backup "inside" every virtual machine (with Windows Server Backup tool), in its operating system, because domain controllers should have their system state, regularly backuped, etc. Backup
    is made on the network share - all machines to the same server as destination. And now the case - two virtual server are backuped as expected - the operation takes 3 - 4 minutes and is always succeded. But in case of two remaining it looks as below:
    - Backup operation starts (is scheduled).
    - Volume shadow copy is made.
    - The first partition of VM starts to be copied. It's Windows 2012 R2 Generation2 VM, so it has EFI, Recovery and C: partition. EFI is as first and at this moment backup stucks for a 2-3 hours! Progress of copying is 0%. After for example 3 hours this partition
    is completed and starts the next (disk C:). And again - it freezes for a few hours and suddenly is pushed. As a result the backup is made successfully, but it takes for example 10 hours.
    Both "dodgy" VMs are on separated hosts. All four of them were installed in the same time. I tried to change destination to locally connected disk, but no result. It's interesting as well, that after rebooting VM, the first backup is made normally,
    but every next has described problem again. In EventLog I can't find any errors, I don't know how to diagnose such case precisely, etc. Have you got idea what can cause such behaviour or where on the server should I look for some hints?
    Thanks
    Marcin

    Hi Marcin,
    >>that after rebooting VM, the first backup is made normally, but every next has described problem again.
    It shouldn't happen .
    To narrow this issue down , Please try to backup an Gen1 VM and check the result .
    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.

  • Exception in cloud service with WCF and Oracle

    Hi could someone help me resolve this error:
    The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior)
    on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.

    Hi Will Shao:
    I already said what page you sent me and I get the following error:
    An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
    System.ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.
       at System.Data.EntityClient.EntityConnection.GetFactory(String providerString).
    Looks like the data provider is not installed. Are you using a virtual machine or a cloud service/website? If you're using a virtual machine, you can install the data provider manually. I don't know what exactly it is. Maybe the component on
    http://www.oracle.com/technetwork/database/windows/downloads/index-101290.html is sufficient. You may want to ask the question on an Oracle forum as well. If you're using a cloud service/website, then you can't install it directly. As a first step, try
    to set Copy Local to true on the Oracle related assembly references in your project. This might work if the data provider does not rely on any external components. If that doesn't work, then on a cloud service, you can try to find a way to install the data
    provider via command line, and use a startup task to run the command line. This is not supported in a website.

  • Recommendation for Tape drives/library connected to DPM on virtual machine

    Hi,
    we are running DPM as a virtual machine in an hyper-v environment. Now we want to add long term storage -> tape. I looked at virtual tape libraries (firestreamer) but as I want to store the "tapes" externally for DR scenario I thought that this might
    not be the best way to go.
    We would prefere to use a "traditional" tape library. The best option I found would be iSCSI tape libraries but the only ones I found started at around 6000 US$. As I will be backing up only up to 1.5 TB/night I don't want to spend that much money. In addition
    I don't know if they are really going to work.
    The other option I saw was to use a SCSI to iSCSI Bridge and connect a SCSI tape library that way. I found solutations for around 3000 US$. Which is still a lot but better then the iSCSI Tape drives.
    Does someone else have recommendations or some other ideas what works best? The only entries I found so far were from 2008 and I am quite sure that things have changed since then.

     I looked at virtual tape libraries (firestreamer) but as I want to store the "tapes" externally for DR scenario I thought that this might not be the best way to go.
    Actually, it might, you can use removable media to host the virtual tape files created by firestreamer and take the removable media offsite.  So instead of rotating physical tapes, you rotate physical removable media.
    Closing for housekeeping.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Common Issues - Connecting (Remote Desktop) to Virtual Machine

    This posting contains a list of some of the common problems that have been seen in early usage of Windows Azure Virtual Machines. These topics can be used as a guide to resolve some of the most common problems that are likely to occur when first using Windows
    Azure Virtual Machines
    Potential issues that may be seen:
    1.) Remote Desktop endpoint is missing
    Each virtual machine that is created should have a remote desktop endpoint for the VM at port 3389. If this endpoint is deleted then a new endpoint must be created. The public port can be any available port number. The private port (the port on the VM) must
    be 3389.
    2.) RDP fails with error: "The specified user name does not exist. Verify the username and try logging in again. If the problem continues, contact your system administrator or technical support."
    RDP connection may fail when there are cached credentials. Please see the following article to resolve this problem:
    http://www.c-sharpcorner.com/uploadfile/ae35ca/windows-azure-fixing-reconnect-remote-desktop-error-the-specified-user-name-does-not-exist-verif/
    3.) Failure to connect to uploaded VHD
    When a VHD is uploaded to Windows Azure you must make sure that Remote Desktop is enabled on the VHD and an apporopriate firewall rule is enabled on the VM to open port 3389 (Remote Desktop port)
    Messages posted to this forum are provided "AS IS" with no warranties

    Yes we do have a few RDP connection issues that we are working to resolve. We have a few fixes that will be going out in the next two weeks that should solve some of these issues. If you are still seeing issues after restart and resize then please follow
    these steps:
    Start a unique thread in the forum (for our internal tracking)
    Send email to [email protected] with your subscription ID, Deployment ID and a link to the thread.
    Messages posted to this forum are provided "AS IS" with no warranties

Maybe you are looking for

  • The Finder can't complete the operation because some data can't be read or written. (Error code -36)

    Since the upgrade to 10.9 I have the most annoying issue when copying files. I have a secondary drive for media in which I keeo my media on / Samples / Video etc. I keep an exact copy on 2 external drives. 95% I can't copy the the new media across my

  • Installing telnet client gives error 0x800f0922 on window 8

    I've tried using the control panel and Dism.exe and both return errors of 0x800f0922.  Best I can tell it's a registry error and I should run dism /online /cleanup-image /restorehealth.  But that returns "Error: 14091" for which I can find no fix.  I

  • Satellite P300 Number KeyPad problem

    When I type numbers on the keypad in quick succession I get other numbers entered. Eg if I type in "15 " on the number pad it will come up "165". It only happens if I type quickly, but if I type slowly it doesn't seem to happen. It is very strange. D

  • .CHM NOT compatible with Vista?

    Hey everyone, I'm working with a programming team to determine the best Vista-compatible help format to use for an existing help project. The project was built using RH X5 for Word and the original output was WinHelp 2000. I thought that .CHM would b

  • Max HDD size for MS6167

    Can anyone please guide what is the max size of HDD I can use with the old MS6167 motherboard.  I bios ver. 1.6.  This was the last issued by MSI.  Have at present 2 x 20Gb disks.  Wish to install 120Gb.  But wish to check before I buy the 120Gb disk