aix kernel changes protocol on serial?


 
Thread Tools Search this Thread
Operating Systems AIX aix kernel changes protocol on serial?
# 1  
Old 04-01-2009
aix kernel changes protocol on serial?

does AIX change the protocol used to transmit over the serial port binded to the system console, during the boot process?

I'm getting no message on the serial port binded to the console, once the control is passed to the kernel. On the LED I have a 0c46 message.
# 2  
Old 04-01-2009
Yes, the flow control changes between hardware and sotware just after the welcome to AIX banner.

Your cable should be wired like this:

Code:
                                          _________________________
                   5       1             |  DB-9 Side |  DB-9 Side |
        Device    _|_______|_            |____________|____________|
         End     | o o o o o |           | Signal pin | pin Signal |
                  \ o o o o /            |____________|____________|
        Female     / _____ \             |  TxD    3_____2   RxD   |
         DB-9     9         6            |  RxD    2_____3   TxD   |
                                         |  RTS    7_____8   CTS   |
                   5       1             |  CTS    8_____7   RTS   |
        System    _|_______|_            |  DTR    4_____6   DSR   |
         End     | o o o o o |           |             |_1   CD    |
                  \ o o o o /            |                         |
        Female     / _____ \             |  DSR    6_____4   DTR   |
         DB-9     9         6            |  CD     1_|             |
                                         |                         |
                                         |  GND    5_____5   GND   |

                                         |  RI     9     9   RI    |
                                         |_________________________|

BOS install codes:
0c46 Normal installation processing.

HTH
# 3  
Old 04-02-2009
same cable, till the bash

yesterday I was able to get a bash on the serial console (ie. the OS completed its boot and I started a session as OS user) with the same cable. So I don't think my problem is related to the cable...

anyway, is there a way to change the mode the OS communicates through the SMS? The machine is not configuring network interfaces, so the console is the only way to reach it.
# 4  
Old 04-02-2009
The protocol up until "starting AIX" should all be the same for: install / diag CD / diag boot / single user / open firmware / service processor menu / sms, then it changes.

What do you mean by:
"is there a way to change the mode the OS communicates through the SMS"

You cannot get to SMS through the OS!

SMS is a firmware function.
# 5  
Old 04-02-2009
thanks, a list worth to know

thanks dukessd for the list.

what I meant was: is there a way to alter the operating system communication parameters using the firmware?

I now realize that it isn't probably possible. this morning I was thinking to the firmware/SMS as a sort of grub, through which, even if in a limited way, we can browse the filesystem and pass parameters to the booting kernel.

so my question. thanks a lot for your explication.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

AIX 7.2 - Error initializing a device into the kernel.

On a fresh bare metal (no LPARs) install of AIX 7.2 running cfgmgr is returning.. # cfgmgr Method error (/usr/lib/methods/cfgstorfworkcom -l sfwcomm2 ): 0514-040 Error initializing a device into the kernel. Method error (/usr/lib/methods/cfgstorfworkcom -l sfwcomm3 ): ... (1 Reply)
Discussion started by: c3rb3rus
1 Replies

2. AIX

Connect GPS to serial port AIX 5.x

HI, Does anyone installed a GPS from his Serial port to an IBM Server serial port with AIX 5.X I would like the rs232 configuration you used on the GPS, and the ttys configuration from your server. Thanks in advance !!! (8 Replies)
Discussion started by: trevian3969
8 Replies

3. AIX

How to change from tty03 to tty00 serial port in AIX 5.x?

Hi, We use AIX 5.x, and we have an application that use the info from a server through a serial port tty00. Some days ago, we bought a new two port serial board, and the server assign this new ports as tty02 and tty03, and leaves tty00 and tty01 as unavailable. We cant modify the program and... (4 Replies)
Discussion started by: trevian3969
4 Replies

4. AIX

How can AIX get the disk serial number?

Hi Everyone, lscfg will get the disk information by reading the VPD of that particular hdisk I have few doubts about how Aix works, please help me to get them clear 1) How can Aix gets the disk serial number after disk assign and cfgmgr 2) Newly added disk information was added to CuVPD... (2 Replies)
Discussion started by: Sachin1987
2 Replies

5. AIX

AIX: mkdev is waiting in kernel at et_wait

Hi All, bash-3.2# ps -eaf | grep mkdev root 4378752 1548526 0 03:27:04 - 0:00 /usr/sbin/mkdev -c disk -s vscsi -t xyz -l virtualdev bash-3.2# Here we are trying to create a virtual device using mkdev and the device is already populated in the namespace and the corresponding ODMs... (1 Reply)
Discussion started by: Muppana Prasad
1 Replies

6. AIX

Loading AIX kernel extensions on reboot

Greetings, Does anyone know how to load AIX kernel extensions on reboot? I know that Oracle loads it's postwait kernel extension via a executable in /etc/inittab. I'm assuming this executable calls the "sysconfig" system call and loads it. What if I wrote my own? What is the proper way in AIX to... (3 Replies)
Discussion started by: jbleistein
3 Replies

7. Programming

Serial file transfer protocol / checksums

Hello ppl, I'm working on a windows program simulating an existing Unix program, the program is a firmware downloader, it sends a binary firmware file through the serial port (rs232) to a Set-Top Box running under unix system too, as i'm a poor unix user and not a unix programmer i choosed the... (10 Replies)
Discussion started by: nidal
10 Replies

8. AIX

Serial port in AIX

Hi, How can i configure my modem in AIX thru serial port (sa0-->tty0) I have two port serial card configured as sa0 I created tty1 which port is tty0 and which port is tty1 how can i know?? (1 Reply)
Discussion started by: pchangba
1 Replies

9. AIX

cant telnet to aix 5.2 and not even access through serial console

I have installed aix 5.2 on aix box through serial console connected to COM 1 . I even get a login prompt after the fresh installation . But as soon as i give a root & enter i again get a login prompt.i..e I am not able to logon after a fresh installation. and even i configured IP configuration... (0 Replies)
Discussion started by: linuxnightowl84
0 Replies
Login or Register to Ask a Question