This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Network Security not displayed... again.

Ok, my Astaro version is 7.304.

I have made zero changes to the configuration.
I have not rebooting my system in 10 days.
I have done absolutely ZERO to the Astaro PC I have running.

Today, Network Security decides not to work to tell me how many filters:

 Todays threat status 
 
 
Firewall:  0 packets filtered 
IPS:  0 attacks blocked 
Anti-Virus:  0 items blocked 
Anti-Spam:  0 emails blocked 
Anti-Spyware:  0 items blocked 
Web Filter:  0 URLs filtered 

Network Security Statistics - Today   
 
Top dropped source hosts 
No data is available for this report 
 Top dropped destination services/hosts 
No data is available for this report 
 
  
IPS: Top blocked attacks 
No data is available for this report 
 
  
IPS: Top attackers 
No data is available for this report 

----------------------------------
 
Yet looking at the graph, it tells me something completely different (attached).

Why is the Network Security display failing at random?  This seems to be some very sporadic issue.

10 days ago, I had completely re-formatted and re-loaded my Astaro PC (2 NICs) from version 7.300 because I think therewas corruption in the ISO for 7.302.

So I reload it, and install the updates manually up to 7.304.  It's been running great until today.  I'm back to where I started.


This thread was automatically locked due to age.
Parents
  • Yah, reported it both here and to support (via the reseller).
    No answer whatsoever on what is going on.

    The IDS was the reason i got the Astaro in the first place, now i have to look for another solution.
  • Please be sure and update your post if you find any solution.
  • Several things. 

    Check the self monitoring log for the error and which table is broken. 
    You'll need some postgres knowledge from this point. 

    errors you'll wish to look for include, 
    invalid page header  at (table)
    could not open relation (####, ####) no such file or directory. (this indicates filesystem corruption) 

    identify the broken table by running vacuum on the db. 
    reporting=> \dt (/dt will give you the list of tables) 

    you can also then attempt to reindex the tables . 

    if an error is reported, you will need to then drop the table and recreate it. 
    ex: 
    reporting=> drop index ****
    DROP INDEX
    reporting=> create index *****;
    CREATE INDEX

    If all else fails, and you are just lazy sometimes like me and reporting hasn't been working in forever, I just recreate the reporting in it's entirety as on my system I dont care that I lose data. 

    *****However this will destroy all data so use with care!!!
    fair warning given[:)] 



    root # /etc/init.d/postgresql stop
     Stopping PostgreSQL                                                done
    # rm -rf /var/storage/pgsql/data /var/log/reporting/pgsql/*
    # /etc/init.d/postgresql start
    :: Initializing the PostgreSQL database                               done
    :: Starting PostgreSQL                                                done


    Also, a final thing I found. I had my log settings configured to be dropped after a very short period of time, and found that that upset reporting features a bit, so I lengthened it to 5 days and it's been happy ever since.
  • I do have the same errors in the webconsole, (No data is available for this report). I don't like to tamper around in astaro's databases (as also they say that the warranty is gone if you do) and so ask any astaro forum viewer to have a look at the problem.
  • Beginning with V7.3, Astaro switched over to PostgreSQL.  The reporting problems you all are experiencing are well-documented here on the forum.  Andreas posted step by step instructions for reindexing each of the databases.  If that fails, then Hobycat's final prescription is the only medicine short of reinstalling from scratch.

    Mckarto, if you're uncomfortable with doing these things, you should ask Astaro support to do it.  I doubt Astaro would consider reindexing your data base to be the kind of thing that would void your warranty.  Tom has commented here on such things recently.

    Cheers - Bob
Reply
  • Beginning with V7.3, Astaro switched over to PostgreSQL.  The reporting problems you all are experiencing are well-documented here on the forum.  Andreas posted step by step instructions for reindexing each of the databases.  If that fails, then Hobycat's final prescription is the only medicine short of reinstalling from scratch.

    Mckarto, if you're uncomfortable with doing these things, you should ask Astaro support to do it.  I doubt Astaro would consider reindexing your data base to be the kind of thing that would void your warranty.  Tom has commented here on such things recently.

    Cheers - Bob
Children
No Data