IT/Unix

[hp-ux] wuftpd 530 Login incorrect. 에러

By HKEBI | 2012. 1. 30. 10:27

Connected to host1. 220 host1 FTP server (Revision 5.0 Version wuftpd-2.6.1 Thu Apr 29 06:48:40 GMT 2010) ready. Name (host1:root): user1 331 Password required for user1. Password: 530 Login incorrect. Login failed. Remote system type is UNIX. Using binary mode to transfer files. ftp> 위처럼 에러가 나는 경우가 있는데 이럴경우 ftpaccess 파일에 문제가 있는 경우 이므로 /usr/newconfig/etc/ftpd/examples/ 에 있는 ftpaccess 와 비교를 해보시기 ..

IT/Unix

hp-ux 시스템 점검 script

By HKEBI | 2012. 1. 20. 09:59

host1:/tmp/pm_check>sh pm_check.sh check ** UPTIME [ 9:50am up 9 days, 22 hrs, 2 users, load average: 0.08, 0.09, 0.08 ] ** ** Current DATE [ Fri Jan 20 09:50:41 KST 2012 ] ** PM Script phase 1 .... [ H/W Check ] +-+- Parstatus Check : OK +- vParstatus Check : Skip.. +- IA MachineInfo Check : OK +- Proceesor Count Check : [ 4 core ==> 4 core ] +- Memory Size Check : [ Memory: 8121 MB (7.93 GB) ]..

IT/Unix

vmstat 에 timestamp 찍기

By HKEBI | 2011. 12. 13. 14:37

CDATE=`date +"%m%d%H%M"` function eg { while read line do printf "$line" date '+ %H:%M:%S' done } vmstat $1 $2 | eg >> vmstat_$CDATE.out 간단하죠? ㅋ

IT/Unix

hp-ux syslogd 실행시 syslogd: the kernel messages are already disabled 발생

By HKEBI | 2011. 10. 31. 13:29

syslog.log에 "syslogd: the kernel messages are already disabled: No such device or address"라는 메세지 발생 이후 로그가 남지 않으며, 'syslogd'를 재실행하면 실행되지 않고 바로 죽어 버립니다.. 이문제에 대한 해결책입니다. ============================================================================= syslogd: the kernel messages are already disabled: No such device or address ==========================================================================..

IT/Unix

HP-UX service guard 구성시 에러

By HKEBI | 2011. 9. 21. 15:06

HP-UX 에서 MC/SG가 구성되어 있는 서버의 syslog.log 에 아래와 같은 메시지가 발생했을 때 /etc/hosts 파일에 alias 주면 해결이 됩니다. Sep 21 02:07:57 node3 cmclconfd[10433]: Client provided hostname node1 which does not match resolved name node1_bk. Sep 21 02:08:18 node3 cmclconfd[13500]: Client provided hostname node1 which does not match resolved name node1_bk. Sep 21 02:08:00 node3 cmclconfd[10433]: Client provided hostname node1 wh..

IT/Unix

Solaris 8,9,10 HBA WWN 찾기

By HKEBI | 2011. 5. 11. 11:15

bash-2.03# luxadm probe No Network Array enclosures found in /dev/es Found Fibre Channel device(s): Node WWN:50070e800475e108 Device Type:Disk device Logical Path:/dev/rdsk/c5t50060E800475D109d0s2 Node WWN:50070e800475e108 Device Type:Disk device Logical Path:/dev/rdsk/c5t50060E800475D109d1s2 Node WWN:50070e800475e108 Device Type:Disk device Logical Path:/dev/rdsk/c5t50060E800475D109d2s2 Node WW..