SMIT requires a minimum of 24 line by 80 column output display - Aix
This is a discussion on SMIT requires a minimum of 24 line by 80 column output display - Aix ; Please help.
# smitty
1800-005 SMIT requires a minimum of 24 line by 80 column output
display.
Check terminal or window size and try again.
Computer OS is aix 5.3....
-
SMIT requires a minimum of 24 line by 80 column output display
Please help.
# smitty
1800-005 SMIT requires a minimum of 24 line by 80 column output
display.
Check terminal or window size and try again.
Computer OS is aix 5.3.
-
Re: SMIT requires a minimum of 24 line by 80 column output display
On Sep 9, 10:04 pm, TsanChung wrote:
> Please help.
>
> # smitty
>
> 1800-005 SMIT requires a minimum of 24 line by 80 column output
> display.
> Check terminal or window size and try again.
>
> Computer OS is aix 5.3.
What is the problem with the given answer by the programmers of
smitty ?
The command 'resize' should set and show the current terminal window
size or are you trying to get the graphical smit interface ?
BTW: Its a good practice to tell what you would like to archive and
what you have done for it.
Hajo
-
Re: SMIT requires a minimum of 24 line by 80 column output display
On Sep 9, 4:32*pm, Hajo Ehlers wrote:
> On Sep 9, 10:04 pm, TsanChung wrote:
>
> > Please help.
>
> > # smitty
>
> > 1800-005 SMIT requires a minimum of 24 line by 80 column output
> > display.
> > * * * * Check terminal or window size and try again.
>
> > Computer OS is aix 5.3.
>
> What is the problem with the given answer by the programmers of
> smitty ?
> The command 'resize' should set and show the current terminal window
> size or are you trying to get the graphical smit interface ?
>
> BTW: Its a good practice to tell what you would like to archive and
> what you have done for it.
>
> Hajo
Thanks for your advice which fix the problem.
COLUMNS=96;
LINES=27;
export COLUMNS LINES;
resize
-
Re: SMIT requires a minimum of 24 line by 80 column output display
On Sep 9, 5:09*pm, TsanChung wrote:
> On Sep 9, 4:32*pm, Hajo Ehlers wrote:
>
>
>
> > On Sep 9, 10:04 pm, TsanChung wrote:
>
> > > Please help.
>
> > > # smitty
>
> > > 1800-005 SMIT requires a minimum of 24 line by 80 column output
> > > display.
> > > * * * * Check terminal or window size and try again.
>
> > > Computer OS is aix 5.3.
>
> > What is the problem with the given answer by the programmers of
> > smitty ?
> > The command 'resize' should set and show the current terminal window
> > size or are you trying to get the graphical smit interface ?
>
> > BTW: Its a good practice to tell what you would like to archive and
> > what you have done for it.
>
> > Hajo
>
> Thanks for your advice which fix the problem.
> COLUMNS=96;
> LINES=27;
> export COLUMNS LINES;
> resize
Another solution is change terminal type:
TERM=vt100