Operating System - HP-UX
1820483 Members
2508 Online
109624 Solutions
New Discussion юеВ

cannot open daemon log file (usplog)

 
Altair Costa
Occasional Contributor

cannot open daemon log file (usplog)

Help, help

What means that message: cannot open daemon log file (usplog)?

where should be that file?

Im executing this command: /usr/lpp/uv/bin/usd

please help.

thanks

Altair Costa


2 REPLIES 2
Paul Haygarth
Advisor

Re: cannot open daemon log file (usplog)

I am assuming that you are running the UniVerse Database correct?

This could be a result of a few problems. First, go the the uv home directory:

cd `cat /.uvhome`

Then look for UVSPOOL in the uvconfig file:

grep UVSPOOL uvconfig

This will tell you where the usplog is supposed to exist. Make sure there is a value returned and make sure it does the directory exists. If either the directory or file don't exist, create them.

If the usplog files exists where it is supposed to, then check the permissions. Everyone should have read-write permissions.



Altair Costa
Occasional Contributor

Re: cannot open daemon log file (usplog)

Thanks guy.

I fixed the problem.