Command Line Parameters not working

Command Line Parameters not working

avatar

Dear Support,

I'm trying to get HP iLO Stand Alone Integrated Remote Console (v1.2.3.1591) to work with RDM v9.2.10.0.

I'm able to get the HP IRC to work via windows command line (cmd), but when fill the parameters within RDM command line connection, I'm able to launch the HP IRC but the parameters are not passed to the app.

Could you please help me?

Note: This is a sub connection.

Please find in attach the some screenshots of my configuration.

The HP IRC parameters are:

HPLOCONS –addr address[:https_port] –name login_name –password password –lang language_code
address
DNS name or IP address
https_port
SSL port. Default is 443.
login_name
login name
password
Password
language-code
en, ja, or zh-CHS
[/table]
Best regards,
Rafael

parameters.PNG

General Tab.PNG

All Comments (9)

avatar

You need to specify the parameter in the command line. Could you export me you entry I will fix it for you?

David Hervieux

avatar

Hi David,

Thanks for your quick answer!!

Please find in attach the entry .rdm file.

Many thanks

Rafael

Vantage01 - ILO.rdm

avatar

Change the command line for that:

"C:\Program Files (x86)\Hewlett-Packard\HP iLO Integrated Remote Console\ -addr {0} -name {1} -password {2} -lang {3}"

The {0}, {1}, {2} and {3} will be replaced by the variable. In the parameter, the label is only informative.

By the way we will create an add-on soon.

David Hervieux

avatar

Hi David,

It's working! Thanks a lot!!!

I just had to replace the index {0} for 1 {1} for 2 {3} and {3} for 4 and add "" in each one.

HP IRC is an extremely useful tool, I'm glad to know that your are working on a add-on!

Once again thanks

Rafael
edited by Rafael on 9/1/2014

avatar

Hi David,

I'm trying to use variables on the parameters default value field, but when launch the connection the parameters variables are being literally passed to the HP IRC.

I've removed the "" between the index values {} but it's still happening.

"C:\Program Files (x86)\Hewlett-Packard\HP iLO Integrated Remote Console\HPLOCONS.exe" -addr {1} -name {2} -password {3} -lang "{4}"

Please find some screenshots in attach.


Thanks

Rafael
edited by Rafael on 9/1/2014
edited by Rafael on 9/1/2014

Parameters variables.PNG

Connection Dialog.PNG

IRC Values.PNG

avatar

Replace the {1}, {2}, {3}, {4} by the variable or the value directly.

"C:\Program Files (x86)\Hewlett-Packard\HP iLO Integrated Remote Console\HPLOCONS.exe" -addr $CUSTOM_FIELD1$ -name $USERNAME$ -password $PASSWORD -lang en

David Hervieux

avatar

Hi, Rafael,

An add-on for HP integrated lights out has been developed and joined as an attachment.
If possible, could you please test the add-on and give us some feedback?
To install the add-on, you need to extract the DLL file and put it in %LocalAppData%\devolutions\RemoteDesktopManager\
You will need the latest beta build to use the add-on.

Regards

Hubert Mireault

HPIntegratedLightsOut1.0.0.0.zip

avatar

Hi Hubert,

This is great news! Thanks for developing this extension in such a short time.

I've downloaded the latest RDM beta version and installed the add-on. I'll give you some feedback asap.

Thanks

Rafael

avatar

Hi Rafael,

Thank you for testing out the add-on so thoroughly.

Regards

Hubert Mireault