- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: boot startup sequence
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 09:53 AM
02-24-2010 09:53 AM
boot startup sequence
I have these in rc2.d:
S430nfs.client
S99aadbora
S99zzappl
The oracle startup script, when it runs, emits a message complaining that the dbstartup script in oracle home dir does not exist. The bit of code in the script is like this:
ORA_HOME=/u01/app/oracle/product/9.2.0
if [ ! -f $ORA_HOME/bin/dbstart ]
then
echo "Oracle startup: cannot start"
exit
fi
Following that is code that starts oracle if the script is invoked with $1 = start (and of course if the script didn't exit due to the file not existing).
Somehow, even though the script is emitting the message saying oracle cannot start, it does go on and start.
I don't understand, - 1) nfsclient starts first, so why does oracle script act like the file is not found? 2) if the file is not found and it emits the message, then it looks like it should exit, so how is oracle starting anyway? 3) since oracle is starting anyway even though the script says the file isn't there, then it must mean the file really is there, right?
Next problem is with S99zzappl. This script is a link to a startup script in /u01, where the NFS filesystem should be mounted. It never executes. No "Starting application..." message on the console, and no indication in rc.log that it tried to run. Again, since nfs client started first, and then oracle started (even though it reported the file didn't exist), /u01 should / must be mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 10:16 AM
02-24-2010 10:16 AM
Re: boot startup sequence
That ensures that the system has started other things first.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 10:33 AM
02-24-2010 10:33 AM
Re: boot startup sequence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 12:30 PM
02-24-2010 12:30 PM
Re: boot startup sequence
nfs server should not matter, I think. My hp-ux system is not exporting the filesystem. My hp-ux system is a client mounting the filesystem from the SAN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2010 01:37 PM
02-24-2010 01:37 PM
Re: boot startup sequence
Check that /etc/fstab has correct settings for the oracle files system. They may not have been changed correctly.
Test them with a few umount commands followed by a mount -a
Once this happens error free, your boot should be okay.
If Oracle is on a SAN disk the start sequence of nfsclient should not matter.
If Oracle data is sitting on a NFS mount point, then nfsclient and perhaps automounter needs to be run before Oracle.
Its really a matter of understanding what services Oracle really needs and making sure they are running before you start Oracle.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com