473,405 Members | 2,404 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,405 software developers and data experts.

IBM X336 server with RAID1 configuration formats all HDDs on newhardware installation

(apologies for the cross-post)

Hi,

I am new to my company and have been asked to recommend a new
redundancy / backup plan for our online server. I've talked to the
other folks in the company and they have been describing an usual
feature of the server wherein if we try to install ANY new hardware
like a new harddisk, the system automatically formats everything.
(apparently this "resetting feature" kicks in even if we add more RAM
pieces!)

Now, I'm not too sure what portions of this are correct and what are
not. As this is our LIVE online server and we are serving hundreds of
thousands of documents on it at any point, therefore I am hesistant to
"try anything" before fully understanding all aspects.

The specifications are as follows:
CPU: Intel(r) Xeon (tm) cpu 3ghz (Dual processor)
Speed: 3 GHz
RAM: 4 GB
HDD: 2 x 140 GB (on RAID1)
Type: ADAPTEC RAID 1 SCSI Disk Drive
Server contains: Online Application and Database (SQL Server 2005)
Partitions: C: 30 GB, E: 110 GB
SCSI controller: (not known at this point)
The problems we're facing are as follows:
(a) Because of the low partition in C drive, we regularly have to run
maintenance tasks on the server which if we dont leads to our site
being inaccessible to our users.
(b) Our database is stored on E drive (about 60 GB of data). There is
a performance issue which our users face, but we are unsure of what we
should do to solve the problem.

I'm looking to understand:
(1) the automatic hard-disk formatting issue and how to solve it
(2) how we can upgrade our hardware in the most optimum fashion

Thanks!
Sid :)
Nov 7 '08 #1
8 3507
Sid B wrote:
(apologies for the cross-post)
You'd be better off asking on comp.arch.storage, or better yet IBM
support, because it definitely shouldn't be doing this.
--
Nik Simpson
Nov 7 '08 #2

"nik Simpson" <ni***@knology.netwrote in message
news:a9***************************@KNOLOGY.NET...
Sid B wrote:
>(apologies for the cross-post)

You'd be better off asking on comp.arch.storage, or better yet IBM
support, because it definitely shouldn't be doing this.
--
Nik Simpson
Since he is apparently running MS software, shouldn't he ask them? Or
is that support provided through IBM?
Nov 7 '08 #3
Del Cecchi wrote:
"nik Simpson" <ni***@knology.netwrote in message
news:a9***************************@KNOLOGY.NET...
>Sid B wrote:
>>(apologies for the cross-post)
You'd be better off asking on comp.arch.storage, or better yet IBM
support, because it definitely shouldn't be doing this.

Since he is apparently running MS software, shouldn't he ask them? Or
is that support provided through IBM?

Can't be the OS, since when the reformatting takes place, the OS isn't
even loaded, seems more like a misconfigured RAID BIOS or hardware
problem, so I'd start with IBM support.

--
Nik Simpson
Nov 7 '08 #4
Sid B (si*******@gmail.com) writes:
I am new to my company and have been asked to recommend a new
redundancy / backup plan for our online server. I've talked to the
other folks in the company and they have been describing an usual
feature of the server wherein if we try to install ANY new hardware
like a new harddisk, the system automatically formats everything.
(apparently this "resetting feature" kicks in even if we add more RAM
pieces!)
That sounds scary! Well, my expertise is SQL Server, so I cannot comment
on that part.
The specifications are as follows:
CPU: Intel(r) Xeon (tm) cpu 3ghz (Dual processor)
Speed: 3 GHz
RAM: 4 GB
HDD: 2 x 140 GB (on RAID1)
Type: ADAPTEC RAID 1 SCSI Disk Drive
Server contains: Online Application and Database (SQL Server 2005)
Partitions: C: 30 GB, E: 110 GB
SCSI controller: (not known at this point)
The problems we're facing are as follows:
(a) Because of the low partition in C drive, we regularly have to run
maintenance tasks on the server which if we dont leads to our site
being inaccessible to our users.
(b) Our database is stored on E drive (about 60 GB of data). There is
a performance issue which our users face, but we are unsure of what we
should do to solve the problem.
The hardware configuration is not that impressive, but that does not
mean that it's insufficient. Your problem could just as well be a few
misbehaving queries, and fixing those, or just adding some indexes
could make your users very happy.

There are several ways to examine this. One way is to speak with users
to see if there are any specific operations that are slow. Another is
to ser up a trace that captures statements that runs for, say, more
than 100 ms, and the analyse that data.

There is a point when buying more hardware is cheaping than tuning,
particularly if tuning means lots of code to rewrite. But there is
also the other end when better hardware to some extent masks as
poorly implemented application, which you can get a lot better performance
from with small efforts.

--
Erland Sommarskog, SQL Server MVP, es****@sommarskog.se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx
SQL 2000: http://www.microsoft.com/sql/prodinf...ons/books.mspx

Nov 7 '08 #5
Erland Sommarskog wrote:
Sid B (si*******@gmail.com) writes:
>I am new to my company and have been asked to recommend a new
redundancy / backup plan for our online server. I've talked to the
other folks in the company and they have been describing an usual
feature of the server wherein if we try to install ANY new hardware
like a new harddisk, the system automatically formats everything.
(apparently this "resetting feature" kicks in even if we add more RAM
pieces!)

