SFTP addon installation in PI NW 7.5 using SUM 15
Hello Guys,
Recently I have installed SFTP addon in NW PI 7.5 using SUM 15 tool. I am going to write this blog, how to install it using SUM 15. I hope this would be helpful to everyone.
Take offline backup of PI system before starting to apply addon.
Download SFTP adapter from below path. For more information, kindly refer SAP Note (1695521).
http://service.sap.com/swdc > Installation and Upgrades > Browse our Download Catalog > SAP NetWeaver and complementary products > PI SFTP PGP ADDON > PI SFTP PGP ADDON 1.0 > 51047870.ZIP
Put appropriate source of SFTP adapter in PI system (PIB2BSFTP*.SCA, SAPCAR file etc.) SFTP component.
SAPCAR and SUM component : Make sure appropriate permissions are provided to SUM component as per screen shot. Ideally it should be <sid>adm:sapsys.
Extract SUM tool in /usr/sap/<SID> directory.
SUM directory created under /usr/sap/<SID>
Go inside SUM directory and execute below command using root user.
./STARTUP confighostagent <SID>
Copy below URL in browser, it will prompt for user id and password.
http://<hostname>:1128/lmsl/sumjava/<SID>/index.html
Provide path of manually prepared directory, in which SFTP source is reside.
Provide Administrator password.
Manually provided directory identify component of SFTP.
SUM tool identify parameters of your SAP system.
When click on Next button, SFTP component will start deploying and Java system will automatically restart after successful deployment.
SFTP component deployed successfully.
After successfully deployed SFTP component, go to http:<hostname>:50000/nwa/sysinfo
In component info, search for SFTP, it will show deployed component of SFTP.
PIPB2BSFTP component deployed, means SFTP is installed in PI.
Now, go to http://<hostname>:50000/nwa
sftp adapter should be started.
Up to this we have deployed addon SFTP in PI system to use it.
To use SFTP in configuration with IB (Integration Builder) and ESR (Enterprise Service Repository), we must have to deploy SFTP adapter in ESR, otherwise it will not be useful .
How to deploy SFTP in ESR, for that I will create new blog soon.
Regards,
Harshil Shah
Is a reboot mandatory after the installation?
Hi Serigo,
As discussed, it is not required to reboot whole system. When u install using SUM tool, after successful installation, java instance automatically restarted to take effect of sftp adapter. Hope this answer your question.
Hello Harshil I was doing the same installation using SUM tool version 17.
However, I'm not getting option for Manual Directory. It just shows me screen which asks for stack file path.
Can you flash some light? Am I doing some mistake? Why I'm not getting option for Manual Directory? Just for deploying one component do I need to generate stack file?
Hi Mories,
I have used SUM17 to upgrade EHP. You are right that in SUM17 it directly asks for stack file path. But in this case I have used SUM17 for ABAP. I hope you are using SUM for JAVA, if not please check with it first. If in SUM JAVA also, it is not asking manual directory, I would recommend to use SUM15 for JAVA or you can use telnet to deploy single component.
Do you have the document link for - deploy SFTP in ESR, for that I will create new blog soon?