1833996 Members
2440 Online
110063 Solutions
New Discussion

swinstall error

 
SOLVED
Go to solution
lesni_1
Occasional Contributor

swinstall error

#swinstall
...
&k0B&s1H&s1G&s1A&s1C&k0D&k1I&k0LR&k0A&a999Y&a999C`bswinstall: Couldn't bring up the initial window. This may occur when
you specify an incorrect display.
ERROR: The interactive UI failed to start. If you wish to run
non-interactively, you must specify some software as part of
the swinstall command.
4 REPLIES 4
Michael Tully
Honored Contributor

Re: swinstall error

type in

# unset DISPLAY

you will then be able to use interactive terminal version.
Also make sure your terminal type is correct.
Anyone for a Mutiny ?
sreejith_4
Frequent Advisor

Re: swinstall error

Hi,

Whats happening when you run swjob -i.

Thanks
Sreejith M
RAC_1
Honored Contributor
Solution

Re: swinstall error

export TERM=vt100;swinstall

Anil
There is no substitute to HARDWORK
lesni_1
Occasional Contributor

Re: swinstall error

export TERM=vt100
swinstall...
that's ok!

thanks!