/etc/shadow
file
or within the console. When you add the user with the console, you
can paste the value in the Pre-encrypted password field.
/etc/passwd
and /etc/group
files.
You can use operating system commands to add the groups and users
to the addition machines.
simsh
utility that is included with SAS High-Performance Computing Management Console. This
utility attempts to configure users and groups on the machines that
already have the user accounts and groups. This results in an error
message from those machines. The error message is harmless because
the commands do not modify the existing configuration, but you might
find them distracting. As an alternative, you can use the console
to create a simultaneous utilities machine group that contains the
host names for the new machines only. You can then specify the group
name with the simsh
command
so that only the new machines are affected.
simsh
command
with a machine group that is named newnodes
for
simplicity.
/etc/group
file.
Make sure that you identify each group ID.
sasdemo
with
a group number of 102 to the newnodes
machine
group :
/opt/webmin/utilbin/simsh -g newnodes "groupadd -g 102 sasdemo"
/etc/passwd
file.
Make sure that you identify each user ID.
/opt/webmin/utilbin/simsh -g newnodes "useradd -u 503 -g 102 -d /home/sasdemo -s /bin/bash sasdemo"
simcp /home/user/.ssh /home/user/ simsh chown -R user:group /home/user/.ssh