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

Power on server is not working #58

Open
Talhashahar opened this issue Nov 22, 2023 · 0 comments
Open

Power on server is not working #58

Talhashahar opened this issue Nov 22, 2023 · 0 comments

Comments

@Talhashahar
Copy link

Python 3.10
Ucscsdk version 0.9.0.3
Windows 10

Try to power on blade with following code
Handler = UcsHandle(ip=....)
Dm = Handler.query_dn("compute/sys-1234/...")
Dm.attr_set("oper_state", "up")
Handler.set_mo(Dm)
Handler.commit()

I don't get any exception or information from this method (commit) and the server is not power on or any change.

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

1 participant