ClusterPack Tutorial

Using the CLI
To add users to the Compute Nodes, first add the user to the Management Server with the useradd
command. (man useradd(1M) for more information).
%
useradd
Use ypmake to push the new user's account information to the Compute Nodes:
% /var/yp/ypmake
Back to Top
1.6.7 Remove Users from Compute Nodes
Using the SCM GUI
To remove users from the cluster, do the following:
z
Select the Management Server.
z
Under "Tools", select "System Administration", and then click on "Accounts
for Users and Groups".
z
This will bring up the user account GUI, where you can specify the user
account to remove.
All user accounts are administered from the Management Server. Any changes to a users account
will be pushed to all the Compute Nodes using NIS.
References:
z
3.2.3 How to Run SCM Web-based GUI
Using the CLI
User accounts should be removed from the Management Server as normal with userdel (man
userdel(1M) for more information).
%
userdel
After removing the user, use ypmake to push this change to the Compute Nodes.
% /var/yp/ypmake
Back to Top