dbTalk Databases Forums  

sql server 2000 clustering montoring

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss sql server 2000 clustering montoring in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Ritesh Gupta
 
Posts: n/a

Default sql server 2000 clustering montoring - 07-20-2004 , 03:56 AM






we are using sql server 2000 clustering .Pl help me , tell me about how to
moniture cluster and what are diffrent counters (performance and other )


Reply With Quote
  #2  
Old   
Rodney R. Fournier [MVP]
 
Posts: n/a

Default Re: sql server 2000 clustering montoring - 07-20-2004 , 06:59 AM






http://www.microsoft.com/technet/pro...n/sqlops0.mspx

See chapter 5.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ritesh Gupta" <RiteshGupta (AT) discussions (DOT) microsoft.com> wrote

Quote:
we are using sql server 2000 clustering .Pl help me , tell me about how to
moniture cluster and what are diffrent counters (performance and other )




Reply With Quote
  #3  
Old   
Ritesh Gupta
 
Posts: n/a

Default RE: sql server 2000 clustering montoring - 07-21-2004 , 12:07 AM



Thanks Rod ,
I think this will work for standalone SQL Server . How counter and threshold will differ in case of Clustered SQL Server .


"Ritesh Gupta" wrote:

Quote:
we are using sql server 2000 clustering .Pl help me , tell me about how to
moniture cluster and what are diffrent counters (performance and other )


Reply With Quote
  #4  
Old   
Rodney R. Fournier [MVP]
 
Posts: n/a

Default Re: sql server 2000 clustering montoring - 07-21-2004 , 07:09 AM



Ritesh,

I still would recommend you monitor:
Memory - Pages/sec

. Network Interface - Bytes total/sec

. Physical Disk - Disk Transfers/sec

. Processor - % Processor Time

. SQLServer:Access Methods - Full Scans/sec

. SQLServer:Buffer Manager - Buffer Cache Hit Ratio

. SQLServeratabases Application Database - Transactions/sec

. SQLServer:General Statistics - User Connections

. SQLServer:Latches - Average Latch Wait Time

. SQLServer:Locks - Average Wait Time

. SQLServer:Locks - Lock Timeouts/sec

. SQLServer:Locks - Number of Deadlocks/sec

. SQLServer:Memory Manager - Memory Grants Pending



SQL on a cluster is like SQL on a stand alone. In both cases you monitor the
above.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ritesh Gupta" <RiteshGupta (AT) discussions (DOT) microsoft.com> wrote

Quote:
Thanks Rod ,
I think this will work for standalone SQL Server . How counter and
threshold will differ in case of Clustered SQL Server .


"Ritesh Gupta" wrote:

we are using sql server 2000 clustering .Pl help me , tell me about how
to
moniture cluster and what are diffrent counters (performance and other )




Reply With Quote
  #5  
Old   
Ritesh Gupta
 
Posts: n/a

Default Re: sql server 2000 clustering montoring - 07-21-2004 , 11:59 PM



Hi ,
ROD thanks

Do we to apply all these on virtual server or on each nod

Ritesh

"Rodney R. Fournier [MVP]" wrote:

Quote:
Ritesh,

I still would recommend you monitor:
Memory - Pages/sec

. Network Interface - Bytes total/sec

. Physical Disk - Disk Transfers/sec

. Processor - % Processor Time

. SQLServer:Access Methods - Full Scans/sec

. SQLServer:Buffer Manager - Buffer Cache Hit Ratio

. SQLServeratabases Application Database - Transactions/sec

. SQLServer:General Statistics - User Connections

. SQLServer:Latches - Average Latch Wait Time

. SQLServer:Locks - Average Wait Time

. SQLServer:Locks - Lock Timeouts/sec

. SQLServer:Locks - Number of Deadlocks/sec

. SQLServer:Memory Manager - Memory Grants Pending



SQL on a cluster is like SQL on a stand alone. In both cases you monitor the
above.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ritesh Gupta" <RiteshGupta (AT) discussions (DOT) microsoft.com> wrote in message
news:254ADFAE-42E4-4A94-B799-939AF2167BC5 (AT) microsoft (DOT) com...
Thanks Rod ,
I think this will work for standalone SQL Server . How counter and
threshold will differ in case of Clustered SQL Server .


"Ritesh Gupta" wrote:

