Creating AIX groups
1263
Use the next id in file to create new group
Update the new number in file last_grp_num
mkgroup_adm.ksh
mkgroup_read.ksh
mkgroup_instance.ksh
mkgroup_etl.ksh
mkgroup_usr.ksh
e.g. Create a group “uatwrite” in server opfqa02
Edit mkgroup -A id=1264 uatwrite in file “mkgroup_user.ksh
#-----------------#
# opfqa02
#-----------------#
mkgroup -A id=1258 biouctl
mkgroup -A id=1263 uatread
mkgroup -A id=1264 uatwrite
- Change directory to /homecomm/nsek/create_id_grp.
- Check the content of last_grp_num.
1263
Use the next id in file to create new group
Update the new number in file last_grp_num
- If group is already created on other servers, re-use the same user group number.
- Edit the mkgroup -A id=<id> <group> command in the appropripate mkgroup scripts in below under the appropriate server section.
mkgroup_adm.ksh
mkgroup_read.ksh
mkgroup_instance.ksh
mkgroup_etl.ksh
mkgroup_usr.ksh
e.g. Create a group “uatwrite” in server opfqa02
Edit mkgroup -A id=1264 uatwrite in file “mkgroup_user.ksh
#-----------------#
# opfqa02
#-----------------#
mkgroup -A id=1258 biouctl
mkgroup -A id=1263 uatread
mkgroup -A id=1264 uatwrite
- Copy and paste the mkgroup command and execute on the target server.
- Update the last_grp_num file (e.g 1264).