Student Accounts: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
(Created page with "I copied the below refenced file to: /home/student/make_account.notes - GD 07/15/2013 From Yecheng, 07/15/2013: Details logged at /home/rccstaff/yhuang/studentAcct/2013Fall...")
 
No edit summary
Line 4: Line 4:
From Yecheng, 07/15/2013:
From Yecheng, 07/15/2013:


Details logged at /home/rccstaff/yhuang/studentAcct/2013Fall/cmd.sh
mkdir -p /home/student/binf6005
We can move to a common location so that it is also useable to others.  
chown arnold:student binf6005
mkdir -p /home/student/gene4220
chown arnold:student gene4220
perl /usr/local/acct/delta/createStudentPwd.pl -s 1 -e 30 -p /home/student/binf6005 >&1 | tee binf6005.log
perl /usr/local/acct/delta/createStudentPwd.pl -s 35 -e 55 -p /home/student/gene4220 >&1 | tee gene4220.log


I modified the script from last year. It is more straightforward and friendly.  
#as root, at zclsuter, manually copy & paste binf6005.log top 3 parts.
#at zhead as root, scp zcluster passwd and shadow to zhead and push to all nodes.  
#write Note at /home/student/UGA


Yecheng Huang
Details logged at /home/rccstaff/yhuang/studentAcct/2013Fall/cmd.sh

Revision as of 14:16, 15 July 2013

I copied the below refenced file to: /home/student/make_account.notes - GD 07/15/2013


From Yecheng, 07/15/2013:

mkdir -p /home/student/binf6005 chown arnold:student binf6005 mkdir -p /home/student/gene4220 chown arnold:student gene4220 perl /usr/local/acct/delta/createStudentPwd.pl -s 1 -e 30 -p /home/student/binf6005 >&1 | tee binf6005.log perl /usr/local/acct/delta/createStudentPwd.pl -s 35 -e 55 -p /home/student/gene4220 >&1 | tee gene4220.log

  1. as root, at zclsuter, manually copy & paste binf6005.log top 3 parts.
  2. at zhead as root, scp zcluster passwd and shadow to zhead and push to all nodes.
  3. write Note at /home/student/UGA

Details logged at /home/rccstaff/yhuang/studentAcct/2013Fall/cmd.sh