Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mount-IMMISO: RDCLI executable 'E:\sh\IBM\ASU\rdmount.exe' not found #2

Open
Bareliah opened this issue Aug 22, 2018 · 1 comment
Open

Comments

@Bareliah
Copy link

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
Copy link
Owner

rgel commented Aug 23, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants