Notes List | 1 Feb 2005 02:20

Using mirrored disks instead of RAID5 for data dir

Hi.
Lotus recommends using RAID5 for the data dir in a Windows environment (See
KB#7003245) but the server that was purchased for me by our Windows server
administrators is set up to have the data placed on a  mirrored drive set
instead of RAID5 drive set.  I don't have much knowledge on the hardware
side of things, so all I can do is show them the KB article and they say
that mirroring is better now and that it's ok to do this.  Is Lotus'
recommendation to use RAID5 rather than mirrored for the data dir outdated?
TIA,

Stu Cozart
Lotus Notes Administration
World Vision U.S.

rhs | 1 Feb 2005 02:54

Re: Using mirrored disks instead of RAID5 for data dir


On 01/31/2005 08:20:17 PM lnotes-l wrote:
>
>Hi.
>Lotus recommends using RAID5 for the data dir in a Windows environment (See
>KB#7003245) but the server that was purchased for me by our Windows server
>administrators is set up to have the data placed on a  mirrored drive set
>instead of RAID5 drive set.  I don't have much knowledge on the hardware
>side of things, so all I can do is show them the KB article and they say
>that mirroring is better now and that it's ok to do this.  Is Lotus'
>recommendation to use RAID5 rather than mirrored for the data dir outdated?
>TIA,

Mirroring is fine unless you're pushing the limits of your disk i/o
capacity.  Best performance will come from striping with  and
Lotus recommended RAID-5 because it has redundancy which
RAID-0 (simple striping) doesn't provide.  Best performance with
redundancy would could from RAID-10 (which combines mirroring
and striping -- aka "RAID 1+0" or "RAID 0+1") but Lotus wouldn't
make this a general recommandation since it is not supported by
as many vendors and is the most expensive option.

-rich

Richard H. Schwartz             |  rhs <at> rhs.com
RHS Consulting Inc.             |  www.rhs.com/consulting
Nashua, NH                      |  (603) 889 4556
     "Never underestimate the power of the Schwartz" - Mel Brooks

(Continue reading)

Brian Wallen | 1 Feb 2005 04:25
Picon

Re: Using mirrored disks instead of RAID5

RAID can provide data redundancy to back up your data and it
can provide improvement in disk efficiency by reading and
writing data across multiple drives.  In some kinds of RAID
it can do both.

First, how many drives does your server have?  You must have
at least three to do RAID5, and five or six drives is usually
preferred.  If you have only two, there wouldn't have been
a choice between mirroring and RAID5; you could choose between
mirroring with 100% data redundancy, halving your total
storage capacity, or striping, greatly improving disk
efficiency.

If you have three or more drives, you can use RAID5, which
provides both redundancy and improvement in efficiency, with
some overhead loss of total capacity.  RAID5 often uses
a hot spare strategy, where one drive of an array sits on the
sideline, ready to nearly instantaneously substitute for a
failing drive.

RAID can be implemented either at the hardware or software
level.  If you have sufficent drives to exploit RAID5, 
typically the system can be reconfigured to do RAID5.

If you are interested in finding our more about RAID options,
the beginning of the manual for IBM's ServeRAID controllers
has a decent explanation of the different types of
RAID and the tradeoffs.  You can download one of these manuals at:
ftp://ftp.software.ibm.com/pc/pccbbs/pc_servers_pdf/25p2579.pdf

(Continue reading)

kenyee | 1 Feb 2005 08:21

Lotus Notes/Domino Frequently Asked Questions (FAQ) Site - Feb 2005


This is an automated monthly reminder message for new users.
The Lotus Notes/Domino Frequently Asked Questions (FAQ) Site has
answers to the most commonly asked questions in this mailing list.
  http://www.keysolutions.com/NotesFAQ
Please check it before posting a question.  It is updated at least
once per month, includes how to unsubscribe from the mailing list, and
includes pointers to archives of this list so you can search for past
topics.
You should also check the online Lotus KnowledgeBase at
http://www.ibm.com/software/lotus/support

jens.heidl | 1 Feb 2005 09:57

Antwort: Re: Antwort: Tables in LS

Good Morning from Over the see!

hm ... its so difficult for me to explain in English.
I made it in my code so .... Maybe this helps you.

Bye Jens

[....]
Call tabfeldrtt.AddRow(selectcount_int)

tabcols =3D tabfeldrtt.ColCount '// COLS IN THE TABLE

z=E4hler =3D 1              '// ROW COUNT YOU WANT BEGINN TO INSERT

Set adrdoc =3D selectdocs.GetFirstDocument
Do Until adrdoc Is Nothing
      Call tabfelditem.AppendStyle(tabfeldrtstyle)

      Call
rtnav.findNthElement(RTELEM_TYPE_TABLECELL,getcell(z=E4hler,1,tabcols))=

      Call rtitem.BeginInsert(rtnav)
      If doc.name2(0) =3D "" Then
            Call rtitem.AppendText("-/-")
      Else
            Call rtitem.AppendText(doc.name2(0))
      End If
      Call rtitem.EndInsert()
      [....]

(Continue reading)

gregg.eldred | 1 Feb 2005 15:50
Favicon

R5 Resource Reservations

All:

We are running R5.0.7 Server on Windows 2000, our Notes clients are R5, 
with a few R6's thrown in for good measure. Late last week, we found that 
our Resource Reservations DB was giving the error "No resource/room found 
for times and/or capacity requirements." On Friday, I renamed Busytime.nsf 
and restarted the server. That didn't fix the error. I found TechNote 
175157, and went through the Troubleshooting Script. The NAB has the 
$Rooms and $Resources views and they are correct. The Site Profiles do not 
have commas in them. All local NAB's have the correct Notes Mail Domain in 
them. I think that I have exhausted all of the troubleshooting items, and 
still we can't reserve any rooms. All of the users are still getting the 
"no resource/room...." error.

Is there something else that I should try?

Thanks.

Gregg

Patrick Trapp | 1 Feb 2005 16:24
Favicon

Re: Controlling document deletion


As soon as I pulled the trigger, I realized I forgot the release -- we are
still on 6.0.2CF1 server and most clients.

Patrick

----- Forwarded by Patrick Trapp/RTSC on 02/01/2005 09:02 AM -----

             Patrick                                                       
             Trapp/RTSC                                                    
                                                                        To 
             02/01/2005 09:01          Lnotes-L Mailing List               
             AM                                                         cc 

                                                                   Subject 
                                       Controlling document deletion       

A user here is reporting that his mail has "suddenly" changed how it
handled pending deletions.  He's been in the habit of letting documents
ride in the trash can for a short time before the final deletion.  The
documents have begun to disappear without warning.  He's one of my users
that was in place before Soft Deletion became available, so I don't know
when his mail file was configured for Soft Deletions, but it was when we
checked.  I thought that explained the problem, we turned off Soft
Deletions, and we ended the conversation there.

He just called because his trashed items from last Friday were all gone
this morning.  Soft Deletions is not enabled and his preferences are set to
delete manually (rather than on database close or prompt on database
close).  He's not the type to cry wolf, so I'm really wondering what's
(Continue reading)

Patrick Trapp | 1 Feb 2005 16:23
Favicon

Controlling document deletion


A user here is reporting that his mail has "suddenly" changed how it
handled pending deletions.  He's been in the habit of letting documents
ride in the trash can for a short time before the final deletion.  The
documents have begun to disappear without warning.  He's one of my users
that was in place before Soft Deletion became available, so I don't know
when his mail file was configured for Soft Deletions, but it was when we
checked.  I thought that explained the problem, we turned off Soft
Deletions, and we ended the conversation there.

He just called because his trashed items from last Friday were all gone
this morning.  Soft Deletions is not enabled and his preferences are set to
delete manually (rather than on database close or prompt on database
close).  He's not the type to cry wolf, so I'm really wondering what's
going on.

Any ideas?

Thanks in advance,
Patrick

Esther_Strom | 1 Feb 2005 17:09

Re: Antwort: Re: Antwort: Tables in LS

Thanks, Jens. I did eventually get it to work, but am now adopting your
getCell function in place of computing the cell number in place each time.

Esther

                                                                           
             jens.heidl <at> active                                             
             -logistics.com                                                
             Sent by:                                                   To 
             lnotes-l <at> ozzie.no         Multiple recipients of list         
             tesnic.net                LNOTES-L                            
                                       <lnotes-l <at> ozzie.notesnic.net>       
                                                                        cc 
             02/01/2005 02:57                                              
             AM                                                    Subject 
                                       Antwort: Re: Antwort: Tables in LS  

             Please respond to                                             
             lnotes-l <at> ozzie.no                                             
                tesnic.net                                                 

Good Morning from Over the see!

hm ... its so difficult for me to explain in English.
I made it in my code so .... Maybe this helps you.

Bye Jens

[....]
Call tabfeldrtt.AddRow(selectcount_int)
(Continue reading)

Steven_Murray | 1 Feb 2005 19:10

Re: Error: Plugin Not Found - JavaScript

We've experienced the same problem.  The only solution we've found, other
than removing the site from the Welcome Page, is to switch the browser from
IE to Notes w/IE.  We put it a ticket with Lotus; I think their response
was that it would be fixed in R7.

lnotes-l <at> ozzie.notesnic.net wrote on 01/31/2005 12:11:42 PM:

>
> We have recently upgraded from 5.x to 6.5. Some of the users have
> customized there startup to view some websites. One in particular,
> weather.com, throws a plugin not found error each time it loads. It
> appears to me that Its a JavaScript in the header that's causing the
> problem. Does any one know how to fix this or point me in a direction
> to find the answer?
>
> Thanks,
>
> Josh Cooper
> Database Administrator
> United States Aluminum
> Phone: 1-800-627-6440 X590
> Fax:  1-972-937-5467
>


Gmane