Hi all,
I have one question, the variable INSTALLDIR in xcatinfo on stateless
nodes. In post script xcatdsklspost, will check the value of INSTALLDIR ,
if value equal null, then grant "/install".
if [ -f /opt/xcat/xcatinfo ]; then
INSTALLDIR=`grep 'INSTALLDIR' /opt/xcat/xcatinfo |cut -d= -f2`
fi
if [ -z "$INSTALLDIR" ]; then
INSTALLDIR="/install"
fi
I want to know, how and where can define $INSTALLDIR value in xcatinfo file
so that can achieve INSTALLDIR=`grep 'INSTALLDIR' /opt/xcat/xcatinfo| cut
-d=-f2`?
Regards,
Todd (Jiangtao) Sun
Technical Support Specialist
Platform Computing, IBM Systems and Technology Group
----------------------------------------------------------------------------------------
IBM Technical Computing community is now on IBM developerWorks SMC
https://www.ibm.com/developerworks/servicemanagement/tc/
You can find Best Practices, Integration Scenarios, Deployment Docs in the
Wiki and do Technical Q & A in the Forum in the community on SMC.------------------------------------------------------------------------------
_______________________________________________
xCAT-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xcat-user