Can someone please tell me how I will be to identify which nodes in the cluster are the master node(s)? Is there a command that I can run the discover which node(s) these are? Let me know.
There is no such thing as a "master node". The only master/slave concept that really is applicable is which node is currently answering SmartConnect (DNS) Requests. That node will always be the node with the lowest NodeID (not the lowest LNN) in a cluster that has an interface assigned in the correct subnet. To understand the relationship between NodeID and LNN, run an "isi_config" -> "status advanced" -> "exit" the tables outputted will show you the LNN to nodeID relationship.
In Isilon "scale-out" NAS, we don't have the notion of any "special" node when it comes to NAS operations. No special snowflakes here. But in very few instances, as matter of convenience, some simple decisions will be made by the lowest node ID (not LNN).
It might help us understand what you are trying to do. If DNS related, then it's a different question.
Also is there a way to move the master to another node while I reboot what use to be the master node? Does the master node just automatically move to the node with the next lowest ID while the original master node reboots? Let me know
The smart connect service can run on multiple nodes at once (if the cluster has multiple subnets), but in general it's going to be on the node with the lowest NodeID number that has an interface in the subnet in question.
crklosterman
450 Posts
2001
2
Posted November 2nd, 2017 09:00
There is no such thing as a "master node". The only master/slave concept that really is applicable is which node is currently answering SmartConnect (DNS) Requests. That node will always be the node with the lowest NodeID (not the lowest LNN) in a cluster that has an interface assigned in the correct subnet. To understand the relationship between NodeID and LNN, run an "isi_config" -> "status advanced" -> "exit" the tables outputted will show you the LNN to nodeID relationship.
~Chris