Operating System - HP-UX
1834453 Members
1914 Online
110067 Solutions
New Discussion

about how to shutdown hpe25

 
kathy_6
New Member

about how to shutdown hpe25

my database program die out ,but shutdown database language was wrriten in the shell,
when I want "shutdown -hy 0 ",it will appear "stopping the QAD database" at first ,
then it will not go on shutdown ,how can I shutdown it ,please tell me ,thank you
4 REPLIES 4
Juergen Nagel_1
Frequent Advisor

Re: about how to shutdown hpe25

What database do you use? Oracle?
melvyn burnard
Honored Contributor

Re: about how to shutdown hpe25

well you have a couple of options here.
If you REALLY need to get the system down, do:
reboot -h to halt it or
reboot to stop and restart it.
This may of course damage your database/application and you may need to do some recovery work when you reboot the system.
If this is not an option, you need to investigate why your application is not halting. You could also try issuing the manual commands (whatever they may be) for your app, or contact your application provider to get assistance with this.
HTH

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

Re: about how to shutdown hpe25

If you lookat all the files in /sbin/init.d you should see a script which tries to close down your database. Run the commandsin teh script manually yourself to see if you get an error. If you get an error, then either yourself or your database people will need to modify the commands to make it work correctly
Manuel P. Ron
Frequent Advisor

Re: about how to shutdown hpe25

Press ^C or Interrupt Key and the shutdown will continue skipping Database Shutdown. Or remove script on /sbin/init.d that call to database startup/shutdown.
Crash programs fail because they are based on the theory that, with nine women pregnant, you can get a baby a month. - Wernher von Braun