473,408 Members | 2,009 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

availability database

Help, does anyone have a database I could use to record downtime on multiple
systems, that will also show me availability percentages on a day to day
basis worked against actual service hours. If that wasn't enough I need to
be able to split between planned and unplanned downtime. Help!
Nov 13 '05 #1
4 1783
Got one right here in my pocket.... wait, wrong pants.

umm... so you have something like
startdown DATE
endDown DATE
SystemID LONG

the rest are queries. Actual service hours. Do you have tables for
that is that fixed?
Planned and unplanned downtime. So you throw in a flag (boolean). And
group accordingly.

SQL 101 time, I think.

Nov 13 '05 #2
John,
Dell calls it Open Management. Microsoft calls it Systems Management
Server. There are hooks all the way through Windows NT and its siblings for
SMS. You can pay Microsoft for their software and save yourself the trouble
of reverse engineering the event system in SMS or you can throw caution to
the wind and dig in knowing that Windows has the API calls in it somewhere
for SMS. If you have a Dell Optiplex or Dell server box Open Management
came with it on the OEM CD's that came with the box. You can install that
for your Dell and go from there. HP and Compaq have thier own software that
ships with business PC's & servers but I forget the name. In the Open
Source world, SNMP is supposed to provide a framework for this sort of
stuff. Me? I am too lazy. I "borrowed" a copy of SMS from my old job.
Now, I and others here build databases for money and if you meet our price
we can be very helpful.

"John Coen" <co**************@ntlworld.com> wrote in message
news:eW***************@newsfe6-win.ntli.net...
Help, does anyone have a database I could use to record downtime on
multiple systems, that will also show me availability percentages on a day
to day basis worked against actual service hours. If that wasn't enough I
need to be able to split between planned and unplanned downtime. Help!

Nov 13 '05 #3
I have no problem actually recording the downtime, we have SMS, SNMP
programmes like Insight Manager, MOM 2005. I take the data from these
monitoring tools and want to put them in a spreadsheet/database that can
check if the downtime was within the service hours for a particular device
and then give me availability percentages. Any ideas my knowledge of Excel
and Access isn't good enough to produce something
"Alan Webb" <kn*****@hotmail.com> wrote in message
news:O6********************@comcast.com...
John,
Dell calls it Open Management. Microsoft calls it Systems Management
Server. There are hooks all the way through Windows NT and its siblings
for SMS. You can pay Microsoft for their software and save yourself the
trouble of reverse engineering the event system in SMS or you can throw
caution to the wind and dig in knowing that Windows has the API calls in
it somewhere for SMS. If you have a Dell Optiplex or Dell server box Open
Management came with it on the OEM CD's that came with the box. You can
install that for your Dell and go from there. HP and Compaq have thier
own software that ships with business PC's & servers but I forget the
name. In the Open Source world, SNMP is supposed to provide a framework
for this sort of stuff. Me? I am too lazy. I "borrowed" a copy of SMS
from my old job. Now, I and others here build databases for money and if
you meet our price we can be very helpful.

"John Coen" <co**************@ntlworld.com> wrote in message
news:eW***************@newsfe6-win.ntli.net...
Help, does anyone have a database I could use to record downtime on
multiple systems, that will also show me availability percentages on a
day to day basis worked against actual service hours. If that wasn't
enough I need to be able to split between planned and unplanned downtime.
Help!


Nov 13 '05 #4
John,
SMS, in particular, uses SQL Server to store its data. Given that, the SQL
you need to do this can be either Access/Jet (easier to use for some but can
be a resource pig) or TransactSQL. I don't like Jet SQL so I'd tend to
attack this as something I'd build in SQL Server/TransactSQL. Schema wise,
I favor dimensional modeling over relational modeling. So, dimensions would
include things like time, machine, and in-service schedule. The measured
facts would include downtime, in-service downtime, and availability. Both
dimensions and facts are names for database tables that store portions of
the information needed for your reports. Dimensions store the attributes of
the entities being measured. Facts store the numeric measures.
These days my server sits idled while I decide what to do with it. So my
SMS instance is down. I'd need help remembering the schema of the database
SMS uses to record its data. But the task would be to write some code that
took the data out of SMS or whatever and reformed it into a datawarehouse
which stored the data in a form that best supports your reports. The other
task would be to construct views or Data Cubes that presented the data for
analysis (10 seconds to teach data warehouses). As always, the devil is in
the details and this is why I am not being more specific.

