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
|