This site uses cookies for analytics, personalized content and ads. By continuing to browse this site, you agree to this use. Learn more
  • TechNet
  • Products
  • IT Resources
  • Downloads
  • Training
  • Support
Products
  • Windows
  • Windows Server
  • System Center
  • Microsoft Edge
 
  • Office
  • Office 365
  • Exchange Server
 
  • SQL Server
  • SharePoint Products
  • Skype for Business
  • See all products »
Resources
  • Channel 9 Video
  • Evaluation Center
  • Learning Resources
  • Microsoft Tech Companion App
  • Microsoft Technical Communities
  • Microsoft Virtual Academy
  • Script Center
  • Server and Tools Blogs
  • TechNet Blogs
 
  • TechNet Flash Newsletter
  • TechNet Gallery
  • TechNet Library
  • TechNet Magazine
  • TechNet Wiki
  • Windows Sysinternals
  • Virtual Labs
Solutions
  • Networking
  • Cloud and Datacenter
  • Security
  • Virtualization
Updates
  • Service Packs
  • Security Bulletins
  • Windows Update
Trials
  • Windows Server 2016
  • System Center 2016
  • Windows 10 Enterprise
  • SQL Server 2016
  • See all trials »
Related Sites
  • Microsoft Download Center
  • Microsoft Evaluation Center
  • Drivers
  • Windows Sysinternals
  • TechNet Gallery
Training
  • Expert-led, virtual classes
  • Training Catalog
  • Class Locator
  • Microsoft Virtual Academy
  • Free Windows Server 2012 courses
  • Free Windows 8 courses
  • SQL Server training
  • Microsoft Official Courses On-Demand
Certifications
  • Certification overview
  • Special offers
  • MCSE Cloud Platform and Infrastructure
  • MCSE: Mobility
  • MCSE: Data Management and Analytics
  • MCSE Productivity
Other resources
  • Microsoft Events
  • Exam Replay
  • Born To Learn blog
  • Find technical communities in your area
  • Azure training
  • Official Practice Tests
Support options
  • For business
  • For developers
  • For IT professionals
  • For technical support
  • Support offerings
More support
  • Microsoft Premier Online
  • TechNet Forums
  • MSDN Forums
  • Security Bulletins & Advisories
Not an IT pro?
  • Microsoft Customer Support
  • Microsoft Community Forums
Resources for IT Professionals
 
Sign in
United States (English)Drop down arrow
Brasil (Português)Česká republika (Čeština)Deutschland (Deutsch)España (Español)France (Français)Indonesia (Bahasa)Italia (Italiano)România (Română)Türkiye (Türkçe)Россия (Русский)ישראל (עברית)المملكة العربية السعودية (العربية)ไทย (ไทย)대한민국 (한국어)中国 (中文)台灣 (中文)日本 (日本語)
 
 
HomeLibraryWikiLearnGalleryDownloadsSupportForumsBlogs
Ask a question
Quick access
  • Forums home
  • Browse forums users
  • FAQ
Announcement: 9

Virtual Machine Manager – General announcements

  • Link
    How to collect SCVMM traces
    Carmen Summers Wednesday, July 21, 2010 12:47 AM

    For general information about troubleshooting VMM 2012, such as collecting traces and logging information, see VMM 2012 General Troubleshooting Guide (http://go.microsoft.com/fwlink/?LinkID=211124) on the Microsoft Download Center.  .

    Before Collecting a DebugView Trace

    1.       Install DebugView on the SCVMM server, the host in question, and/or the Web server (for troubleshooting self-service portal issues).

    2.       Save the following code into a text file and name it "odsflags.cmd":

    @echo off

    echo ODS control flags - only trace with set flags will go to ODS

     

    if (%1)==() goto :HELP

    if (%1)==(-?) goto :HELP

    if (%1)==(/?) goto :HELP

     

    echo Setting flag to %1...

    reg ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Carmine" /v ODSFLAGS /t REG_DWORD /d %1 /f

    echo Done.

    goto :EXIT

     

    :HELP

    echo Usage: odsflags [flag], where flag is

    echo TRACE_ERROR = 0x2,

    echo TRACE_DBG_NORMAL = 0x4,

    echo TRACE_DBG_VERBOSE = 0x8,

    echo TRACE_PERF = 0x10,

    echo TRACE_TEST_INFO = 0x20,

    echo TRACE_TEST_WARNING = 0x40,

    echo TRACE_TEST_ERROR = 0x80,

     

    :EXIT

    3.       Save the following code into a text file and name it "odson.reg":

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Carmine]

    "ODS"=dword:00000001

    4.       Save the following code into a text file and name it "odsoff.reg":

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Carmine]

    "ODS"=dword:00000000

    5.       Copy the three files created above, odsflags.cmd, odson.reg, and odsoff.reg, to the machines that DebugView will be used on.

    6.       Run the following commands at an elevated Command Prompt:

    odson.reg

    odsflags.cmd 255

    (If you need to collect traces for both VMM Server and the host or the Web server, make sure to run these commands on all of these computers).

    Collecting a DebugView Trace

    1.       Open DebugView as an administrator and ensure that both Capture Win32 and Capture Global Win32 are selected on the Capture menu item. You should be able to see tracing from the VMM components showing up in DebugView. (If you need to collect traces for both VMM Server and the host, make sure to do these steps on all of these computers).

    Figure 2: DebugView.exe Capture menu

    2.       Restart the Virtual Machine Manager Service on the SCVMM server by running the following commands at an elevated command prompt:

    net stop vmmservice

    net start vmmservice

    3.       Restart the Virtual Disk Service by running the following commands at an elevated command prompt:

    net stop vds

    net start vds

    4.       Restart the Virtual Machine Manager Agent service on the host by running the following commands at an elevated command prompt:

    net stop vmmagent

    net start vmmagent

    5.       Restart the IIS service on the Web server by running the following command at an elevated command prompt:

     iisreset

    6.       Reproduce the issue.

    7.       After reproducing the issue, save the output from the DebugView to a text file for analysis.

     Important:

    Turn off tracing after collecting the data by running the following command at a Command Prompt:
    odsoff.reg

     

     

    The format of a DebugView trace differs from that of an ETL trace since DebugView captures all Win32 application activity and, if selected, Kernel mode activity. If saved as a text file, it may be opened in other tools such as TextAnalysisTool.net or Trace32.

     

  • Link
    New to VMM Forum? Read before posting a question.
    Carmen Summers Wednesday, July 21, 2010 12:47 AM

    Hello!

     

    This forum is dedicated to questions about SCVMM (System Center Virtual Machine Manager). Please use good judgement to post your question to the relevant subforums. 

    If your question is not about this product, please find the correct forum here: http://forums.microsoft.com/TechNet/default.aspx?SiteID=17.

     When posting a question or an issue, it is helpful to include the product version you have question about, your VMM setup environment, the steps you tried and specific error message you observed. 

    A few related forums for your ease of reference are:

    • Hyper-V (Server Virtualization) forum
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=583&SiteID=17
    • Windows Powershell forum
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=1811&SiteID=17
    • WMI / WinRM issues:
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=575&SiteID=17
    • Server Core forum:
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=582&SiteID=17
    • Windows Failover Clustering forum:
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=827&SiteID=17

     

    Thanks!

     

