This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Hi Kwan, re: > I got to this step to add new user mcidas, "Specify group ID manually - set > this as the group ID for the group you created." On the previous step, I > have changed the group name to Unidata while keeping Group ID as 500. So > now when I tried to set the last line "Specify group ID manually" to 500, I > got an error saying "The gid 500 is already in use". Hmm... This is unexpected by me. I wouldn't worry about it since you can set this manually outside of the GUI (I am assuming that you know how to use the 'vi' editor): <as 'root'> vipw <- runs 'vi' on the /etc/passwd file -- find the 'mcidas' user and change its group to '500' The /etc/passwd entry for 'mcidas' will look something like: mcidas:x:501:501:Unidata McIDAS:/home/mcidas:/bin/bash ^ ^_ group id |_____ user id Change the '501' group ID to '500': mcidas:x:501:500:Unidata McIDAS:/home/mcidas:/bin/bash While you are at it, change the group ID for 'mcadde' to '500'. - when you exit out of 'vi' saving your changes (':wq' or 'ZZ'), you will be told that you should edit the password shadow file by running: vipw -s Run this and make sure that there are entries for both 'mcidas' and 'mcadde'. After doing this, check the user and group ID settings for both 'mcidas' and 'mcadde': id mcidas id mcadde The outputs from the 'id' commands should look like: [root@localhost ~]# id mcidas uid=501(mcidas) gid=500(Unidata) groups=500(Unidata) [root@localhost ~]# id mcadde uid=502(mcadde) gid=500(Unidata) groups=500(Unidata) > Hi Tom, Are these set correctly? > [image: Inline image 2][image: Inline image 1] You can leave 'mcidas' and 'mcadde' in the 'users' group if you like, or you can change both to be in the 'Unidata' group. The command line way of doing this is the 'vipw' commands I listed above. Cheers, Tom -- **************************************************************************** Unidata User Support UCAR Unidata Program (303) 497-8642 P.O. Box 3000 address@hidden Boulder, CO 80307 ---------------------------------------------------------------------------- Unidata HomePage http://www.unidata.ucar.edu **************************************************************************** Ticket Details =================== Ticket ID: JAV-781741 Department: Support McIDAS Priority: Normal Status: Closed