Posts

Showing posts from April, 2017

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 App name : gnu-tar App description : GNU version of the tar archiving utility App website :  https://www.gnu.org/software/tar/ Install the App Press  Command+Space  and type  Terminal  and press  enter/return  key. 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. Run: brew install gnu-tar Done! You can now use   gnu-tar .   Example: ...

Cisco CVP Ops Console Password Reset

Very Simple, 1. Stop 'Cisco CVP OPSConsoleServer' windows service. 2. Run the script '%CVP_HOME%\bin\mgr-init.bat -install ', where is the new password. 3. Start 'Cisco CVP OPSConsoleServer' windows service. Taken from  Cisco Support Forums