ResourcesMark: Difference between revisions

From MDWiki
Jump to navigationJump to search
Line 22: Line 22:
''' Create account in /etc/passwd '''
''' Create account in /etc/passwd '''
  useradd -u NEWUID -g md NAME
  useradd -u NEWUID -g md NAME
vim /etc/passwd # and change the UID to the one set in LDAP
''' Update NIS (for cluster authentication) '''
''' Update NIS (for cluster authentication) '''
  cd /var/yp/
  cd /var/yp/
  make
  make

Revision as of 00:28, 17 July 2008

System Configuration (workstations, grape)

Alarm handling/Shutting down the rack

System Configuration (windows and Linux laptop)

System Configuration (CCMS Blackhole)

Grape queueing system

Add new user (LDAP)

Add new user (grape)

Create account in /etc/passwd

useradd -u NEWUID -g md NAME

Update NIS (for cluster authentication)

cd /var/yp/
make