What are all the main commands used in the WebSphere WAS?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 9 of 9 Answers

Sai Krishna

  • Jun 27th, 2013
 

To Change Directory ---------------- Command-----cd
To See all files under one Directory with all deatails -----------------Command --->ls -ltr
To see which file System is used more..jst like Disk Free -----------Command---->df -h(h means Human readable format)----It wil display all file systems and display free space and Used space.
To copy files with box ----Command-->cp Source file destination file
To copy from Other Server---Command-->scp Sourc File Destination File

There are so many commads are there like this..Comig forward i wil share it...


  Was this answer useful?  Yes

tkma1828

  • Aug 5th, 2014
 

Code
  1. 1.ps -ef|grep httpd or server1

  2. 2.ps -ef|grep nodeagent

  3. 3.df -k ./

  4. 4.top-linux ,topas-aix

  5. 5.du -sk|sort-an|top or head

  6. 6.du -sk *

  7. 7.grep -i e-business systemout.log

  8. 8./usr/ucb/ps -auxww|grep server1--solaries

  9. 9.free

  10. 10.df -k swap

  11.  

  Was this answer useful?  Yes

Keerthi

  • Sep 16th, 2014
 

nmon
ps -ef | grep java
view SystemOut.log
tail SystemOut.log
cat filename
du -g filename

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions