Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAPHanaTopology - DIR_PROFILE usage ? #165

Open
PeterPitterling opened this issue Jan 27, 2023 · 0 comments
Open

SAPHanaTopology - DIR_PROFILE usage ? #165

PeterPitterling opened this issue Jan 27, 2023 · 0 comments

Comments

@PeterPitterling
Copy link
Contributor

function header claims DIR_PROFILE is set .. what is the purpose, as this variable is not used in this RA?

# function: sht_init - initialize variables for the resource agent
# globals:  DIR_EXECUTABLE(w), SAPSTARTSRV(w), SAPCONTROL(w), DIR_PROFILE(w), SAPSTARTPROFILE(w), LD_LIBRARY_PATH(w), PATH(w), nodelist(w)

if [ -z "$OCF_RESKEY_DIR_PROFILE" ]
then
DIR_PROFILE="/usr/sap/$SID/SYS/profile"
else
DIR_PROFILE="$OCF_RESKEY_DIR_PROFILE"
fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant