Archive for the ‘Unix’ Category

Acme Packet SBC “load-limit” Command Option

Posted: 9th November 2011 by Mark in Acme Packet, SIP, Unix

The Acme Packet SBC has an optional parameter that may be added under sip-config that allows the SBC to gracefully handle traffic in the event the SBC’s main processor reaches a certain threshold. There are several reasons as to why this may occur, but at the most basic level it’s a good idea to draw [...]

SIP TLS (Transport Layer Security) is used to encrypt SIP signaling between SIP endpoints.  In order for this to function properly it is required that certain devices in the network import an SSL certificate.  Before importing the certificate into a device such as an Acme Packet SBC it is important to know if the certificate [...]

Gathering metrics on a VoIP network is crucial and the Acme Packet Session Director (SBC) has a feature that comes standard with the platform called Historical Data Recording (HDR).  The purpose of HDR is to enable a set (or sets) of categories ranging from CPU and Memory utilization to SIP errors, enum statistics,  ACL status, [...]

Auto-Start Your VMWare Virtual Machines Without the GUI

Posted: 19th January 2011 by Mark in Unix

I was looking for a method that allowed me to SSH to my Linux machine running VMWare Workstation 7 and execute a file that automatically starts all my VMWare virtual machines without having to use the GUI.  This could also be used as a startup script as well. In my case I am running several [...]

To install the Java plugin for Firefox in RHEL 5 x64 Download the Java RPM from java.com to install in /usr/java # sudo mkdir /usr/java # cd ~ # chmod a+x jre-6u29-linux-x64-rpm.bin # ./jre-6u29-linux-x64-rpm.bin (extracts as jre-6u29-linux-amd64.bin and RPM auto-installs) Create a symbolic link in the Firefox plugins folder # cd ~/.mozilla # ls (check [...]

The Broadsoft Software Management Guide provides an example for configuring active/backup Ethernet interfaces (called mode 1) when configuring bonded Ethernet on a single Red Hat Enterprise server.  Only one Ethernet interface is transmitting and receiving traffic at a time while the other interface is in standby mode.  My preferred approach is 802.3ad Link Aggregation Control [...]

Broadworks incompatible with sudo 1.7

Posted: 22nd April 2010 by Mark in BroadWorks, Unix

As of this writing the latest version of the Unix application sudo is not compatible with Broadworks.  Version 1.6 and below will work appropriately although Broadsoft is working to fix this.  In the event 1.7 is inadvertently installed and Broadworks will not start then the sudo application must be downgraded. Broadsoft has provided an advisory [...]

From the Red Hat Enterprise Linux 6 disc copy the Packages folder to the local hard drive.  Once everything is copied proceed to cd to the Packages folder on the local drive and run the following command: rhel# yum localinstall package_name If you encounter an issue with the RPM-GPG-KEY then perform the following and retry [...]

Resizing the Broadworks Datastore (DSN)

Posted: 19th October 2009 by Mark in BroadWorks, SIP, Unix

As the database grows on the Broadworks Application and Network servers there will be a need to change the memory allocation for the TimesTen datastore. The Maintenance Guide does not contain all the required steps. The rule of thumb is the allocated “perm” size should not exceed more than 25% of total system memory and [...]

Mac OS X: Copy CD/DVD to your Hard Drive as an ISO

Posted: 14th October 2009 by Mark in Unix

Download the free program for Mac called Burn. 1. Insert the CD or DVD in your Mac. 2. Click Copy on the top of the Burn application. 3. Drag your mounted CD/DVD to the center of the Burn window. You may also use a DMG file. 4. Click the Save button and your dragged item [...]