Finding out Mangementr class

rpask

ADSM.ORG Member
Joined
Oct 16, 2002
Messages
58
Reaction score
0
Points
0
Website
Visit site
Hi everyone,

Is there a way to find out want mangement class a client is in. I s there a Query for it? :confused:
 
A node (or client) doesn't live in a mangemant class. A node lives in the policy domain. A policy domain has one to several mangement classes (only one default) To see what mangement classes are available to a node, you can first check the Policy Domain the node is in:



q node {node_name}



Then check the policy domain:



q mgmtclass



This should list all the mangement classes available to the policy domain that the node is in.



-Aaron
 
As heada says, A node lives in the policy domain.



You can also query whatdomain the node is in from the client side



$ dsmc q mgmtclass

$ dsmc q mgmtclass -detail
 
From the client command line could issue q mgmtclass.



Opps! Just notice that someone alrady mention that.



Sias
 
Back
Top