A journey into HPC and where it goes is a story yet to be told.
Don't wanna be here? Send us removal request.
Text
It all makes sense just different IT sense
Something that this move into HPC has further confirmed to me–technology has its own logic and if you can wrap your mind around it, then its all a matter of different looking buttons and procedures, but its all familiar at a fundamental level.
Technology problems all decompose in a similar way when you really get after solving them, and that is the beauty and the boredom that is technology work. It's all the same pile it just sometimes looks different and may smell more or less.
0 notes
Text
Finally Feeling like a Storage Administrator
It has taken a few months, but I am starting to feel like a storage administrator–which is exciting. Obviously, still more to learn and that's a good thing. However, it is nice to finally be able to contribute!
0 notes
Text
Map to Understand GPFS
If you are like me and are trying to learn GPFS (IBM Spectrum Scale) the best advice I can give is get yourself a copy and then pull it apart. Seriously you will spend hours reading documentation and you will miss a lot of the details just due to the density of the documentation. Having the documentation open while having the binaries and scripts so you can disassemble and read them–will make the learning process more efficient.
Also don't forget your notes. Take notes in your own words and try not to quote. With these three things:
Documentation
Binaries and Scripts to read and disassemble
Good notes
You at least have a fighting chance of understanding what is going on–even if you are going in blind.
0 notes
Text
GPFS - Notes - Install Internals
You can actually try IBM Storage Scale for free–obviously there are limits, but you can certainly get a sense of how it all works. To that end I was pulling apart the installer the other day and noticed that I couldn't find mmdiag.
I was confused by this–until I unpacked the .deb file and looked at the post install script. As it turns out IBM makes liberal use of symlinks and mmdiag is just a symlink to tsdiag. I wanted to document that here–so I don't forget and in case anyone else finds themselves needlessly puzzled. I also posted a list of the symlinks I found in the GPFS Base .deb file here.
I am currently trying to understand the various diagnostic tools built into GPFS, and I wanted to look at how things work internally.
0 notes
Text
Research Topic - DAOS
You can download the source here:
Just recording this here to research later.
1 note
·
View note
Text
GPFS - Notes - Quorum Options
Two types of quorum:
Minority Quorum
Uses both nodes and tiebreaker drives to achieve quorum even if there is only one surviving quorum node. Each of the quorum nodes needs to have access to all tiebreaker drives. You can have up to three tiebreaker drives.
Majority Quorum
Uses an odd number of quorum nodes to achieve quorum. Is the only viable option if you want to have distributed quorum. For example: if you have three GPFS clusters you may want to distribute your quorum over the three clusters. In this case you can't have minority quorum because there is no way to have each quorum node access each tiebreaker drive without going through another cluster's nodes.
Just documenting the summary for quorum types for future reference, and to put it in my own terms for comprehension and retention.
0 notes
Text
Current Area of Investigation - GPFS
My current area of investigation is General Parallel File System (GPFS). Up until now I have had almost no exposure to this sort of filesystem beyond being aware that they exist. In my previous role we didn't use GPFS and had a single level file system with archive.
I will post more about GPFS as I dig into it, but for now it suffices to say that GPFS seems excessively fragile and I can understand why people say troubleshooting it is as much art as it is science.
0 notes
Text
Hello World
In this blog I want to document to varying extents my journey into HPC. I don't know where it is going to go or how long it will last. I want to document this journey in case it proves useful to anyone out there. If nothing else it will hopefully have something insightful, amusing or otherwise worth reading.
2 notes
·
View notes