1753840 Members
8731 Online
108806 Solutions
New Discussion юеВ

Error in syslog.log file

 
SOLVED
Go to solution
ashisl
Occasional Advisor

Error in syslog.log file

Dear HP Gurus,

Please help us what might be the issues. Its is a production environment.
OS Details:
HP-UX ucrmuat B.11.23 U ia64 3415462954 unlimited-user license
and siebel application is running in this server.
Please help me.
Error found in syslog.log
===============================
Mar 11 12:35:15 ucrmuat vmunix: msgcnt 8555 vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)
Mar 11 12:35:15 ucrmuat sftp-server[17512]: error: process_write: write failed
Mar 11 12:35:21 ucrmuat sshd[17600]: Accepted password for siebel from 10.1.145.70 port 3697 ssh2
Mar 11 12:35:21 ucrmuat sshd[17602]: subsystem request for sftp
Mar 11 12:35:25 ucrmuat vmunix: msgcnt 8557 vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)
Mar 11 12:35:15 ucrmuat sftp-server[17512]: error: process_write: write failed
Mar 11 12:36:05 ucrmuat above message repeats 3 times
Mar 11 12:36:05 ucrmuat vmunix: msgcnt 8559 vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)
Mar 11 12:36:05 ucrmuat sftp-server[17604]: error: process_write: write failed
Mar 11 12:36:11 ucrmuat sshd[17645]: Accepted password for siebel from 10.1.145.70 port 3699 ssh2
Mar 11 12:36:11 ucrmuat sshd[17647]: subsystem request for sftp
Mar 11 12:36:05 ucrmuat sftp-server[17604]: error: process_write: write failed
Mar 11 12:36:16 ucrmuat above message repeats 2 times
Mar 11 12:36:16 ucrmuat vmunix: msgcnt 8561 vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)
Mar 11 12:36:16 ucrmuat sftp-server[17649]: error: process_write: write failed
Mar 11 12:36:16 ucrmuat sftp-server[17649]: error: process_write: write failed
Mar 11 12:36:31 ucrmuat above message repeats 3 times
Mar 11 12:36:37 ucrmuat vmunix: msgcnt 8563 vxfs: mesg 001: vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)
Mar 11 12:36:37 ucrmuat sftp-server[17512]: error: process_write: write failed
7 REPLIES 7
Dennis Handly
Acclaimed Contributor

Re: Error in syslog.log file

>vx_nospace - /dev/vg01/lvol1 file system full (1 block extent)

You need to immediately free up some space there.
ashisl
Occasional Advisor

Re: Error in syslog.log file

Thanks,
Mar 11 12:36:16 ucrmuat sftp-server[17649]: error: process_write: write failed :-> What it suggests ...
Dennis Handly
Acclaimed Contributor
Solution

Re: Error in syslog.log file

>error: process_write: write failed :-> What it suggests

That is caused by the same thing, you need to immediately free up some space there.
Patrick Wallek
Honored Contributor

Re: Error in syslog.log file

I believe the messages are related. The "process_write: write failed" is due to the "file system full".

Basically, you can't write a file to the file system because it is full.

If you free up space in the file system, /dev/vg01/lvol1, then you sftp process should then work.
ashisl
Occasional Advisor

Re: Error in syslog.log file

Thanks to all .


Without user intervention how it became normal ??


/dev/vg00/lvol1 1048576 216872 825304 21% /stand >> It is shown from bdf command.

what is the use of sftp server. tell me brief.
Patrick Wallek
Honored Contributor

Re: Error in syslog.log file

You're looking at the wrong filesystem.

The one with the error is /dev/vg01/lvol1.
You looked at /dev/vg00/lvol1.

SFTP is a file transfer program, much like FTP, except secure. It is part of the SSH suite of commands.

ashisl
Occasional Advisor

Re: Error in syslog.log file

Thanks Patrick for quick response.