Difference between revisions of "StoneRam FileShare"

From Tranzman Documentation
Jump to: navigation, search
(Created page with "Download file from StoneRam FileShare in CHUNKS. 1.Click on the file you want to download on fileshare.Then from the top menu click on More and Download chunked. File:Do...")
 
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
 
3.Once they are downloaded, then they need to be merged (in correct order) as follows.
 
3.Once they are downloaded, then they need to be merged (in correct order) as follows.
  
On Windows:
+
On Windows:
  
 
  copy /b tzm_DEC2020R2.ova.00 + tzm_DEC2020R2.ova.01 + tzm_DEC2020R2.ova.02 + tzm_DEC2020R2.ova.03 + tzm_DEC2020R2.ova.04 tzm_DEC2020R2.ova
 
  copy /b tzm_DEC2020R2.ova.00 + tzm_DEC2020R2.ova.01 + tzm_DEC2020R2.ova.02 + tzm_DEC2020R2.ova.03 + tzm_DEC2020R2.ova.04 tzm_DEC2020R2.ova
  
On *nix
+
On *nix
  
 
  cat  tzm_DEC2020R2.ova.00  tzm_DEC2020R2.ova.01  tzm_DEC2020R2.ova.02  tzm_DEC2020R2.ova.03  tzm_DEC2020R2.ova.04 > tzm_DEC2020R2.ova
 
  cat  tzm_DEC2020R2.ova.00  tzm_DEC2020R2.ova.01  tzm_DEC2020R2.ova.02  tzm_DEC2020R2.ova.03  tzm_DEC2020R2.ova.04 > tzm_DEC2020R2.ova
Line 25: Line 25:
 
4.Once you have concatenated them back together,verify the md5sum of the concatenated file against the md5sum value on the fileshare.
 
4.Once you have concatenated them back together,verify the md5sum of the concatenated file against the md5sum value on the fileshare.
  
On Windows:  
+
On Windows:  
  
It depends which commands are available depending on the version of windows, but you should be able to use one of the following.
+
It depends which commands are available depending on the version of windows, but you should be able to use one of the following.
  
 
  FCIV -md5 -sha tzm_DEC2020R2.ova
 
  FCIV -md5 -sha tzm_DEC2020R2.ova
Line 33: Line 33:
 
  certutil -hashfile tzm_DEC2020R2.ova MD5
 
  certutil -hashfile tzm_DEC2020R2.ova MD5
  
On *nix
+
On *nix
  
 
  md5sum tzm_DEC2020R2.ova
 
  md5sum tzm_DEC2020R2.ova

Latest revision as of 09:47, 10 March 2021

Download file from StoneRam FileShare in CHUNKS.


1.Click on the file you want to download on fileshare.Then from the top menu click on More and Download chunked.

Downloadchunked1.JPG

2.Set the chunk count to 4 or 5. Then click on CHUNK, this should make the downloads about 600/700 MB each. Download them all.

Downloadchunked2.JPG


Downloadchunked3.JPG

3.Once they are downloaded, then they need to be merged (in correct order) as follows.

On Windows:

copy /b tzm_DEC2020R2.ova.00 + tzm_DEC2020R2.ova.01 + tzm_DEC2020R2.ova.02 + tzm_DEC2020R2.ova.03 + tzm_DEC2020R2.ova.04 tzm_DEC2020R2.ova

On *nix

cat  tzm_DEC2020R2.ova.00  tzm_DEC2020R2.ova.01  tzm_DEC2020R2.ova.02  tzm_DEC2020R2.ova.03  tzm_DEC2020R2.ova.04 > tzm_DEC2020R2.ova

4.Once you have concatenated them back together,verify the md5sum of the concatenated file against the md5sum value on the fileshare.

On Windows:

It depends which commands are available depending on the version of windows, but you should be able to use one of the following.

FCIV -md5 -sha tzm_DEC2020R2.ova
or
certutil -hashfile tzm_DEC2020R2.ova MD5

On *nix

md5sum tzm_DEC2020R2.ova