Cloud HPC? There’s An App For That
We have talked at length about the complexity of software and systems in HPC, and many in the community agree that HPC and AI is hard work. …
Cloud HPC? There’s An App For That was written by James Cuff at .
We have talked at length about the complexity of software and systems in HPC, and many in the community agree that HPC and AI is hard work. …
Cloud HPC? There’s An App For That was written by James Cuff at .
Before enterprises can truly deploy orchestration and automation platforms they must understand what they are, and what they are not.
If Andy Bechtolsheim, the chief technology officer at datacenter switching upstart Arista Networks, wanted to design ASICs to try to take a bigger piece of the switch pie – or more precisely, thought that this was a good idea at all – rest assured, Arista would be spending money engineering its own chips and fighting for capacity at the four remaining foundries that have advanced processes. …
Arista Runs Barefoot With Tofino Programmable Switch Chips was written by Timothy Prickett Morgan at .
Serverless, IoT security, and the crack house were all hot topics at VMware’s annual research and development conference.
It’s a full OpenStack suite including compute, storage, networking, and the virtual infrastructure manager (VIM) layer. It comprises an end-to-end NFVi platform.
One problem I’ve heard in the past is that much of the career advice given in the networking world is not practical. In this short take, I take this problem on, explaining why it might be more practical than it initially seems.
Cisco executives tout their API-driven approach as the company's DevNet membership now tops 500,000 registered developers.
By 2019, 69 percent of enterprise IT organizations will be trying to manage some type of multi-cloud environment.
During a recent client visit, we were asked to help migrate the following script for deploying a centralized sudoers file to RHEL and AIX servers. This is a common scenario which can provide some good examples of leveraging advanced Ansible features. Additionally, we can consider the shift in approach from a script that does a task to describing and enforcing the state of an item idempotently.
Here is the script:
#!/bin/sh
# Desc: Distribute unified copy of /etc/sudoers
#
# $Id: $
#set -x
export ODMDIR=/etc/repos
#
# perform any cleanup actions we need to do, and then exit with the
# passed status/return code
#
clean_exit()
{
cd /
test -f "$tmpfile" && rm $tmpfile
exit $1
}
#Set variables
PROG=`basename $0`
PLAT=`uname -s|awk '{print $1}'`
HOSTNAME=`uname -n | awk -F. '{print $1}'`
HOSTPFX=$(echo $HOSTNAME |cut -c 1-2)
NFSserver="nfs-server"
NFSdir="/NFS/AIXSOFT_NFS"
MOUNTPT="/mnt.$$"
MAILTO="[email protected]"
DSTRING=$(date +%Y%m%d%H%M)
LOGFILE="/tmp/${PROG}.dist_sudoers.${DSTRING}.log"
BKUPFILE=/etc/sudoers.${DSTRING}
SRCFILE=${MOUNTPT}/skel/sudoers-uni
MD5FILE="/.sudoers.md5"
echo "Starting ${PROG} on ${HOSTNAME}" >> ${LOGFILE} 2>&1
# Make sure we run as root
runas=`id | awk -F'(' '{print $1}' | awk -F'=' '{print $2}'`
if [ $runas -ne 0 ] ; then
echo "$PROG: you must be root to run Continue reading
While AT&T and China Mobile contributed the lion’s share of the initial code for ONAP, others are now stepping up to contribute more. A snapshot of contributors from the second quarter of 2018 shows that Huawei, Amdocs, and ZTE, along with many others, are contributing.
Resin.io uses Linux-based containers and cloud technologies to support IoT deployments. Those efforts revolve around separating core operations of the IoT device from the application layer.
The much-touted Cisco-Ericsson partnership is languishing thanks to the executive changes at Ericsson.
By adding centralized orchestration and network automation to its Unity EdgeConnect SD-WAN, Silver Peak customers can segment their users and applications to improve security.