1) PORT 1920:
By default, a http port 1920 is allocated during starting of the first ITM component. This port is used to serve service console request as well as the TEPS and SOAP server request. if this port is not available, a random port is allocated and used for http request.
The owner of the base HTTP port 1920 will redirect the calls to the...
Thursday, 7 May 2015
Saturday, 2 May 2015
Where does my space gone in AIX/Linux filesystem ?
One of my friend got a situation where in she is seeing 9 GB allocated to one of the filesystems which is 100%utilized but actual usage is 4GB when verified with "du" command
#df -k /mytest
Filesystem 1024-blocks Free %Used Iused %Iused Mounted on
/dev/mytestlv 9216 9216 100% 48804 12% /mytest
She was wondering...