| | 639 | == Raid BBU and Nodes with Targeted Data == |
| | 640 | |
| | 641 | Many times a node becomes problematic when the raid BBU goes offline and WriteThrough (rather than WriteBuffer) mode is activated -- definitely happens for a data targeted node, but can also happen for an untargeted node if there are very few targeted nodes with free space. The node should be checked and if BBU needs attention then notify the ipp-dev list for the appropriate person to do so. To check the BBU status, there are two possible commands depending on the node but try the command as given on a machine that doesn't support it the it should be fine (requires sudo and be careful with these commands not to mistype or truncate) -- |
| | 642 | |
| | 643 | * ipp083 (add more to list here as go) |
| | 644 | {{{ |
| | 645 | --> MegaCli64 -AdpBbuCmd -aAll |
| | 646 | |
| | 647 | Battery State: Optimal |
| | 648 | |
| | 649 | ... lots of other details ... |
| | 650 | |
| | 651 | |
| | 652 | --> MegaCli64 -LDInfo -Lall -aALL |
| | 653 | |
| | 654 | Default Cache Policy: WriteBack, ReadAheadNone, Cached, No Write Cache if Bad BBU |
| | 655 | Current Cache Policy: WriteBack, ReadAheadNone, Cached, No Write Cache if Bad BBU |
| | 656 | |
| | 657 | |
| | 658 | }}} |
| | 659 | * want '''WriteBack''' for Current Cache Policy not WriteThrough |
| | 660 | |
| | 661 | * ipp096 (add more to list here as go) |
| | 662 | {{{ |
| | 663 | --> tw_cli /c0 show |
| | 664 | |
| | 665 | Unit UnitType Status %RCmpl %V/I/M Stripe Size(GB) Cache AVrfy |
| | 666 | ------------------------------------------------------------------------------ |
| | 667 | u0 RAID-6 OK - - 256K 81956.2 RiW ON |
| | 668 | |
| | 669 | ... other raid info ... |
| | 670 | |
| | 671 | Name OnlineState BBUReady Status Volt Temp Hours LastCapTest |
| | 672 | --------------------------------------------------------------------------- |
| | 673 | bbu On Yes OK OK OK 85 18-Jul-2015 |
| | 674 | }}} |
| | 675 | * want to see Cache '''RiW''' |
| | 676 | |
| | 677 | IF the problem node is a data targeted node and enough data nodes (and most of target data nodes) are available, the problem data node may still be able to take random data, but needs to be removed from the targeted set and pantasks restarted (typically the following day if BBU or full node issues not addressed) -- for the ipp-20141024 tag |
| | 678 | {{{ |
| | 679 | ~ipp/psconfig/ipp-20141024.lin64/share/pantasks/modules/ipphosts.mhpcc.config |
| | 680 | }}} |
| | 681 | |
| | 682 | |