- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- Serviceguard
- >
- Re: cluster packages
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
07-14-2010 05:32 PM
07-14-2010 05:32 PM
I have created one vg, and crated one LV in that.
so i created a cluster with 2 packages on same VG
as /dev/oravg,
cluster started correctly. up & running,
out of 2 packages..
orapkg-- up, running fine.
but on 2nd SAPpkg, cmcheckconf is applied ,
showed, corrct, with no errors found, but when i apply cmapplyconf it says sql plus not found in the start.sh script.
am using same user & same script for both the packages.
orapkg is running, but sappkg is not running fine.
any ting related to vg is not correct.
whether 2 pkg can reside on same LV, VG?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 06:02 PM
07-14-2010 06:02 PM
Solutionit is good idea to combine both Oracle and SAP script in one ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 06:10 PM
07-14-2010 06:10 PM
Re: cluster packages
Don't configure two package on same VG.
you need to create another vg and install your application and then configure the 2nd package.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 06:16 PM
07-14-2010 06:16 PM
Re: cluster packages
created a separate /dev/sapvg and moved the sappkg to that /dev/saplv, now when i apply cmcheckconf it says no errors founf,
when i apply cmapplyconf it syas,
# cmrunpkg sappkg
Running package sappkg on node rx26-184
The package script for sappkg failed with unknown value. sappkg should not be restarted
Unable to run package sappkg on node rx26-184
Check the syslog and pkg log files for more detailed information
cmrunpkg: Unable to start some package or package instances
[rx26-184]/etc/cmcluster/sappkg
# more start.sh.log
/etc/cmcluster/sappkg/start.sh[2]: sqlplus: not found.
/etc/cmcluster/sappkg/start.sh[2]: sqlplus: not found.
/etc/cmcluster/sappkg/start.sh[2]: sqlplus: not found.
[rx26-184]/etc/cmcluster/sappkg
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 06:48 PM
07-14-2010 06:48 PM
Re: cluster packages
Have you actually installed sap on the 2nd vg ?
From the "command not found" I guess you did not install the actually application and when the package startup script tried to run the sqlplus, it just could not find it.
Have a look at the start.sh and find where it calls sqlplus and make sure you have it.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 07:41 PM
07-14-2010 07:41 PM
Re: cluster packages
I don think there is a easy way to do this.
would need lot of efforts.
2)>>sql plus not found in the start.sh script.
check the start.sh script if you have sqlplus utility and check pkg logs in /etc/cmcluster
directory
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 07:52 PM
07-14-2010 07:52 PM
Re: cluster packages
Jul 14 23:39:40 rx26-191 CM-CMD[6914]: cmrunpkg orapkg
Jul 14 23:39:41 rx26-191 CM-CMD[6914]: Request from root on node rx26-191 to start package orapkg
Jul 14 23:39:41 rx26-191 cmcld[6723]: Request from root on node rx26-191 to start package orapkg
Jul 14 23:39:41 rx26-191 cmcld[6723]: Request from node rx26-191 to start package orapkg on node rx26-191.
Jul 14 23:39:41 rx26-191 cmcld[6723]: Executing '/etc/cmcluster/orapkg/start.sh start' for package orapkg, as service PKG*59393.
Jul 14 23:39:41 rx26-191 cmcld[6723]: Service PKG*59393 terminated due to an exit(127).
Jul 14 23:39:41 rx26-191 cmcld[6723]: Package orapkg run script failed: exit value 127.
Jul 14 23:39:41 rx26-191 cmcld[6723]: Examine the file /etc/cmcluster/orapkg/start.sh.log for more details.
Jul 14 23:39:41 rx26-191 cmcld[6723]: Switching disabled on package orapkg.
Jul 14 23:39:41 rx26-191 CM-CMD[6914]: Request from root on node rx26-191 to start package orapkg failed
Jul 14 23:39:41 rx26-191 cmcld[6723]: Unable to start package orapkg. Node rx26-191 is not able to run it.
Jul 14 23:40:22 rx26-191 cmcld[6723]: Service cmfileassistd terminated due to an exit(0).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 08:41 PM
07-14-2010 08:41 PM
Re: cluster packages
post start.sh.log pls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 09:01 PM
07-14-2010 09:01 PM
Re: cluster packages
/etc/cmcluster/orapkg/start.sh[2]: sqlplus: not found.
/etc/cmcluster/orapkg/start.sh[2]: sqlplus: not found.
/etc/cmcluster/orapkg/start.sh[2]: sqlplus: not found.
/etc/cmcluster/orapkg/start.sh[2]: sqlplus: not found.
/etc/cmcluster/orapkg/start.sh[2]: sqlplus: not found.
/etc/cmcluster/orapkg/start.sh[2]: sqlplus: not found.
[rx26-191]/etc/cmcluster/orapkg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-14-2010 10:42 PM
07-14-2010 10:42 PM
Re: cluster packages
You posted both scripts from sappkg and orapkg, and they both complianted about sqlplus not found.
Can you post start.sh ?
thanks
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP