How to check OSAD service status and its connectivity to jabberd from client system?

Solution Verified - Updated -

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:
  1. Is the osad service running ?
  2. Are the s2s, c2s & other required programs running ?
  3. Check osad connectivity using command ?
  4. Error if ping to the connected jabber server fails.

Resolution

  1. To check whether osad service status:

    # service osad status
    
  2. 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
    
  3. To check osad connectivity from client system:

    # osad -vvv
    
  4. If ping to the connected jabber server fails, error will be shown in osad -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