we are using sql server 2000 clustering .Pl help me , tell me about how
to
moniture cluster and what are diffrent counters (performance and other )





Reply With Quote
  #6  
Old   
Rodney R. Fournier [MVP]
 
Posts: n/a

Default Re: sql server 2000 clustering montoring - 07-22-2004 , 07:00 AM



Any node that is hosting an instance.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ritesh Gupta" <RiteshGupta (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi ,
ROD thanks

Do we to apply all these on virtual server or on each nod

Ritesh

"Rodney R. Fournier [MVP]" wrote:

Ritesh,

I still would recommend you monitor:
Memory - Pages/sec

. Network Interface - Bytes total/sec

. Physical Disk - Disk Transfers/sec

. Processor - % Processor Time

. SQLServer:Access Methods - Full Scans/sec

. SQLServer:Buffer Manager - Buffer Cache Hit Ratio

. SQLServeratabases Application Database - Transactions/sec

. SQLServer:General Statistics - User Connections

. SQLServer:Latches - Average Latch Wait Time

. SQLServer:Locks - Average Wait Time

. SQLServer:Locks - Lock Timeouts/sec

. SQLServer:Locks - Number of Deadlocks/sec

. SQLServer:Memory Manager - Memory Grants Pending



SQL on a cluster is like SQL on a stand alone. In both cases you monitor
the
above.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ritesh Gupta" <RiteshGupta (AT) discussions (DOT) microsoft.com> wrote in message
news:254ADFAE-42E4-4A94-B799-939AF2167BC5 (AT) microsoft (DOT) com...
Thanks Rod ,
I think this will work for standalone SQL Server . How counter and
threshold will differ in case of Clustered SQL Server .


"Ritesh Gupta" wrote:

we are using sql server 2000 clustering .Pl help me , tell me about
how
to
moniture cluster and what are diffrent counters (performance and
other )







Reply With Quote
  #7  
Old   
Rodney R. Fournier [MVP]
 
Posts: n/a

Default Re: sql server 2000 clustering montoring - 07-22-2004 , 08:58 AM



I am guessing you are talking about MS MOM, which I know absolutely nothing
about. Sorry.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ravi" <Ravi (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am having the SQL Server Monitor pack which monitors SQL server
performance. Can i apply this pack on virtual clustered SQL server to
monitor its performance?
Quote:
Do i need to chage the threshod values of performance counters as per the
number of nodes present in SQL clustered environment?

Thanks in Advance.


Ravi
"Rodney R. Fournier [MVP]" wrote:

Any node that is hosting an instance.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ritesh Gupta" <RiteshGupta (AT) discussions (DOT) microsoft.com> wrote in message
news:979F3DE2-E07D-4345-9F43-07BC5F0623EB (AT) microsoft (DOT) com...
Hi ,
ROD thanks

Do we to apply all these on virtual server or on each nod

Ritesh

"Rodney R. Fournier [MVP]" wrote:

Ritesh,

I still would recommend you monitor:
Memory - Pages/sec

. Network Interface - Bytes total/sec

. Physical Disk - Disk Transfers/sec

. Processor - % Processor Time

. SQLServer:Access Methods - Full Scans/sec

. SQLServer:Buffer Manager - Buffer Cache Hit Ratio

. SQLServeratabases Application Database - Transactions/sec

. SQLServer:General Statistics - User Connections

. SQLServer:Latches - Average Latch Wait Time

. SQLServer:Locks - Average Wait Time

. SQLServer:Locks - Lock Timeouts/sec

. SQLServer:Locks - Number of Deadlocks/sec

. SQLServer:Memory Manager - Memory Grants Pending



SQL on a cluster is like SQL on a stand alone. In both cases you
monitor
the
above.

Cheers,

Rod

MVP - Windows Server - Clustering
http://www.nw-america.com - Clustering

"Ritesh Gupta" <RiteshGupta (AT) discussions (DOT) microsoft.com> wrote in
message
news:254ADFAE-42E4-4A94-B799-939AF2167BC5 (AT) microsoft (DOT) com...
Thanks Rod ,
I think this will work for standalone SQL Server . How counter and
threshold will differ in case of Clustered SQL Server .


"Ritesh Gupta" wrote:

we are using sql server 2000 clustering .Pl help me , tell me
about
how
to
moniture cluster and what are diffrent counters (performance and
other )










Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.