Difference between revisions of "Adding a new IVL user"
From Immersive Visualization Lab Wiki
(→Adding an New IVL Member) |
(→Adding an New IVL Member) |
||
Line 5: | Line 5: | ||
* Composite user name: normally first letter of first name + last name. Example: Jurgen Schulze -> jschulze | * Composite user name: normally first letter of first name + last name. Example: Jurgen Schulze -> jschulze | ||
− | * Create [http://research.calit2.net/event-coordination/index.php/List_of_user_accounts#User_accounts_in_visualization_group user | + | * Create [http://research.calit2.net/event-coordination/index.php/List_of_user_accounts#User_accounts_in_visualization_group user ID for IVL lab]. This is the main user data base for the mapping of user ID to user name. |
* Create IVL user name: | * Create IVL user name: | ||
Line 11: | Line 11: | ||
** useradd -u <user_id> -s /bin/tcsh -g 100 <user_name> | ** useradd -u <user_id> -s /bin/tcsh -g 100 <user_name> | ||
** passwd <user_name> | ** passwd <user_name> | ||
+ | ** add user to covise group in /etc/group | ||
+ | ** ./passsync | ||
* Create [http://ivl.calit2.net/wiki/ IVL wiki user] at http://ivl.calit2.net/wiki/index.php/Special:Userlogin | * Create [http://ivl.calit2.net/wiki/ IVL wiki user] at http://ivl.calit2.net/wiki/index.php/Special:Userlogin | ||
− | * | + | * Notify of weekly group meetings on Fridays at 11am and Tuesday morning meetings as applicable. |
Revision as of 11:01, 29 June 2009
Adding an New IVL Member
- Submit building access request
- Composite user name: normally first letter of first name + last name. Example: Jurgen Schulze -> jschulze
- Create user ID for IVL lab. This is the main user data base for the mapping of user ID to user name.
- Create IVL user name:
- ssh root@sessions.ucsd.edu
- useradd -u <user_id> -s /bin/tcsh -g 100 <user_name>
- passwd <user_name>
- add user to covise group in /etc/group
- ./passsync
- Notify of weekly group meetings on Fridays at 11am and Tuesday morning meetings as applicable.