- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help with Ignite UX error interactive UI failed to...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 06:57 AM
тАО09-24-2007 06:57 AM
Help with Ignite UX error interactive UI failed to start
I recently removed the old Ignite version C 6.9.150 , and install the lastest Ignite version C.7.2.94 on all our Unix servers. I'm now getting the following error when I try to run a make_net_recovery from the Ignite GUI on just ONE of my servers. I am running the Ignite GUI from ignite server. All the other servers are working fine.
mnr_ui: Couldn't bring up the initial window. This may occur when you specify an incorrect display.
ERROR: The interactive UI failed to start. Check your terminal type.
Before installing the newer version, everything was working fine.
Any idea how to resolve this.
Thanks guys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 07:09 AM
тАО09-24-2007 07:09 AM
Re: Help with Ignite UX error interactive UI failed to start
Check this link out.
Check your terminal settings maybe it's HP and you need VT or vice versa.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1142829
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 07:24 AM
тАО09-24-2007 07:24 AM
Re: Help with Ignite UX error interactive UI failed to start
I log in a root on all our servers, and all .profiles have the same terminal settings to ?hp. Ignite is working for all other servers except this one.
--------------------------------------------
# Be sure that VUE does not invoke tty commands
if [ ! "$VUE" ]; then
# Set up the terminal:
if [ "$TERM" = "" ]
then
eval ` tset -s -Q -m ':?hp' `
else
eval ` tset -s -Q `
fi
stty erase "^H" kill "^U" intr "^C" eof "^D"
stty hupcl ixon ixoff
tabs
echo
echo "Value of TERM has been set to \"$TERM\". "
export TERM
EDITOR=vi
export EDITOR
export HISTFILE=/root/.sh_history
export HISTSIZE=30
alias rm='rm -i'
fi # if !VUE
--------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 07:43 AM
тАО09-24-2007 07:43 AM
Re: Help with Ignite UX error interactive UI failed to start
For performing installations, the following hardware is required to
set up an Ignite-UX server. The server requires either a graphics
display or a display redirected to another X(1) windows system. The
redirection is accomplished by setting the DISPLAY environment
variable. For example, at the Korn Shell or Posix Shell type:
export DISPLAY=
Ignite-UX server requirements:
+ An HP-UX system running HP-UX 11.00, 11.11, 11.23 or 11.31.
+ An X11 display server (workstation, X-terminal, PC running an X
server, etc.). This may be the same system as above.
+ Sufficient disk space to load Ignite-UX and any software depots
and/or archives to be used during the install.
+ Access to the Ignite-UX tool set. The tool set may be loaded
onto any of the above clients.
+ Tape/CD-ROM to load Ignite-UX and any software depots planned
for distribution on the server.
+ Network access to any clients to be installed. Client and
server must be on the same subnet if the initial boot of the
client is planned to be over the network.
also did you do any any patching ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 07:55 AM
тАО09-24-2007 07:55 AM
Re: Help with Ignite UX error interactive UI failed to start
I found this thread
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1065396
see if file mnr_ui exists and if it does see what permission the file has.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 07:57 AM
тАО09-24-2007 07:57 AM
Re: Help with Ignite UX error interactive UI failed to start
Forgot to ask waht HPUX version you got ?
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01027635-1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 08:24 AM
тАО09-24-2007 08:24 AM
Re: Help with Ignite UX error interactive UI failed to start
Also check if this file exists, permissions
/var/ignite/Ignite-UX/RECOVERY/opt/ignite/lbinia/mnr_ui
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-24-2007 07:22 PM
тАО09-24-2007 07:22 PM
Re: Help with Ignite UX error interactive UI failed to start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2007 01:56 AM
тАО09-25-2007 01:56 AM
Re: Help with Ignite UX error interactive UI failed to start
Thanks for the great responses, however nothing working thus far.
I tried setting the DISPLAY, but still get the same error.
I tried UIUXKBRC00016796 indicated in the link you provided, setting the softlink to mnr_ui.11, but still getting the error.
The client server is runing 11.11
The ignite server is running 11.23
The TERM is set the same to hpterm for all other servers. This is the only server that giving me the error. All other servers are working fine, running 11.11 and 11.23 OS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2007 07:37 AM
тАО10-05-2007 07:37 AM
Re: Help with Ignite UX error interactive UI failed to start
Do the following fixed it.
1. On your host system, allow the Ignite-UX server to access your display by adding the Ignite-UX server hostname to your xhost list:
xhost +Ignite-UX_server_hostname
2. Set the DISPLAY variable to your local host system, if necessary. For example:
export DISPLAY=your_host_system:0
where your_host_system is the hostname of your system.
Problems solved.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2007 07:39 AM
тАО10-05-2007 07:39 AM