Jump to content
Updated Privacy Statement

Mischa Delden van

Legacy Group
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Mischa Delden van

  1. No, in ELM the Image Template name is Prod2016

    The output vhd file is called Prod2016_2018-07-17_10-51-25.vhd by ELM

     

    It looks like line 180 or 181 is not working

    180 $MyVHD = Get-Item -Path "$MyVHDpath"

    181 $MyVHDBaseName = $MyVHD.BaseName

     

    line 148

        Log "VHD Path for the original vDisk is [$MyVHDpath]"

    returns

        [2018-07-17 11:00:03] VHD Path for the original vDisk is [\\kadata\citrix$\vDiskStore\Prod2016_2018-07-17_10-51-25.vhd]

     

    line 182

        Log "VHD Base Name is $MyVHDBaseName"

    returns

        [2018-07-17 11:00:03] VHD Base Name is

     

  2. hi Guys, i am having problems with the pvs_connector_script.

     

    have you ever seen this? the script returns the vhd path but a few steps further it can't resolve the vhd base name.

     

    [2018-07-17 11:00:02] Using PVS snapin Citrix.PVS.SnapIn at version 7.18.0.106
    [2018-07-17 11:00:02] Getting the path to the VHD we imported
    [2018-07-17 11:00:03] The Store Path was found to be:\\kadata\citrix$\vDiskStore
    [2018-07-17 11:00:03] VHD Path for the original vDisk is [\\kadata\citrix$\vDiskStore\Prod2016_2018-07-17_10-51-25.vhd]
    [2018-07-17 11:00:03] Convert to VHDX is Running.
    [2018-07-17 11:00:03] VHD Base Name is
    [2018-07-17 11:00:03] VHD Base Name Full is .vhd
    [2018-07-17 11:00:03] VHDX Path is .vhdx
    [2018-07-17 11:00:03] VHDX Full Path is \\kadata\citrix$\vDiskStore\.vhdx
    [2018-07-17 11:00:03] Our VHD [] is [0,0000] GB
    [2018-07-17 11:00:03] Checking to ensure space is available in the store
    [2018-07-17 11:00:03] Our store [\\kadata\citrix$\vDiskStore] has the following free space [0,0000] GB
    [2018-07-17 11:00:03] The store has sufficient space to convert the vDisk from VHD to VHDX.
    [2018-07-17 11:00:03] Running ./c:\scripts\qemu-img.exe convert -O vhdx "\\kadata\citrix$\vDiskStore\Prod2016_2018-07-17_10-51-25.vhd" "\\kadata\citrix$\vDiskStore\.vhdx" -o subformat=dynamic
    [2018-07-17 11:00:03] ***The vhdx file was NOT found in the store.  Exiting the Script the VHD is still in place.

×
×
  • Create New...