Operating System - HP-UX
1752493 Members
5459 Online
108788 Solutions
New Discussion юеВ

Binary doesnt start at boot on HP UX 11

 
Stefano_36
Frequent Advisor

Binary doesnt start at boot on HP UX 11

Hi to all,
I've an executable file that should start
via /etc/rc3.d/S93xxxxx script.
At boot time that executable doesn't start.
Invoking the /etc/rc3.d/S93xxxxxx script at runtime its work fine.
In the boot trace file (rc.log) there arent error messages.
Where can I investigate more ?

Thanks
3 REPLIES 3
Arunvijai_4
Honored Contributor

Re: Binary doesnt start at boot on HP UX 11

Hi,

Have you exported SHLIB_PATH and path to configuration files in your rc script ? Also make sure your binary doesnt require any other prerequisites to be started.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Peter Godron
Honored Contributor

Re: Binary doesnt start at boot on HP UX 11

Stefano,
have you tried including debug messages into your script and redirecting the error stream from your executable? Protections on files and links ? Lastly, have you tried with renamed to S093xxxx, as noramlly 3 digits?
Is the rc command script not being executed, or is the executable not being executed?
melvyn burnard
Honored Contributor

Re: Binary doesnt start at boot on HP UX 11

Have you put a config file into /etc/rc.config.d to say whether this should start or not?
Also is the file S93xxxxx the script, or is it a link to /sbin/init.d/xxxxx as it should be?

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!