Mount-IMMISO: RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found
Opened this issue · 1 comments
Bareliah commented
trying to mount an ISO, writing a ISO full path and getting the error:
PS C:\Users\user\Downloads> Mount-IMMISO -IMM 10.10.10.10 -ISO C:\Users\user\Downloads\centos7.iso
RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found
At C:\Program Files\WindowsPowerShell\Modules\IMM-Module\IMM-Module.psm1:2074 char:48
+ ... ileSystem::$RDMExec)) {Throw "RDCLI executable '$RDMExec' not found"}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (RDCLI executabl....exe' not found:String) [], RuntimeException
+ FullyQualifiedErrorId : RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found
doing Test-Path to validate the ISO input, and it returned Okay.
PS C:\Users\user\Downloads> Test-Path -Path C:\Users\user\Downloads\centos7.iso
True
rgel commented
Edit $RDMExec variable within .psm1 file according to the rdmount.exe path
https://ps1code.com
…On Wed, 22 Aug 2018, 18:23 Bareliah ***@***.***> wrote:
trying to mount an ISO, writing a ISO full path and getting the error:
PS C:\Users\user\Downloads> Mount-IMMISO -IMM 10.10.10.10 -ISO C:\Users\user\Downloads\centos7.iso
RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found
At C:\Program Files\WindowsPowerShell\Modules\IMM-Module\IMM-Module.psm1:2074 char:48
+ ... ileSystem::$RDMExec)) {Throw "RDCLI executable '$RDMExec' not found"}
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (RDCLI executabl....exe' not found:String) [], RuntimeException
+ FullyQualifiedErrorId : RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found
doing Test-Path to validate the ISO input, and it returned Okay.
PS C:\Users\user\Downloads> Test-Path -Path C:\Users\user\Downloads\centos7.iso
True
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGpFRY1mjQzFlWJe3rA5D3lh5RnbZ5Wfks5uTXd_gaJpZM4WH4ez>
.