- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MCSG Extension for SAP
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-2005 03:03 AM
12-15-2005 03:03 AM
I recently tried to start a SAP system with Release 6.2 on the adoptive node. It failed due to a script hang and failing RCF's. I have seen that the /usr/sap/SID/SYS/exe/run/sapstart was used instead of /home/sidadm/sapstart_[hostname]_[SAPID] as usual with SAP Release < 4.6D (see attached log file)
What ist the reason for that, and how can I avoid it?
btw: starting the package on the primary node works fine.
Revisions:
SGeSAP Revision 3.09.00 / MCSG 11.15 on HP-UX 11.11
Thanks for your responses
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 03:08 AM
12-15-2005 03:08 AM
Re: MCSG Extension for SAP
function customer_defined_run_cmds
{
# ADD customer defined run commands.
: # do nothing instruction, because a function must contain some command.
# start PRD
/etc/cmcluster/PRDDBCI/sapdbci.cntl startDBCI IPR
test_return 51
# start OEM Intelligent Agent
su - oraprd -c "/oracle/PRD/db/scripts/start_agent.sh"
# source oracle cron
su - oraprd -c "crontab /oracle/PRD/db/crontabs/oraprd.cron"
# start samba
/opt/samba/bin/startsmb -w
}
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 03:39 AM
12-15-2005 03:39 AM
Re: MCSG Extension for SAP
we also use
function customer_defined_run_cmds
{
# ADD customer defined run commands.
# do nothing instruction, because a function must contain some command.
/etc/cmcluster/SID/sapdbci.cntl startDBCI SID
test_return 51
}
in our dbci.cntl file.
Any other hints?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 03:56 AM
12-15-2005 03:56 AM
Solutionhttp://docs.hp.com/en/B7885-90019/ch01s05.html#babdiiah
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2005 04:04 AM
12-15-2005 04:04 AM
Re: MCSG Extension for SAP
FUNC_FILE=${FUNC_FILE:-/etc/cmcluster/sap.functions}
CUST_FILE=${CUST_FILE:-/etc/cmcluster/customer.functions}
See if they are different from primary node...
Rgds...Geoff