[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] bb-omsa-raid.sh after upgrading OMSA from 5.4 to 5.5
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] bb-omsa-raid.sh after upgrading OMSA from 5.4 to 5.5
- From: Gabriel Petrescu <gabrielescu (at) gmail.com>
- Date: Mon, 9 Mar 2009 15:38:09 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=o7u313Dzrl4T/VQjwm/6jGtAvAs5y4/w0znUnydtK0U=; b=UvESAvIUcnTBfJe5vBzix1tV7xUTmiwFu7m2hO12raqwMLTj9ccrpEjf4DYxNCWMFo yFCoaJr7GOCbw5ETvMHPLpxtS9JwWRdK/7U6/TPZsvpnjZzvQe2nCqB96whpSPh6cqNC KCxvaKZsx6ltSQaL1d/cPfRoyXvDiQ3YBBu/o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=XQ70VcFGtEOJoCwkIaFW7PIJoHQIo6o8UQLx57+hMOm1//RWQ/TLNYNHl0W9dXdAxO p/2A1jm2EaJIgqFqklhD5sLbC408Yd7jp0EzAuZfNuenOec5Cz7vDophMLHRpQprcZUt vkWgkQ3HIhHjAy5ha8PKq9gZ6UZ0RqRf5UEks=
- References: <7EA6A25EC6360A488E0EBB5F3F21A0DC24AAFDE5 (at) mail-sd4.ad.soe.sony.com> <8828D534B9964C9B9C4BF60E1CE0F8AC (at) gabitzu> <49B4F32E.5030404 (at) bluekiwi-software.com>
Hi!
I made this changes and now it works:)
Gabi
On Mon, Mar 9, 2009 at 12:45 PM, Thomas Séglard
<tsg (at) bluekiwi-software.com> wrote:
> Hi !!
>
> I upgraded OMSA too and ran into some troubles. The main problem is that the
> ouptut is now displayed on three lines (2 only before). You should modify
> your script to take this into account. For your information, I only change
> the following line (143) :
>
> sudo /usr/sbin/omreport storage controller -fmt ssv \
> | grep -v "Controller" | grep -v "^$" > ${RAID_CONTROLLERS}
>
> to
>
> sudo /usr/sbin/omreport storage controller -fmt ssv | grep -v "Controller" \
> | grep -v "^$" | sed -e :a -e '$!N;s/\n;/;/;ta' -e 'P;D' >
> ${RAID_CONTROLLERS}
>
> Then it should work again !!
> Cheers,
>
> ThomaS
>
>
> Gabriel Petrescu a écrit :
>>
>> Hi:)
>>
>> I have a strange issue with bb-omsa-raid.sh script running on a Ubuntu on
>> a Dell machine.
>>
>> One of my coleagues upgraded OMSA from 5.4 to 5.5. After that the script
>> bb-omsa-raid.sh running in xymon server started to not show data.
>>
>>
>> I google it and I couldn't find any error reported yet.
>>
>> It look like bb-omsa-raid.sh after running /usr/bin/omreport is getting
>> no data or in a wrong format. In xymon at Raid there is no data.
>>
>> For Ubuntu, OMSA is not supported by Dell, is re-packed by a dutch guy..
>>
>> Do you have any ideea how to solve it?
>>
>> Thank you:)
>>
>> Gabi
>>
>>
>> To unsubscribe from the hobbit list, send an e-mail to
>> hobbit-unsubscribe (at) hswn.dk
>>
>>
>>
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>