아 겁네 헤맷네...
아무리 봐도 풀커맨드가 안보여서 한참을 찾아 다니던 끝에. HP 고객센터에서 어떤사람이 질문한거에 대한 답을 보고 해결.
일단 증상으로는 분명 뒤에 ARGS가 많은데 -ef 한 결과를 복사해보면 128자리까지만 출력이 되고 나머지는 잘린다.
다른 사람들의 해결책으로는.
1. > export COLUMNS=1000
> ps -ef | grep java
2. > /usr/ucb/ps -auxwww |grep java
사실 2번의 방법으로 해결된 경우가 많았다.
OS의 특성을 타서인지. HP-UX에서는 /usr/ucb/ps 자체가 없다고 나오고... 쳇..
그래서 찾던 중. 해결책은.
3. > ps -efx | grep java
ef 옵션 뒤에 x 만 붙여주면 되는것.
------------------------------------------------------------------
HP 고객 지원포럼에서의 글.
안녕하세요.
OS가 11.0 이라면 PS 패치인 PHCO_26274 가 설치되어 있는지 확인해보시고 없으시면 itrc에서 패치를 다운 받아서 설치하십시오. 패치는 rebooting하지 않기 때문에 온라인상에서 설치하시면 됩니다.
그리고 ps에 x옵션을 주시고 실행해 보십시오.
# ps -efx| grep java
11.i 에서는 fix 되었기때문에 그냥 x optin만 주시면 됩니다..
-----------------------------------------------------------------
아래의 옵션 설명을 보면 processes w/o controlling ttys 라고 나와있는데
솔직히 무슨말인지는 모르겠다..-_-;;
아시는분은... 해석 댓글좀 부탁해요.ㅠ
ps.
이 아래 옵션은... HP-UX에는 해당없는 옵션들인듯....
HP-UX에서는
usage : ps [-edaxzflP] [-u ulist] [-p plist] [-t tlist] [-R prmgroup] [-Z psetidlist] 라고 되어있군여... -_-/
그냥 참고용.
********* simple selection ********* ********* selection by list *********
-A all processes -C by command name
-N negate selection -G by real group ID (supports names)
-a all w/ tty except session leaders -U by real user ID (supports names)
-d all except session leaders -g by session OR by effective group name
-e all processes -p by process ID
T all processes on this terminal -s processes in the sessions given
a all w/ tty, including other users -t by tty
g OBSOLETE -- DO NOT USE -u by effective user ID (supports names)
r only running processes U processes for specified users
x processes w/o controlling ttys t by tty
*********** output format ********** *********** long options ***********
-o,o user-defined -f full --Group --User --pid --cols --ppid
-j,j job control s signal --group --user --sid --rows --info
-O,O preloaded -o v virtual memory --cumulative --format --deselect
-l,l long u user-oriented --sort --tty --forest --version
-F extra full X registers --heading --no-heading --context
********* misc options *********
-V,V show version L list format codes f ASCII art forest
-m,m,-L,-T,H threads S children in sum -y change -l format
-M,Z security data c true command name -c scheduling class
-w,w wide output n numeric WCHAN,UID -H process hierarchy
참조 링크 : http://h30499.www3.hp.com/t5/HP-UX/%EC%A7%88%EB%AC%B8-ps-ef-%EC%8B%9C%EC%97%90-%EC%B6%9C%EB%A0%A5%EB%90%98%EB%8A%94-%EB%82%B4%EC%9A%A9%EC%9D%84-%EB%8A%98%EB%A6%AC%EA%B3%A0-%EC%8B%B6%EC%8A%B5%EB%8B%88%EB%8B%A4/td-p/1166251?profile.language=ko