1834752 Members
2851 Online
110070 Solutions
New Discussion

Console output is junk

 
SOLVED
Go to solution
Sudhakar_7
Occasional Advisor

Console output is junk

Hi,

I have connected a D390 server to a console switch in which when ever i reboot i get the junk after the mmeory info.
The screen output is as below

System Console is on the Built-In Serial Interface
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 2097152
Starting the STREAMS daemons-phase 1
Checking root file system.
file system is clean - log replay is not required
Root check done.
Create STCP device files
Starting the STREAMS daemons-phase 2
B2352B/9245XB HP-UX (B.11.00) #1: Wed Nov 5 22:38:19 PST 1997 ??

Memory Information: P??????ic??l??
physical ??????e ??i??e ?? ??096 ????te???? lo??ic??l ??????e ??i??e ?? ??096 ????te??

When the console Login: prompt comes then it is ok.

I have a problem while it is starting its services how do i correct it.

Where to check for settings

Regards

Sudhakar J
3 REPLIES 3
T G Manikandan
Honored Contributor

Re: Console output is junk

What is the output of

swlist |grep -i core

Do you have a Japanese version installed?
Also revert with the output of
#locale
Dietmar Konermann
Honored Contributor
Solution

Re: Console output is junk

Hi!

Looks like init(1M) initialializes you console device incorrectly.

1) Remove the file /etc/ioctl.syscon, which contains the default settings init uses (will be automatically re-created during next reboot).

2) Check /etc/inittab for this entry:

stty::sysinit:/sbin/stty 9600 clocal icanon echo opost onlcr ixon icrnl ignpar
Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)
T G Manikandan
Honored Contributor

Re: Console output is junk

Good food for lunch!

THanks Dietmar