Operating System - HP-UX
1834156 Members
2427 Online
110064 Solutions
New Discussion

database services didn't start up automatically

 
apple
Super Advisor

database services didn't start up automatically

dear HPUX admin,
our database services didn't start up automatically even we already put inside /etc/inittab. we need to manually use our database id to start up this services. even when use root id to go manually to where the script residing it says sh:not found. do we lack of any privilege?

below is our /etc/inittab entry for the database services.

oracle:3456:wait:/disc1/appl/Sybase/app/asiq12/bin/start_asiq
@/disc1/db/INSIDES_P2/insides.cfg /disc1/db/INSIDES_P2/insides.db
3 REPLIES 3
Shibin_2
Honored Contributor

Re: database services didn't start up automatically

Hi,

It's not looks like a good practice. First you put the command, that you want to execute into any file and make it as executable. Then call this executable from the inittab.

Also, after creating the executable, test the excutable and check, whether the command is working properly. Here you can identify, what's and where's going wrong. If that's working ok, then the /etc/inittab call for this executable too work perfectly.
Regards
Shibin
Yogeeraj_1
Honored Contributor

Re: database services didn't start up automatically

hi,

the right way to do this is follow the HP guidelines.

see:
http://docs.hp.com/en/934/startup.pdf


if you need any further assistance, please let us know.

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Yogeeraj_1
Honored Contributor

Re: database services didn't start up automatically

hi again,

see also,

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1213678


hope this helps!

kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)