Worth Reading: The shape of HPC and AI iron to come
The post Worth Reading: The shape of HPC and AI iron to come appeared first on rule 11 reader.
The post Worth Reading: The shape of HPC and AI iron to come appeared first on rule 11 reader.
I made a couple changes to the RouterJockey store this week and I wanted to make sure I got the word out. Previously the store worked in sprints that I tried to open up 2-3x a year. Instead of trying to manage these sprints, and keep the products updated, I’ve now made the store available year round. It still operates in sprints, but instead of being 2-3 weeks long, they’re only 3-4 days each.
On top of being more available, the store now has a few new products, nothing too exciting, but we do have a RJ phone case, a PCAP mug, and a couple stickers for sale. Teespring has recently added these products and as I get requests for other products I will be sure to add them. As usual, if you have any questions, hit me up on twitter or use the contact form.
Click here, or use the store item in the menu bar to visit my new storefront.
The post PCAP PCAP PCAP – Changes to RJ Store appeared first on Router Jockey.
Every new paradigm of computing has its own framework, and it is the adoption of that framework that usually makes it consumable for the regular enterprises that don’t have fleets of PhDs on hand to create their own frameworks before a technology is mature.
Serverless computing – something that strikes fear in the hearts of many whose living is dependent on the vast inefficiencies that still lurk in the datacenter – and event-driven computing are two different and often associated technologies where the frameworks are still evolving.
The serverless movement, which we have discussed before in analyzing the Lambda efforts …
Where Serverless And Event Driven Computing Collide was written by Timothy Prickett Morgan at The Next Platform.
The more things change, the more they stay the same.
While exascale supercomputers mark a next step in performance capability, at the broader architectural level, the innovations that go into such machines will be the result of incremental improvements to the same components that have existed on HPC systems for several years.
In large-scale supercomputing, many performance trends have jacked up capability and capacity—but the bottlenecks have not changed since the dawn of computing as we know it. Memory latency and memory bandwidth remain the gating factors to how fast, efficiently, and reliably big sites can run—and there is still …
An Exascale Timeline for Storage and I/O Systems was written by Nicole Hemsoth at The Next Platform.
Broader system support, security, and automation are added to EE tiers.
The company and its trial partners are pushing for this to become part of the 5G standard.
Adtran’s Mosaic OS gives CenturyLink a way to interact with its PON technology.
Updates include support for AWS and IBM Cloud, with greater use of analytics.
The post Worth Reading: We’re Still on Whois? appeared first on rule 11 reader.
The suite gathers billing data from AWS and helps users understand usage to reduce spending.
The recent post, An Introduction to Ansible Roles, discussed the new roles that were introduced in the oVirt 4.1.6 release. This follow-up post will explain how to set up and use Ansible roles, using either Ansible Galaxy or oVirt Ansible Roles RPM.
To make life easier, Ansible Galaxy stores multiple Ansible roles, including oVirt Ansible roles. To install the roles, perform the next steps:
To install roles on your local machine, run the following command:
$ ansible-galaxy install ovirt.ovirt-ansible-roles
This will install your roles into directory /etc/ansible/roles/ovirt.ovirt-ansible-roles/
.
By default, Ansible only searches for roles in /etc/ansible/roles/
directory and your current working directory.
To change the directories where Ansible looks for roles, modify the roles_path
option of [defaults]
section in ansible.cfg
configuration file.
The default location of this file is in /etc/ansible/ansible.cfg
.
$ sed -i 's|#roles_path = /etc/ansible/roles|roles_path = /etc/ansible/roles:/etc/ansible/roles/ovirt.ovirt-ansible-roles/roles|' /etc/ansible/ansible.cfg
For more information on changing the directories where Ansible searches for roles, see the Ansible documentation pages.
Copy one of the examples from the directory /etc/ansible/roles/ovirt.ovirt-ansible-roles/examples/
into your working directory, then modify the needed variables and run the playbook.
In the latest oVirt repositories Continue reading
In the late 1990s and early 2000s, BGP had some serious scaling issues that threatened it’s effectiveness as a protocol that could be used for the global routing table. Significant efforts were made to optimize the resource utilization and convergence time. Our guest in this episode, Daniel Walton, was part of that effort at Cisco and shares his story about the BGP optimizations that were put in place during that time. The optimizations include Peer groups, READONLY mode, update groups, update packing, and MRAI. Sometimes these optimizations, increased capability by 100x previous versions of the code.
Outro Music:
Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
The post History Of Networking – Daniel Walton – BGP Optimizations appeared first on Network Collective.
In the late 1990s and early 2000s, BGP had some serious scaling issues that threatened it’s effectiveness as a protocol that could be used for the global routing table. Significant efforts were made to optimize the resource utilization and convergence time. Our guest in this episode, Daniel Walton, was part of that effort at Cisco and shares his story about the BGP optimizations that were put in place during that time. The optimizations include Peer groups, READONLY mode, update groups, update packing, and MRAI. Sometimes these optimizations, increased capability by 100x previous versions of the code.
Outro Music:
Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
The post History Of Networking – Daniel Walton – BGP Optimizations appeared first on Network Collective.