Start SWPM
mkdir /sap/upgrades/tmp
chmod -R 777 /sap/upgrades/tmp
export TMPDIR=/sap/upgrades/tmp
export TMP=/sap/upgrades/tmp
export CPIC_MAX_CONV=500
cd /sap/upgrades/Installer/SWPM
export SAPINST_USE_HOSTNAME=a<ServerName>
./sapinst SAPINST_HTTPS_PORT=1129 SAPINST_HTTP_PORT=1128 SAPINST_REMOTE_ACCESS_USER=<Username> SAPINST_GUI_HOSTNAME=<ServerName> SAPINST_USE_HOSTNAME=<ServerName>
Comments
Post a Comment