Is omsuspend working?
Posted: Mon Aug 28, 2006 2:55 am
Just trying to verify if this is correct behaviour:
# suspend scalix:
# check the omsuspend process:
#un-suspend process:
# now the omsuspend should be gone?
So even after i run "omsuspend -r" the "omsuspend -s 20" is still around. Is this correct? How do i know my server is running properly now?
# suspend scalix:
Code: Select all
root@scalix.mydomain.com BACKUP> omsuspend -s 20 &
[2] 16538
# check the omsuspend process:
Code: Select all
root@scalix.mydomain.com BACKUP> ps -ef | grep omsu
scalix 16538 3768 0 16:23 pts/1 00:00:00 omsuspend -s 20
root 16540 3768 0 16:23 pts/1 00:00:00 grep omsu
#un-suspend process:
Code: Select all
root@scalix.mydomain.com BACKUP> omsuspend -r
# now the omsuspend should be gone?
Code: Select all
root@scalix.mydomain.com BACKUP> ps -ef | grep omsu
scalix 16538 3768 0 16:23 pts/1 00:00:00 omsuspend -s 20
root 16544 3768 0 16:23 pts/1 00:00:00 grep omsu
So even after i run "omsuspend -r" the "omsuspend -s 20" is still around. Is this correct? How do i know my server is running properly now?