- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Corrupt security catalog
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:26 AM
11-14-2002 01:26 AM
Corrupt security catalog
Corrupt catalog. Invalid format version at line 3.
Line 3 in the catalog looks like this:
0.91 # catalog format version
What is wrong? My SPC version is B.01.01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 02:13 AM
11-14-2002 02:13 AM
Re: Corrupt security catalog
ftp://ftp.itrc.hp.com/export/patches/
I've just tried and it works for me or post if you can, your copy of security_catalog ...what it's size ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 02:26 AM
11-14-2002 02:26 AM
Re: Corrupt security catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 03:58 AM
11-14-2002 03:58 AM
Re: Corrupt security catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 04:07 AM
11-14-2002 04:07 AM
Re: Corrupt security catalog
Use of uninitialized value in split at /opt/sec_mgmt/spc/bin/security_patch_check.pl line 482,
Use of uninitialized value in pattern match (m//) at /opt/sec_mgmt/spc/bin/security_patch_check.pl line 488,
Use of uninitialized value in numeric gt (>) at /opt/sec_mgmt/spc/bin/security_patch_check.pl line 488,
Use of uninitialized value in split at /opt/sec_mgmt/spc/bin/security_patch_check.pl line 493,
Use of uninitialized value in pattern match (m//) at /opt/sec_mgmt/spc/bin/security_patch_check.pl line 499,
Could this be related? I found a similar case in the SPC FAQ/releasenote and there it was patch related.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 05:48 AM
11-14-2002 05:48 AM
Re: Corrupt security catalog
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 06:09 AM
11-14-2002 06:09 AM
Re: Corrupt security catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 06:15 AM
11-14-2002 06:15 AM
Re: Corrupt security catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 06:21 AM
11-14-2002 06:21 AM
Re: Corrupt security catalog
The size of the .pl file is correct - the same as yours and yes,
I have made sure that the perl version found is the latest (5.6.1). I will try to install SPC on another system to check how it behaves there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 09:44 AM
11-14-2002 09:44 AM
Re: Corrupt security catalog
Yes, those warnings are related to the problem. Some things to try to debug:
1. as you suggested, try running on a different machine. You can also try using the -h option to analyze this machine from the remote machine (if you get it running on the other one)
2. swlist | grep -i perl
to see exactly which version of Perl is installed. SPC should only require 5.00503, but it's only been tested with the official versions from software.hp.com.
3. line 479 of security_patch_check.pl reads
my $read_input =
insert another line right after that like so:
print "$read_input\n";
It appears that the data is not being properly read in from the catalog. If you can also post the first 4 lines of your catalog, that would be helpful.
4. In case you have multiple versions of perl, you can try
/opt/perl/bin/perl -wT /opt/sec_mgmt/spc/bin/security_patch_chec.pl
directly.
I have seen a problem somewhat similar to this, but it magically went away one day and we never found the cause. In that case, running once with -r and then again with -c seemed to workaround the problem.
Let us know how it goes. Thanks
-Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 09:50 AM
11-14-2002 09:50 AM
Re: Corrupt security catalog
If you set
export PASSIVE_FTP=1
then it will get through most stateful firewalls that allow outgoing traffic.
If you have a web proxy, you can set
export ftp_proxy=http://myproxy.corp.com:8088
and possibly (untested, as I don't have access to such a firewall):
export ftp_proxy=http://username:password@myproxy.corp.com:8088
If none of these work, then how did you get the catalog on the PC? (separate network?)
-Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 01:11 AM
11-15-2002 01:11 AM
Re: Corrupt security catalog
/opt/sec_mgmt/spc/bin/security_patch_check -c /var/opt/sec_mgmt/spc
This fails. When I copied the catalog from /var/opt/sec_mgmt/spc to /opt/sec_mgmt/spc/bin and ran the tool it worked. I then made a softlink from the catalog under /var/opt.. to /opt/sec_mgmt/spc/bin/security_catalog and this works as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2002 08:29 AM
11-15-2002 08:29 AM
Re: Corrupt security catalog
The -c option is meant to take the filename. If you specify a directory (like /var/opt/sec_mgmt/spc), you get the errors about a corrupt catalog. (the catalog is supposed to be a file...a directory looks like a corrupt catalog.)
So, Security Patch Check ought to:
1. Complain about an error before line 3.
2. check to make sure that the security catalog is a file before trying to read it.
Thanks! I'll go fix that...