|
From: Norton, P. <Pet...@sa...> - 2011-08-15 08:15:24
|
Hi All,
I'm getting the error 'Missing repeater data for trans_switch' after
modifying the templaple netpp-misc/volume/transforms to be:
dfGBytesTotalLow: MATH : ((2^32) x {dfHighTotalKBytes} +
{dfLowTotalKBytes}) / 1048576
dfGBytesTotalHigh: MATH : ((2^32) x ({dfHighTotalKBytes} +
1) + {dfLowTotalKBytes}) / 1048576
dfGBytesUsedLow: MATH : ((2^32) x {dfHighUsedKBytes} +
{dfLowUsedKBytes}) / 1048576
dfGBytesUsedHigh: MATH : ((2^32) x ({dfHighUsedKBytes} +
1) + {dfLowUsedKBytes}) / 1048576
dfGBytesUsedTmp: SWITCH : {dfLowUsedKBytes} <0 =
{dfGBytesUsedHigh}, 0 = {dfGBytesUsedLow}, >0 = {dfGBytesUsedLow}
dfGBytesTotalTmp: SWITCH : {dfLowTotalKBytes} <0 =
{dfGBytesTotalHigh}, 0 = {dfGBytesTotalLow}, >0 = {dfGBytesTotalLow}
dfPercent: MATH : {dfGBytesUsedTmp} / {dfGBytesTotalTmp}
x 100
dfGBytesTotal: MATH : {dfGBytesTotalTmp} x 1
dfGBytesUsed: MATH : {dfGBytesUsedTmp} x 1
The reason for the change is to work around the 2TB disk size
limitation.
I'm not sure if I'm getting the error because I'm using the temporary
aliases dfGBytesUsedTmp & dfGBytesTotalTmp in the MATH calculations
dfPercent, dfGBytesTotal & dfGBytesUsed rather than a OID value from the
oids file.
Any help is much appropriated.
Regards,
Pete
------------------------------------------------------------------------
This e-mail message is confidential and for use by the addressee only.
If you are not the intended recipient, you must not use, disclose, copy
or forward this transmission. Please return the message to the sender by
replying to it and then delete the message from your computer. Sagentia
provides e-mail services for both itself and a number of its independent
spin-out companies. Sagentia shall not be held liable to any person
resulting from the use of any information contained in this e-mail and
shall not be liable to any person who acts or omits to do anything in
reliance upon it. Sagentia does not accept responsibility for changes
made to this message after it was sent.
Company Information: Name: Sagentia Limited.
Registered Address: Harston Mill, Harston Cambridge CB22 7GG. Registered
as a Company in England: 2081960 VAT Number: 432214202. Website hosted
by: Sagentia Limited Harston Mill, Harston, Cambridge, UK.
CB22 7GG in...@sa...
|