NTT Picks PLUMgrid for Virtual Networking
NTT is a fresh win for PLUMgrid since its new CEO joined in June.
NTT is a fresh win for PLUMgrid since its new CEO joined in June.
As a supplement to the Back to Basics: Power article, I created this cheat sheet to stow away for a rainy day. Next time you need to remember how to calculate wattage, or need to look up a foreign power connector, this will be a handy tool.
The post Back to Basics: Power and Cooling Cheat Sheet appeared first on Packet Pushers.
In this article I will be walking through some of the elements of power design and management in a context relevant to IT engineers. Although we, as IT-centric engineers, may only deal with electrical power systems once in a while, it can be very useful to understand the principles at work and come in handy […]
The post Back to Basics: Power appeared first on Packet Pushers.
This pause in cloud spending could last two years, says EMC CEO.
Amid a solid Q3 report, Mark Templeton gets replaced.
A concession to AWS and Azure; a handoff to Trend Micro.
Dell's founder says the EMC deal would make everything wonderful, of course.
In this post I’ll share a few commands I found for adding a network interface to an OpenStack instance after launching the instance. You could, of course, simply launch the instance with multiple network interfaces from the very beginning, but these commands are handy in case you messed up or in case the requirements for the instance changed after it was launched. Please note there’s nothing revolutionary or ground-breaking in the commands listed here; I’m simply trying to help share information in the event others will find it useful.
I tested these commands using OpenStack “Juno” with VMware NSX providing the networking functionality for Neutron, but (as you can tell if you check the articles in the “References” section) this functionality has been around for a while. These commands should work with any supported Neutron plug-in.
First, create the Neutron network port:
neutron port-create <Neutron network name>
If you want to attach a security group to the port (probably a good idea), then modify the command to look like this:
neutron port-create --security-group <Security group name>
<Neutron network name>
Note that you can add multiple --security-group
parameters to the command in order to specify multiple security groups on the Continue reading