1832565 Members
5730 Online
110043 Solutions
New Discussion

security_patch_check

 
SOLVED
Go to solution
MikeL_4
Super Advisor

security_patch_check

I setup and installed Bastille on a server, and it placed the following in crontab:
54 5 * * * (umask 077; export PASSIVE_FTP=1; export PATH=/usr/bin:/sbin; /opt
/sec_mgmt/spc/bin/security_patch_check -r -q -d -c /etc/opt/sec_mgmt/bastille/se
curity_catalog 2>&1 | /usr/bin/mailx -s "Security Patch Check Results for vsaftp
1" root@localhost )
but there is no:
/opt/sec_mgmt/spc/bin/security_patch_check

Is there something else I need to install ???
3 REPLIES 3
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: security_patch_check

Patrick Wallek
Honored Contributor

Re: security_patch_check

Yes, you actually need to install the Security Patch Check tool.

It is available for FREE download here:
https://payment.ecommerce.hp.com/portal/swdepot/try.do?productNumber=B6834AA

And more information on it from here:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B6834AA
MikeL_4
Super Advisor

Re: security_patch_check

Thanks