Sponsored Content
Top Forums UNIX for Dummies Questions & Answers New to Forum & Sun Surefire V210 Access Post 302911169 by hicksd8 on Wednesday 30th of July 2014 12:38:38 PM
Old 07-30-2014
Okay, read that thread again.

Let me say this as clearly as I can............

The SER-MGT port is a RS-232 serial port!! Yes, it's a RJ45 but don't let that put you off. Assume that it's a DB9 in disguise. Got that? Yes, I do mean that.

Sun produce a serial cable with a RJ45 at one end and a DB9 at the other. The RJ45 goes into the SER-MGT and the DB9 goes into any old PC port or a dumb terminal such as a VT100.

A terminal emulator on a PC is fine. HyperTerminal will do.

Typical settings are 9600-8-N-1 but baud rate of the Sun might be set differently via the ALOM.

If you don't have a Sun serial cable, the light blue Cisco cables used for managing switches are exactly the same. Borrow one from your network boys. They get tons of these but seem to bin them all because they have too many.

Set up your terminal and then power up the Sun. If you get garbage the baud rate (of your terminal) is wrong. You should see the ALOM boot (it's a Linux appliance underlying the Sun box) which will then land you with a OK prompt.

Let's see if you get that far, then post back.

If I haven't succeeded in making that crystal feel free to ask.

---------- Post updated at 05:38 PM ---------- Previous update was at 05:22 PM ----------

If your PC doesn't have a DB9 serial port I see no reason why you couldn't use a USB to DB9 to give the PC a serial port. However, you'll still need a DB9 to RJ45 serial cable to plug into the USB adapter.

Last edited by hicksd8; 07-30-2014 at 01:32 PM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

root access on sun os and permissions

Currently have root access to our own boxes on site. HQ wants to take root access away from us. What does root access provide that is unavailable for users as it is essential for us to keep local control. We log in as users but have su for special needs. On all other os boxes we have admin... (2 Replies)
Discussion started by: allinone
2 Replies

2. UNIX for Dummies Questions & Answers

New! (In Unix & In the Forum)

Hi my name Louas and I´m from Argentina (so you must forgive me English!). I'm studing Unix and I want to know where and how can I conect to practice. THANK YOU VERY MUCH!!! Louas. (4 Replies)
Discussion started by: Louas
4 Replies

3. UNIX for Dummies Questions & Answers

Similar Forum for MS Access?

I know this has nothing to do with Unix but find this forum very useful. Was just wondering if anyone knows of any MS Access forums? Thanks (2 Replies)
Discussion started by: vcardo10
2 Replies

4. Solaris

Sun Fire v210 display card

hi all, how can install a display card on a sun fire v210. regards. marcel (2 Replies)
Discussion started by: marcelious
2 Replies

5. UNIX for Advanced & Expert Users

Help: Sun Disk partitioning for Sun V240 & StorEdge 3300

Dear Sun gurus, I have Sun Fire V240 server with its StorEdge 3300 disk-array. Following are its disks appeared in format command. I have prepared its partitions thru format and metainit & metattach (may be i have made wrong steps, causing the errors below because I have done thru some document... (1 Reply)
Discussion started by: shafeeq
1 Replies

6. Solaris

Booting error in Sun V210

Sun Fire V210, No Keyboard Copyright 1998-2003 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.13.2, 4096 MB memory installed, Serial #61203679. Ethernet address 0:3:ba:a5:e4:df, Host ID: 83a5e4df. Boot device: net File and args: 100 Mbps FDX Link up Timeout waiting for... (5 Replies)
Discussion started by: Mrudhul
5 Replies

7. What is on Your Mind?

Are we having sat-sun holiday for unix forum?

Are we having sat-sun holiday for unix forum? I am just thinking there are no new things to explore on sat-sun. It looks like holiday for this site also....:D (1 Reply)
Discussion started by: pamu
1 Replies

8. Solaris

Connect using ALOM to Sun Fire V210

I have bought from eBay a second hand Sun Fire V210 server and I'm really stumped at the lack of complete instructions on how to connect to it. I don't have a Windows machine, I've only got Ubuntu and OS X computers. None of them have an old RS-232 port on them either. In saying that, I have... (12 Replies)
Discussion started by: danijeljames
12 Replies

9. Solaris

Sun Fire V210 CPU Fan Temp too high?

Hey, I have a V210 with a failed CPU fan. The temperature is currently at 84C and I've been asked to wait a few weeks before replacing as its a production system and it cant be shut down yet. Is it too hot? Do I risk killing the CPU at this temp? Its been like this for a few weeks now... (5 Replies)
Discussion started by: magarvo
5 Replies

10. Solaris

Any hope for this bootlooping Sun V210?

Hi, First post here! I have a Sun V210 that I use occasionally for build testing things big-endian. I switched it on the other day, at it aint comin' up. I was wondering if anyone on this fine forum knows if it can be brought back from the dead. With the SCC card in, and conencted to... (22 Replies)
Discussion started by: vext01
22 Replies
openhpi(7)							      OpenHPI								openhpi(7)

NAME
openhpi - an implementation of the SA Forum's Hardware Platform Interface DESCRIPTION
OpenHPI is an implementation of the SA Forum's Hardware Platform Interface, which provides a standard C library interface to manage, monitor, and control hardware (both local and remote). OpenHPI 2.x implements the HPI B.01.01 specification. The OpenHPI client library (libopenhpi) provides all the connection functionality needed by the client application to connect to the OpenHPI daemon running on the local or remote server. ENVIRONMENTAL VARIABLES
Some of OpenHPI's functioning can be changed by setting environment variables. This documents all client environmental settings. OPENHPI_DAEMON_HOST=URL URL for the host running the daemon. This can be "localhost" (default) if the daemon is running on the local host or an ip address. OPENHPI_DAEMON_PORT=PORT_NUMBER The port number the host is listening on for clent connections. Default port is 4743. HARDWARE SUPPORT
OpenHPI provides a number of plugins that talk to different hardware types. The following is a list of tested plugins in OpenHPI 2.x. ipmi An IPMI plugin that can talk locally (via smi interface and OpenIPMI device driver) or remotely (via IPMI over LAN). It supports IPMI 1.5 for standard rackmount servers, and some of IPMI 2.0 for support of ATCA chassis. IPMI plugin depends on libOpenIPMI version 1.4.x. ipmidirect An IPMI plugin designed specifically for ATCA chassis. It implements IPMI commands directly in the plugin. snmp_bc An SNMP based plugin that can communicate with IBM BladeCenter, as well as IBM xSeries servers with RSA 1 adapters. SNMP_BC plugin depends on net-snmp > 5.0.7. sysfs Current status?? watchdog Current status?? OTHER DOCUMENTATION
The definitive guide to HPI is the SA Forum specification at http://saforum.org. More info on OpenHPI can be found at our webpage (http://openhpi.org). SEE ALSO
The following man pages may also be of interest openhpid The openhpi daemon, providing OpenHPI data as a system service. AUTHORS
Authors of this man page: Sean Dague (http://dague.net/sean) Renier Morales (renier@openhpi.org) 2.14.1 2009-11-23 openhpi(7)
All times are GMT -4. The time now is 05:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy