1834207 Members
2618 Online
110066 Solutions
New Discussion

problem of informix

 
hampaiah
Occasional Contributor

problem of informix

getting this error while trying to chexk the status of informix database on a HP-UX server
$onstat -
"/home/informix/bin/onstat: Setuid execution not allowed
shared memory not initialized for INFORMIXSERVER 'aesnsoc'"
4 REPLIES 4
Peter Godron
Honored Contributor

Re: problem of informix

Hi,
and welcome to the forums !
Has this worked before, or is this a new install ?
Make sure it does not have the nosuid option in the /etc/fstab for /home/informix.

There are a lot of hits for the individual error.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=143767
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=285508

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.



Bill Hassell
Honored Contributor

Re: problem of informix

> Setuid execution not allowed

Check the mount options for /home. It is a common security feature to disable setuid on HOME directories. Look in /etc/fstab for the /home mount point. If it shows nosuid, then that is your problem.

I would uninstall Informix and install it in the correct directory which is /opt/informix. The /home directory is unsafe and inappropriate for production software. Any user can make a mistake and fill up /home, thus disabling any applications that are run from there.


Bill Hassell, sysadmin
Reshma Malusare
Trusted Contributor

Re: problem of informix

Hi,
check in /etc/fstab... whether uid is set or not.

Regards
Reshma
Peter Godron
Honored Contributor

Re: problem of informix

Hi,
could you please update this thread.

Is this problem still ongoing ? If fixed,
could you please complete the thread by awarding points to helpful answers and summarising the solution for you.

See http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.

This will help resolution of similar problems in the future.