The simplest representation of
availability (
A) is a ratio of the expected value of the
uptime of a system to the aggregate of the expected values of up and down time (that results in the "total amount of time"
C of the observation window) : A = \frac{E[\mathrm{uptime}]}{E[\mathrm{uptime}]+E[\mathrm{downtime}]} = \frac{E[\mathrm{uptime}]}{C} Another equation for
availability (
A) is a ratio of the Mean Time To Failure (MTTF) and Mean Time Between Failure (MTBF), or : A = \frac{MTTF}{MTTF + MTTR} = \frac{MTTF}{MTBF} If we define the status function X(t) as : X(t)= \begin{cases} 1, & \text{sys functions at time } t\\ 0, & \text{maintenance} \end{cases} therefore, the availability
A(
t) at time
t > 0 is represented by : A(t)=\Pr[X(t)=1]=E[X(t)]. \, Average availability must be defined on an interval of the real line. If we consider an arbitrary constant c>0, then average availability is represented as : A_c = \frac{1}{c} \int_0^c A(t)\,dt. Limiting (or steady-state) availability is represented by : A = \lim_{c \rightarrow \infty} A_c. Limiting average availability is also defined on an interval [0,c] as, : A_\infty =\lim_{c \rightarrow \infty} A_c = \lim_{c \rightarrow \infty}\frac{1}{c} \int_0^c A(t)\,dt,\quad c > 0. Availability is the probability that an item will be in an operable and committable state at the start of a mission when the mission is called for at a random time, and is generally defined as uptime divided by total time (uptime plus downtime).
Series vs Parallel components Let's say a series component is composed of components A, B and C. Then following formula applies: Availability of series component = (availability of component A) x (availability of component B) x (availability of component C) Therefore, combined availability of multiple components in a series is always lower than the availability of individual components. On the other hand, following formula applies to parallel components: Availability of parallel components = 1 - (1 - availability of component A) X (1 - availability of component B) X (1 - availability of component C) • You achieve a net-positive improvement in the overall availability of your system • Your redundant components fail independently • Your system can reliably detect healthy redundant components • Your system can reliably scale out and scale-in redundant components.
Methods and techniques to model availability Reliability Block Diagrams or
Fault Tree Analysis are developed to calculate availability of a system or a functional failure condition within a system including many factors like: • Reliability models • Maintainability models • Maintenance concepts • Redundancy • Common cause failure • Diagnostics • Level of repair • Repair status • Dormant failures • Test coverage • Active operational times / missions / sub system states • Logistical aspects like; spare part (stocking) levels at different depots, transport times, repair times at different repair lines, manpower availability and more. • Uncertainty in parameters Furthermore, these methods are capable to identify the most critical items and failure modes or events that impact availability.
Definitions within systems engineering Availability, inherent (Ai) The probability that an item will operate satisfactorily at a given point in time when used under stated conditions in an ideal support environment. It excludes logistics time, waiting or administrative downtime, and preventive maintenance downtime. It includes
corrective maintenance downtime. Inherent availability is generally derived from analysis of an engineering design: • The impact of a repairable-element (refurbishing/remanufacture isn't repair, but rather replacement) on the availability of the system, in which it operates, equals
mean time between failures MTBF/(MTBF+
mean time to repair MTTR). • The impact of a one-off/non-repairable element (could be refurbished/remanufactured) on the availability of the system, in which it operates, equals the
mean time to failure (MTTF)/(MTTF + the
mean time to repair MTTR). It is based on quantities under control of the designer.
Availability, achieved (Aa) The probability that an item will operate satisfactorily at a given point in time when used under stated conditions in an ideal support environment (i.e., that personnel, tools, spares, etc. are instantaneously available). It excludes logistics time and waiting or administrative downtime. It includes active preventive and corrective maintenance downtime.
Availability, operational (Ao) The probability that an item will operate satisfactorily at a given point in time when used in an actual or realistic operating and support environment. It includes logistics time, ready time, and waiting or administrative downtime, and both preventive and corrective maintenance downtime. This value is equal to the mean time between failure (
MTBF) divided by the mean time between failure plus the mean downtime (MDT). This measure extends the definition of availability to elements controlled by the logisticians and mission planners such as quantity and proximity of spares, tools and manpower to the hardware item. Refer to
Systems engineering for more details
Basic example If we are using equipment which has a
mean time to failure (MTTF) of 81.5 years and
mean time to repair (MTTR) of 1 hour: : MTTF in hours = (This is a reliability parameter and often has a high level of uncertainty!) : Inherent availability (Ai) : Inherent unavailability Outage due to equipment in hours per year = 1/rate = 1/MTTF = 0.01235 hours per year. ==Literature==