Skip to main content

Brocade Fabric OS downloads

Fabric OS is what runs on the SAN switches I will be using for the mainframe. It has a bit of annoying upgrade path as the guldmyr blog can attest to. TL;DR is that you need to do minor upgrades (6.3 -> 6.4 -> 7.0 -> ... > 7.4) which requires you to get all Fabric OS images for those versions. Not always easy.

So, let's make it a bit easier. Hopefully this will not end up with the links being taken down, but at least it helped somebody I hope.

These downloads worked for me and are hash-verified when I could find a hash to verify against. Use at your own risk etc.

The URLs are:

# sha256sum for the files I used
7fbe30da45c92cf353b937d9816561717c6414896168d0703fe87aa2ef3e1c7f  v6.4.3h.zip
2bc038c8d42df74a2dbf3def20a55b3a8026767b7f1d8c16856416646aec3df5  v7.0.2e.zip
45a0a3cbfb97958569c8ef417532ee18123b6ed8ee5dd9bb125c20fdcadddd4c  v7.1.2b.zip
1fc8da402b773c64e88c2bdc5d5a69615eb72eec8b132737979bac17cf506d92  v7.2.1g.zip
1bcd6e66803189def5587a4521909127e78231c81884749a0165a17fdbb05903  v7.3.2a.zip

Then to get the latest 7.4.x or 8.x I recommend going to IBM as per guldmyr.

In other news: The 7800 twins arrived and they work just fabulously! They seems really powerful and I kind of regret buying the 5100s, but I am sure they will their uses for something as well. Here the twins are freshly upgraded and configured with a test FCIP extension tunnel.



Thanks for reading,

Comments

Post a Comment

Popular posts from this blog

Buying an IBM Mainframe

I bought an IBM mainframe for personal use. I am doing this for learning and figuring out how it works. If you are curious about what goes into this process, I hope this post will interest you. I am not the first one by far to do something like this. There are some people on the internet that I know have their own personal mainframes, and I have drawn inspiration from each and every one of them. You should follow them if you are interested in these things: @connorkrukosky @sebastian_wind @faultywarrior @kevinbowling1 This post is about buying an IBM z114 mainframe (picture 1) but should translate well to any of the IBM mainframes from z9 to z14. Picture 1: An IBM z114 mainframe in all its glory Source: IBM What to expect of the process Buying a mainframe takes time. I never spent so much time on a purchase before. In fact - I purchased my first apartment with probably less planning and research. Compared to buying an apartment you have no guard rails. You are left

System z on contemporary zLinux

IBM System z supports a handful of operating systems; z/VM, z/VSE, z/OS, z/TPF, and finally zLinux. All the earlier mentioned OSes are proprietary except for zLinux which is simply Linux with a fancy z in the name. zLinux is the term used to describe a Linux distribution compiled for S390 (31 bit) or S390X (64 bit). As we are talking about modern mainframes I will not be discussing S390, only S390X. There is a comfortable amount of distributions that support S390X - more or less all of the popular distributions do. In this  list  we find distributions like Debian, Ubuntu, Gentoo, Fedora, and RHEL. Noticeably Arch is missing but then again they only have an official port for x86-64. This is great - this means that we could download the latest Ubuntu, boot the DVD, and be up and running in no time, right? Well, sadly no. The devil is, as always, in the details. When compiling high level code like C/C++/Go the compiler needs to select an instruction set to use for the compiled binar