Node Creation . Help Please .

Swagat

ADSM.ORG Member
Joined
May 29, 2017
Messages
42
Reaction score
0
Points
0
Hi I created a new client node few days back but it is showing up as an admin . Can you tell me the reason behind this ? Is this normal ? And what other steps needed for the node to be successfully working .
upload_2017-7-10_9-10-16.png

mmalbot01_db2 is the node i created and it is showing up when i use 'q admin' and the privilege is client-owner .
 
cmd that i used : register node <node_name> <pass> domain=<>
 
It's normal. Since version 1.0 up until 7.1.something, an admin ID is created for the node when you register a node.
 
If you don't want to have an associated admin ID with the node, use:

Code:
register node <node_name> <password> do=<domain_name> passexp=0 userid=none ...

the admin ID for that node will not be created. Does not affect Operations in any way.
 
Last edited:
Back
Top