Add items to download basked on SAP net.
Login to Solution Manager system
Run SE37
Enter: /TMWFLOW/MO_UI_BASKET_AUTHORIZ
Press F8
Leave the default values
Press Execute
Select the items in the basket to approve
Click Confirm Download
Items can now be downloaded directly from the download basket on SAP's website
Wednesday, 6 April 2016
Clean memory on Unix and Linux
Assuming the SAP system is shut down!
To list semaphores and event flags
cleanipc
To remove leftover semaphores and event flags
cleanipc
To list shared memory
ipcs -m
To remove entry
ipcrm -M
ipcrm -m
To list semaphores
ipcs -s
To remove semaphore entry
ipcs - S
ipcs -s
Details from:
http://www.ibm.com/support/knowledgecenter/ssw_aix_53/com.ibm.aix.cmds/doc/aixcmds3/ipcs.htm
http://www.ibm.com/support/knowledgecenter/ssw_aix_53/com.ibm.aix.cmds/doc/aixcmds3/ipcrm.htm
Subscribe to:
Posts (Atom)