Hyper-V. Resource aggregation. Resource pool.

Hello, everyone,
I have a question to Technet community. Hopefully, someone will be able to help.
We’re in the process of building a new Hyper-V environment, and the interesting question has arisen once again.
Is there any way to compartmentalize all resources in a host or a cluster? For instance, create resource aggregations as direct children of the host or cluster and configure them and then delegate control over these entities to other individuals
or organizations?
VMware is using “resource pool” concept for the same purpose (illustrated above), but as far as I know Hyper-V “resource pools” aren’t the same, being used mostly for billing purposes.
Is the SCVMM with its “private cloud” mechanism the last resort? Or may be I’m looking in
wrong direction here? 
Kind regards, Leonardo.

I am guessing that you are looking at the vCenter 'application' container - a grouping of VMs into something like a folder.
Hyper-V by itself does not have this.  And Hyper-V resource pools are used for many things, most of which are not end user exposed.
SCVMM has something similar called a "Service" - but a Service in SCVMM is leaps beyond the vCenter application grouping.  As it is all about application lifecycle, not just a grouping.
But, SCVMM does support Tags.  And Tags can be used as filters in the SCVMM console.  But this is not tied to security.
So, in a nutshell, is there a quick equal? no.
Can a folder be created in SCVMM under Host groups and security applied?  Yes
Can a cloud be created in SCVMM and security applied? yes
Whether you use Host Groups or Clouds depends on how much control of the physical infrastructure do you want to expose to these users.  Clouds implies no control of physical resources, only control of the VMs running on capacity.  Host Groups implies
some control of physical resources.
Brian Ehlert
http://ITProctology.blogspot.com
Learn. Apply. Repeat.

