cancel
Showing results for 
Search instead for 
Did you mean: 

unable to extract vrts_sf_ha media

Owais_Hyder
Level 2
Partner Accredited

I recently downloaded the Veritas Cluster media for learninig/testing purpose.

issue is while i try to extract the media;

gtar -xvzf  VRTS_SF_HA_Solutions_6.0_Solaris_SPARC.tar.gz

it started to extract after extracting 865 MB of data it returened the error

./dvd1-sol_sparc/readme_first.txt

gzip: stdin: invalid compressed data--crc error
/usr/sfw/bin/gtar: Child returned status 1
/usr/sfw/bin/gtar: Error is not recoverable: exiting now
bash-3.2# du -sh dvd1-sol_sparc/
 865M   dvd1-sol_sparc

then I tried

bash-3.2# gunzip -d VRTS_SF_HA_Solutions_6.0_Solaris_SPARC.tar.gz

gunzip: VRTS_SF_HA_Solutions_6.0_Solaris_SPARC.tar.gz: invalid compressed data--crc error

then

gzip -d VRTS_SF_HA_Solutions_6.0_Solaris_SPARC.tar.gz | tar xvf -

gzip: VRTS_SF_HA_Solutions_6.0_Solaris_SPARC.tar.gz: invalid compressed data--crc error
tar: blocksize = 0

I tried winrar, 7-zip etc

 

 

Thanks in advanc Guru.......
 

 

Owais Hyder.

1 ACCEPTED SOLUTION

Accepted Solutions

mikebounds
Level 6
Partner Accredited

You are running the right commands so the file must be corrupt.  Symantec used to provide a readme per platform which gave you the cksums for each of the files, but I have just looked at the trialware site and Symantec have stopped providing readme with cksums for some odd reason.

You could download the latest 6.0.1 version from Trailware (http://www.symantec.com/products-solutions/products/trialware-popup.jsp?pvid=20_1) and it is better to use latest version anyway.

Mike

View solution in original post

2 REPLIES 2

mikebounds
Level 6
Partner Accredited

You are running the right commands so the file must be corrupt.  Symantec used to provide a readme per platform which gave you the cksums for each of the files, but I have just looked at the trialware site and Symantec have stopped providing readme with cksums for some odd reason.

You could download the latest 6.0.1 version from Trailware (http://www.symantec.com/products-solutions/products/trialware-popup.jsp?pvid=20_1) and it is better to use latest version anyway.

Mike

Owais_Hyder
Level 2
Partner Accredited

Thank you very much Mike,

 

File seems to be currept I re downloaded and it now workes.