- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X-Server or CDE on 11.11?
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
11-09-2004 01:14 AM
11-09-2004 01:14 AM
Please don't flame me if this question is too newbie-ish, but I'm an Oracle DBA masquerading as the sys admin (we don't have a real sys admin on our project). We're running HP-UX 11.11, had the X-Server running once but since relocating the server can't get it going again. We need it for Oracle sw install.
My question: has CDE completely replaced X-Server or are they two parallel, independent products?
I'm trying to find HP documentation for the X-Server but can only find CDE stuff. If X-Server is what I need, can anyone point me to HP documentation?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 01:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 01:37 AM
11-09-2004 01:37 AM
Re: X-Server or CDE on 11.11?
export ORACLE_TERM=ansi
if $DISPLAY is not pointing to your workstation (which it should already be)
export DISPLAY=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 01:48 AM
11-09-2004 01:48 AM
Re: X-Server or CDE on 11.11?
You say it wont run again . You mean cde
run
/usr/contrib/bin/X11/dr_dt
check /var/dt/Xerrors
www.docs.hp.com for all docs
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 01:58 AM
11-09-2004 01:58 AM
Re: X-Server or CDE on 11.11?
Now that you all have graciously confirmed CDE is NOT the same as X-Server let me clarify: I don't need CDE, just the x-server running on the HP-UX server so I can run the X client from my PC. I ran
/usr/contrib/bin/X11/xinit
got several errors but this one appears significant:
error /etc/X11/X0screens line 612
xinit: connection refused (errno 239): unable to connect to x server
no such process (errno 3): server error
contents of X0screens line 612:
Screen /dev/crt
which appears to be default.
I'm not trying to run the x-client on the server itself, anyway.
Does the errno 239 mean the server processes aren't running, and if so, how do I troubleshoot that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 02:05 AM
11-09-2004 02:05 AM
Re: X-Server or CDE on 11.11?
CDE is the Desktop Environment (a.k.a. GUI or graphical user interface environment). It is simply a "look and feel" for the otherwise naked X-server (which is the bit map display environment). X windows is a client-server environment. CLients are the applications (windowed/graphics stuff, apps, etc.) that display on your X environment (consisting of a GUI and the desktop). Sometimes your GUI or Desktop are themselves "clients" of your X-Server. X-servers can be running on the same server or remote (ie. on your PC, your eXceed or Reflection X provides the "X-Server" component OR if you'ce a Linux/UNIX PC your X-Server is your regular Desktop environment.
CDE is in the same league as the newer "GUI/Desktop Environments" i.e. Gnome, KDE, ICE, etc.. each providing a different Look and Feel.
So CDE is not X-Windows period.
For your Oracle needs. Find an X display capable workstation or PC running X and ye shall be okay. Or you can use VNC which is a virtual X environment.
Favourite Toy:
AMD Athlon II X6 1090T 6-core, 16GB RAM, 12TB ZFS RAIDZ-2 Storage. Linux Centos 5.6 running KVM Hypervisor. Virtual Machines: Ubuntu, Mint, Solaris 10, Windows 7 Professional, Windows XP Pro, Windows Server 2008R2, DOS 6.22, OpenFiler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 02:26 AM
11-09-2004 02:26 AM
Re: X-Server or CDE on 11.11?
if your HP-UX machine has no local graphics device (and monitor, keyboard and mouse) you can't run X-server on your HP-UX machine, but you can run CDE.
You must run X-server on PC and connect to CDE running on HP-UX machine. It is possible by configuring XDMCP query to HP-UX machine on PC X-server.
Regards,
Zygmunt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2004 05:46 PM
11-09-2004 05:46 PM
Re: X-Server or CDE on 11.11?
You start the VNC server on the Oracle server, then the VNC client on your PC or anything else, that's all.
Very easy to install and configure. Free. Little cpu resources.
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 03:58 AM
11-11-2004 03:58 AM
Re: X-Server or CDE on 11.11?
The PC must be running some X-server software, such as Reflections X,
You also need to set the display to point to your PC x-server
export DISPLAY=
you could then run xclock just to see if the clock pops up on your PC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 06:48 AM
11-11-2004 06:48 AM
Re: X-Server or CDE on 11.11?
/usr/bin/X11/xclock -display 12.34.56.78:0
where 12.34.56.78 is your PC's address. Be sure to add :0 (or :0.0) at the end. BEFORE you run xclock, run your PC's Xwindow emulator so you have an X-server (Hummingbird Exceed, WRQ Reflection/X, etc). You'll see the clock (may be iconified) on your screen. You can now run your Oracle GUI the same way. To eliminate the -display... option, just export the variable:
export DISPLAY=12.34.56.78:0
Now you can just run the Oracle GUI and will popup on your PC screen.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 08:00 AM
11-11-2004 08:00 AM
Re: X-Server or CDE on 11.11?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2004 08:01 AM
11-11-2004 08:01 AM