Virtual Machine Manager - Self-Service Portal 2.0 announcements

  • Link
    Now Available - System Center Virtual Machine Manager Self-Service Portal 2.0 SP1
    mlbriggs Thursday, July 14, 2011 7:15 PM

    Using the System Center Virtual Machine Manager Self-Service Portal 2.0 SP1, you can respond more effectively—and at a lower cost—to the rapidly changing needs of your organization. Built on Windows Server 2008 R2, Hyper-V technology, and System Center Virtual Machine Manager, the VMMSSP enables you to offer infrastructure as a service.

    The VMMSSP includes a pre-built, role-based self-service portal for both the datacenter managers and business unit IT consumers to provision infrastructures for their applications and services. The VMMSSP is now localized in three languages: Japanese, Traditional Chinese, and Simplified Chinese. This dynamic self-service portal provides automated workflows to on-board business unit IT departments, and enables partners to expose their unique hardware capabilities through familiar Microsoft scripting technologies.

    • Download VMMSSP
    • Visit the official System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 blog.
    • Microsoft Cloud website at www.microsoft.com/cloud.

     

    This new version provides localization for Chinese and Japanese and lets users import virtual machines created outside the self-service portal but managed by VMM and additionally to re-import virtual machines previously removed. Fully supported by Microsoft, the System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 is a partner-extensible solution that enables customers to dynamically pool, allocate, and manage their computer, network, and storage resources to deliver a private cloud platform inside their datacenter.

    Next steps:

    • Learn more about VMMSSP.

     

    System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 features:

    • Import virtual machines. Allows DCIT administrators to re-import virtual machines that were removed from the self-service portal and also import virtual machines created outside the portal but managed by VMM.
    • Set virtual machine expiration dates. This feature lets users set an expiration date for the virtual machines that are being created or imported so that the virtual machines auto-delete after the set date. This feature also provides users the flexibility (through role-based access) to set or change the expiration date for the virtual machine.
    • Define and use custom virtual machine actions. A datacenter administrator can now create up to five custom virtual machine actions and make them available to users on the Virtual Machines tab of the self-service portal. For example, a database administrator can create a Create Checkpoint action and add it to the list of actions on the Virtual Machines tab.
    • Use Opalis policies in virtual machine actions. In a datacenter that includes a deployment of Opalis Integration Server, a datacenter administrator can customize tasks in virtual machine actions to trigger Opalis policies instead of running scripts.
    • Define and use custom virtual machine properties. A datacenter administrator can define custom properties to collect information from users in the Create Virtual Machine wizard, and use these properties in the tasks of the CreateVM virtual machine action. For example, if a datacenter administrator creates the properties RAM and CPU Count, the Create Virtual Machine wizard includes fields for RAM and CPU Count. When a user finishes the wizard, the wizard passes the RAM and CPU Count values that the user entered to the tasks in the CreateVM virtual machine action.
    • Notify administrators. This feature provides functionality to notify BUIT or DCIT administrators via email about various events in the system (for example, Submit request, Approve request, and so on).
    • Move infrastructures between business units. This feature allows DCIT administrators to move an infrastructure from one business unit to another when the system is in Maintenance Mode.
    • VMMSSP Management Pack. This feature allows DCIT administrators to monitor the health of the self-service portal components. Download VMMSSP Management pack.
    • Localization. The VMMSSP is now localized in three languages: Japanese, Traditional Chinese, and Simplified Chinese.
    • Manage virtual machine DVD drives and media. When working with virtual machines that have DVD drives, users can attach media such as ISO images to the virtual machines.
    • Connect to VMware virtual machines. Users can now use the VMMSSP to manage and connect to virtual machines hosted by VMware host servers.
  • Link
    New visitors – Please read before posting
    mlbriggs Monday, July 12, 2010 12:45 PM

    Hello!

    This forum is dedicated to questions about Microsoft System Center Virtual Machine Manager 2008 R2 Self-Service Portal 2.0 (VMMSSP). Please use good judgment to post your question to the relevant subforums.

    If your question is not about this product, please find the correct forum here: http://forums.microsoft.com/TechNet/default.aspx?SiteID=17

     

    When posting a question or an issue, it is helpful to include the product version that you have a question about, your VMM environment, the steps you tried, and any specific error messages you observed.

    Thanks!

  • Link
    Welcome to the VMMSSP v2 TechNet forum
    mlbriggs Monday, July 12, 2010 12:44 PM

    Hello and welcome to the Microsoft System Center Virtual Machine Manager 2008 R2 Self-Service Portal 2.0 forum!

     

    The VMMSSP forum provides you with an opportunity to join a community of VMM 2008 R2 customers where you can share knowledge, get questions answered, and learn from others with IT environments similar to yours. Start by posting questions related to VMMSSP in the forum corresponding to your topic of interest, and leverage the knowledge available in your new forum community.

    If you have any suggestions or feedback regarding VMMSSP, please feel free to post in our forums.

  • Link
    Announcing the release of Microsoft System Center Virtual Machine Manager 2008 R2 Self-Service Portal 2.0
    mlbriggs Monday, July 12, 2010 12:43 PM

    VMMSSP (also referred to as the self-service portal) is a fully supported, partner-extensible solution built on top of Windows Server 2008 R2, Hyper-V, and System Center VMM. You can use it to pool, allocate, and manage resources to offer infrastructure as a service and to deliver the foundation for a private cloud platform inside your datacenter. VMMSSP includes a pre-built web-based user interface that has sectionsfor both the datacenter managers and the business unit IT consumers, with role-based access control. VMMSSP also includes a dynamic provisioning engine. VMMSSP reduces the time needed to provision infrastructures and their components by offering business unit “on-boarding,” infrastructure request and change management. The VMMSSP package also includes detailed guidance on how to implement VMMSSP inside your environment.

    Prerequisites:

    ·         Windows Server 2008 R2 Enterprise Edition or Windows Server 2008 R2 Datacenter Edition.

    ·         Windows Server Internet Information Services (IIS) 7.0

    ·         Virtual Machine Manager 2008 R2.

    ·         SQL Server 2008 Enterprise Edition or Standard Edition.

    ·         .Net Framework 3.5 SP1

    ·         Message Queueing (also known as MSMQ)

    ·         Windows PowerShell 2.0

    Where to get it: Download VMMSSP 2.0

    Benefits of VMMSSP:

    With VMMSSP, you can:

    ·         Allocate datacenter resources. Use VMMSSP to pool datacenter infrastructure resources, such as network, storage, load balancers, virtual machine templates, and domains, and make them available to business units to meet their infrastructure needs. You can also use VMMSSP to establish the costs associated with reserving and using infrastructure resources.

    ·         Simplify business unit on-boarding. Use VMMSSP to simplify the process of enrolling a business unit and provisioning its infrastructure. With VMMSSP, datacenter administrators can register business unit requirements in one central location. After they have registered, business unit administrators can request resources in the organization’s infrastructure pool to host their IT services.

    ·         Validate and provision infrastructures requests. Use VMMSSP to simplify the process that datacenter administrators use to validate and provision a business unit IT administrator’s infrastructure requests. Using VMMSSP, datacenter administrators can provision the requested resources, and assign them to the requesting business unit IT administrator.

    ·         Provide forms for self-service virtual machine provisioning. Use VMMSSP to streamline the business unit IT user’s experience in managing virtual machines.

    ·         Extend and customize virtual machine actions. Use the powerful extensibility features of VMMSSP to work with IHV, ISV, and SI partners to customize different virtual machine actions (create, delete, stop, start, resume, shutdown, pause, store, and deploy).In this way, you can leverage the unique characteristics of your infrastructure.

     

    Note   Like the self-service portal that is currently available as part of Virtual Machine Manager 2008 R2, the new self-service portal offers a web-based user interface for managing virtual machines. But it also differs from the existing self-service portal in many ways. One of the most important differences is that the virtual machine actions are extensible, so datacenter administrators work with hardware vendors and partners to customize the actions to match their own capabilities or requirements. Another difference is that this self-service portal provides standardized workflows that gather data using web-based forms and support both manual and automated steps. This approach reduces the time needed to provision infrastructures and their components, and helps ensure consistency in the resulting infrastructures.

     

    Important   VMMSSP is not an upgrade to the existing VMM 2008 R2 self-service portal. You can choose to deploy and use one or both self-service portals depending on your requirements.

