iCan Blog Archive

When the System/38 was being architected, it was recognized that underlying hardware technology was subject to unpredictable change. While it didn’t take a crystal ball to understand that change would be inevitable, having one to forecast the future of storage technology sure would have been nice. But as we all know, there is no crystal ball. This reality led to the development of Single Level Store. A key feature of Single Level Storage (SLS) architecture is that it insulates the upper-level code from the specifics of the storage technology it uses. Along with the Technology Independent Machine Interface, TIMI, SLS is a fundamental element of the design that has allowed IBM i to continue to take advantage of new capabilities seamlessly.

25withlogo (2).jpg

Single level storage makes memory and disk space one entity; you do not need to know where your programs or files are stored. When you access something, you request it by name, and IBM i will automatically find it for you. Is it already in memory? Super! If it’s not, the storage management component will find it, wherever it may reside on disk and bring it into memory. You don’t need to worry about where the disk is or what type of disk is used. You can easily add additional storage, including solid state drives, to your existing disk configuration. The storage management support effortlessly introduces disks to the system regardless of their capabilities or technological frameworks.

Let’s review some of the technical advantages at your fingertips with IBM i and SLS along with the integrated storage management it incorporates: 

  1. You can seamlessly optimize the use of solid state drives.
    This ability is an extension of automatic storage management. IBM i can automatically place your frequently accessed data on SSDs; IBM i with SLS manages your storage.

    But did you know that with the magic of SLS, you can also get immediate benefits of a very fast IPL by putting your load source on SSDs? Several IBM i clients have moved entirely from spinning disks to SSDs; substantially reduced IPL time was among the many benefits
     
  2. You can transparently add more disk capacity and automatically balance your use of that additional storage.
    It’s critical to have your data and files distributed across disk units to allow for parallelism when accessing that data; you do not want a single disk unit to become a bottleneck. IBM i’s storage management will do this automatically for you. You do have controls, such as trace and balance for fine tuning, but once you have a configured environment, IBM i will take care of it all for you.
     
  3. You are alleviated of the need to manage where your data is stored or the space allocated to file systems.
    On many non-i systems, you will find storage allocated to file systems. When the file system gets full, you will get errors until you either increase the size of the file system or delete files to free up space. There may be plenty of space available on the physical disk, it’s just not assigned to that particular file system.

    When I first started working with some software on a Unix environment and I discovered this requirement, I was dumbfounded. Why would anyone want to worry about how much storage is allocated to which file system? Why doesn’t the system take care of that for you? After all, there’s plenty of disk storage available!

IBM i Single Level Storage is well documented in the IBM i Knowledge Center topic, IBM i Storage Management. Interestingly, this article is geared toward readers familiar with x86 storage architecture.

Mike Cain’s blog “One of the Crown Jewels: Single Level Storage” is another useful reference.

Single Level Storage makes i easy.

This blog post was edited to fix broken links on March 17, 2020.

This blog post was originally published on IBMSystemsMag.com and is reproduced here by permission of IBM Systems Media.