Student Accounts: Difference between revisions

From Research Computing Center Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
perl /usr/local/acct/delta/createStudentPwd.pl -s 35 -e 55 -p /home/student/gene4220 >&1 | tee gene4220.log
perl /usr/local/acct/delta/createStudentPwd.pl -s 35 -e 55 -p /home/student/gene4220 >&1 | tee gene4220.log


#as root, at zclsuter, manually copy & paste binf6005.log top 3 parts.  
* 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.  
* at zhead as root, scp zcluster passwd and shadow to zhead and push to all nodes.  


#write Note at /home/student/UGA
* write Note at /home/student/UGA


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

Revision as of 17:49, 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

  • 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

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