VMware and IBM are widening the scope of their 20-year partnership to offer joint customers in regulated industries a secure path to hybrid cloud. Their plans include co-engineered cloud solutions that are aimed at helping companies in industries such as financial services, healthcare, and the public-sector to reduce the cost and risk placing mission-critical workloads in a hybrid environment.“Roughly 25% of workloads within enterprises have moved to cloud," said Hillery Hunter, an IBM Fellow and vice president and CTO of IBM Cloud. "That may be smaller than some people expect, but it’s an even lower number in regulated industries. Analysts have estimates as low as 5% to 13% for highly regulated organizations like banks. This means that modernization remains very much a timely topic."To read this article in full, please click here
VMware and IBM are widening the scope of their 20-year partnership to offer joint customers in regulated industries a secure path to hybrid cloud. Their plans include co-engineered cloud solutions that are aimed at helping companies in industries such as financial services, healthcare, and the public-sector to reduce the cost and risk placing mission-critical workloads in a hybrid environment.“Roughly 25% of workloads within enterprises have moved to cloud," said Hillery Hunter, an IBM Fellow and vice president and CTO of IBM Cloud. "That may be smaller than some people expect, but it’s an even lower number in regulated industries. Analysts have estimates as low as 5% to 13% for highly regulated organizations like banks. This means that modernization remains very much a timely topic."To read this article in full, please click here
Qualcomm may be preparing for another run that the data-center market with a new line of Arm-based processors for servers, according Bloomberg.The company is reportedly seeking customers to test a product from Nuvia, a semiconductor startup it purchased last year that was founded by the former head of Apple CPU development.
[ Get regularly scheduled insights by signing up for Network World newsletters. ]To read this article in full, please click here
Qualcomm may be preparing for another run that the data-center market with a new line of Arm-based processors for servers, according Bloomberg.The company is reportedly seeking customers to test a product from Nuvia, a semiconductor startup it purchased last year that was founded by the former head of Apple CPU development.
[ Get regularly scheduled insights by signing up for Network World newsletters. ]To read this article in full, please click here
Qualcomm may be preparing for another run that the data-center market with a new line of Arm-based processors for servers, according Bloomberg.The company is reportedly seeking customers to test a product from Nuvia, a semiconductor startup it purchased last year that was founded by the former head of Apple CPU development.
[ Get regularly scheduled insights by signing up for Network World newsletters. ]To read this article in full, please click here
Verge.io, formerly known as Yottabyte, has added GPU virtualization to its virtual data-center software, making it possible to partition out GPU-based processing tasks the same way a hypervisor divides up a CPU.Hyperconverged infrastructure (HCI) builds a tightly integrated and configured IT data center setup from standard server, storage, and networking servers with everything virtualized. Verge.io’s software, called Verge-OS, goes on step further by partitioning the pooled resources into what it calls virtual data centers (VDCs). From one big pool can come many VDCs made up of different hardware and software configurations.To read this article in full, please click here
Verge.io, formerly known as Yottabyte, has added GPU virtualization to its virtual data-center software, making it possible to partition out GPU-based processing tasks the same way a hypervisor divides up a CPU.Hyperconverged infrastructure (HCI) builds a tightly integrated and configured IT data center setup from standard server, storage, and networking servers with everything virtualized. Verge.io’s software, called Verge-OS, goes on step further by partitioning the pooled resources into what it calls virtual data centers (VDCs). From one big pool can come many VDCs made up of different hardware and software configurations.To read this article in full, please click here
A data center is the physical facility providing the compute power to run applications, the storage capabilities to process data, and the networking to connect employees with the resources needed to do their jobs.Experts have been predicting that the on-premises data center will be replaced by cloud-based alternatives, but many organizations have concluded that they will always have applications that need to live on-premises. Rather than dying, the data center is evolving.It is becoming more distributed, with edge data centers springing up to process IoT data. It is being modernized to operate more efficiently through technologies like virtualization and containers. It is adding cloud-like features such as self-service. And the on-prem data center is integrating with cloud resources in a hybrid model.To read this article in full, please click here
Cloud service providers have been on a hardware spending spree for years, deploying hundreds of thousands of servers as they build out data centers the size of football stadiums as fast as they can.But the party may be ending. On its recent earnings call with financial analysts, Microsoft announced plans to extend the lifespan of its cloud servers from four years to six years.
[ Get regularly scheduled insights by signing up for Network World newsletters. ]
CFO Amy Hood said the reason for the longer deployments is due to "increased efficiencies in how we operate our server and network equipment as well as advances in technology have resulted in lives extending beyond historical accounting useful lives."To read this article in full, please click here
Cloud service providers have been on a hardware spending spree for years, deploying hundreds of thousands of servers as they build out data centers the size of football stadiums as fast as they can.But the party may be ending. On its recent earnings call with financial analysts, Microsoft announced plans to extend the lifespan of its cloud servers from four years to six years.
[ Get regularly scheduled insights by signing up for Network World newsletters. ]
CFO Amy Hood said the reason for the longer deployments is due to "increased efficiencies in how we operate our server and network equipment as well as advances in technology have resulted in lives extending beyond historical accounting useful lives."To read this article in full, please click here
There are a lot more ways to check files using if commands than many of us realize. Although this information is included in the bash man page, that man page has thousands of lines and you could easily find yourself paging down more than 100 times to reach it.This post, provides information on each option and examples for some of the most useful ones.
[ Get regularly scheduled insights by signing up for Network World newsletters. ]
Checking if a file exists
One of the most commonly used tests for checking on files is if [ -f filename ]. This test will result in true if the file exists and is a regular file—not a directory or a symbolic link. You might use it like this:To read this article in full, please click here
There are a lot more ways to check files using if commands than many of us realize. Although this information is included in the bash man page, that man page has thousands of lines and you could easily find yourself paging down more than 100 times to reach it.This post, provides information on each option and examples for some of the most useful ones.
[ Get regularly scheduled insights by signing up for Network World newsletters. ]
Checking if a file exists
One of the most commonly used tests for checking on files is if [ -f filename ]. This test will result in true if the file exists and is a regular file—not a directory or a symbolic link. You might use it like this:To read this article in full, please click here
If you purchase a server in the next few months featuring Intel’s Sapphire Rapids generation of Xeon Scalable processor or AMD’s Genoa generation of Epyc processors, they will come with a notable new function called Compute Express Link (CXL)—an open interconnect standard you may find useful, especially in future iterations.CXL is supported by pretty much every hardware vendor and built on top of PCI Express for coherent memory access between a CPU and a device, such as a hardware accelerator, or a CPU and memory.PCIe is meant for point-to-point communications such as SSD to memory, but CXL will eventually support one-to-many communication by transmitting over coherent protocols. So far, CXL is capable of simple point-to-point communication only.To read this article in full, please click here
If you purchase a server in the next few months featuring Intel’s Sapphire Rapids generation of Xeon Scalable processor or AMD’s Genoa generation of Epyc processors, they will come with a notable new function called Compute Express Link (CXL)—an open interconnect standard you may find useful, especially in future iterations.CXL is supported by pretty much every hardware vendor and built on top of PCI Express for coherent memory access between a CPU and a device, such as a hardware accelerator, or a CPU and memory.PCIe is meant for point-to-point communications such as SSD to memory, but CXL will eventually support one-to-many communication by transmitting over coherent protocols. So far, CXL is capable of simple point-to-point communication only.To read this article in full, please click here
The cd command makes it easy to switch to another directory on Liniux, but only if you know where you’re heading. In this post, I discuss a couple of tricks for moving between known locations and provide a script for finding and “remembering” files or locations that you might want to reuse.One of the easiest things to do with the cd command is return to your home directory regardless of where you are sitting in the file system at the moment. Just type cd by itself, and you’ll be back in your home directory. Typing cd ~ will do the same thing, though adding the tilde won’t get you there any faster.To read this article in full, please click here
The cd command makes it easy to switch to another directory on Liniux, but only if you know where you’re heading. In this post, I discuss a couple of tricks for moving between known locations and provide a script for finding and “remembering” files or locations that you might want to reuse.One of the easiest things to do with the cd command is return to your home directory regardless of where you are sitting in the file system at the moment. Just type cd by itself, and you’ll be back in your home directory. Typing cd ~ will do the same thing, though adding the tilde won’t get you there any faster.To read this article in full, please click here
The which command tells you where the command executable being asked about is stored on your system, and the whereis command shows you that information and more.
The which command tells you where the command executable being asked about is stored on your system, and the whereis command shows you that information and more.