- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Exceed and HPUX
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
Forums
Discussions
Discussions
Discussions
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
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
04-26-2001 01:21 AM
04-26-2001 01:21 AM
Exceed and HPUX
I have changed the ip address of HP 9000 Server running HP-UX 10.20. After rebooting the Server i could not able to connect to HPUX using Exceed software. But I am able to connect using telnet. There is no DNS configured.
It is giving the following error message when the exceed loads and the Exceed screen vanishes after clicking Ok.
"Unable to initialize or connect to the desktop messaging system. Check your $HOME/.dt/errorlog for more information.
Press Ok and your session will exit.
/.dt/errolog
Content of errorlog file
Workspace Manager: I/O error on display:: xx.xx.xx.xx:0.0
Thanks in Advance,
Regards
Suresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 01:37 AM
04-26-2001 01:37 AM
Re: Exceed and HPUX
Ex. of file.xs:[Xstart]
Start Method=0
Program Type=0
User Id=root
Password=080B0B0F1D0401103C
Command=export DISPLAY=local_ip:0.0;hpterm -ls -T DIR01
Info Prompt=0
Description=
Host=New_ip_your_server
Connect Timeout=1
Close Timeout=10
Response Timeout=4
Prompt Timeout=2
Show Progress=1
Log Reply=1
UserId Prompt=login:|Username:
Password Prompt=password:
rompt=password:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 01:38 AM
04-26-2001 01:38 AM
Re: Exceed and HPUX
Try this little script and set it up for your purposes :
#!/bin/sh
#
# set -x
#
#
#
export TERM=xterm
export DISPLAY=10.131.240.100:0.0
PATH=$PATH:/opt/perf/bin
Put your IP address in it. Your IP address should also be in the host file of your HP-ux machine.
Rgds
Alexander M. Ermes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 01:42 AM
04-26-2001 01:42 AM
Re: Exceed and HPUX
If your eXceed program reference the server by IP address, then you'll have to run the Xconfig program for changing the targeted server IP address.
Assuming your eXceed uses XDMCP-query mode, bring up the Xconfig program "communication" control, click at the "configure" button then you'll see the server IP address being referenced there.
~Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 02:00 AM
04-26-2001 02:00 AM
Re: Exceed and HPUX
"Unable to initialize or connect to the desktop messaging system."
Smells networky and bear in mind you changed the hostname .... are you sure entries in /etc/hosts netconf etc are set correctly & tie up with one another ? Does dr_dt shed any light ?
If telnet works then PC & HPUX system have network connectivity ! Maybe worth checking Exceeds config or try a Braodcast and see if the hpux system appears in the chooser listing : if it does go back and check hostname resolution etc on the hpux server ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2001 02:03 AM
04-26-2001 02:03 AM
Re: Exceed and HPUX
Can your PC client with exceed ping the server ?
does dtlogin process up and running ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 01:44 AM
04-27-2001 01:44 AM
Re: Exceed and HPUX
1) login as root on your HP-UX m/c
2)hostname
3) reboot
Best of Luck
-- Amit Kureel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2001 02:05 AM
04-27-2001 02:05 AM
Re: Exceed and HPUX
How did you change your IP ? did you use set_parms ?
If not use set_parms to do it as it will update CDE with any changes needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2001 09:42 AM
05-18-2001 09:42 AM
Re: Exceed and HPUX
You have to configure your exceed
Xsession as below :
Program type : X client
Start Method : telnet or rlogin
Terminal Type : X window
Host : server ip adress or hostname
Host type : UNIX
Command : /usr/bin/X11/hpterm -d @d -fn
courB12 -sb -sl 5000 &
I hope help you.
Regards,
Abel Berger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 01:10 AM
05-21-2001 01:10 AM
Re: Exceed and HPUX
I had this kind of problem, directly connected
on a station after modifications of IP address
or hostname. The response you get on your
message seems to come from your HP box instead
of exceed...
To correct this problem I made modifications
with set_parms (hostname and ip_address), and
it worked well...
Herve