"John Coen" <co**************@ntlworld.com> wrote in message
news:Fu*************@newsfe6-gui.ntli.net...
I have no problem actually recording the downtime, we have SMS, SNMP
programmes like Insight Manager, MOM 2005. I take the data from these
monitoring tools and want to put them in a spreadsheet/database that can
check if the downtime was within the service hours for a particular device
and then give me availability percentages. Any ideas my knowledge of Excel
and Access isn't good enough to produce something
"Alan Webb" <kn*****@hotmail.com> wrote in message
news:O6********************@comcast.com...
John,
Dell calls it Open Management. Microsoft calls it Systems Management
Server. There are hooks all the way through Windows NT and its siblings
for SMS. You can pay Microsoft for their software and save yourself the
trouble of reverse engineering the event system in SMS or you can throw
caution to the wind and dig in knowing that Windows has the API calls in
it somewhere for SMS. If you have a Dell Optiplex or Dell server box
Open Management came with it on the OEM CD's that came with the box. You
can install that for your Dell and go from there. HP and Compaq have
thier own software that ships with business PC's & servers but I forget
the name. In the Open Source world, SNMP is supposed to provide a
framework for this sort of stuff. Me? I am too lazy. I "borrowed" a
copy of SMS from my old job. Now, I and others here build databases for
money and if you meet our price we can be very helpful.

"John Coen" <co**************@ntlworld.com> wrote in message
news:eW***************@newsfe6-win.ntli.net...
Help, does anyone have a database I could use to record downtime on
multiple systems, that will also show me availability percentages on a
day to day basis worked against actual service hours. If that wasn't
enough I need to be able to split between planned and unplanned
downtime. Help!



Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Joan MacEachern | last post by:
Date: Thursday, October 2, 2003 Time: 10-11am PT/ 1-2pm ET Some business applications define mission critical. You just can't afford to have them go down. Ever. Is 'always on' a realistic...
0
by: Joan MacEachern | last post by:
This paper presents an availability analysis for multitier, Java(tm) and Web-based application deployments running on the Sun(tm) ONE Application Server 7, Enterprise Edition software. The...
9
by: Dan Williams | last post by:
Can anyone tell me how to go about creating my own custom ASP page that can show several different peoples availability from their Outlook/Exchange 2000 calendars? I don't want to have to ask...
0
by: jason | last post by:
Hi Everyone, I would really appreciate some thoughts on how best to tackle an availability calender in ASP for our yacht fleet. I need to be able to show the booking STATUS of a particular...
4
by: Jeremy | last post by:
How can I prove uptime (or quantify downtime) on an ASP.NET 1.1 Web application (running on an IIS6 Windows Server Standard server)? What's going on here is that I'm considering the feasability...
2
by: Maddy | last post by:
I manage a small organisation of around 100 employees, with different specialisations. It becomes difficult to check how many persons of each specialisation are available at any time, based on...
1
by: =?Utf-8?B?QVZM?= | last post by:
hi, i need to check the availability of my web service.... how can i do that. i dont want to call any of the methods present in web service to test availability.. i just want to ping to the web...
2
by: Folkien | last post by:
Hello everybody. I want to make a little programme to show the network availability status. I read that I had to use Microsoft.VisualBasic.Devices, creat a delegate to manage the event. Here...
0
by: Vinod Sadanandan | last post by:
IMPACT OF NOLOGGING OPERATIONS IN HIGH AVAILABILITY ENVIRONMENTS Logged operation has to generate redo for every change data or undo block, nologging operations indicate that the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.