posted by 빠담아빠다 2016. 3. 10. 16:32

cfx5solve 실행시 

다음의 오류메시지 출력 

+--------------------------------------------------------------------+ 

| An error has occurred in cfx5solve:  | 

| Remote connection to myserver01 exited with return code 1. It 

| gave the following output: 

| remuser too long 

| Check that you have typed the hostname correctly, that you have an | 

| account "changyoung.choi" on the specified host with permission to | 

| rsh from this host, and that (particularly for Windows hosts) it | 

| is running an rsh daemon. You can use the following command to | 

| check the connection to a UNIX machine: | 

| | 

| rsh myserver01 uname | 

| | 

| or the following command if it is a Windows machine: | 

| | 

| rsh myserver01 cmd /c echo working | 

+--------------------------------------------------------------------+


remuser too long 혹은 localuser too long 메시지는 

그러니까. rsh 로 접근이 가능하여도

rsh myserver01 ls

혹은 rsh myserver01 df 등의 커맨드를 날릴 경우 remuser too long 이라는 메시지가 출력되는데

userid가 14char가 넘는 유저가 rsh명령어를 날리고 받을때 나타나는 메시지 입니다.


예) changyoung.choi <- 기 

rsh ins1 -> 접속 가능 

rhs ins1 ls -> ls 명령 실행 불가


cfx 실행 이전에 

export CFX5RSH=ssh


환경 적용후 실행.


remote shell (rsh -> ssh)변경이 됨.



'OS > Linux' 카테고리의 다른 글

[linux] cshell prompt에 현재위치 표기  (0) 2017.06.14
[Linux] ssh인증 오류  (0) 2016.03.10
[Linux] ashrock network 드라이버 설치 관련. e1000e-3.2.4.2  (0) 2016.03.10
[Linux] pssh script  (0) 2016.03.10
[YUM] yum repository Local 참조  (0) 2016.03.10