connecting laptop to V240 serial port


 
Thread Tools Search this Thread
Operating Systems Solaris connecting laptop to V240 serial port
# 1  
Old 12-19-2007
connecting laptop to V240 serial port

Well...I hope I am in the right forum to post this question. Here is what I am trying to do.

I have a laptop (Dell I believe) running Windows. I am trying to connect this laptop to a V240 serial port (the port with l0l0l). Here lies the problem, I am not sure if I have the correct cable. I do not have a cable that connects to the serial port and at times I think I do but nothing happens.

However, when someone tries to connect a RJ-45 I believe to the serial management port, I get something coming up on the hyperterminal screen and this is the POST/debugging and it keeps going over and over.

I am trying to find the right cable. Previous guy said he bought a cable to connect from the laptop tp the V240 serial port. He has left and I forgot what cable he had. After poking around on the internet and looking at SUN's docs, it allears I need a cable with DB-9 (female) to connect to the V240 serial port (the l0l0l port), but do I get the USB or the RJ-45 for the laptop?

I have looked in Office Depot and Best Buy and Radio Shack, and they seem to only have the DB-9 (male) USB cable. Do they make the cable I need in DB-9 (female) with RJ-45?

Then...once this cable is set up , I can look at the system and try to get to the >ok prompt. Right now, the hyperterminal is showing:

probing system device
probing memory
probing I/O buses
and repeating over and over.

Since the hyperterminal is showing this, I guess that means my connection from laptop to v240 is correct? Note that the way it is set up now, the cable is going to the serial management port and I always thought it should go to the serial (DB-9) port?

Help clarify this for me...seems a bit confusing to me. Eventually we want to load a Solaris OS on the vt240 so my guess is we need to be connected to the serial port (DB-9)...if so what cable do I need? BTW, we have one cable that can plug into the serial port (its 9 pin) but this cable produces nothing on the screen???

TIA...
# 2  
Old 12-19-2007
Quote:
Originally Posted by bluridge
However, when someone tries to connect a RJ-45 I believe to the serial management port, I get something coming up on the hyperterminal screen and this is the POST/debugging and it keeps going over and over.
What are you wanting to do? If you want the serial console, then the serial management port is the one you want. This is an RJ45 connector that then needs to be converted to an RS232 connector for your laptop's (9pin?) serial port.

Forget USB, it has nothing to do with serial terminals.
# 3  
Old 12-19-2007
porter,

Eventually we want to install a Solaris 8 (I know this is an old system, but this is a test lab and we want to test stuff on a Solaris 8 OS). You are right that the laptop has a 9pin so right now it is set up with an adapter for a RJ-45.

So apparently my system is set up correctly the way it is now. I thought we should use the serial port (9pin) on the V240 instead of the serial management port. Here is a cutout from SunDocs:
_________________
The SERIAL MGT port accepts an RJ-45 connector. Use this port only for server management.

The port labelled 10101 accepts a DB-9 connector. Use this port for general purpose serial data transfer
__________________

What is the serial port labeled 10101 used for then? With connection via the serial management port, will I be able to install the OS from a CD in the laptop CD drive? My guess is that server management means 'managing the server liek a SysAdm does" and serial data transfer means 'transferring data to the server via the serial cables'.

Well, guess you answered my question. Now...I got to see if I can get out of the looping probing it is doing for eternity. I think you can disable POST to make it boot up quicker right?

TIA for your help!
# 4  
Old 12-19-2007
Yes, plenty of goodies in the OpenBoot prom to keep you busy.

I recommend you setup a Solaris boot server, throw the Sol8 disks on that and boot the machine over the network to do the installation. It means you need another machine on the same subnet and need to get the MAC address of the V240, but if you will be attempting the installation a couple of times it saves the effort. Also, it proves ahead of time that there are no read errors on the disks.
# 5  
Old 12-19-2007
Quote:
Originally Posted by porter
It means you need another machine on the same subnet and need to get the MAC address of the V240
While still the simplest way to do it, it is not strictly true that the same subnet is needed anymore, Solaris can be booted over WAN on the 240, as it can on most hardware which is as recent as the 240.
# 6  
Old 12-21-2007
break sequence on laptop

It 'appears' I got the laptop serial connected to the v240 via the serial mgt port.

