Activity › Forums › Storage & Archiving › “Cent” shared storage for mac success.
-
“Cent” shared storage for mac success.
Posted by Mikhail Puzyrev on September 16, 2010 at 5:38 pmSuccess with centos5 and netatalk 2.1.1 (linux implementation of appletalk) on an old server with supermicro mb and old 200$ intel pci-x 4port network card. 4 ports aggregated, HP Procurve 1800G-24 router used for 802ad link aggregation. Blackmagic drive speed test reports 93mb on write and 112mb on read from client Macpro with mounted afp storage. XFS file system was used for storage on old 9500sx 3ware pci-x controllers. (I put together all the garbage found at upper shelf).
Mikhail Puzyrev replied 15 years, 10 months ago 3 Members · 5 Replies -
5 Replies
-
Bob Zelin
September 16, 2010 at 9:34 pmHi Mikhial –
1) on the HP Procurve 1800G-24 switch, did you use the CLI commands to create the link aggregate port, or did you use the GUI (graphical user interface) to create the link aggregate ?
2) You have a PC as the server, but you have MAC’s as the clients. Are you using Apple’s SMB network format, or are you using Thursby DAVE ? Because Apple’s AFP doesn’t work.
3) How did you enable jumbo frames on the PC. To get 93mb/sec write, you can’t do this with regular SMB – at least, I could not get this to work at this speed (not even with DAVE).
Bob Zelin
-
Walter Soyka
September 17, 2010 at 2:02 amI don’t think he’s using SMB at all — netatalk is an open-source AFP server.
Walter Soyka
Principal & Designer at Keen Live
Motion Graphics, Widescreen Events, Presentation Design, and Consulting
RenderBreak Blog – What I’m thinking when my workstation’s thinking
Creative Cow Forum Host: Live & Stage Events -
Mikhail Puzyrev
September 17, 2010 at 5:59 amHello Bob
1. On the procurve it is very easy to setup link aggregation using web GUI, it has a preset address 192.168.2.10
2. Macs use native afp, they see server as mac server, because on the server side (which you call PC – linux (centos 5.5)) I have installed Netatalk – which is linux implementation of Appletalk. It was the hardest part for me and I still wonder how it works ))))). https://netatalk.sourceforge.net/
3. Firs I checked intel.com if the network card supports jumbo frames. Then either use linux GUI network administration to set the MTU of single network cards. In case of link aggregation – it’s called “bond” when linuxed )) You have to do some typing work – there are files at /etc/sysconfig/network-scripts/ifcfg-eth0, …eth1, …eth2,…eth3 etc. You should create new text file with the name ifcfg-bond0 and set MTU=9000 or whatever You want there. It will override MTU settings of the bond members mtu. For different linuxes this procedure slightly different. I used this guide –
https://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/s2-networkscripts-interfaces-chan.html -
Bob Zelin
September 17, 2010 at 2:10 pmyou are a smart guy Mikhail, I am very impressed.
If everyone was as smart as you, I would be out of business.Bob Zelin
-
Mikhail Puzyrev
September 17, 2010 at 3:23 pmThank You Bob! Actually it’s Google, I’m colorist and broadcast designer running small design boutique. One month ago I knew only “ls” and “cd” commands. I couldn’t afford hiring another guy to do it, so just started to google and to read articles – and it appeared not very difficult. But time consuming ).
Reply to this Discussion! Login or Sign Up