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

[QUESTION]: Timezone attribute different on iDRAC8 vs iDRAC9 #681

Open
pgitbeta opened this issue Jun 12, 2024 · 0 comments
Open

[QUESTION]: Timezone attribute different on iDRAC8 vs iDRAC9 #681

pgitbeta opened this issue Jun 12, 2024 · 0 comments
Labels
type/question Further information is requested

Comments

@pgitbeta
Copy link

How can the team help?

When setting timezones the attribute "Time.1.TimeZone" works for iDRAC8, but for iDRAC9, its attribute is"Time.1.Timezone" (note the capital "Z"). This causes plays to fail when targeting mixed generations of iDRACs.

Your Plays look like they were tested on an iDRAC9

  • name: Configure the iDRAC attributes for Timezone settings.
    dellemc.openmanage.idrac_attributes:
    idrac_ip: "192.168.0.1"
    idrac_user: "user_name"
    idrac_password: "user_password"
    ca_path: "/path/to/ca_cert.pem"
    idrac_attributes:
    Time.1.Timezone: CST6CDT
    NTPConfigGroup.1.NTPEnable: Enabled
    NTPConfigGroup.1.NTP1: 192.168.0.5
    NTPConfigGroup.1.NTP2: 192.168.0.6
    NTPConfigGroup.1.NTP3: 192.168.0.7
@pgitbeta pgitbeta added the type/question Further information is requested label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant