OpenSolaris

Printable Version Enter a New Search
Bug ID 6443771
Synopsis RFE: Change ha-sap agents to call start & stop scripts w/ params "<instance-name> <logical-host>"
State 9-Fix Failed (Previous fix did not work)
Category:Subcategory suncluster:ha-sap
Keywords
Responsible Engineer Harish Sundaram
Reported Against
Duplicate Of
Introduced In
Commit to Fix 3.2u1_03
Fixed In 3.2u1_03
Release Fixed 3.2u1_fcs(3.2u1_03)
Related Bugs 6442398
Submit Date 27-June-2006
Last Update Date 16-October-2008
Description
See comments section.
Work Around
For users that are running NW2004 SR1 or 7.0 we need to ask them to run this step:

In the home directory of <sapsid>adm user create a startup and stop script that calls the startsap script with proper arguments for the instance.

# echo "/usr/sap/SID/SYS/exe/run/startsap <instance-name> <logical-host>" > $SAPSID_HOME/startsap_instance-number
# chmod 755 $SAPSID_HOME/startsap_instance-number

# echo "/usr/sap/SID/SYS/exe/run/stopsap <instance-name> <logical-host>" > $SAPSID_HOME/stopsap_instance-number
# chmod 755 $SAPSID_HOME/stopsap_instance-number
Comments
N/A