Page 1 of 1

Search for empty PDL's (No Members)

Posted: Mon Nov 06, 2006 3:32 pm
by FrankStone
Is there a way to search for Empty PDL's ?

A Script Possibly?

Any help or advice would be greatly appreciated.

Thx,

Frank

Posted: Tue Nov 07, 2006 3:27 am
by Valerion
You will have to write a script like that yourself, I suspect.

You can use omshowpdl -l all to get a list of all the PDL's on the system, then use omshowpdln -l "PDL Name" to get a list of members. You can then check the output to see if they are empty or not.