Unsolved

This post is more than 5 years old

3545

December 12th, 2017 11:00

Cannot connect ISO to IDRAC via SSH using RACADM commands

I am trying to map and ISO via RACADM commands and am unable to get the ISO to mount. Connecting via SSH.

I am using the following command:
racadm remoteimage -c -l '/\/\sharename/\groups/\Infra/\MDT-Build/\Boot/\LiteTouchPE_x64.iso' -u domain\username -p Password
(I have verified the username and password are valid)

And get the response:
I get the response: “remote image is now configured”

When I try to verify that the ISO is mapped it show that it is not connected.

racadm remoteimage -s

Remote File Share is Disabled, UserName , Password , ShareName

Background Details:
IDRAC version: 2.15.10.10 (build 08)

In the Logs in the the IDRAC I get the message:
Unable to mount remote share //Sharename/groups

I can mount the ISO from the web client.


How do I mount an ISO from SSH?

1 Rookie

 • 

19 Posts

April 18th, 2018 08:00

Any luck in finding a solution for this, please?

4 Operator

 • 

3K Posts

April 18th, 2018 09:00

Can you try below syntax

racadm remoteimage -c -u "user" -p "pass" -l //sharename/folder/foo.iso

If you are providing share name instead of IP address, ensure DNS is configured on iDRAC

Top