Similar Messages

  • Hyper-V Replica Broker resource not coming online

    I was trying to create a cluster broker on a cluster using WMI. I am creating the required IPv4, IPv6 network resources and adding them as a dependency on the Hyper-V replica broker resource. When trying to bring the broker online, the Hyper-V Replica Broker
    resource is failing to come online with the below errors.
    INFO  [NM] Received request from client address HRM-08-007.
    ERR   [RES] Virtual Machine Replication Broker <Hyper-V Replica Broker C10022014XXXX>: 'Hyper-V Replica Broker C10022014XXXX' failed to start the network listener on destination node 'MachineName': No such host is known. (0x80072AF9). Please
    look at the event log on destination node for more details.
    WARN  [RES] Virtual Machine Replication Broker <Hyper-V Replica Broker C10022014XXXX>: 'Hyper-V Replica Broker C10022014XXXX' failed to start the network listener for the Hyper-V Replica Broker resource: Unspecified error (0x80004005).
    The node 'MachineName' does exist.
    What might be the issue? How to debug this.

    Would be helpful to post your WMI script.  Pretty hard to guess at the commands you are trying to use to accomplish this.
    And what did the event log say in the destination node?
    .:|:.:|:. tim

  • How to select usr_login and him resource, it resource, login in this resource OIM

    Hello im need help in how to select in database sql usr_login and him resource, it resource, login in this resource OIM&

    It is your only option if you want to get rid of that other user account. It seems the system is Hard Set to boot to that account. How and why I have not Idea but the first thing you should of done was Restoring it to the Original OS, if it was not Mt Lion to begin with, in doing so getting rid of all other accounts and files from that other account.
    Time to Bit the Bullet and Erase the drive completely and reinstall the original shipping version of OS X on that system.
    Anton Mironenko wrote:
    Reinstalling the OS would be too extreme. I already have many programs installed, and I tuned a lot of params. Data migration is another pain.
    I hope, it is possible to solve this issue in another way.

  • Sharing resources among resource groups in Sun Cluster 3.1

    Hi all,
    Is it possible to share a resource among resource groups. For example:
    lh: resource of type Logical Hostname =lh-res
    /orahome: Oracle binaries and configuration files = orahome-res
    /oradata1: Data for instance 1 = oradata1-res
    /oradata2: Data for instance 2 = oradata2-res
    rg1 ( resource group for Oracle instance 1) ora1-rg = lh + orahome-res + oradata1-res
    rg2 (resource group for Oracle instance 2) ora2-rg = lh + orahome-res + oradata2-res
    Thanks,
    Enrique

    Hi Enrique,
    if lh represents the same address and the same resource name then the answer is: No not possible one resource can belong to only one resource group.
    If it would work and both rg's are running on different node you would create duplicate ip adress errors which can not be your intent.
    Which behavior do you want to achieve?
    Detlef

  • Resource with resource category H

    I am trying to create Resource with resource category H with planning version 000 in APO.
    It is getting created with planning version independent.
    Can you pl let me know how to create this resource with planning version 000?
    Thanks,
    Srini

    Srini,
    You have to assign any resource (H or otherwise) to the active model.if you want it to appear in a planning version.
    /SAPAPO/RES01 ,Select your resource, 'resource change'. Select the resource, then F5.  Select the resource, then Shift-F1.  You can also use the icons if you don't want to use the hotkeys.   Save.
    Best Regards,
    DB49

  • How IT Resource and Resource Objects are linked?

    Hi All,
    I am new to OIM product and learning the basics. I have 2 questions.
    I am not able to figure out how an "IT Resource" and "Resource Objects" are linked?
    We always link "Resource Objects" and "Process Definition". How "Process Definition" picks the values provided in "IT Resource"?
    Thanks in Advance
    Jatin

    Hi
    I don't think "IT Resource" and "Resource Objects" are anyway linked with each other.
    "IT Resource" is something where you specify all the resources in the system which are not meant to be provisioned to users. Like proxy server or Email server in your organization.
    "Resource Objects" is a place where you define all the resources that you provision to users.
    This is my understanding, which might be wrong. I think someone more experienced user can give better answer to this question.
    -Kiran Thakkar

  • Some doubts in using resource-ref,connection pool n Data-source

    Hi all ,
    I need little bit clarification in the following points.
    1) Does the connection pool which is created can be displayed in JNDI Tree???
    I am seeing only DataSOurce in the JNDI Tree Only.
    2)In case of Bean Managed Persistance, in ejb-jar.xml,
    I had given the following info.
    <resource-ref>
             <res-ref-name>ramukkDataSource</res-ref-name>
             <res-type>javax.sql.DataSource</res-type>
             <res-auth>Container</res-auth>
         </resource-ref>Does the <res-ref-name> refers to Datasource Name??
    In weblogic-ejb-jar.xml
    <reference-descriptor>
           <resource-description>
              <res-ref-name>ramukkDataSource</res-ref-name>
              <jndi-name>ramukkpool</jndi-name>
           </resource-description>
         </reference-descriptor>Here <jndi-name> refers to connection pool as per weblogic bible book.
    If so when i deployed my ejb into the server iam getting Datasource cant be found.
    If i had given like the following,
    In ejb-jar.xml
    <resource-ref>
              <res-ref-name>jdbc/ramuJndi</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
         </resource-ref> In weblogic-ejb-jar.xml
         <reference-descriptor>
              <resource-description>
               <res-ref-name>jdbc/ramuJndi</res-ref-name>
               <jndi-name>jdbc/ramuJndi</jndi-name>
           </resource-description>
        </reference-descriptor>Then only my ejb code is successfully deploying doing some work which is as per xpectation.
    Can any body tell why I have to give the same name for <res-ref-name> n <jndi-name>??
    I am working on this problem from last one week. Still not found the solution.
    Connection Pool Creation
    GENERAL::
    Name : ramukkpool
    url : jdbc:mysql://localhost:3306/test
    Driver Classname: com.mysql.jdbc.Driver
    Properties :
    user = root
    Password = XXX
    create
    TARGETS::
    i had shifted myServer from left side to right side n clicked >>Apply
    (Techncially can we say this as deploying the connection pool into server ???????????
    If not how to deploy the connection pool into server??)
    I did not get any errors in the console.
    Now i am creating a datasource
    CONFIGURATION:
    Name : ramukkDataSource
    JNDIName: jdbc/ramuJndi(Does we have to follow this convention only?? i.e JNDIName should start with jdbc/ only)
    PoolName: ramukkpool
    create
    TARGETS::
    I had shifed myServer from left to right n >>Apply.
    Now also i did not get any errors in the console.Thanx(in advance),
    ramu

    I have read the documentation.
    I changed my class to oracle.jdbc.pool.OracleConnectionCacheImpl from
    oracle.jdbc.pool.OracleConnectionPoolDataSource
    I observed in the EM that the Open JDBC Connections and Total JDBC Connections are the same. When I used oracle.jdbc.pool.OracleConnectionPoolDataSource my Total JDBC Connections was increasing and Open JDBC Connections remains 0.
    My question still remains unanswered, could some kindly help.
    Q? I have defined a data source in JDeveloper using
    oracle.jdbc.pool.OracleConnectionCacheImpl
    In my java bean I am using the code pasted below to make a connection to database.
    Can some one tell whether I am using the correct method of connection pooling mechanism or do I need to make some changes? This application uses JSP and used by lots of people which hits database very frequently.
    Any help is highly appreciable.
    Thanks in advance.
    *******Code to make connection*********
    private javax.naming.InitialContext context = null;
    private javax.sql.DataSource jdbcURL = null;
    private static final String url = "jdbc/ProdCoreDS";
    public boolean openConnection()
    try
        DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    context = new javax.naming.InitialContext();
    jdbcURL = (javax.sql.DataSource)context.lookup(url);
    con =  jdbcURL.getConnection();
    return true;
      catch(Exception e)
           System.out.println("Error in the Connection  "+e);
        e.printStackTrace();
                 return false;
         }}

  • Hyper-V Performance Chart & resources provisioning

    Hi all, currently I just started to provide more support for Hyper-V server and all this while I been working at the data centre which uses VMware visualization. 
    For our Hyper-V, we are using two HP physical host and while working with the Hyper-V administrator I was told the following-> The HP Hyper-V is able to only support 4 VMs with 2 core each and would need to buy additional server if we go beyond 4 VM machines. 
    I'm not too sure how Hyper-V visualization is different from VMware but I think what I heard is very wrong. 
    I'm also curious is that on VMware I could see the amount of CPU & RAM the ESX Host is using but I don't see it on Hyper-V Manager unless using the Task Manager->Performance monitor is the only way.
    HP Proliant DL360e Gen8
    CPU: Intel Xeon CPU E5-2403 1.80GHz (8 core)
    RAM:16 GB DDR3
    SAS Hard Disk
    OS: Win 2012

    Hi,
    Do you want to figure out, how do I know if my machine is overloaded? How can I figure out what resources were used so I know what to bill?
    In order to answer this question you have understand a little of the Hyper-V architecture. Hyper-V has three main components – the virtstack, devices, and hypervisor. Windows
    Server 2008 is what boots the system and launches the virtstack and hypervisor. The virtstack responsible for handling emulated devices, managing VM’s, servicing I/O, and more. The hypervisor is responsible for scheduling Virtual Processors, managing interrupts,
    servicing timers, and controlling other chip level functions. It does not understand devices or I/O (ie there are no hypervisor drivers). The devices are part of the root and are also installed in guests as part of the Integration Services.
    The related article:
    Monitoring Hyper-V Performance
    http://blogs.msdn.com/b/tvoellm/archive/2009/04/23/monitoring-hyper-v-performance.aspx
    Hope this helps.
    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.

  • Hyper-V 'Insufficient system resources exist to complete the requested service' after turning hypervisorlaunchtype off and back to auto

    Hello everybody,
    I've looked far and wide for anybody who has experienced the issue that I am currently dealing with in hopes of not duplicating an already answered question. I found nothing, but please forgive me if it slipped by me.
    My issue began after installing VirtualBox to virtualize one of my favorite Linux OS's. Of course, I changed the BCD hypervisorlaunch type to 'off' so I could take advantage of HAV. Everything went great with Virtualbox, and my OS was running perfectly smoothly.
    Today, I needed to boot into one of my Windows virtual machines in Hyper-V. I changed the hypervisorlaunchtype to 'auto' in BCD and rebooted my machine.
    At this point, everything seemed normal. Windows took a few seconds longer to reboot and gave me a message about making configuration changes. After reboot, I logged into my PC and fired up Hyper-V. While one of my VM's was booting, I received multiple errors
    about why my VM couldn't boot - every single aspect of my VM was getting an error. I am getting 'Failed to allocate resources' errors, 'Insufficient system resources exist to complete the requested service' errors, 'could not find virtual switch' errors.
    It seems like they hypervisorlaunchtype did not actually change, but when I tried VirtualBox I received a 'VT-X is not available' error, so Hyper-V has taken ownership of that part of the chip. I rebooted another time after that, then a cold boot after that.
    It seems like I'm missing something pretty obvious, but I can't find any information on what it might be. I've never had any issues like this before, and have been using Hyper-V on this laptop for around 9 months. Any help would be greatly appreciated!
    I'm running Windows 8.1 Pro x64, 8GB DDR3, Intel i7. Guest machines included Windows XP, Windows 7 and Windows 8.

    The virtualbox networking stack is not compatible (I know that).
    Beyond that, details could only explain what else VirtualBox is locking.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.
    Disclaimer: Attempting change is of your own free will.

  • DNS Issues with Hyper-V 2012 R2 VDI Pooled Desktop Deployment

    Good afternoon all!
    We are running a POC VDI deployment on a Nutanix system, and I am having a DNS issue. I would appreciate some help trying to figure this out. Two situations that are causing issues that I can see:
    1. VMs go into a saved state if not being used: This in itself is not an issue, and I see it as a way to save resources not being used; however, if a VM is saved for a few days, the DHCP address often gets reassigned. Now if users are connecting, and that
    saved VM with the stale address is called to wake up, the VM is not found.
    2. Recreating the pool after updating the golden image: This is the bigger issue. After a couple days of running smoothly, I was asked by my pilot users to add Firefox. I installed it and recreated all the VMs in the pool. When this happened, they all got
    new IPs, but the old DNS records were not updated. This made the broker unable to find a single VM in the pool. I could not ping a single one.
    Has anybody else run into these DNS issues with a VDI deployment? If so, what did you do to resolve it? If not, have any ideas on what is going on here?
    Thank you in advance!
    Eric

    Hi Eric,
    As per my research, I can say that the default behavior. When we will recreate the VM it will change the IP address dynamically. But from your description it seems the DNS record is not getting update and due to that you can’t find your VM with hostname or
    IP. But for this you can set one option under DNS server with which DNS record can update the new IP address. The option you need to set is “Dynamic updates>Nonsecure and Secure” under general properties in sites. You can check below snap.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    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]

  • Copy and paste resources in resource fork?

    Hi,
    is there some way to have Applescript copy a resource from a resource fork in one file and paste it into another file?
    Cheers!
    Joe

    Hello
    You might try Satimage.osax, a free scripting additions made and distributed by Satimage-software, France. It includes commands to get and put resource data.
    Satimage osax
    http://www.satimage.fr/software/en/downloads/downloadscompanionosaxen.html
    Satimage osax > resource suites dictionary
    http://www.satimage.fr/software/en/dictionaries/dict_satimage.html#ResourceSuite
    E.g.
    --SCRIPT
    Copy resource 'clut' id 128 from infile to outfile.
    * Using Satimage.osax, which is to be installed in either of the following directories:
    /Library/ScriptingAdditions/
    ~/Library/ScriptingAdditions/
    set infile to "HFS:path:to:infile" as alias
    set outfile to "HFS:path:to:outfile" as alias
    --(1) get resource and its name from infile
    set rdata to load resource 128 type "clut" from infile
    set rname to get resource name 128 type "clut" from infile
    --return {rname, rdata}
    --(2) put resource to outfile
    put resource rdata to outfile type "clut" index 128 with name rname
    --(3) check
    set rdata1 to load resource 128 type "clut" from outfile
    set rname1 to get resource name 128 type "clut" from outfile
    return {rdata = rdata1, rname = rname1}
    --END OF SCRIPT
    Good luck,
    H

  • User defined fields in Resource object; Resource object form

    Hi,
    Can anyone tell me what is the purpose of having user defined fields for resource object and resource object form and how can we use those fields while requesting for target resource.
    Regards,
    Alabhya Goel

    Thanks for your reply!!!!!!!!!!
    I know about resource object form i am just asking what is the use of user define field in resource object form. How can we use it. Like when we create any user defined field in under User form those fields display on create user form but when we create any user defined field in resource object from those are not displayed in form.
    If anyone has used or worked on user defined fields in Resource Object or resource object form; please give me an overview over the same.
    Regards
    Alabhya Goel

  • Linkage between ESS/MSS Resource Server -- Resource Object in ERP 2004

    Dear all,
    I have a question about settings in the backend configuration of ESS/MSS:
    In the IMG activitiy, you define Resource Servers. And then you can choose a specific server for a Resource Object. Though, when I look into an already setup ESS/MSS-solution at customer site, I cannot find that any of the resource objects in use have a specific server entered - only relative paths.
    How does this work then? How does the system know where (on which portal system) to find a specific portal page/image object that a resource object links to? Is there a 'default' resource server used?
    Your help is much appreciated!
    //Christine

    Hi Prakash
    This is the end of the dev_jrfc.trc from the abap/j2ee webdynpro server:
    Error file opened at 20050608 101523 British Summer Time Rel 6.40
    Error> occured  >Wed Jun 08 10:15:23,406<    >RfcGetException rc (7) message: The system is unable to interpret the SSO ticket received
    <RfcGetException
    Error> occured  >Wed Jun 08 10:17:28,544<    >RfcGetException rc (7) message: The system is unable to interpret the SSO ticket received
    <RfcGetException
    The portal dev_jrfc.trc does not report any errors.
    Other information I should have mentioned: EP uses LDAP for user directory, the ABAP system uses its own user management, the J2EE on the ABAP server uses its own user management.  The user I am testing with is the same name in all 3 systems and has full admin permissions in each.
    Thanks, Fergus

  • Sun Cluster: Graph resources and resource groups dependencies

    Hi,
    Is there anything like the scfdot (http://opensolaris.org/os/community/smf/scfdot/) to graph resource dependencies in Sun Cluster?
    Regards,
    Ciro

    Solaris 10 8/07 s10s_u4wos_12b SPARC
    + scha_resource_get -O TYPE -R lh-billapp-rs
    + echo SUNW.LogicalHostname:2
    + [ -z sa-billapp-rs ]
    + NETRS=sa-billapp-rs lh-billapp-rs
    + [ true = true -a ! -z sa-billapp-rs lh-billapp-rs ]
    cluster2dot.ksh[193]: test: syntax error
    + + tr -s \n
    + scha_resource_get -O RESOURCE_DEPENDENCIES -R sa-billapp-rs
    DEP=
    + [ true = true -a ! -z sa-billapp-rs lh-billapp-rs ]
    cluster2dot.ksh[193]: test: syntax error
    + + tr -s \n
    + scha_resource_get -O RESOURCE_DEPENDENCIES -R lh-billapp-rs
    DEP=
    + [   !=   ]
    + echo \t\t"lh-billapp-rs";
    + 1>> /tmp/clu-dom3-resources.dot
    + + tr -s \n
    + scha_resource_get -O RESOURCE_DEPENDENCIES_WEAK -R lh-billapp-rs
    DEP_WEAK=

  • Business event with resources and resource type

    Hi,
    I am doing bdc for tcode pv10,i want to update the resource type and resource,i tried with it,i do not get idea,pls give me u r suggestions.
    cheers,
    karthi

    Hi,
    You need to click on the 'Resource Selection' button on the top left hand corner of the create event screen.
    If you do not see any resources there, it means you have not added resources to your event type. Go to PP01, and create relationship A022 (requires resource type).
    For rooms and materials, this is fine. For instructors, you need to create relationship A026 (is held by) also.
    Regards,
    Neha
    <i><b>PS:Reward if helpful</b></i>

Maybe you are looking for

  • Why are Java files listed as needing repair in Disk Utility?

    Why are Java files always listed as needing repair in Disk Utility?

  • VBAK-GSBER modifiable in VA01, VA02

    Good afternoon experts We have a requirement in our company to make VBAK-GSBER a modiable one? As per checking, with out any SO variant,  it is in display mode. Is it really in display mode? I have read that it is configured via Business Area Account

  • External SWF preloader

    Hi, I have a SWF file with a loader, in which i need to load an external multiframe swf file. The problem i am experiencing is that the loader does not go all the way too 100% and the loading swf starts playing after around 20% have loaded. Basically

  • JDev 9.0.3. : JBO Event and "OnClick" attribute" can work together ?

    Hi, I've a JSP page developed by JDeveloper 9.0.3, with a checkbox item: <input name="pluto" type="checkbox" value="1" onClick="" /> I need to execute some transactions on db everytime "pluto" is checked or uncheked. I'd like to handle this by a JBO

  • SVG Filter - results pixellated?

    I'm trying to create an SVG filter that works very well in Inkscape, but so far no luck in Ai. The Inkscape filter is found in Filters > ABCs > Roughen, and basically uses feTurbulence and feDisplacementMap to create a very nice wiggly line that IMO