Jump to content
Updated Privacy Statement

Matthias-Schlimm

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Matthias-Schlimm

  1. If we booting up the streamed target devices with PVS, the VDA is sucessfull registered on the Controller but the machine itself sometimes not ready with the WEM Cache to recreate the Cache or other things to get the Machine ready.

     

    The user can logged in earlier to this VM through Receicer

     

    It's possible to set the "Citrix Desktop Service" to Starttype Manual on our Master Image and start the service first, if the personalization is finished ?

     

    I't should work, but other dependencies ?

     

    regards

     

    Matthias

  2. I'm stuck on the same, to mount exiting ISO via powershell, but it doesn't work with the command 

     

     

    Get-XenVDI -Name "$BootISOName" | Invoke-XenVBD -Uuid (Get-XenVBD)[2].uuid -XenAction Insert
    Invoke-XenVBD : The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any 
    of the parameters that take pipeline input.
    At line:1 char:35
    + Get-XenVDI -Name "$BootISOName" | Invoke-XenVBD -Uuid (Get-XenVBD)[2].uuid -XenA ...
    +                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (XenAPI.VDI:PSObject) [invoke-XenVBD], ParameterBindingException
        + FullyQualifiedErrorId : InputObjectNotBound,Citrix.XenServer.Commands.InvokeXenVBD

     

    ------------------------------------------

    ouput from Get-XenVDI -Name $BootIsoName

     

     

    uuid                 : e0bda688-5519-4ace-953d-999d4f2026c1
    name_label           : PVS-DHCP-D1.iso
    name_description     : 
    allowed_operations   : {forget, destroy, copy, snapshot}
    current_operations   : {}
    SR                   : XenAPI.XenRef`1[XenAPI.SR]
    VBDs                 : {XenAPI.XenRef`1[XenAPI.VBD], XenAPI.XenRef`1[XenAPI.VBD]}
    crash_dumps          : {}
    virtual_size         : 307200
    physical_utilisation : 307200
    type                 : user
    sharable             : False
    read_only            : True
    other_config         : {[content_id, 30b7a9b0-a557-ef45-7005-b0376b1f11a6]}
    storage_lock         : False
    location             : PVS-DHCP-D1.iso
    managed              : True
    missing              : False
    parent               : XenAPI.XenRef`1[XenAPI.VDI]
    xenstore_data        : {}
    sm_config            : {}
    is_a_snapshot        : False
    snapshot_of          : XenAPI.XenRef`1[XenAPI.VDI]
    snapshots            : {}
    snapshot_time        : 01.01.1970 00:00:00
    tags                 : {}
    allow_caching        : False
    on_boot              : persist
    metadata_of_pool     : XenAPI.XenRef`1[XenAPI.Pool]
    metadata_latest      : False
    opaque_ref           : OpaqueRef:7ed76e36-8c9a-a13f-063f-87003a6d64ec
    Changed              : True
×
×
  • Create New...