|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/13/2007 8:06:00 AM
Posts: 3,
Visits: 1
|
|
|
How can you find out the number of nodes in a particular teradata database architecture? Is there any query that you can fire to find this out?
|
|
|
|
|
Junior Member
      
Group: Forum Members
Last Login: 4/13/2006 9:39:00 AM
Posts: 24,
Visits: 1
|
|
Assuming it is a MPRAS installation, run -
# cat /ntos/mpplist
will show you the list of nodes for the Teradata DBS and also which node is the PDN.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: 6/9/2008 2:55:55 PM
Posts: 185,
Visits: 2
|
|
Assuming that all of your nodes were functioning yesterday and you have resusage data being captured (and you have access to resusage data), the following query would tell you the number of nodes:
select count(distinct NodeID) FROM dbc.ResUsageSPma where Thedate = date - 1;
Thanks, Barry
|
|
|
|