Modifying the size of an SMB 3.0 registered file share in SCVMM 2012 SP1

Hi -
We are leveraging the Netapp SMI-S 5.0 provider with SCVMM 2012 SP1 to register and use SMB 3.0 file shares on our HV clusters.  Working great after a few early problems.  One thing that we've yet to find is a solution to this problem.
On the netapp side, let's say a volume with size 1TB is created.  Then through SCVMM/SMI-S, a new file share is created within this volume for use with HV clusters/VMs.  Let's say, for example when creating this share through the SCVMM GUI that
you define the file share size as 500gb.  This leaves 500gb free in the parent volume.
How in the world do you modify that file share size from the SCVMM perspective - if you start running low on space within the share.  The free space is definitely there, but we can't seem to find a way from within SCVMM to modify the file share 'size'
(which is a parameter you have to define during file share creation) from original size to something larger (yet still smaller than parent volume size).
Anyone else seen this scenario and/or found a solution?  I apologize if this is already answered elsewhere - just not seeing much on searches.  Thanks in advance -

Ok so we just ran into a similar issue with our netapp. And after digging around my colleagues and I found this document ( https://communities.netapp.com/community/netapp-blogs/msenviro/blog/2014/02/19/data-ontap-smi-s-agent-51--use-netapp-smi-s-provider-to-provision-a-cifs-share-for-smb-30-environments-windows-server-2012-using-scvmm-2012-r2
) had a key passage: "SMIS create/manage shares created on qtree with quota assigned to it."
So taking that the SMI-S agent uses quotas on the volume to determine the 'file share' size you can adjust the space available to Hyper-V by adjusting the quota on the volume, even increasing it to beyond the space available in the volume. We are actually
doing this because of dedupe savings on our hyper-v store.
IMPORTANT - the SMI-S agent only scans every 5 minutes, so when you make a quota change it may take up to 5 minutes for it to be detected... so wait
6 minutes and then refresh the storage provider.  We were working with SCVMM 2012 R2 but this should be reflected with SCVMM 2012 SP1 if im not mistaken.

