[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

1142.0. "search in a domain tree ..." by RIVAGE::LEON (Next time i'll code an Access Module !.) Fri Jun 14 1991 12:57

 In a (PNMP)Presentation Module , I want to know if domain X is contained 
 in the domain tree defined by its root domain : ROOT 

 On the FCL PM, I tried an iteration of the following MCC command :
   
     show domain * ,in domain ROOT
         and same command for the contained domains until I find X or exit.

 And it runs ! (Ultrix Version of DECmcc V1.1). 

 Is the command provided directly by the domain FM , or is there a specific 
 processing done by the FCL PM (I have to do also in my PM ) ?

 Other suggestions ?

 Thank's
   Philippe Leon , Telecom Engineering, Valbonne
  

T.RTitleUserPersonal
Name
DateLines
1142.1fcl does it...TOOK::CALLANDERJill Callander DTN 226-5316Mon Jun 17 1991 10:0913

Hi Phillippe,

The FCL does the following sequence to enumerate/complete the request:

	DIRECTORY DOMAIN *, IN DOMAIN ROOT
	SHOW DOMAIN <name_returned_from_directory> ALL IDENT

Whenm curious in the future, define mcc_fcl_pm_log to a value of 8 and
you can watch what calls the PM is making.

jill