However, nothing will work to send a break sequence to the Sol9 box. As I indicated in a previous message above, the screen on laotp shows the system going through the probing and keep at this vicious cycle Smilie

I have used many different key sequence to get the systme to break this sequence. I am sur enot all of these will/can apply to the laptop, bt hey gott atry everything until something works. Here is what I tried:
~.
~#
return ~ ctrl +b
ctrl +c
stop +a
<enter>#
~~#
~:~~#
<enter>~~#

Anyone got any thing slese for me to try??? I've googled and found all of these, but there is so much to look at and it is hard to find something that is specific to my situation. My guess is someone has had this problem before since its fairly common to attach a Windows Laptop top to the serial mgt port.

Another thought, would a Solaris OS laptop help??

If you know anything else to try, let me know.

TIA
# 7  
Old 12-21-2007
Quote:
Originally Posted by bluridge
Anyone got any thing slese for me to try???
Using Window's HyperTerm I use the "break" key which is normally on one of the pause/scrolllock/printscreen buttons. You will have to use either ctrl/shift or alt to use it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

2. Web Development

Writing to a Serial Port

I am trying to write to a serial port and capture the reponse in a file - adduser ethan dialout The user `ethan' is already a member of `dialout' root@meow:/home/ethan# ls -l /dev/ttyS0 crw-rw-r-- 1 ethan dialout 4, 64 Oct 7 20:55 /dev/ttyS0 $fh1 = fopen("/dev/ttyS0", "w+");... (74 Replies)
Discussion started by: Meow613
74 Replies

3. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

4. Shell Programming and Scripting

Need help with serial port

Hi, I have a external board connected to my serial port. I need to execute "shutdown -r now" command when system boot up. When system boots up it requires a username ans password. Then I need to run my command. I can use rc script but that is rebooting system before it asks for username and... (0 Replies)
Discussion started by: charlie.arya
0 Replies

5. Hardware

Need Help connecting to sunfire v240

I recently acquired a sunfire v240 and I'm trying to get into it so I can install linux on it. Right now I'm still trying to get a monitor connected so I can do this. I've tried connecting to it with a crossover cable to my laptop (vista and linux equipped). I was able to get a connection... (2 Replies)
Discussion started by: QuadRunner750
2 Replies

6. Solaris

BIOS Serial Number on Sun Fire V240

Hi, I want to know if there is a command available for obtaining the BIOS Serial Number on a Sun Fire V240 machine? Or is it a known issue that it cannot be obtained through any command? Thanks, Vineet (4 Replies)
Discussion started by: vineetd
4 Replies

7. Programming

How to tell if a string to serial port has been sent

I have a need to determine when a string has been completely sent via a serial port from a standard 'C' application. The code is as follows: SerialPort_Send = open (pPortString, O_WRONLY | O_NOCTTY | O_NONBLOCK); write (SerialPort_Send, pCommandString, strlen (pCommandString)); ... (2 Replies)
Discussion started by: ExDes
2 Replies

8. UNIX for Dummies Questions & Answers

How-to boot server with no CDROM via serial connection to laptop

I have an x86 Sun server, with no CDROM drive and no OS currently loaded on it. I need to install CentOS on it... trying to figure out how to do that. I've heard there are ways to connect to the serial management port, and mount a laptop's CDROM drive as a drive the server will recognize to... (0 Replies)
Discussion started by: Mariognarly
0 Replies

9. UNIX for Dummies Questions & Answers

How to connect laptop to Unix system via Parallel port

Hi, I have been using a computer to keep track of inventory for my business. I am pretty sure it runs on Unix. In the back of the computer there is some sort of PCI card that has about 8 RJ-11 ports on it. I use that card to connect the Unix system to my 3 VT-220 terminals. I use a simple 6... (1 Reply)
Discussion started by: john202
1 Replies

10. Solaris

connecting 280r via serial port

I'm stuck here trying to connect to a 280R via serial port A to a laptop. I set hyperterminal up for 9600, 8, N, 1, but when I hit enter, nothing comes up in hyperterminal. There is no keyboard or mouse attached to the 280R, and it doesnt have a video card, so thats not an option. I'm stumped.... (4 Replies)
Discussion started by: dangral
4 Replies
Login or Register to Ask a Question