- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stopdb not working
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
12-15-2003 02:36 AM
12-15-2003 02:36 AM
stopdb not working
Using SG A.11.13 and SGeSAP B.03.06 on a two node clusters where the DB and CI is split on both nodes on two different packages.
Well, ever since we upgraded to Oracle 9.2.0 from 8.1.7.4, the stopdb function from sap.functions has stopped functionning. We know that the PATH is correct but for some reason, the command (which is su - ${SIDADM} -c "stopdb") cannot be found and returns a 1 as returncode therefore not stopping the base but instead killing all processes when unmounting the file systems. Though the app is down at the time we usually do maintenance, it is still a problem for me cause I feel the package should do this. It was working fine at 8.1.7.4.
So my question is : Is this because 9.2.0 is not supported with SGeSAP B.03.06 or is it because I missed something when the Oracle upgrade was done?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 03:01 AM
12-15-2003 03:01 AM
Re: stopdb not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 03:06 AM
12-15-2003 03:06 AM
Re: stopdb not working
I'd supply the full path to the stopdb script as a first step. Sounds like it can't find it.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 03:27 AM
12-15-2003 03:27 AM
Re: stopdb not working
Jeff, I also thought it would be something with the PATH or very similar. And the command is exactly what I have given you and it does come from the standard sap.functions scripts stop_db.
Though we have made potential progress. And probably resolve the issue. Apparently, falling back from a couple of Support package on SAP, the Basis people put back the old versions of BR tools and startdb and stopdb. Though SG doesn't seem to have a problem with the startdb, it seems to do have one with the stopdb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 04:27 AM
12-15-2003 04:27 AM
Re: stopdb not working
stopdb or stop_db?
Have you looked with find for the script?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 07:09 AM
12-15-2003 07:09 AM
Re: stopdb not working
stopdb is the script that is being invoked to stop the db. stop_db is the name of the function in sap.functions that is called when you run the cmhaltpkg on the db package of a SAP application.