-1

The RAID/NVRAM battery on a BlueArc Mercury storage host is located in the front of the storage head, and can be replaced without down time. From what I can gather, after battery change, I have to enter its Linux mode, and enter "something".

Does anyone know what "this something" is?

Update

How to change a battery is not documented in the manuals, as it is normally a task that you pay a certified BlueArc engineer for. So how to do it is not documented in anything that is available to the owner.

Sandra
  • 9,973
  • 37
  • 104
  • 160
  • 2
    Have you tried something aqs abstruse as "reading the documentation"? Seriously - what is next? How do I plug a computer into the power grid? – TomTom Feb 02 '14 at 21:36
  • It looks like you've lost our goodwill, it's time to start doing what you should have done for some time and learn to find things out for yourself. You should also read [this](http://meta.serverfault.com/questions/6074/do-you-have-a-checklist-that-can-help-me-ask-a-better-question) and the linked documents therin. – user9517 Feb 02 '14 at 21:48
  • I understand your concerns, but it not explained in the documentation. Please see my updated post. – Sandra Feb 02 '14 at 22:08
  • 2
    To be quite fair, the answer to this does _not_ reveal itself very quickly from a simple Google search. – Michael Hampton Feb 02 '14 at 22:49
  • 2
    To be quite fair, sometimes a person has to know the proper path for getting certain problems resolved and questions answered, which is to firstly contact the vendor, not a question and answer web site. – joeqwerty Feb 02 '14 at 23:39

1 Answers1

4

You call BlueArc (now Hitachi Data Systems) and book one of their engineers to come and fix your array.

You do have a support contract right? Right?

These things have support because of issues like this.


Incidentally, more for future reference, google keywords, etc. I found the answer after much searching.

The commands you have to run are:

  1. battery-fitted --field --confirm

  2. /etc/init.d/chassis-monitor restart

Source: http://www.hds.com/assets/pdf/hus-file-module-hardware-reference.pdf Page 45-47

Exact Google Search was: https://www.google.co.uk/search?q=hitachi+nas+cli+reference&oq=hitachi+nas+cli+reference&ie=UTF-8#q=hitachi+nas+cli+nvram+battery

Tom O'Connor
  • 27,440
  • 10
  • 72
  • 148
  • I moved all critical data from the host before the support ran out. It was a nice box, but way too expensive for our needs. The Mercury model have EOL this year, so the support is even higher now. I would like to change the battery myself, because it is "so easy" (just write the correct CLI command) after battery change. – Sandra Feb 02 '14 at 22:22
  • 2
    @Sandra You're probably better off getting rid of it. My own personal opinion is that requiring a paid support call for something that ridiculously simple is an indication that you really don't want the product. – Michael Hampton Feb 02 '14 at 22:25
  • 2
    About 2-3 years ago, I did the Hitachi NAS Administration certification. Replacing the NVRAM battery was not included in this course. Probably because it's not a user serviceable part. – Tom O'Connor Feb 02 '14 at 22:26
  • 1
    @Sandra Finally found the real answer for you. Probably. Maybe. – Tom O'Connor Feb 02 '14 at 22:42
  • 1
    That was significantly difficult to find. I suspect it probably wasn't meant to be found. – Tom O'Connor Feb 02 '14 at 22:43
  • @MichaelHampton Yes, it is officially phased out from production, but it just a shame to throw it out I think, as it have always "just worked". So I will use it for temp space, where the data can be regenerated if it breaks, so no harm done. – Sandra Feb 02 '14 at 22:43
  • 1
    If you read that hardware guide in the link I edited into my answer, there's info on replacing the NVRAM battery. – Tom O'Connor Feb 02 '14 at 22:46
  • @TomO'Connor Can I ask how you found this document, as it is exactly what I was looking for, and the word BlueArc is not even mentioned anywhere. – Sandra Feb 02 '14 at 22:48
  • 1
    You have to know the following things. 1) Bluearc Mercury are more or less = Hitachi NAS Platform. 2) You want the hardware reference guide. - The one they give to service engineers. 3) Google. Lots. . Took me about 20 minutes. – Tom O'Connor Feb 02 '14 at 22:50
  • Mostly intuition, HNAS experience and being far better at googling than you are. – Tom O'Connor Feb 02 '14 at 22:51
  • @TomO'Connor Those are very good tips. I haven't thought about doing a search from a service engineers point of view. Very clever! Thanks a lot for the doc and search tips! – Sandra Feb 02 '14 at 22:52