- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle + SG
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
04-02-2004 12:00 AM
04-02-2004 12:00 AM
Oracle + SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:11 AM
04-02-2004 12:11 AM
Re: Oracle + SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:16 AM
04-02-2004 12:16 AM
Re: Oracle + SG
With the scripts dbstart and dbshut and a correct configuration of /etc/oratab , root has the capabilities to start Oracle correctly . Isn't this procedure enough??
Can anyone give me a model???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:26 AM
04-02-2004 12:26 AM
Re: Oracle + SG
see:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B5139EA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:29 AM
04-02-2004 12:29 AM
Re: Oracle + SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 12:38 AM
04-02-2004 12:38 AM
Re: Oracle + SG
Depents how oracle is installed. We always install it i an package. Do multiple packages = multiple oracle installations.
Normally oracle is started en stopped with the dbstart en dbshut command. In a package you can do the same from the customer_defined_run_cmds and halt_cmds.
Just do su - oracle -c "/path/dbstart"
and
su - oracle -c "/path/dbshut"
Make sure the env settings are correct. ( You can set them in the dbshut / dbstart script.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:07 AM
04-02-2004 02:07 AM
Re: Oracle + SG
As root, I write my own little scripts (one for the startup and one for the shutdown) that does what was mentioned above:
su - oracle /oracle_home/
I save my file under /usr/local/bin.
With that file I can use it anytime I have to jump in and just stop/start the db manually. AND I use the same thing to control the start/stop of the database with MC/SG. I generally reference it in the respective user_defined_start and stop areas of the pkg control file.
/usr/local/bin/oracle_home/
Hope it helps,
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 02:50 AM
04-02-2004 02:50 AM
Re: Oracle + SG
function customer_defined_run_cmds
{
# ADD customer defined run commands.
: # do nothing instruction, because a function must contain some command.
/etc/cmcluster/YOURPACKAGE/YOURPACKAGE.cntl any parameters
test_return 51
}
For example, one of mine is:
function customer_defined_run_cmds
{
# ADD customer defined run commands.
: # do nothing instruction, because a function must contain some command.
/etc/cmcluster/PRDBCI/sapdbci.cntl startDBCI PROD
test_return 51
}
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2004 06:30 PM
04-02-2004 06:30 PM
Re: Oracle + SG
If you can afford serviceguard, and all the kit in terms of shared disk & networking required to operate a cluster, an extra few $$$s for the toolkit shouldn't break the bank. I for one wouldn't trust dbshut/dbstart provided by oracle *at all*, they are terrible scripts designed to be run interactively from the command line by a DBA who can take remedial action when they don't work.
just my $.02 ...
Duncan
I am an HPE Employee
