+. rsh 설정
- /.rhosts 파일에 hostname 등록
- /etc/hosts 에 hostname 등록
- 잘 않 될 경우는 /etc/inetd.conf
#shell stream tcp6 nowait root /usr/sbin/rshd rshd
#login stream tcp6 nowait root /usr/sbin/rlogind rlogind
확인후
refresh -s inetd
+. dshnodelist 파일 생성 및 대상 노드 목록추가
- /.rhosts 파일에 hostname 등록
- /etc/hosts 에 hostname 등록
- 잘 않 될 경우는 /etc/inetd.conf
#shell stream tcp6 nowait root /usr/sbin/rshd rshd
#login stream tcp6 nowait root /usr/sbin/rlogind rlogind
확인후
refresh -s inetd
+. .profile 에 dsh 환경 변수 추가
- export WCOLL=/home/dshnodelist
export DSH_NODEGROUP_PATH=/home
export DSH_PATH=$PATH
'IBM Power' 카테고리의 다른 글
OS 기본 파라미터 튜닝 (0) | 2011.11.15 |
---|---|
aix기동시 pconsole 및 tivoli 모니터링 종료 (0) | 2011.11.15 |
AIX 6.1 Timezone(TZ) 변경 (0) | 2011.11.15 |
ulimit (/etc/security/limits ) (0) | 2011.11.15 |
user profile ( .profile ) (0) | 2011.11.15 |