How to check OSAD service status and its connectivity to jabberd from client system?
Environment
- RHN Satellite 5.x
- Red Hat Enterprise Linux
Issue
- Is there a way to check the
OSAD
status on a client system and verify that it is connected? - The
osad
check as follows:
- Is the
osad
service running ? - Are the
s2s
,c2s
& other required programs running ? - Check
osad
connectivity using command ? - Error if ping to the connected
jabber
server fails.
Resolution
-
To check whether
osad
service status:# service osad status
-
To check status of the
s2s
,c2s
& other required programs.
This can be checked from satellite by executing:# service jabberd status router (pid 32562) is running... sm (pid 32570) is running... c2s (pid 32577) is running... s2s (pid 32584) is running... OR # rhn-satellite status
-
To check
osad
connectivity from client system:# osad -vvv
-
If ping to the connected
jabber
server fails, error will be shown inosad -vvv
output.
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.
Comments