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

No events in showevtlog after Server reset through GUI. #1947

Open
mohandev2 opened this issue May 10, 2017 · 6 comments
Open

No events in showevtlog after Server reset through GUI. #1947

mohandev2 opened this issue May 10, 2017 · 6 comments

Comments

@mohandev2
Copy link
Collaborator

No events are shown in showevtlog after Server reset through GUI.

Reported by: ShyamalaH

Original Ticket: openhpi/bugs/1947

@mohandev2
Copy link
Collaborator Author

This happens with the reset (aka hard or warm), where the OS is not shutdown gracefully. The alerts and tasks that come in do not have any powerOff ones. The powerOn event is not handled as the server is already powered on. The tasks and alerts that come in are
TASK_RESET (3 times)
Trap.cpqSm2ServerReset
Trap.cpqSm2ServerPowerOn
Since there is no PowerOff alert, the events are not generated.

When the cold reset is issued, the following tasks and alerts come in
TASK_RESET (2 times)
Trap.cpqSm2ServerPowerOff
TASK_RESET
Trap.cpqSm2ServerReset
Trap.cpqSm2ServerPowerOn
Trap.cpqSm2ServerReset
Trap.cpqSm2ServerPowerOn
The extra alerts are ignored and four events are delivered.

This problem is happening only with the warm reset

Original comment by: mohandev2

@mohandev2
Copy link
Collaborator Author

  • 3.7.0: 3.7.0 --> 3.8.0

Original comment by: mohandev2

@mohandev2
Copy link
Collaborator Author

  • status: open --> closed-wont-fix
  • assigned_to: dr_mohan

Original comment by: mohandev2

@mohandev2
Copy link
Collaborator Author

  • status: closed-wont-fix --> open

Original comment by: mohandev2

@mohandev2
Copy link
Collaborator Author

This behavior is same in oa_soap also. Since the blade is not getting powered off during warm reset power off event is not coming from one view. Since some sequence during reboot indicates power on, power on event is coming and we are ignoring it as power off never happened (power off event did not come).

Original comment by: mohandev2

@mohandev2
Copy link
Collaborator Author

  • 3.7.0: 3.8.0 --> Future

Original comment by: mohandev2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant