malli


{ City } hyderabad
< Country > india
* Profession *
User No # 108978
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 0
Questions / { malli }
Questions Answers Category Views Company eMail




Answers / { malli }

Question { 7516 }

How to know the status of saposcol in unix? How to stop and start?


Answer

. Log on to Unix/Linux OS level, then switch user to adm.
# su - adm
Directory: /home/
adm

2. Type saposcol command for available commands list.
saposcol
***********************************************************************
* This is Saposcol Version COLL 20.95 700 - v2.12, AMD/Intel x86_64
with Linux, 2008/01/02
* Usage: saposcol -l: Start OS Collector
* saposcol -k: Stop OS Collector
* saposcol -d: OS Collector Dialog Mode
* saposcol -s: OS Collector Status
* The OS Collector (PID 9520) is already running .....
************************************************************************


3. To stop, run saposcol -k.
saposcol -k

4. To start, run saposcol -l.
saposcol -l

5. Check saposcol status, run saposcol -s.
saposcol -s

Is This Answer Correct ?    3 Yes 0 No