cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2731
Views
5
Helpful
3
Replies

VSMS Server startup error

Hi all,

I am receiving this output when my client reboots a server (see photo attached).

Does anyone have a suggestion?

Regards,

Nicos Nicolaides.

TIA, Nicos Nicolaides
1 Accepted Solution

Accepted Solutions

Gerald Burgess
Cisco Employee
Cisco Employee

The raid controllers we have in our servers don't have the battery backup option installed, so that message comes up when you reboot them.

you would use this command to turn that error off:

MegaCli -AdpSetProp BatWarnDsbl -a0

I have a doc up on support forums that might help:

https://supportforums.cisco.com/docs/DOC-16309

Hopefully that takes care of it for you.

Cheers!

View solution in original post

3 Replies 3

Gerald Burgess
Cisco Employee
Cisco Employee

The raid controllers we have in our servers don't have the battery backup option installed, so that message comes up when you reboot them.

you would use this command to turn that error off:

MegaCli -AdpSetProp BatWarnDsbl -a0

I have a doc up on support forums that might help:

https://supportforums.cisco.com/docs/DOC-16309

Hopefully that takes care of it for you.

Cheers!

Hi Gerald,

I have tried this command but it outputs the following error:

VSMS1:/opt/MegaRAID/MegaCli # ./MegaCli -AdpSetProp BatWarnDsbl -a0

Invalid input at or near token -a

Anyway, i have rebooted the server and disabled the message from the BIOS.

Thank you for your support

TIA, Nicos Nicolaides

Just so everyone knows, the correct synax

to enable: ./MegaCli -AdpSetProp BatWarnDsbl 1 -a0

to disable: ./MegaCli -AdpSetProp BatWarnDsbl 0 -a0

Several months later, this may not be of help, but hopefully so for others who are looking for this info.