Friday, 24 July 2015

Map Drive in DOS

To temporarily map a drive in the Windows command prompt (DOS):
  • pushd \\server\folder
The current directory changes to the mapped drive.


To see which drive letter has been mapped:
  • net use


To end the temporary mapping:
  • popd


To map a drive to a specific letter:

  • net use <letter>: \\server\folder


To unmap the drive letter:
  • net use <letter>: /DELETE

Friday, 10 July 2015

SAP Host Agent Notes

SAP Host Agent Troubleshooting:

http://scn.sap.com/docs/DOC-34217


1862333 - Common Host Agent issues displayed in Agent Administration

http://service.sap.com/sap/support/notes/1862333


Host Agent Automatic Upgrade


  • Unpack newer agent to /usr/sap/hostctrl/new
  • Host agent checks the location every 5 minutes (by default) and upgrades the agent if necessary