ADSM-L

Re: [ADSM-L] select query for nodes in no collocation group

2007-12-06 08:23:49
Subject: Re: [ADSM-L] select query for nodes in no collocation group
From: Richard Sims <rbs AT BU DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 6 Dec 2007 08:22:54 -0500
Another approach is:

 select node_name from volumeusage where stgpool_name='________'

to verify if the nodes you expect are actually participating in a
group-collocated storage pool.

Notes:
- Nodes may participate in a group-collocated storage pool and
  not be defined in a collocation group, such that collocation by
  node would then be in effect for such clients, and make for more
  tape use than you might expect.
- The VOLUMEUSAGE table is expensive to search, so do only when
  necessary.

     Richard Sims    at Boston University

<Prev in Thread] Current Thread [Next in Thread>