Simple about SAP basis
Resource for users who want to be familiar with SAP basis
9/04/2012
HP-UX : Finding large files on UNIX/Linux fs. shell
There is a very usefull sample how to find fast growing files on filesystem like logs or tracefiles.
find // -xdev -type f -size +10000000c -exec ls -lad {} \;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
Upgrading SAP Host Agent from Extracted SAPHOSTAGENT Archive
You can upgrade the SAP Host Agent by running saphostexec -upgrade from the directory to which you extracted the downloaded SAPHOSTAGENT...
Step by Step Installation Guide for SAP NetWeaver AS ABAP 7.02 SP6 32-bit Trial Version
1. Download Setup Files 1. Download SAP NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version Click here to Download...
SAP Fiori: My Inbox - Troubleshooting + FAQ
SAP Fiori: My Inbox - Troubleshooting + FAQ If you are facing issues setting up or using My Inbox, this document can help you. Frequ...
How to Register a program on SAP Gateway
RFC connection test in SM59 might give error similar to this Logon Connection Error Error Details Error when opening an RFC connection Er...
SAP Host Agent Troubleshooting Guide
Changing the default trace level of SAP Host Agent SAP Host Agent runs with tracelevel 1 by default. If you need more information to be a...
SAP How to export user master and authorization profiles in SAP system?
How to export user master and authorization profiles in SAP system? Which tcode is used for user master export in SAP system? Which...
SAP Lock Value In USR02
SAP Lock Value In USR02 table We use USR02 table for checking the status of an user whether user is locked or not. There are 6 type o...
Disable root SSH login HP-UX Linux
In order to disable root SSH login in HP-UX # cd /opt/ssh/etc # vi sshd_config Change the line: PermitRootLogin yes change into like be...
How to exit from VIM (VI) ?
Have you or a loved one ever had to reboot your computer to get out of a read-only file in VIM? Are you responsible for a Linux system or...
The TAR command | Bash Basics
If you are familiar with ZIP, then you will be familiar with TAR. Basically, this is used to archive files into a single, hopefully, smalle...
No comments:
Post a Comment