Microsoft Azure Site Recovery announcements

  • Link
    General Availability: Recover Generation 2 virtual machines to Azure
    Anoob Backer Monday, June 8, 2015 6:35 AM

    We’re very excited to announce the ability to protect & recover Generation 2 virtual machines to Azure. This feature is now available in all ASR supported regions. 

    For more details, check out General availability: Recover Generation 2 virtual machines to Azure.

  • Link
    NEW Software Updates | VMware VMs & Physical Servers to Azure
    Ruturaj Dhekane Thursday, May 21, 2015 7:07 PM

    We are rolling out updates for the Configuration Server (Version 8.2.2.0) and Process Server (Version 8.2.2.0). The updates bring better error handling and other quality enhancements. We strongly recommend that you get your Preview / TAP customers to install the latest updates in the following order:

    1. Log onto the configuration server using the Virtual Machines page in the Azure portal and download the latest update from: http://go.microsoft.com/fwlink/?LinkID=533809. Follow the installer instructions to install the update
    2. On the server that you installed the process server, download the latest update from http://go.microsoft.com/fwlink/?LinkID=533810 and install it using the installer instructions
    3. On the server that you have installed the master target server(s), install the latest update (Version 8.2.1.0), if you haven't already
      • For Windows master target server(s), log onto the Windows master target server(s) using the Virtual Machines page in the Azure portal and download the latest update from http://go.microsoft.com/fwlink/?LinkID=533811. Follow the installer instructions to install the update

    • For Linux master target server(s), copy the installer tar file that is available at http://go.microsoft.com/fwlink/?LinkID=533812 using a sftp client. Alternatively you can log onto the Linux master target server(s) using the Virtual Machines page in Azure use wget to download the file. Extract the files from the gzipped installer and run the command “sudo ./install” to install the update
  • Link
    Migrating to Azure is now a feature of Availability on Demand
    Ruturaj Dhekane Tuesday, May 5, 2015 10:42 AM

    Migration Accelerator functionality of providing pain-free migrations of physical, VMware, AWS and Hyper-V workloads, is now an integral part of Azure Site Recovery, an enabling technology of Availability on Demand.
    Sign up now and start migrating to Azure today!

    Read the blogs:
    Seamless Migrations into Azure with Availability on Demand 
    Migrate Heterogeneous IT Environments to Azure with ASR

    The Migration Accelerator service will not be available after 07/31/2015. We recommend that you start using Azure Site Recovery for your migration scenarios.

