Creating tar files for Cisco UCM with a Mac

If you have ever felt the frustration of trying to create a tar on a Mac that is going to be used for the bulk uploads on a Cisco Call Manager and experienced it just not working I have a Solution for you! 
It took me a little bit to figure this out and while I haven't totally understood why this is the case but it has to do with the fact does not use the GNU archiving utility.


I found this and it works.


About the App

Install the App

  1. Press Command+Space and type Terminal and press enter/return key.
  2. Run in Terminal app:
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
    and press enter/return key. Wait for the command to finish.
  3. Run:
    brew install gnu-tar
Done! You can now use gnu-tar. 



Example:

gtar -cvf 118-DNUpdate.tar 118-dnupdate/*

Comments

Popular posts from this blog

Understanding & Constructing Dynamic CVP Elements with VFC: Part 1

PCCE 11.x Multi-Line Not Working