Re: serial-to-serial connection for OS install
From: Douglas R. Probst (doug.probst_at_rcn.com)
Date: 12/06/04
- Next message: snogfest_hosebeast_at_yahoo.com: "Re: AIX5.2L date of Wed Dec 31 18:00:00 CST 1969"
- Previous message: snogfest_hosebeast_at_yahoo.com: "Re: AIX5.2L date of Wed Dec 31 18:00:00 CST 1969"
- In reply to: ptakers_at_gmail.com: "serial-to-serial connection for OS install"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 6 Dec 2004 15:48:30 -0500
<ptakers@gmail.com> wrote in message
news:1102364565.987114.183860@f14g2000cwb.googlegroups.com...
> n00b question: I have 2 AIX servers sitting in a remote datacenter
> with a cable connecting the serial ports. I have an OS CD sitting in
> the CD drive of server #2 and I would like to use server #1 as a
> console to connect to server #2 and install the new OS. How do I set
> this up? Thanks!
>
Cable needs to be a null modem cable. Connect com1 (sa1) of server #2 (tty0
console port) to com2 (sa2) of server #1
Best thing to use is a REAL IBM console cable with the appropriate gender
benders
Create tty on com2 (sa2) of server #1
Should see this when done
# lsdev -Cc tty
tty0 Available 01-S1-00-00 Asynchronous Terminal
tty1 Available 01-S2-00-00 Asynchronous Terminal
make sure you had UUCP filesets installed on server #1
# lslpp -l | grep -i uucp
bos.net.uucp 5.1.0.35 COMMITTED Unix to Unix Copy Program
bos.net.uucp 5.1.0.25 COMMITTED Unix to Unix Copy Program
vi /etc/uucp/Devices and add this line to the bottom of the file
Direct tty1 - 9600 direct
now on server #1 if you did everything correctly, type cu -l tty1 and you
should get a login prompt on server #2
Good Luck
Doug
- Next message: snogfest_hosebeast_at_yahoo.com: "Re: AIX5.2L date of Wed Dec 31 18:00:00 CST 1969"
- Previous message: snogfest_hosebeast_at_yahoo.com: "Re: AIX5.2L date of Wed Dec 31 18:00:00 CST 1969"
- In reply to: ptakers_at_gmail.com: "serial-to-serial connection for OS install"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|