Further to an earlier question about adding users, can anyone advise on the best way to set multiple users passwords in a cluster?
If, for example, we have 100 users on a non-HACMP system, the command 'cat password_file | chpasswd' would work if the file password_file existed, containing the users and their new passwd, eg:
albert:mon1234
barry:tue1234
charlie:wed1234
etc etc
However, this is a HACMP system I see no equivalent for HACMP. Even though the cl_chpasswd command exists, it doesn't appear to be able to take a file as input.
We're not allowed to add any new packages without going through full change control which is liable to take a couple of weeks.
Any recommendations?
If, for example, we have 100 users on a non-HACMP system, the command 'cat password_file | chpasswd' would work if the file password_file existed, containing the users and their new passwd, eg:
albert:mon1234
barry:tue1234
charlie:wed1234
etc etc
However, this is a HACMP system I see no equivalent for HACMP. Even though the cl_chpasswd command exists, it doesn't appear to be able to take a file as input.
We're not allowed to add any new packages without going through full change control which is liable to take a couple of weeks.
Any recommendations?