Sponsored Content
Top Forums Shell Programming and Scripting Creating and removing a bulk of AIX users Post 302831045 by Daniel Gate on Wednesday 10th of July 2013 05:28:31 AM
Old 07-10-2013
Creating and removing a bulk of AIX users

I have 2 node HACMP clusters and need to create and remove a bulk of AIX users for the nodes frequently. It is very time consuming to through the list (~ 100 user account per week). Please let me know if we can create and remove AIX users with a script. One thing with the cluster environment is that the UID must be the same between 2 nodes when user accounts are created.

When creating AIX user accounts:
* AIX user accounts will be defined in a .txt file
* Make the UID same between 2 nodes
* Assign the default password (i.e. changeme1234) to the accounts

Please advise.

Last edited by Daniel Gate; 07-10-2013 at 06:34 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Creating Users!!!!

Can any body show me how to create users......... Thnx.... (1 Reply)
Discussion started by: ocpguy
1 Replies

2. Programming

reg adding Users into at.allow and removing from at.allow

Hi , Thanks for your time . I am working on a application , which adds unix user through useradd and deletes user through userdel . both are admin commands . My requirement is i have to add a user into at.allow whenver a unix user is added through my application and the user should be... (4 Replies)
Discussion started by: naren_chella
4 Replies

3. UNIX for Advanced & Expert Users

Creating Users with SMC

Hi, I tried to create a user test1 using SMC and its only partially created with following errors: Jun 25 13:44:54 wasana WBEM_Logging_Service: The alias for user test1 could not be created. This indicates an error accessing the alias table. The error was null. Jun 25 13:44:54 wasana... (2 Replies)
Discussion started by: chaandana
2 Replies

4. HP-UX

creating users

hi, can any one help in how to get the numeric user id through useradd command ?? or any other command for the same?? (1 Reply)
Discussion started by: vishwaraj
1 Replies

5. Shell Programming and Scripting

Removing users from sudoers - help needed

I'm trying to create a script to remove users from sudoers on multiple servers. I'm able to do this with a one-line script using sed, but only if it's on one server. Example: sed '/someuser/d' /host/local/etc/sudoers Also, I think the problem with this one-line script is that I would have to... (4 Replies)
Discussion started by: em23
4 Replies

6. Solaris

Removing users from groups

How do I remove a user from a group? I'm using the usermod command but its not working. I have a user "abc" who is a member of the groups root and other. I'm trying to remove him from the group "other" (using CLI) which is his secondary group but it's not working. How do I do this? Is there any... (11 Replies)
Discussion started by: the_red_dove
11 Replies

7. Shell Programming and Scripting

Creating Header & Trailer for bulk volume data file

Hi all, I have a requirement to create a Header &Trailer for a file which is having 20 millions of records. If I use the following method, i think it will take more time. cat "Header"> file1.txt cat Data_File>>file1.txt cat "Trailer">>file1.txt since second CAT command has to read all... (4 Replies)
Discussion started by: Raamc
4 Replies

8. UNIX for Advanced & Expert Users

Creating groups and users

Hi Could anyone please suggest how we can check in Linux if a user or a group name is already existing? In case of a user the command should also be able to specify the user with a given directory and shell. We can of course check this using a grep command but since that is just a pattern match,... (12 Replies)
Discussion started by: Dorothy
12 Replies

9. UNIX for Dummies Questions & Answers

Script for creating users

Hi, I wants to create the users for multiple machine from single main server using the shell script ,can you please help me on this.... (2 Replies)
Discussion started by: Rahulne25
2 Replies

10. Shell Programming and Scripting

Bulk NIS Users Password Change

Hi All, I am having Solaris 5.10 acting as NIS. How do i change multiple user password in NIS in a batch. I have predefined users with their passwords to be set: Example: user1 password1 user2 password2 Pls advise. (0 Replies)
Discussion started by: yogajwa
0 Replies
PTS_INTERACTIVE(1)					       AFS Command Reference						PTS_INTERACTIVE(1)

NAME
       pts_interactive - Enters interactive mode

SYNOPSIS
       pts interactive [-cell] <cell name> [-noauth]
	   [-auth] [-localauth] [-force]

       pts in [-c] <cell name> [-n] [-f]

DESCRIPTION
       The pts interactive command allows the user to enter an interactive mode, useful for running bulk commands like creating new users or
       groups.

       pts interactive uses the authentication state supplied on its command line to run all bulk commands. However, if a bulk command is supplied
       with authentication options such as -cell, -localauth, -auth or -noauth then it, and all subsequent bulk commands, will be run with those
       options.

CAUTIONS
       Prior to OpenAFS 1.4.5 and OpenAFS 1.5.23, the pts interactive command was only available on Unix or Linux and when OpenAFS was compiled
       with the supergroups option (disabled by default).  As of OpenAFS 1.4.5 and 1.5.23, it is always available.

       Running bulk pts commands may degrade the performance of the Protection Server while they are run and server resources may not be released
       immediately after commands are run. The pts sleep command can be used in interactive mode or with pts source to give the Protection Server
       a change to catch up.

OPTIONS
       pts interactive only takes the standard pts options.

       -cell <cell name>
	   Names the cell in which to run the command. For more details, see pts(1).

       -force
	   Enables the command to continue executing as far as possible when errors or other problems occur, rather than halting execution at the
	   first error.

       -help
	   Prints the online help for this command. All other valid options are ignored.

       -localauth
	   Constructs a server ticket using a key from the local /etc/openafs/server/KeyFile file. Do not combine this flag with the -cell or
	   -noauth options. For more details, see pts(1).

       -noauth
	   Assigns the unprivileged identity anonymous to the issuer. For more details, see pts(1).

OUTPUT
       The output is the same as if each individual command were run from the command line.

EXAMPLES
       Here is an example of a pts interactive session:

	  % pts interactive
	  pts> examine admin
	  Name: admin, id: 1, owner: system:administrators, creator: anonymous,
	    membership: 2, flags: S----, group quota: 20.
	  pts> help
	  pts: Commands are:
	  adduser	  add a user to a group
	  apropos	  search by help text
	  chown 	  change ownership of a group
	  creategroup	  create a new group
	  createuser	  create a new user
	  delete	  delete a user or group from database
	  examine	  examine an entry
	  help		  get help on commands
	  interactive	  enter interactive mode
	  listentries	  list users/groups in the protection database
	  listmax	  list max id
	  listowned	  list groups owned by an entry or zero id gets orphaned groups
	  membership	  list membership of a user or group
	  quit		  exit program
	  removeuser	  remove a user from a group
	  rename	  rename user or group
	  setfields	  set fields for an entry
	  setmax	  set max id
	  sleep 	  pause for a bit
	  source	  read commands from file
	  pts> quit
	  %

PRIVILEGE REQUIRED
       The same privilege is required to run the command in interactive mode as is required to run the command by itself on the command line. Some
       commands such as pts createuser require that the user belong to the system:administrators group, while others do not.

SEE ALSO
       pts(1), pts_quit(1), pts_sleep(1), pts_source(1), ptserver(8)

COPYRIGHT
       Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>

       This documentation is covered by the BSD License as written in the doc/LICENSE file. This man page was written by Jason Edgecombe for
       OpenAFS.

OpenAFS 							    2014-04-08							PTS_INTERACTIVE(1)
All times are GMT -4. The time now is 08:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy