Forum Discussion

backup-botw's avatar
10 years ago

Merge Instructions for Windows

I have downloaded the 3 files and I see the Unix joining instructions, but I don't see any instructions on how to merge these files together when on a Windows PC. Does anyone have those instructions?

 

I am referring to how to merge these files...

 

http://www.symantec.com/business/support/index?page=content&id=TECH214575

  • Hi,

     

    Here is an example for Windows that is used to join the appliance split files. Replace the names with your file names.

     

    copy /b NB_Appliance_N_2.6.0.2-1.x86_64-tar-split.1of3+NB_Appliance_N_2.6.0.2-1.x86_64-tar-split.2of3+NB_Appliance_N_2.6.0.2-1.x86_64-tar-split.3of3 NB_Appliance_N_2.6.0.2-1.tar

     

    I would also suggest that you use 7.6.0.3 instead of 7.6.0.2

5 Replies

  • Those are the Unix client files, far as I know you can only join them using cat on  a unix/ linux system - just copy them to a unix system and join there.

  • Hi,

     

    Here is an example for Windows that is used to join the appliance split files. Replace the names with your file names.

     

    copy /b NB_Appliance_N_2.6.0.2-1.x86_64-tar-split.1of3+NB_Appliance_N_2.6.0.2-1.x86_64-tar-split.2of3+NB_Appliance_N_2.6.0.2-1.x86_64-tar-split.3of3 NB_Appliance_N_2.6.0.2-1.tar

     

    I would also suggest that you use 7.6.0.3 instead of 7.6.0.2

  • Thank you Riann! That did it.

     

    Unfortunately we are not ready at this time to upgrade.

  • ...hmm didn't know windows would joinf tar files, learn something everyday ...