Sun Fire X4150 Server Product Notes
23
b. Under “getty-programs for normal runlevels” add the following line:
S0:12345:respawn:/sbin/agetty -L 9600 ttyS0 vt100
5. Save and exit the file.
6. Reboot.
Solaris 10 OS
Use the procedure that corresponds to the firmware version that you are using:
■
“Tools and Drivers CD Versions Earlier Than 1.3.1” on page 23
■
“Tools and Drivers CD Versions 1.3.1 or Later” on page 23
Tools and Drivers CD Versions Earlier Than 1.3.1
1. Edit the
/boot/solaris/bootenv.rc
file to read:
setprop console “ttyb”
setprop ttyb-mode 115200,8,n,1,-
2. Edit the
/boot/grub/menu.lst
file to read:
kernel /platform/i86pc/multiboot -B console=ttyb
3. Edit the
/kernel/drv/asy.conf
file and add the following:
name=”asy” parent=”isa” reg=1,0x2f8,8 interrupts=3;
4. Edit the
/var/svc/manifest/system/console-login.xml
file to read:
<propval name=’label’ type=’astring’ value=’115200’/>
5. Save and exit the file.
6. Reboot the system using the following command:
reboot -r
Tools and Drivers CD Versions 1.3.1 or Later
1. Edit the
/boot/solaris/bootenv.rc
file to read:
setprop console “ttya”
setprop ttya-mode 9600,8,n,1,-
2. Edit the
/boot/grub/menu.lst
file to read:
kernel /platform/i86pc/multiboot -B console=ttya