Insight Remote Support
1752650 Members
5701 Online
108788 Solutions
New Discussion юеВ

Re: SPOP - "not-polling" messages

 
SOLVED
Go to solution
MikeL_4
Super Advisor

SPOP - "not-polling" messages

The SPOP server is giving us messages on 5 of our 30+ servers that they are: "not-polling"

What could be causing this error on these servers, they are on the same network as several of the other servers that are polling, and the servers have been up for overa 100 days...

Is there a way to retry ? and capture an error log somewhere? or do I need to place a call to HP support since the SPOP server is owned by HP ??
6 REPLIES 6
Liem Nguyen
Honored Contributor
Solution

Re: SPOP - "not-polling" messages

Mike,

Most of the time, you can stop/start hpservices then send a test event and the polling status would be updated (within 20 minutes):
/opt/hpservices/RemoteSupport/bin/reconnectToServer

Let me know if this works.
MikeL_4
Super Advisor

Re: SPOP - "not-polling" messages

Liem, gets more interesting... I stopped hpservices so mad and no hpservices processes were running.

After restarting: /sbin/init.d/hpservices start the mad process remains running but the other services died off....

MikeL_4
Super Advisor

Re: SPOP - "not-polling" messages

[/root]: =>/sbin/init.d/hpservices status
hpservices is running
[/root]: =>ps -ef |grep mad
root 18101 1 0 10:07:15 ? 0:02 mad -u root -g bin
[/root]: =>ps -ef |grep hpserv
root 6765 6647 1 13:47:02 pts/tg 0:00 grep hpserv
[root]: =>
Liem Nguyen
Honored Contributor

Re: SPOP - "not-polling" messages

Mike,

What are "other services"?

/sbin/init.d/hpservices should "only" stop/start mad process.
/sbin/init.d/rstemsListener should stop/start rstlistener

Those are the only two daemons for ISEE to work.
Does the polling status change after all?

Regards,
MikeL_4
Super Advisor

Re: SPOP - "not-polling" messages

Liem, Thanks, I thought hpservices started mad and the listener.... after starting the
rstemsListener everything is working fine....
Thanks again for bailing me out...
MikeL_4
Super Advisor

Re: SPOP - "not-polling" messages

Thanks