What the hell??!? (blah, blah of a wannabe alien)
Router Firmware Upload From Mac Via Xmodem
I had a switch that “lost” it’s operating system and was stuck in a reboot loop. Long story short is I needed to upload the OS via a direct serial connection to fix it. I didn’t have a Windows machine available, so I used my Mac and a Keyspan USA-19 (USB -> DB9) thingie (heh). This is mostly a note for myself in case I need to ever do it again, and I forget.
Things that did not work…
- ZTerm let me get to the console just fine, but uploading the firmware with XModem failed for some reason (and you only found out it failed after a 3.5 hour upload time).
- Keyspan device on Windows via Parallels (from all the Googling I did, apparently it’s just an known issue with that piece of hardware and Parallels and the drivers will not recognize it).
- Virtual serial port in Windows/Parallels via a app called SerialClient (it was very difficult to find this app since the site that made it doesn’t exist anymore… people running Parallels said this worked for them, but it was many years ago… so maybe it was an older version of Mac OS X. Either way, I couldn’t get the app to “connect”.).
What DID work (thank God because I was running out of options)…
- Download/compile/install lrzsz via ./configure;make;make install.
- From Terminal: screen /dev/tty.Keyserial1 57600
- Hit CONTROL+A
- Type: :exec !! lsx -b -X ~/firmware_image.ros
It was infinitely faster than ZTerm (about 15 minutes vs. 3.5 hours), but more importantly it actually WORKED.
| Print article | This entry was posted by Shawn on June 5, 2011 at 11:59 am, and is filed under Server Admin. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
about 8 months ago
You didn’t have a Windows machine , well I don;t have mac machine lol!
shawn I have question ?
how many bandwith do you need (digitalpoint forum ) when your concurrent visitor is 20.000 ?
could your server of SuperServer 2026TT handle 60.000 concurrent user of vbulletin ?
#
#9 written by brandon
about 1 day ago
Reply Quote
i mean , how many bandwith do you need (digitalpoint forum ) when your concurrent visitor is 20.000 ?
do you need dedicated 1 gbps for that ?
and where did you put your server ? san jose dc?
about 8 months ago
No, wouldn’t need 1Gbps for that. The forum is a very small part of what uses our resources and everything combined doesn’t take that much.
And yes… if you properly tune the servers they could handle 60,000+ concurrent vBulletin users without any issues.
about 8 months ago
ok so it could handle 60,000+ concurrent vBulletin users without any issues.
does it need 1 gbps to handle 60,000+ concurrent vBulletin users without any issues?
about 8 months ago
Depends on how much graphics and stuff you have for your site I suppose.
about 8 months ago
ok , thank you for the answer