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

Dell idrac7 #22

Open
lambq opened this issue Nov 8, 2023 · 5 comments
Open

Dell idrac7 #22

lambq opened this issue Nov 8, 2023 · 5 comments

Comments

@lambq
Copy link

lambq commented Nov 8, 2023

Can it support Dell’s idrac7 version of JNLP?

@Jeff-liaojinfu
Copy link

Jeff-liaojinfu commented Nov 8, 2023 via email

@IngoMeyer441
Copy link
Member

I have no system to do any testing, so I can't implement idrac7 support. Pull requests are always welcome.

@lambq
Copy link
Author

lambq commented Nov 9, 2023

1699527602005
Please look at the html code, which calls javascript to generate the JNLP file.

@lambq
Copy link
Author

lambq commented Nov 9, 2023

kvm-openjdk-7u51-dell-r620:
skip_login: False
login_user: root
login_endpoint: /data/login
allow_insecure_ssl: True
user_login_attribute_name: user
password_login_attribute_name: password
send_post_data_as_json: False
session_cookie_key: SessionCookie
download_endpoint: /viewer.jnlp(192.168.4.80@0@idrac%2C+PowerEdge+R620%2C+%26%2329992%3B%26%2325143%3B%26%2365306%3B+root@1699438320543@ST1=aa23fde92419a868bd9dd107f7ec7856)
java_version: 7u51
format_jnlp: False

@IngoMeyer441
Copy link
Member

You could try to get the actual download_endpoint from the network inspector in your browser. If it is static, everything is fine. If it it is really a dynamic endpoint which is generated every time by Javascript, then this is not supported (right now). At least, you would need to extract the code generating the endpoint url since nojava-ipmi-kvm has no Javascript engine included.

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

3 participants