High Performance Diskless Linux At AX-Div, LLNL 20
Lee Busby writes "As a co-author, I am biased, but I think that our recent paper describing a diskless Linux deployment at Lawrence Livermore National Lab (PDF)may be of general interest. It's a little different than most diskless systems -- simpler, and designed to be high performance."
iSCSI? (Score:2)
Thanks for the link. I work in a similar environment where security requirements are more easily met by diskless workstations.
This project started a few years ago and there have been some interesting new developments since.
Given the current situation, would you consider using iSCSI in your environment?
Re:iSCSI? (Score:2)
Joe
Re:iSCSI? (Score:2)
With NFS, you can have all boxes sharing
Re:iSCSI? (Score:3, Insightful)
Sharing common resources is great, and NFS performance is increased if they're all mounted read-only on the clients.
Keeping some protection and partition of /home/me over iSCSI to a single workstation seems like a good idea to me. Given all the concerns of classified processing, it's not like you and some other workstation are going to be routinely part of a parallel cluster where multiple clients need write access to the same filesystem.
Then, each client would only need a writable /etc for system config
NFS? (Score:4, Interesting)
That said... NFS is woefully insecure so, if subversion by an insider is a problem (as it would be with, say, disk workstations), NFS may not be the best choice for handling the disk management.
Re:NFS? (Score:1)
UNIX auth isn't the only authentication flavor for NFS. It may be appropriate in may settings, it may be the default for many "distros", it may be the only authentication various n00bs are familiar with, but it isn't the only game in town.
Re:NFS? (Score:1)
Re:NFS? (Score:2)
The more things change.. (Score:1, Insightful)
Networked File systems (Score:3, Informative)
My question would be, does anybody have any meaningful experiences using CodaFS or Intermezzio?
Where I work, we have NFS mounted home directories. When the main server goes down, we all get to twiddle our thumbs because we cannot do anything without a home directory.
It would seem to me that the caching of Coda and Intermezzio would be better - you still have the centralized management of the disk images, but you also get the speed of local access and the robustness of not having a single failure point in the server.
But I've not had time to set up a trial system - has anybody else?
Re:Networked File systems (Score:3, Informative)
Re:Networked File systems (Score:2)
Why does you main server go down during working hours? Perhaps you need a new administrator or better hardware. If your company is too cheap to get better hardware, perhaps you need a new employer, as well.
Re:Networked File systems (Score:2)
Re:Networked File systems (Score:2)
The typical workaround to that of the risk of a central server failure would be a NAS box where the box has redundant "heads" and redundant pathing through 2 switches.
That way, if the server dies, the 2nd takes its place immediately. If maintenance needs to be done, you do it on one before the other. If a switch is lost, you have the other path, etc.
If you're working on a production site where your customer's time means your money, you will have a robust setup. A single server with a single path is just a
NFS diskless story (Score:1)
The company I work for (actually, the company I own) builds and sells specialized systems that use diskless via NFS. One server and up to 10 terminals. Each terminal has it's own (very stripped down) root fs, and they all share a single usr fs mounted ro.
I use e2fs still, despite other options available. It benchmarks reasonably well across the board. (Personally, I think it's a lot more important to have more than sufficient memory on the server than to quibble about benchmark numbers.. cache cache
Is swap via NFS necessary? (Score:1)
Re:Is swap via NFS necessary? (Score:1)