0

I'm a applications guy trying to set up a Dell c6100 server that doesn't boot. We'll have physical access tomorrow.

The box has a serial connector for console access. We'll have a MAC laptop. Are there any good instructions to explain exactly which cables we need (e.g. serial to USB) and how to make that connection work on a Mac laptop?

ceejayoz
  • 32,469
  • 7
  • 81
  • 105
davidparks21
  • 878
  • 1
  • 11
  • 25

2 Answers2

3

You could use a USB-to-serial adapter. Devices using the Prolific PL2303 chip are known to work with OS X with the driver from the Prolific web site.

Check out this site for more detail and pretty pictures: http://wlanbook.com/usb-to-serial-adapter-for-mac-os-x-lion-with-driver

the-wabbit
  • 40,319
  • 13
  • 105
  • 169
Greg Askew
  • 34,339
  • 3
  • 52
  • 81
1

The Keyspan/Tripp-Lite USA-19HS adapter is the most common in the field.

Pair that with a terminal emulator (ZTerm or even screen), and you'll be able to connect to serial devices.

However, the servers you have contain dedicated IPMI ports. Are they not configured or connected? That would be the first place to check for diagnosing boot issues. What operating systems are on the servers? Were they configured for serial console output (e.g. Linux kernel parameters)?

ewwhite
  • 194,921
  • 91
  • 434
  • 799
  • The IPMI ports are not pingable, it seems they're not configured correctly, so getting on the console to configure IPMI is exactly our goal. I'm just sending in someone who hasn't done this before (even for me it's been 10 years since I did this). – davidparks21 Apr 08 '13 at 03:36
  • @davidparks21 Well, definitely be sure to have the appropriate software for serial terminal emulation on the Mac. [**Zterm**](http://www.dalverson.com/zterm/) will be handy. – ewwhite Apr 08 '13 at 03:58