That sounds scary! Well, my expertise is SQL Server, so I cannot comment
on that part.
[snip]
There is a point when buying more hardware is cheaping than tuning,
particularly if tuning means lots of code to rewrite.
In this particular case the "feature" is a horrible bug, and you should
run (not walk! :-) to your nearest dealer of reasonable hardware and get
a new server immediately.

You then setup this new server appropriately, copy your application over
and replace the broken one.

The reason I'm calling it broken is simply this:

With such a mis-feature, any kind of hardware error, like a RAM dimm
going bad and being mapped out, would cause the server to immediately
erase everything as soon as it had finished rebooting.
:-(

Terje
--
- <Te************@hda.hydro.com>
"almost all programming can be viewed as an exercise in caching"
Nov 8 '08 #6

"Terje Mathisen" <te************@hda.hydro.comwrote in message
news:Qv******************************@giganews.com ...
Erland Sommarskog wrote:
>Sid B (si*******@gmail.com) writes:
>>I am new to my company and have been asked to recommend a new
redundancy / backup plan for our online server. I've talked to the
other folks in the company and they have been describing an usual
feature of the server wherein if we try to install ANY new
hardware
like a new harddisk, the system automatically formats everything.
(apparently this "resetting feature" kicks in even if we add more
RAM
pieces!)

That sounds scary! Well, my expertise is SQL Server, so I cannot
comment
on that part.
[snip]
>There is a point when buying more hardware is cheaping than tuning,
particularly if tuning means lots of code to rewrite.

In this particular case the "feature" is a horrible bug, and you
should run (not walk! :-) to your nearest dealer of reasonable
hardware and get a new server immediately.

You then setup this new server appropriately, copy your application
over and replace the broken one.

The reason I'm calling it broken is simply this:

With such a mis-feature, any kind of hardware error, like a RAM dimm
going bad and being mapped out, would cause the server to
immediately erase everything as soon as it had finished rebooting.
:-(

Terje
--
- <Te************@hda.hydro.com>
"almost all programming can be viewed as an exercise in caching"
If it's a bug it wasn't there when it left the factory. Sounds like
some maroon screwed it up.
Nov 9 '08 #7
Terje Mathisen wrote:
(snip)
With such a mis-feature, any kind of hardware error, like a RAM dimm
going bad and being mapped out, would cause the server to immediately
erase everything as soon as it had finished rebooting.
I can see that as useful in some cryptographic applications.

-- glen

Nov 9 '08 #8
Glen Herrmannsfeldt wrote:
Terje Mathisen wrote:
(snip)
>With such a mis-feature, any kind of hardware error, like a RAM dimm
going bad and being mapped out, would cause the server to immediately
erase everything as soon as it had finished rebooting.

I can see that as useful in some cryptographic applications.
As in macro-level quantum crypto?

If you try to inspect it, the bit(s) disappear!

Terje

--
- <Te************@hda.hydro.com>
"almost all programming can be viewed as an exercise in caching"
Nov 10 '08 #9

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

Similar topics

3
by: Andrew S. | last post by:
I recently performed an SQL server 2000 installation. Other than placing the program files on C: and data on D:, I saw no option to install transaction logs in an alternate location. What is...
0
by: AlessanBar | last post by:
Hello Friends !! I have a strange problem, and I need to know what would be the source of this. I have a laptop computer with the following configuration: Pentium III Brand : Toshiba Speed :...
1
by: srihari | last post by:
Hai, I am trying to install IBM DB2 8.1 on Red Hat linux 8.0. My machine is Intel XEON 64bit. The installation went well except for the creation of tools catalog. When I tried to install the tools...
4
by: coosa | last post by:
Hi, I was installing SQL Server on my machine and during installation my PC freezed. It happens frequently on my machine. So i tried after restarting to install it again and since then i always...
1
by: serge | last post by:
I have a database that is around 2 to 4 GB. If I were to estimate some numbers like 4x growth or even 10x, the database size could reach 40GB. The new server will be running SQL Server 2005. I...
3
by: Artie | last post by:
Hi all, I was wondering if I could get some experienced opinions on SQL hardware to run an ERP app on SQL 2000. The app does not yet support SQL 2005. The ERP app has 25 users and likely won't...
3
by: scoots987 | last post by:
I have a Windows 2003 server with SQL Server 2005 installed. The server is on small drive and we would like to upgrade to much larger harddrives. I've been hearing of problems using Ghost to get an...
7
by: Andres Rormoser | last post by:
I'm having a performance Issue with my Production SQL Server (2 x Xeon Dual-Core Woodcrest 1.6Ghz, 2GB RAM, IIS, SQL Server). In general the querys take much longer than the querys in my...
0
by: Toralf Kirsten | last post by:
Hi all, we have installed DB2 V9.5 Trial on a Fedora 6 Linux box (32bit). Since the box is included in a NIS we have manually created db2 users db2inst, dasusr and db2fenc on this box (not in the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.