mfiutil.c (4ee8bfc521a048d8fd318c9c7dbad129b0da87d7) mfiutil.c (98be0dfebdc49a0ff7f4eceff40785c421720dde)
1/*-
2 * Copyright (c) 2008, 2009 Yahoo!, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

55 fprintf(stderr, " show adapter - display controller information\n");
56 fprintf(stderr, " show battery - display battery information\n");
57 fprintf(stderr, " show config - display RAID configuration\n");
58 fprintf(stderr, " show drives - list physical drives\n");
59 fprintf(stderr, " show events - display event log\n");
60 fprintf(stderr, " show firmware - list firmware images\n");
61 fprintf(stderr, " show volumes - list logical volumes\n");
62 fprintf(stderr, " show patrol - display patrol read status\n");
1/*-
2 * Copyright (c) 2008, 2009 Yahoo!, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 46 unchanged lines hidden (view full) ---

55 fprintf(stderr, " show adapter - display controller information\n");
56 fprintf(stderr, " show battery - display battery information\n");
57 fprintf(stderr, " show config - display RAID configuration\n");
58 fprintf(stderr, " show drives - list physical drives\n");
59 fprintf(stderr, " show events - display event log\n");
60 fprintf(stderr, " show firmware - list firmware images\n");
61 fprintf(stderr, " show volumes - list logical volumes\n");
62 fprintf(stderr, " show patrol - display patrol read status\n");
63 fprintf(stderr, " show progress - display status of active operations\n");
63 fprintf(stderr, " fail <drive> - fail a physical drive\n");
64 fprintf(stderr, " good <drive> - mark a bad physical drive as good\n");
65 fprintf(stderr, " rebuild <drive> - mark failed drive ready for rebuild\n");
66 fprintf(stderr, " drive progress <drive> - display status of active operations\n");
67 fprintf(stderr, " drive clear <drive> <start|stop> - clear a drive with all 0x00\n");
68 fprintf(stderr, " start rebuild <drive>\n");
69 fprintf(stderr, " abort rebuild <drive>\n");
70 fprintf(stderr, " locate <drive> <on|off> - toggle drive LED\n");

--- 66 unchanged lines hidden ---
64 fprintf(stderr, " fail <drive> - fail a physical drive\n");
65 fprintf(stderr, " good <drive> - mark a bad physical drive as good\n");
66 fprintf(stderr, " rebuild <drive> - mark failed drive ready for rebuild\n");
67 fprintf(stderr, " drive progress <drive> - display status of active operations\n");
68 fprintf(stderr, " drive clear <drive> <start|stop> - clear a drive with all 0x00\n");
69 fprintf(stderr, " start rebuild <drive>\n");
70 fprintf(stderr, " abort rebuild <drive>\n");
71 fprintf(stderr, " locate <drive> <on|off> - toggle drive LED\n");

--- 66 unchanged lines hidden ---