Similar Messages

  • How to modify the size of the view which invoked presentModalViewController

    the value of the modalPresentionSytle is UIModalPresentationFormSheet, after invoking the presentModalViewController, the new view will appear, but the size is fixed, so I want to modify the size, how can I do?

    , thanks.
    I sought the answer to this question from developer who has several years dev experience for iPhone, he told me that the apple didn't support this.

  • SIZE OF THE GUST OF GARAGE BAND: The garage window band has remained me too great and I cannot accede from any way to the corner to modify the size. Due to this I cannot accede to the red button to initiate a recording.

    The garage window band has remained me too great and I cannot accede from any way to the corner to modify the size. Due to this I cannot accede to the red button to initiate a recording.

    Two things to try:
    with some Applications it helps to hold down the the "Option Key" while pressing the green "maximize Window" button.
    If that does not help try this Apple Script:
    --Open the AppleScript editor (in Applications -> Utilities), paste the following and run it:
    tell application "Finder"
              set {d1, d2, d3, d4} to (get bounds of window of desktop)
    end tell
    tell application "GarageBand"
              set margins to {d1 + 10, d2 + 54, d3 - 10, d4 - 148}
              set bounds of window 1 to margins
    end tell
    Good Luck
    Léonie

  • Modifying the size of cells in calendar

    All:
    Is it even possible to modify the size of the cells?. The cells are too narrow and all my contents are wrapped and looks cluttered. Any thoughts?.
    Thanks
    Rajesh

    Hello,
    The specific layout of a calendar is almost totally controlled by css. Just find out what the CSS controlling your specific template is, by looking at the template HTML itself or using something like Firebug and then adjust accordingly.
    You don't need to change the CSS that is shipped with APEX, in fact I discourage that, but just override it by including in a custom css file or snippet after the standard one is included.
    If you don't know CSS here is a good place to start http://www.w3schools.com/css/default.asp it's well worth the time to spend an hour or two learning at least the basics, it will save you countless hours later in any web development environment.
    Regards,
    Carl

  • Script to modify the location attribute in an existing subnet registered on AD sites

    Could anyone help me to make an script to modify the location attribute in an existing subnet registered on AD sites and services.
    Using the script to create subnet, like this one below, occurs error because the subnet already exist:
     Set objRootDSE = GetObject("LDAP://RootDSE")
      strConfigurationNC = objRootDSE.Get("configurationNamingContext")
      strSiteObjectDN = strSiteObjectRDN & ",cn=Sites," & strConfigurationNC
      strSubnetsContainer = "LDAP://cn=Subnets,cn=Sites," & strConfigurationNC
      '-- Create Subnet --
      Set objSubnetsContainer = GetObject(strSubnetsContainer)
      Set objSubnet = objSubnetsContainer.***MODIFY/UPDATE***("subnet", strSubnetRDN)
      objSubnet.Put "siteObject", strSiteObjectDN
      objSubnet.Put "description", strDescription
      objSubnet.Put "location", strLocation
      objSubnet.SetInfo
    Thanks,

    Just get the subnet by name:
    subnet = "192.168.1.0\/24"
    Set objRootDSE = GetObject("LDAP://RootDSE")
    strConfigurationNC = objRootDSE.Get("configurationNamingContext")
    strSiteObjectDN = strSiteObjectRDN & ",cn=Sites," & strConfigurationNC
    strSubnet = "LDAP://CN=" & subnet & ",cn=Subnets,cn=Sites," & strConfigurationNC
    Set objSubnet = GetObject(strSubnet)
    objSubnet.Put "description", strDescription
    objSubnet.Put "location", strLocation
    objSubnet.SetInfo
    ¯\_(ツ)_/¯

  • Upgrade of scvmm 2012 sp1 to scvmm 2012 r2 fails with "Access to the path 'C:\ProgramData\VMMLogs\SetupWizard.log' is denied"

    I had a working scvmm 2012 sp1 installation, and am attempting to upgrade to 2012 r2.
    The old SCVMM product was removed (retaining the database), as well as ADK 8.0.  I then installed ADK 8.1.
    The install fails after a number of minutes with "Access to the path 'C:\ProgramData\VMMLogs\SetupWizard.log' is denied".  From my reading of the log, that was the only obvious failure, and that the VMM server MSI installed successfully. 
    It doesn't appear to get so far as to upgrade the database.
    The OS is Windows Server 2012 R2 Standard, with all updates applied.  I have tried the install many times, noticed that the McAfee virus scanner was pushed to the box at some point, so I removed it, but still no dice.
    12:18:58:LaunchMSI: MSI C:\Users\mscott\Desktop\mu_system_center_2012_r2_virtual_machine_manager_x86_and_x64_dvd_2913737\amd64\setup\msi\Server\vmmServer.msi succeeded.
    12:18:58:Doing Postinstall task for PangaeaServer
    12:18:58:ProcessInstalls: Install Item VMM management server was successful.  We will launch the post process delegate.
    12:19:47:Windows feature RSAT-Clustering-PowerShell already enabled, skipping
    12:20:15:Windows feature WindowsStorageManagementService already enabled, skipping
    12:20:41:Windows feature UpdateServices-API already enabled, skipping
    12:23:31:VMMPostinstallProcessor threw an exception: Threw Exception.Type: System.UnauthorizedAccessException, Exception.Message: Access to the path 'C:\ProgramData\VMMLogs\SetupWizard.log' is denied.
    12:23:31:StackTrace:   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath,
    Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
       at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
       at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
       at System.IO.StreamWriter..ctor(String path, Boolean append)
       at System.IO.File.AppendText(String path)
       at Microsoft.VirtualManager.SetupFramework.CommonLogger.Log(String trace)
       at Microsoft.VirtualManager.SetupFramework.CommonLogger.Log(LogLevel level, String trace)
       at Microsoft.VirtualManager.SetupFramework.Trc.Log(LogLevel level, String trace, Object parameter1, Object parameter2, Object parameter3)
       at Microsoft.VirtualManager.SetupFramework.Trc.LogException(LogLevel logLevel, String customMessage, Exception exception)
       at Microsoft.VirtualManager.Setup.DBConfigurator.ExecuteScript(SqlContext ctx, String fileName)
       at Microsoft.VirtualManager.Setup.DBConfigurator.UpgradeDatabaseTables()
       at Microsoft.VirtualManager.Setup.VirtualMachineManagerHelpers.CreateDB()
       at Microsoft.VirtualManager.Setup.InstallItemCustomDelegates.PangaeaServerPostinstallProcessor()
    12:23:31:ProcessInstalls: Running the PostProcessDelegate returned false.
    12:23:31:ProcessInstalls: Running the PostProcessDelegate for PangaeaServer failed.... This is a fatal item.  Setting rollback.
    12:23:31:SetProgressScreen: FinishMinorStep.
    12:23:31:ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    12:23:31:****************************************************************
    12:23:31:****Starting*RollBack*******************************************
    12:23:31:****************************************************************
    12:23:31:SetProgressScreen: StartMinorStep.
    Mark E. Scott Jr.

    Perhaps relevant, perhaps not. This error shows up right after the above log snippet. I assumed it was an error with the rollback routine, but just in case, here it is:
    12:23:31:SetProgressScreen: StartMinorStep.
    12:23:31:ProcessInstalls: Install Item VMM management server has a Preprocessing delegate of PangaeaServerPreinstallProcessor.  Launching it now.
    12:23:31:GetSqlLoginName: TThe login name for the vmm server service is [DGSLAB\tfs-vmm]
    12:24:49:no HAVMM name detected in DB. Doing VMM Uninstall
    12:24:53:Start setspn.exe parameters  -D SCVMM/tfsvmm1.dgslab.com DGSLAB\tfs-vmm
    12:24:56:Start setspn.exe parameters  -D SCVMM/tfsvmm1 DGSLAB\tfs-vmm
    12:25:00:DBConfigurationHander.SetupAsVMMServerRole() CarmineException : Threw Exception.Type: Microsoft.VirtualManager.Utils.FailedToAcquireLockException, Exception.Message: Unable to perform the job because one or more of the selected objects are locked by
    another job.
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    12:25:00:StackTrace:   at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteAcquireLockSP(CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.Utils.CarmineObjectLock.AcquireLockWithRetries(CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.Utils.CarmineObjectLock.AcquireLock(CarmineObjectLockType lockType, Boolean doNotWaitForLock)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer..ctor(RemoteServer server, Guid serverID, Version agentVersion, VersionState agentVersionState, AgentPackageType agentPackageType, Boolean wsManOverSSL, Int32 wsManPort, Nullable`1 complianceStatusID,
    Nullable`1 mostRecentTaskID, Nullable`1 mostRecentTaskUIState, Guid taskID, CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer..ctor(SqlRow row, Guid serverID, Guid taskID, CarmineObjectLockType lockType)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer.<>c__DisplayClass4.<GetInstance>b__3(SqlRow row)
       at Microsoft.VirtualManager.Engine.DbAccessHelper.GetFromCommand[_RetTy,_ColumnsTy](ReadOption readOption, SqlRetryCommand cmd, GetFromCommandWorker`1 worker)
       at Microsoft.VirtualManager.Engine.DbAccessHelper.HandleReadErrors[_RetTy](DbAccessDelegate`1 func, ErrorInfo notFoundErrorInfo)
       at Microsoft.VirtualManager.DB.Adhc.AgentServer.GetOne(String computerName, GetFromCommandWorker`1 ctor, ConnectionProperties properties)
       at Microsoft.VirtualManager.Setup.DBConfigurator.SetupAsVMMServerRole(Boolean isAssociate)
    12:25:00:InnerException.Type: Microsoft.VirtualManager.DB.DBCorruptionException, InnerException.Message: Unable to connect to the VMM database because the database is in an inconsistent state.
    Contact an experienced SQL administrator whenever this error occurs. In some cases, it may be necessary to restore the VMM database. If the problem persists, contact Microsoft Help and Support.
    12:25:00:InnerException.StackTrace:   at Microsoft.VirtualManager.DB.SqlRetryCommand.ValidateReturnValue()
       at Microsoft.VirtualManager.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.VirtualManager.Utils.CarmineObjectLock.ExecuteAcquireLockSP(CarmineObjectLockType lockType)
    Mark E. Scott Jr.

  • Can SCVMM 2012 R2 exist with SCVMM 2012 SP1 in the same AD domain

    We currently run System Centre 2012 SP1 (SCOM, SCCM, SCSM and SCVMM 2012 SP1). 
    There is no plan to upgrade the System Centre suite to R2 for another 6 months.
    But we do want to use SCVMM 2012 R2. I don’t plan to use SCVMM 2012 R2 with SCOM or SCCM 2012 SP1. 
    Can I build a separate SCVMM 2012 R2 in the same Active directory domain or forest (on a new server, with a separate database and with different service accounts)?
    Regards
    Tim
    Kind Regards Tim (Canberra)

    Hi Tim ,
    How are things going ?
    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.

  • How to change the size of every object in a flash file

    i created a flash website but the problem is the size is to large to fit on screen i have imbeded buttons, Movies clips, masks, and about 7 different scenes in this 13 mb movie what do i do to make the physicle size of the objects on screen so i can view it on my sceen?

    the easiest thing to do would be to load your swf into a main swf and resize the target movieclip (as2) or loader (as3) after loading is complete.

  • How SCOM Agent will get degraded which is installed on the monitored server while reverting Back from CU6 to CU3 of SCOM 2012 SP1?

    Hi,
    I have SCOM 2012 SP1 (CU3) inatalled on base server 2012 Standard which is a VM.
    Now I am planning to Go for CU6 and thinking to take snapshot of complete  SCOM server instead of taking Data Base Backup. Which should I prefer?
    If i am going for the Snapshot for complete SCOM server and run the CU6 complete setup. And some thing went wrong and not able to fix the issue.
    And I need to reverted back to CU3 using Snspshot.
    Now, how can I revert the Agent Version to CU3 level which is already upgraded to CU6?
    Thanks
    Amit Raj

    Hi,
    all agents with CU6 will be work fine with SCOM CU6.
    But if you decide back to the CU3 you need to backup your OPsDB and DWH (if CU6 contains sql scripts).
    In regard agents you can use repair from OPsMGR console.

  • Modifying the size of a a new window

    Hi,
    I have this code, I have a link that when clicked will open a
    new window, all I need please I need to play with its size, as this
    new window is as big as the parent page, I wnat the new page to
    still appear in the middle but with a less size ? what shall I
    modify to the attached code ? I am not an expert in HTML at all ?
    Appreciate fast help

    Use Dreamweaver's OpenBrowser Window behavior.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "fsurrey" <[email protected]> wrote in
    message
    news:gehvu2$gqb$[email protected]..
    > Hi,
    >
    > I have this code, I have a link that when clicked will
    open a new window,
    > all
    > I need please I need to play with its size, as this new
    window is as big
    > as the
    > parent page, I wnat the new page to still appear in the
    middle but with a
    > less
    > size ? what shall I modify to the attached code ? I am
    not an expert in
    > HTML at
    > all ?
    > Appreciate fast help
    >
    > <p align="justify"
    >
    class="style52">          <a
    > href="Aesthetic Factors/Aesthetic factors/Aesthetic
    factors.htm"
    > target="_blank" ; onclick="openNewWin('Aesthetic
    Factors/Aesthetic
    > factors/Aesthetic factors.htm', 800,600); return false;
    " > Web Aestheic
    > Fcators</a> ddd </p>
    >

  • How do I modify the size limitation on images in PSE 12?

      I frequently use panorama tools in Photoshop CS6 & CC and PSE 12 to generate large images (several sunsets/sunrises reach as much as 370 MB or more --- PNG or TIF without layers).  It apears that PSE 12 (and previous) have a limit less than a tenth of that.  I also understand that there is a registry fix which would allow for larger images to be displayed. 
      A) Is that so?
       B)  What is the patch?
       C)  What are the (unintended) consequences?
      I use Win 7 Pro.  One machine is 32 bit; the primary production machine, 64 bit.  Thanks

    Everything you need to know about PSE maximum sizes is in http://helpx.adobe.com/photoshop-elements/kb/maximum-image-size-limits-photoshop.html.
    The registry fix you are thinking of affects the Organizer only. The Editor has an absolute limit of 30,000 x 30,000 pixels. File size itself is not the constraining factor.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Question about modifying the size of an existing column in a table

    I am a new DBA. I am being asked to modify a column in an existing table that is populated with data. Our database is a 10g database, and the table name is Contacts. The column name is FName, and it is currently VARCHAR(10). It needs to be increased to VARCHAR(18). Would I use this statement: ALTER TABLE contacts MODIFY COLUMN FName VARCHAR(18)?
    I thank everyone who helps me with this question in advance.

    Hello,
    This is how you do it
    ALTER TABLE  A_ERROR_TABLE MODIFY(TEST VARCHAR2(18)); -- Example
    ALTER TABLE contacts MODIFY ( FName VARCHAR2(18));Regards
    Edited by: OrionNet on Apr 2, 2009 4:09 PM: Fixed typo

  • How to modify the size of the editable drop down

    I have used the editable drop down list which works perfectly. The only problem i find is that it has a static width, unlike a regular select/option list that adjust according to the lengh of the data that is in it. Is there any way i can adjust the width of the editable drop down list. Thank you.

    try removing the width completely...leave that field blank

  • Need a powershell script that will modify the path of an existing Outlook 2010 OST file

    For new users we have a GPO in place that creates the OST file in the correct location.  The GPO also works on existing users who create a new Outlook Profile.
    The problem I am trying to solve is modifying an existing Outlook Profile and changing the location that the OST file is written to.
    I have to put the users OST file on the network.  Yes, I do know that this is not supported by Microsoft, but I have zero clients (WYSE units) on non-persistent VMware virtual machines.  This means they cannot keep the OST file on the PC. 
    Our email provider requires us to run in Cached-Mode so OST files are here to stay.
    Forcing 3000 users to create new Outlook profiles would not have a good outcome.
    I also have to relocate their PST files onto the network, which is also not supported.  I have been able to connect PST's with powershell, but disconnecting them has been challenging (can't make it work even once) so if I could get some help with that
    too that would be excellent.
    Thanks

    Hi,
    You may refer to the following article to create the registry keys and deploy it with logon script:
    http://www.slipstick.com/exchange/moving-outlook-ost-file/
    Best regards,
    Rex Zhang
    TechNet Community Support

  • How do I modify the image size on OXO template HP

    the temporary site is "http://printtest2.businesscatalyst.com/"
    this is regarding what appears to be a "catalogue" presented on the homepage of the OXO template site. I want to modify the size of the images but can't find where the code is kept.
    When I'm in "design view" it looks like the content is being called by // {module_webapps,13325,a,}
    and when in "code view" it looks like its called by // {module_productfeaturelist,last,2,Default,,,true}
    Where can I view these pieces of code, or the module screens, and how do I modify the attributes?
    Is the {module_productfeaturelist,last,2,Default,,,true}, embedded in the {module_webapps,13325,a,} and if so, where can I go to see that?
    Thanks very much.
    Scott.

    something is changing the file size (dimensions), the actual dimensions are smaller than what is displayed.
    Can I modify the css through the BC admin interface, if so, where?
    I know this is newbie stuff, but I gotta start somewhere.
    Thanks.
    Scott.

Maybe you are looking for