Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
I want to understand something.
Is it normal that when using IP address of one of the two nodes (node1 or node2) via ssh to be redirect to the same prompt like the cluster prompt?
BR
Solved! See The Solution
2 REPLIES 2
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Yes - that is expected behavior. Essentially in any (properly configured) cluster, the node management LIFs can serve as the cluster management LIF. If you need to manage something directly within the node, just ssh "normally" to your cluster and then perform a 'node run -node <node name>' to get to a specific node.
Hope that helps,
Chris
- Bookmark
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi
Thank a lot for your feedback.