Getting

We have installed the upgrade to 1.1.0 on ibm i agent and Is throwing this recurring error:

IF: C_SNDSTS  - connection Established()
ER: C_SNDSTS+ - read() failed.          
IF: C_SNDSTS - re-connect().            
IF: C_SNDSTS  - connection Established()

In other  node this one:

IF: C_SNDSTS  - connection Established()
ER: C_SNDSTS+ - select() time-out.      
IF: C_SNDSTS - re-connect().            
IF: C_SNDSTS  - connection Established()
Er: C_SNDSTS  - connect() errno = 3447  

Comments

  • had it worked before upgrade?
    have you re-defined LPAR2RRD server name after the upgrade like below?
    CHGCMDDFT CMD(LPAR2RRD/RTV_SYSSTS) NEWDFT('IPADR(''192.168.1.2'')')


  • Yes, I will do it that. Before it was working.
  • Pavel, I Update the agent and there is no longer any problem
  • ok, thanks for confirmation
  • Now, after install upgrade agent to 1.1.0 we have this error:

    ER: Quit UnixTime protocol.              
    IF: C_SNDSTS - re-connect().             
    IF: C_SNDSTS  - connection Established() 
    ER: Quit UnixTime protocol.              
    IF: C_SNDSTS - re-connect().             
    IF: C_SNDSTS  - connection Established() 

    In the GUI, in data check for IBM i say NOt installed in Agent status.
  • pls logs:

    cd /home/lpar2rrd/lpar2rrd                # or where is your LPAR2RRD working dir
    tar cvhf logs.tar logs etc tmp/*txt *.out # do not miss "h" option in tar
    gzip -9 logs.tar

    Send us logs.tar.gz via https://upload.lpar2rrd.com

  • file upload

  • Hi,

    this resolves it:

    1. stop the agent

    2. clear history (option 15 in "go menu")

    3. start the agent

    We are investigaing why it happens ..

Sign In or Register to comment.