RRS feed

  • Remove From My Forums

Forums [ view all ]

Selected forums

Clear
Virtual Machine Manager – Clustering
x
Virtual Machine Manager – General
x
Virtual Machine Manager – Hyper-V
x
Virtual Machine Manager – P2V/V2V
x
Virtual Machine Manager – PRO/SC integration
x
Virtual Machine Manager – Setup
x
Virtual Machine Manager – VMware
x
Virtual Machine Manager - Self-Service Portal 2.0
x
Microsoft Azure Site Recovery
x
Microsoft Enterprise Application Extension Handler
x
Filter : All threads
All threads
Answered
Unanswered
Proposed answers
General discussion

No replies
Helpful
Has code

All languages
Sort : Most recent post
  • Most recent post
  • Most recent thread
  • Total votes
  • Total replies
  • large check mark
    0 Votes

    Latency Limits

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – Hyper-V
    Hi, I have been trying to add some hyper-v hosts at a remote site into System Center VMM to centrally manage them. I have been unsuccesful as SCVMM reports an error with the ...
    Unanswered | 4 Replies | 603 Views | Created by Paul989 - Friday, May 31, 2019 7:28 AM | Last reply by Cpt.Scarlet - 11 hours 28 minutes ago
  • large check mark
    0 Votes

    VM Restart on Hypervisor and giving blue screen error (Critical process died)

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – General
    My one vm on hypervisor 2012 r2 restart repeatedly by giving blue screen error, Your pc ran into a problem and giving error, critical process died. imran
    Unanswered | 1 Replies | 40 Views | Created by Muhammad Imran NA - 14 hours 42 minutes ago | Last reply by Muhammad Imran NA - 14 hours 29 minutes ago
  • large check mark
    0 Votes

    System Center 2012 R2 Virtual Machine Manager Certificate Expiring soon (warning message)

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – General
    Hi, I have windows server 2012 R2 private cloud, I am receiving message on my system center virtual machine manager console.  Warning ...
    Proposed | 11 Replies | 132 Views | Created by Muhammad Imran NA - Thursday, December 5, 2019 9:57 AM | Last reply by Leon Laude - Thursday, December 5, 2019 12:02 PM
  • large check mark
    0 Votes

    Discovery failed with error code 6

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    ASR is setup as per documentation  the vcenter server added with read-only account  ASR VM to vcenter communication on 443 ...
    Unanswered | 0 Replies | 97 Views | Created by _MSP_ - Thursday, December 5, 2019 10:43 AM
  • large check mark
    0 Votes

    ASR: VSS Shadow Error with SQL 2008 R2 Database on Multiple Volumes

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    We are getting these errors bellow each time ASR tries to create an application consistent restore point. Server is Windows Server 2008 R2 (with all updates) and SQL Server 2008 R2 (sp2) and SqlWriter ...
    Unanswered | 0 Replies | 108 Views | Created by LisotInformatica - Thursday, December 5, 2019 8:59 AM
  • large check mark
    0 Votes

    Deleting network adaptor from VM deleting virtual machine from Hyper-v host.

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – Hyper-V
    We are running VMM in a cluster environment, recently we migrated VMs from VMM 2012 to VMM 2019, all hyper-v hosts are now running Windows Server 2019, We are facing very strange issue which is if we ...
    Unanswered | 3 Replies | 372 Views | Created by ZeeshanAF - Friday, November 29, 2019 8:16 AM | Last reply by Andy Liu50 - Thursday, December 5, 2019 8:41 AM
  • large check mark
    0 Votes

    VMM service crashing following 2012 to 2016 upgrade

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – General
    I've run across this issue twice while upgrading 2012 R2 standalone VMM servers. In the first instance we just rebuilt the VMM server, but since it has resurfaced, I'm curious if there are any ...
    Unanswered | 3 Replies | 246 Views | Created by Jaggs88 - Wednesday, December 4, 2019 5:23 PM | Last reply by Andy Liu50 - Thursday, December 5, 2019 2:53 AM
  • large check mark
    0 Votes

    Beremetal deployment fails at step "Registering this physical Machine to Server" with Error 803d000a

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – General
    We are in the process of provisioning new Hyper-V hosts in our SCVMM 2019 environment. WDS is in place. The boot image is created with this script: $mountdir = ...
    Unanswered | 6 Replies | 455 Views | Created by Stephan van der Plas - Tuesday, November 26, 2019 2:08 PM | Last reply by Stephan van der Plas - Wednesday, December 4, 2019 2:25 PM
  • large check mark
    0 Votes

    Migrating Azure VM's from one region to another - will Azure Site Recovery migrate real-time or use the latest backup?

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    As per the title, i'm Migrating Azure VM's from one region to another - will Azure Site Recovery migrate the VM's in real-time or use the latest backup?
    Proposed | 2 Replies | 508 Views | Created by azuretom - Tuesday, November 5, 2019 5:07 PM | Last reply by SadiqhAhmed-MSFT - Wednesday, December 4, 2019 1:31 PM
  • large check mark
    0 Votes

    Azure to azure vm RPO

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    Hi If I would determine the RPO of a disaster recovery solution with many vm with big amount of data, is there a way to calculate it? how often is the vm storage ...
    Proposed | 2 Replies | 502 Views | Created by 007network - Thursday, November 21, 2019 4:49 PM | Last reply by SadiqhAhmed-MSFT - Wednesday, December 4, 2019 1:25 PM
  • large check mark
    0 Votes

    Azure Backup of ASR Replicated VM

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    Hi, I am running with a proof of concept for Azure Site Recovery and Backups and wondering if the following can be done. I have an on premise Windows Server 2019 box with HyperV ...
    Proposed | 3 Replies | 764 Views | Created by Mick_J - Friday, November 29, 2019 12:31 AM | Last reply by SadiqhAhmed-MSFT - Wednesday, December 4, 2019 10:48 AM
  • large check mark
    0 Votes

    VMware

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    physical disk errors when running VMWare Kubuntu 19.10 on Windows 19033.1
    Proposed | 2 Replies | 638 Views | Created by Piotrekw1 - Sunday, December 1, 2019 10:53 PM | Last reply by SadiqhAhmed-MSFT - Wednesday, December 4, 2019 10:07 AM
  • large check mark
    0 Votes

    Access Denied for on node of clustered file server

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – General
    I have a Hyper-V cluster managed by VMM using a general file server as VMM library.  The clustered file server is a guest cluster of VMs using shared VHD sets. I've started to ...
    Unanswered | 8 Replies | 441 Views | Created by Tony D Gedge - Monday, November 25, 2019 10:52 PM | Last reply by Andy Liu50 - Wednesday, December 4, 2019 8:35 AM
  • large check mark
    0 Votes

    Exchange 2016 single server replication

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    Hey everyone i am just curious has anyone been able to use site recovery for a Single Exchange 2016 server. I know the Microsoft site says its supported but when you click on more info there is a word ...
    Proposed | 3 Replies | 716 Views | Created by ageless40 - Friday, November 29, 2019 1:23 PM | Last reply by SadiqhAhmed-MSFT - Wednesday, December 4, 2019 6:49 AM
  • large check mark
    4 Votes

    System Center Virtual Machine Manager for ...dummies?

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – General
    Hi folks, I wonder how one can learn SC VMM 2012 r2 from the very scratch? There are some articles on the web but not many courses ...
    Proposed | 13 Replies | 383 Views | Created by InfoTechdude - Saturday, November 30, 2019 4:18 PM | Last reply by Leon Laude - Tuesday, December 3, 2019 4:58 PM
  • large check mark
    1 Votes

    Installing VMM 2016 failed

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – Setup
    I'm trying to install VMM2016 from command line (run as administrator), but I'm getting error and install fails. First tried using wizad too, but also ...
    Answered | 4 Replies | 2313 Views | Created by antsel - Tuesday, October 25, 2016 7:31 AM | Last reply by Alan Doyle (Microsoft) - Tuesday, December 3, 2019 3:47 PM
  • large check mark
    0 Votes

    Azure Site Recovery for SYBASE and HANA

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    We are working on a solution to a customer... where we need the following information: - Need to understand how the SYBASE and HANA databases are replicated using ...
    Proposed | 3 Replies | 975 Views | Created by sswaroop429 - Friday, August 4, 2017 7:08 AM | Last reply by AjayKumar-MSFT - Monday, December 2, 2019 5:46 PM
  • large check mark
    1 Votes

    What is RPO and RTO in azure ASR

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    Hi Support, I want to know What is use of RPO and RTO in azure ASR. How to work RPO and RTO in ASR or any backup senior .
    Proposed | 6 Replies | 6168 Views | Created by Pradeep_Mishra365 - Thursday, May 3, 2018 1:10 PM | Last reply by JordiCodina - Monday, December 2, 2019 1:26 PM
  • large check mark
    0 Votes

    Azure Site Recovery - Deployment Planner

    System Center - Virtual Machine Manager
     > 
    Microsoft Azure Site Recovery
    ASRDeploymentPlanner.exe -Operation StartProfiling -User azure@vsphere.local -Password **** -Server ***.***.*.* -VMListFi le C:\vCentar_ProfiledData\ProfileVMList1.txt ...
    Unanswered | 7 Replies | 1663 Views | Created by Igor Urosevic - Tuesday, July 25, 2017 3:20 PM | Last reply by Таранцов Станислав - Monday, December 2, 2019 1:12 PM
  • large check mark
    0 Votes

    VM Template Creation getting failed with Error Code 2912

    System Center - Virtual Machine Manager
     > 
    Virtual Machine Manager – Hyper-V
    Getting below error while creating the VM template in SCVMM. During the Sysprep process, 50 % process get completed but get stuck at "Deploy File using LAN" stage. Please help me to get ...
    Unanswered | 7 Replies | 329 Views | Created by Dinesh Pandey1 - Thursday, November 28, 2019 10:18 AM | Last reply by Andy Liu50 - Monday, December 2, 2019 6:45 AM
  • Items 1 to 20 of 13987 Next ›
