Operating System - HP-UX
1821584 Members
3556 Online
109633 Solutions
New Discussion юеВ

can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

 
SOLVED
Go to solution
mipulsar
Occasional Advisor

can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

Hi all

I have an account called demo in my hp-ux system for reason I can't login any more I have this error message:
Error Message: Datalog Error, Can't write to file, Check file system space or file size.

Other accounts can login perfectly, only demo account is unable to login.
Did anybody has this problem before?

Alex
11 REPLIES 11
Steven E. Protter
Exalted Contributor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

Shalom,

Log in as root

grep demo /etc/passwd

You might get some idea what this account is all about.

You can do a su - demo to get more information.

It appears to me that the home directory of that user may not be there or accessible to that user.

But not knowing where the user came from all I can do from here is provide a path for you to discover the problem.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
TTr
Honored Contributor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

> Datalog Error
Looks like a VxFS error and the home filesystem may be full. Login as root and check the filesystem using "bdf" If it is full you have to cleanup or extend the volume/filesystem.
mipulsar
Occasional Advisor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

TTr
Thank you

I have 0 space available and %100 space used, how I clean the system files? Which are those files?

Alex
Anshumali
Esteemed Contributor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

Alex,

What is 100% used, /home or /
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Tim Nelson
Honored Contributor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

Posting your output would speed up the 20 question game..

mipulsar
Occasional Advisor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 12142140 10927931 0 100% /
/dev/vg00/lvol1 47829 23570 19476 55% /stand
/dev/vg00/lvol9 288157 220479 38862 85% /var
/dev/vg00/lvol8 490645 308942 132638 70% /usr
/dev/vg00/lvol7 30597 14272 13265 52% /tmp
/dev/vg00/lvol6 251285 225640 516 100% /home2
/dev/vg00/lvol5 19861 15277 2597 85% /home
Anshumali
Esteemed Contributor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

Actually situation is bad for both, / and /home2
For /, its not obvious to have anything which should occupy the space, rather it is static FS.Look for extra files, which you can remove safely...tars...core files...Else, you may want to increase it. Search the forum for increasing /
For /home2, it may be increased online if your users are stubborn enough to disagree deleting any file from their login locations. You can do a du -xk /home2|sort -k1nr and check for consumtions....

Anshu
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Anshumali
Esteemed Contributor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

"it may be increased online"
---You should have OnlineJFS for this. :)
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Prashanth Waugh
Esteemed Contributor
Solution

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

Hi,

Pls check is there any core file is create in / using
# find / -name core or u can grep it
============================================
for home directory use
#du -kx /home2 |sort -nr |more

Regards
Prashant



For success, attitude is equally as important as ability
mipulsar
Occasional Advisor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

thank you very much to all of you!! I deleted those big size core files and I can log in again with account demo, so production in the laboratory can continue, you saved my life!!!

Alex
Paul Sperry
Honored Contributor

Re: can't login my account Error Message: Datalog Error, Can't write to file, Check file system space o

Well then you should take the time to award points then.