If that doesn’t work you can try this.

- Erase OpenVAS data in Redis.

Erase Openvas key

1. Open Redis client

redis-cli -s /var/lib/redis/redis.sock

2. List all keys

redis
/var/lib/redis/redis.sock> keys *
1) "OpenVAS.__GlobalDBIndex"

3. Delete OpenVAS key

redis /var/lib/redis/redis.sock> del OpenVAS.__GlobalDBIndex
(integer) 1

OR

Edit redis.conf and comment out all "save" statements.
Then stop redis and remove the dump.rdb (typically in /var/lib/redis) and
start redis again.

Fabio

> No dia 24/11/2016, às 11:14, Christian Fischer 
> <[email protected]> escreveu:
> 
> Hi,
> 
> On 24.11.2016 12:00, Jaydeep Shah wrote:
>> I am new user to open VAS solution. I have installed it in my system and
>> while testing scanning my own system, found Error "Service temporarily
>> down".
> 
> most likely your certificate setup is wrong or you're using outdated
> certificates. Have a look at the following steps how to fix that:
> 
> http://plugins.openvas.org/ova_503.txt
> 
> You might need to adjust commands to your running linux distribution.
> 
> Regards,
> 
> -- 
> 
> Christian Fischer | PGP Key: 0x54F3CE5B76C597AD
> Greenbone Networks GmbH | http://greenbone.net
> Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 202460
> Geschäftsführer: Lukas Grunwald, Dr. Jan-Oliver Wagner
> _______________________________________________
> Openvas-discuss mailing list
> [email protected]
> https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to