Announcement: 9

Virtual Machine Manager – General announcements

  • Link
    How to collect SCVMM traces
    Carmen Summers Wednesday, July 21, 2010 12:47 AM

    For general information about troubleshooting VMM 2012, such as collecting traces and logging information, see VMM 2012 General Troubleshooting Guide (http://go.microsoft.com/fwlink/?LinkID=211124) on the Microsoft Download Center.  .

    Before Collecting a DebugView Trace

    1.       Install DebugView on the SCVMM server, the host in question, and/or the Web server (for troubleshooting self-service portal issues).

    2.       Save the following code into a text file and name it "odsflags.cmd":

    @echo off

    echo ODS control flags - only trace with set flags will go to ODS

     

    if (%1)==() goto :HELP

    if (%1)==(-?) goto :HELP

    if (%1)==(/?) goto :HELP

     

    echo Setting flag to %1...

    reg ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Carmine" /v ODSFLAGS /t REG_DWORD /d %1 /f

    echo Done.

    goto :EXIT

     

    :HELP

    echo Usage: odsflags [flag], where flag is

    echo TRACE_ERROR = 0x2,

    echo TRACE_DBG_NORMAL = 0x4,

    echo TRACE_DBG_VERBOSE = 0x8,

    echo TRACE_PERF = 0x10,

    echo TRACE_TEST_INFO = 0x20,

    echo TRACE_TEST_WARNING = 0x40,

    echo TRACE_TEST_ERROR = 0x80,

     

    :EXIT

    3.       Save the following code into a text file and name it "odson.reg":

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Carmine]

    "ODS"=dword:00000001

    4.       Save the following code into a text file and name it "odsoff.reg":

    Windows Registry Editor Version 5.00

     

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Tracing\Microsoft\Carmine]

    "ODS"=dword:00000000

    5.       Copy the three files created above, odsflags.cmd, odson.reg, and odsoff.reg, to the machines that DebugView will be used on.

    6.       Run the following commands at an elevated Command Prompt:

    odson.reg

    odsflags.cmd 255

    (If you need to collect traces for both VMM Server and the host or the Web server, make sure to run these commands on all of these computers).

    Collecting a DebugView Trace

    1.       Open DebugView as an administrator and ensure that both Capture Win32 and Capture Global Win32 are selected on the Capture menu item. You should be able to see tracing from the VMM components showing up in DebugView. (If you need to collect traces for both VMM Server and the host, make sure to do these steps on all of these computers).

    Figure 2: DebugView.exe Capture menu

    2.       Restart the Virtual Machine Manager Service on the SCVMM server by running the following commands at an elevated command prompt:

    net stop vmmservice

    net start vmmservice

    3.       Restart the Virtual Disk Service by running the following commands at an elevated command prompt:

    net stop vds

    net start vds

    4.       Restart the Virtual Machine Manager Agent service on the host by running the following commands at an elevated command prompt:

    net stop vmmagent

    net start vmmagent

    5.       Restart the IIS service on the Web server by running the following command at an elevated command prompt:

     iisreset

    6.       Reproduce the issue.

    7.       After reproducing the issue, save the output from the DebugView to a text file for analysis.

     Important:

    Turn off tracing after collecting the data by running the following command at a Command Prompt:
    odsoff.reg

     

     

    The format of a DebugView trace differs from that of an ETL trace since DebugView captures all Win32 application activity and, if selected, Kernel mode activity. If saved as a text file, it may be opened in other tools such as TextAnalysisTool.net or Trace32.

     

  • Link
    New to VMM Forum? Read before posting a question.
    Carmen Summers Wednesday, July 21, 2010 12:47 AM

    Hello!

     

    This forum is dedicated to questions about SCVMM (System Center Virtual Machine Manager). Please use good judgement to post your question to the relevant subforums. 

    If your question is not about this product, please find the correct forum here: http://forums.microsoft.com/TechNet/default.aspx?SiteID=17.

     When posting a question or an issue, it is helpful to include the product version you have question about, your VMM setup environment, the steps you tried and specific error message you observed. 

    A few related forums for your ease of reference are:

    • Hyper-V (Server Virtualization) forum
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=583&SiteID=17
    • Windows Powershell forum
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=1811&SiteID=17
    • WMI / WinRM issues:
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=575&SiteID=17
    • Server Core forum:
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=582&SiteID=17
    • Windows Failover Clustering forum:
      • http://forums.microsoft.com/TechNet/ShowForum.aspx?ForumID=827&SiteID=17

     

    Thanks!

     

