Ask a Question related to AIX, Design and Development.

  1. #1

    Default console output ?

    hello group,

    I've a stupid question concerning console I/O after installation
    (yes, I've googled this newsgroup, without success).
    Recently I've installed a p630 with AIX 5.1 using an ASCII terminal
    connected to the serial port. All went well until after installation,
    from this point console input was no longer possible. The terminal
    itself seems to work (cross check with another machine).
    Do I have to specifically enable login (active only after reboot)
    or is there some other method (I'd rather avoid reboot, since lengthy
    production jobs are running) ?
    Is this a new "feature" of 5.1 ? Comparison with older machines
    allowing console I/O do not show apparent differences in console I/O config
    and tty settings.


    TIA
    Michael Kraemer Guest

  2. Similar Questions and Discussions

    1. php and console
      hello all, i'm doing a program that run in console (ms-dos prompt), but i have 2 smalls problems: 1) how can i clear the screen? i tryed with...
    2. How to log console output to a file?
      Hi, I have two install a system via serial connection (both Solaris). I know there is a possibility to log the output of the open terminal to a...
    3. Carriage returns/output not displayed in output.asp
      PLEASE DON'T MULTIPOST. PLEASE DON'T POST ATTACHMENTS. PLEASE DON'T DOUBLE-POST. Ray at work
    4. #25152 [Opn->Bgs]: output buffering functions don't catch "virtual" output
      ID: 25152 Updated by: iliaa@php.net Reported By: msarsale at buenosaires dot gov dot ar -Status: Open +Status:...
    5. Getting console output
      I can't seem to get console output via the serial port of screen of a 7009 C20. For serial, I'm using a known good null modem cable and PC software...
  3. #2

    Default Re: console output ?

    Michael Kraemer wrote:
    > Recently I've installed a p630 with AIX 5.1 using an ASCII terminal
    > connected to the serial port. All went well until after installation,
    > from this point console input was no longer possible.
    As a standart answer I would say, it's a problem with your terminal connection
    Installation (and boot screens) just work with a 3-wire serial cord (Rx-Tx-GND),
    but AIX (and getty!) like RTS/CTS and DTR/DSR being connected as well, so you
    need a more elaborated cord to connect your ASCII terminal.

    HTH

    Jochen.

    --
    Jochen Lübbers [email]luebbers@tde-online.de[/email]
    Software Development Group I TDE - Tele Data Electronic GmbH
    "Wer die Freiheit aufgibt, um Sicherheit zu gewinnen,
    der wird am Ende beides verlieren" (Benjamin Franklin)

    Jochen Luebbers Guest

  4. #3

    Default Re: console output ?

    Tia:

    I'm not understanding well. Can you see anything on the console, or
    are you saying the console keyboard input doesn't work?

    Toby



    [email]m.kraemer@gsi.de[/email] (Michael Kraemer) wrote in message news:<bkc1r9$5ro$1@news.tu-darmstadt.de>...
    > hello group,
    >
    > I've a stupid question concerning console I/O after installation
    > (yes, I've googled this newsgroup, without success).
    > Recently I've installed a p630 with AIX 5.1 using an ASCII terminal
    > connected to the serial port. All went well until after installation,
    > from this point console input was no longer possible. The terminal
    > itself seems to work (cross check with another machine).
    > Do I have to specifically enable login (active only after reboot)
    > or is there some other method (I'd rather avoid reboot, since lengthy
    > production jobs are running) ?
    > Is this a new "feature" of 5.1 ? Comparison with older machines
    > allowing console I/O do not show apparent differences in console I/O config
    > and tty settings.
    >
    >
    > TIA
    Toby Foote Guest

  5. #4

    Default Re: console output ?

    [email]m.kraemer@gsi.de[/email] (Michael Kraemer) wrote in message news:<bkc1r9$5ro$1@news.tu-darmstadt.de>...
    > hello group,
    >
    > I've a stupid question concerning console I/O after installation
    > (yes, I've googled this newsgroup, without success).
    > Recently I've installed a p630 with AIX 5.1 using an ASCII terminal
    > connected to the serial port. All went well until after installation,
    > from this point console input was no longer possible. The terminal
    > itself seems to work (cross check with another machine).
    > Do I have to specifically enable login (active only after reboot)
    > or is there some other method (I'd rather avoid reboot, since lengthy
    > production jobs are running) ?
    > Is this a new "feature" of 5.1 ? Comparison with older machines
    > allowing console I/O do not show apparent differences in console I/O config
    > and tty settings.
    >
    >
    > TIA
    Ha the classis cable problem. A regular console cable will allow you
    to install and run in maintenance mode but will not let you login once
    the OS is installed. I had the same problem with my 630. The pinout
    that will allow you to do everything is:

    DB9 Female (DTE) DB9 Female (DTE)
    3 XMT or TD -- 2 XMT or TD
    2 RCV or RD -- 3 RCV or RD
    7 RTS -- 8 CTS
    8 CTS -- 7 RTS
    5 GND -- 5 GND
    6 DSR -\- 4 DSR
    1 DCD -/
    /- 6 DCD
    4 DTR -\- 1 DTR


    This can be used to connect the 630 to your PC on a DB9 port, use
    Hyper Terminal (or other terminal soft).

    ciao, Nic.
    Nic Guest

  6. #5

    Default Re: console output ?

    In article <d354d877.0309180537.3e54fcf5@posting.google.com >, [email]junkmail@tobyfoote.com[/email] (Toby Foote) writes:
    > Tia:
    >
    > I'm not understanding well. Can you see anything on the console, or
    > are you saying the console keyboard input doesn't work?
    >
    > Toby
    >
    OK, maybe I was a bit fuzzy on that, it's showing "some" output,
    although in a "corrupted" manner, looks like a '\n' is missing.
    It doesn't allow input.
    As said, terminal has worked when connected to e.g. a running 44P/270
    Michael Kraemer Guest

  7. #6

    Default Re: console output ?

    In article <e63513af.0309180549.2fd206e6@posting.google.com >, [email]nicflatterie@yahoo.com[/email] (Nic) writes:
    > [email]m.kraemer@gsi.de[/email] (Michael Kraemer) wrote in message news:<bkc1r9$5ro$1@news.tu-darmstadt.de>...
    > > hello group,
    > >
    > > I've a stupid question concerning console I/O after installation
    > > (yes, I've googled this newsgroup, without success).
    > > Recently I've installed a p630 with AIX 5.1 using an ASCII terminal
    > > connected to the serial port. All went well until after installation,
    > > from this point console input was no longer possible. The terminal
    > > itself seems to work (cross check with another machine).
    > > Do I have to specifically enable login (active only after reboot)
    > > or is there some other method (I'd rather avoid reboot, since lengthy
    > > production jobs are running) ?
    > > Is this a new "feature" of 5.1 ? Comparison with older machines
    > > allowing console I/O do not show apparent differences in console I/O config
    > > and tty settings.
    > >
    > >
    > > TIA
    >
    > Ha the classis cable problem. A regular console cable will allow you
    > to install and run in maintenance mode but will not let you login once
    > the OS is installed. I had the same problem with my 630. The pinout
    > that will allow you to do everything is:
    >
    > DB9 Female (DTE) DB9 Female (DTE)
    > 3 XMT or TD -- 2 XMT or TD
    > 2 RCV or RD -- 3 RCV or RD
    > 7 RTS -- 8 CTS
    > 8 CTS -- 7 RTS
    > 5 GND -- 5 GND
    > 6 DSR -\- 4 DSR
    > 1 DCD -/
    > /- 6 DCD
    > 4 DTR -\- 1 DTR
    >
    >
    > This can be used to connect the 630 to your PC on a DB9 port, use
    > Hyper Terminal (or other terminal soft).
    >
    > ciao, Nic.
    Is that specific to a 630 ?
    I'm using an IBM ASCII terminal rather than a PC, does that make a difference ?
    Michael Kraemer Guest

  8. #7

    Default Re: console output ?

    Michael Kraemer wrote:
    >>Ha the classis cable problem.
    [...]
    > Is that specific to a 630 ?
    No, I've had it e.g. an a 43P-150.
    > I'm using an IBM ASCII terminal rather than a PC, does that make a difference ?
    No, not the terminal is the problem, the AIX software want's to have
    hardware handshake.

    Jochen Luebbers Guest

  9. #8

    Default Re: console output ?

    > Is that specific to a 630 ?

    Nope, it's the same pinout for all IBM RS/6000 systems (well the ones
    I used, dates back from AIX 3.2 days).
    > I'm using an IBM ASCII terminal rather than a PC, does that make a difference ?
    No, it does not. A null-modem adapter pluged in your cable can also
    do the trick.

    Nic.
    Nic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139