Wednesday, August 10, 2011

Technical Quries > Unix / WAS /

Technical Quries > Unix / WAS /

1. While starting the service... facing the below error.
File:tmp_CLimoServer.cpp Func:CLimoServer::CLimoServer Line:386
        ErrCode:-4 Message:Error setting up QueryIPC sock Params:
File:tmp_CLimoServer.cpp Func:CLimoServer::SetupQueryIPCSock Line:1071
        ErrCode:-4 Message:Error binding monitor QueryIPC sock Params:

Solution: The port which provided might be in use by another service. Kill all the services and check.

2. UNIX command to find the size of the directory.

du -g folder_name            ---- shows in GB
du -m folder_name            ---- shows in MB

3. To find Operating System Version/Patch details in UNIX.

oslevel -s