Virtual Machine Manager - Self-Service Portal 2.0 announcements

  • Link
    Now Available - System Center Virtual Machine Manager Self-Service Portal 2.0 SP1
    mlbriggs Thursday, July 14, 2011 7:15 PM

    Using the System Center Virtual Machine Manager Self-Service Portal 2.0 SP1, you can respond more effectively—and at a lower cost—to the rapidly changing needs of your organization. Built on Windows Server 2008 R2, Hyper-V technology, and System Center Virtual Machine Manager, the VMMSSP enables you to offer infrastructure as a service.

    The VMMSSP includes a pre-built, role-based self-service portal for both the datacenter managers and business unit IT consumers to provision infrastructures for their applications and services. The VMMSSP is now localized in three languages: Japanese, Traditional Chinese, and Simplified Chinese. This dynamic self-service portal provides automated workflows to on-board business unit IT departments, and enables partners to expose their unique hardware capabilities through familiar Microsoft scripting technologies.

    • Download VMMSSP
    • Visit the official System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 blog.
    • Microsoft Cloud website at www.microsoft.com/cloud.

     

    This new version provides localization for Chinese and Japanese and lets users import virtual machines created outside the self-service portal but managed by VMM and additionally to re-import virtual machines previously removed. Fully supported by Microsoft, the System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 is a partner-extensible solution that enables customers to dynamically pool, allocate, and manage their computer, network, and storage resources to deliver a private cloud platform inside their datacenter.

    Next steps:

    • Learn more about VMMSSP.

     

    System Center Virtual Machine Manager Self-Service Portal 2.0 SP1 features:

    • Import virtual machines. Allows DCIT administrators to re-import virtual machines that were removed from the self-service portal and also import virtual machines created outside the portal but managed by VMM.
    • Set virtual machine expiration dates. This feature lets users set an expiration date for the virtual machines that are being created or imported so that the virtual machines auto-delete after the set date. This feature also provides users the flexibility (through role-based access) to set or change the expiration date for the virtual machine.
    • Define and use custom virtual machine actions. A datacenter administrator can now create up to five custom virtual machine actions and make them available to users on the Virtual Machines tab of the self-service portal. For example, a database administrator can create a Create Checkpoint action and add it to the list of actions on the Virtual Machines tab.
    • Use Opalis policies in virtual machine actions. In a datacenter that includes a deployment of Opalis Integration Server, a datacenter administrator can customize tasks in virtual machine actions to trigger Opalis policies instead of running scripts.
    • Define and use custom virtual machine properties. A datacenter administrator can define custom properties to collect information from users in the Create Virtual Machine wizard, and use these properties in the tasks of the CreateVM virtual machine action. For example, if a datacenter administrator creates the properties RAM and CPU Count, the Create Virtual Machine wizard includes fields for RAM and CPU Count. When a user finishes the wizard, the wizard passes the RAM and CPU Count values that the user entered to the tasks in the CreateVM virtual machine action.
    • Notify administrators. This feature provides functionality to notify BUIT or DCIT administrators via email about various events in the system (for example, Submit request, Approve request, and so on).
    • Move infrastructures between business units. This feature allows DCIT administrators to move an infrastructure from one business unit to another when the system is in Maintenance Mode.
    • VMMSSP Management Pack. This feature allows DCIT administrators to monitor the health of the self-service portal components. Download VMMSSP Management pack.
    • Localization. The VMMSSP is now localized in three languages: Japanese, Traditional Chinese, and Simplified Chinese.
    • Manage virtual machine DVD drives and media. When working with virtual machines that have DVD drives, users can attach media such as ISO images to the virtual machines.
    • Connect to VMware virtual machines. Users can now use the VMMSSP to manage and connect to virtual machines hosted by VMware host servers.
  • Link
    New visitors – Please read before posting
    mlbriggs Monday, July 12, 2010 12:45 PM

    Hello!

    This forum is dedicated to questions about Microsoft System Center Virtual Machine Manager 2008 R2 Self-Service Portal 2.0 (VMMSSP). Please use good judgment to post your question to the relevant subforums.

    If your question is not about this product, please find the correct forum here: http://forums.microsoft.com/TechNet/default.aspx?SiteID=17

     

    When posting a question or an issue, it is helpful to include the product version that you have a question about, your VMM environment, the steps you tried, and any specific error messages you observed.

    Thanks!

  • Link
    Welcome to the VMMSSP v2 TechNet forum
    mlbriggs Monday, July 12, 2010 12:44 PM

    Hello and welcome to the Microsoft System Center Virtual Machine Manager 2008 R2 Self-Service Portal 2.0 forum!

     

    The VMMSSP forum provides you with an opportunity to join a community of VMM 2008 R2 customers where you can share knowledge, get questions answered, and learn from others with IT environments similar to yours. Start by posting questions related to VMMSSP in the forum corresponding to your topic of interest, and leverage the knowledge available in your new forum community.

    If you have any suggestions or feedback regarding VMMSSP, please feel free to post in our forums.

  • Link
    Announcing the release of Microsoft System Center Virtual Machine Manager 2008 R2 Self-Service Portal 2.0
    mlbriggs Monday, July 12, 2010 12:43 PM

    VMMSSP (also referred to as the self-service portal) is a fully supported, partner-extensible solution built on top of Windows Server 2008 R2, Hyper-V, and System Center VMM. You can use it to pool, allocate, and manage resources to offer infrastructure as a service and to deliver the foundation for a private cloud platform inside your datacenter. VMMSSP includes a pre-built web-based user interface that has sectionsfor both the datacenter managers and the business unit IT consumers, with role-based access control. VMMSSP also includes a dynamic provisioning engine. VMMSSP reduces the time needed to provision infrastructures and their components by offering business unit “on-boarding,” infrastructure request and change management. The VMMSSP package also includes detailed guidance on how to implement VMMSSP inside your environment.

    Prerequisites:

    ·         Windows Server 2008 R2 Enterprise Edition or Windows Server 2008 R2 Datacenter Edition.

    ·         Windows Server Internet Information Services (IIS) 7.0

    ·         Virtual Machine Manager 2008 R2.

    ·         SQL Server 2008 Enterprise Edition or Standard Edition.

    ·         .Net Framework 3.5 SP1

    ·         Message Queueing (also known as MSMQ)

    ·         Windows PowerShell 2.0

    Where to get it: Download VMMSSP 2.0

    Benefits of VMMSSP:

    With VMMSSP, you can:

    ·         Allocate datacenter resources. Use VMMSSP to pool datacenter infrastructure resources, such as network, storage, load balancers, virtual machine templates, and domains, and make them available to business units to meet their infrastructure needs. You can also use VMMSSP to establish the costs associated with reserving and using infrastructure resources.

    ·         Simplify business unit on-boarding. Use VMMSSP to simplify the process of enrolling a business unit and provisioning its infrastructure. With VMMSSP, datacenter administrators can register business unit requirements in one central location. After they have registered, business unit administrators can request resources in the organization’s infrastructure pool to host their IT services.

    ·         Validate and provision infrastructures requests. Use VMMSSP to simplify the process that datacenter administrators use to validate and provision a business unit IT administrator’s infrastructure requests. Using VMMSSP, datacenter administrators can provision the requested resources, and assign them to the requesting business unit IT administrator.

    ·         Provide forms for self-service virtual machine provisioning. Use VMMSSP to streamline the business unit IT user’s experience in managing virtual machines.

    ·         Extend and customize virtual machine actions. Use the powerful extensibility features of VMMSSP to work with IHV, ISV, and SI partners to customize different virtual machine actions (create, delete, stop, start, resume, shutdown, pause, store, and deploy).In this way, you can leverage the unique characteristics of your infrastructure.

     

    Note   Like the self-service portal that is currently available as part of Virtual Machine Manager 2008 R2, the new self-service portal offers a web-based user interface for managing virtual machines. But it also differs from the existing self-service portal in many ways. One of the most important differences is that the virtual machine actions are extensible, so datacenter administrators work with hardware vendors and partners to customize the actions to match their own capabilities or requirements. Another difference is that this self-service portal provides standardized workflows that gather data using web-based forms and support both manual and automated steps. This approach reduces the time needed to provision infrastructures and their components, and helps ensure consistency in the resulting infrastructures.

     

    Important   VMMSSP is not an upgrade to the existing VMM 2008 R2 self-service portal. You can choose to deploy and use one or both self-service portals depending on your requirements.

Microsoft Azure Site Recovery announcements

  • Link
    General Availability: Recover Generation 2 virtual machines to Azure
    Anoob Backer Monday, June 8, 2015 6:35 AM

    We’re very excited to announce the ability to protect & recover Generation 2 virtual machines to Azure. This feature is now available in all ASR supported regions. 

    For more details, check out General availability: Recover Generation 2 virtual machines to Azure.

  • Link
    NEW Software Updates | VMware VMs & Physical Servers to Azure
    Ruturaj Dhekane Thursday, May 21, 2015 7:07 PM

    We are rolling out updates for the Configuration Server (Version 8.2.2.0) and Process Server (Version 8.2.2.0). The updates bring better error handling and other quality enhancements. We strongly recommend that you get your Preview / TAP customers to install the latest updates in the following order:

    1. Log onto the configuration server using the Virtual Machines page in the Azure portal and download the latest update from: http://go.microsoft.com/fwlink/?LinkID=533809. Follow the installer instructions to install the update
    2. On the server that you installed the process server, download the latest update from http://go.microsoft.com/fwlink/?LinkID=533810 and install it using the installer instructions
    3. On the server that you have installed the master target server(s), install the latest update (Version 8.2.1.0), if you haven't already
      • For Windows master target server(s), log onto the Windows master target server(s) using the Virtual Machines page in the Azure portal and download the latest update from http://go.microsoft.com/fwlink/?LinkID=533811. Follow the installer instructions to install the update

    • For Linux master target server(s), copy the installer tar file that is available at http://go.microsoft.com/fwlink/?LinkID=533812 using a sftp client. Alternatively you can log onto the Linux master target server(s) using the Virtual Machines page in Azure use wget to download the file. Extract the files from the gzipped installer and run the command “sudo ./install” to install the update
  • Link
    Migrating to Azure is now a feature of Availability on Demand
    Ruturaj Dhekane Tuesday, May 5, 2015 10:42 AM

    Migration Accelerator functionality of providing pain-free migrations of physical, VMware, AWS and Hyper-V workloads, is now an integral part of Azure Site Recovery, an enabling technology of Availability on Demand.
    Sign up now and start migrating to Azure today!

    Read the blogs:
    Seamless Migrations into Azure with Availability on Demand 
    Migrate Heterogeneous IT Environments to Azure with ASR

    The Migration Accelerator service will not be available after 07/31/2015. We recommend that you start using Azure Site Recovery for your migration scenarios.

 
© 2019 Microsoft. All rights reserved.
Newsletter|Contact Us|Privacy Statement|Terms of Use|Trademarks|Site Feedback