- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X in servermode Xvfb vs. vncserver
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
01-10-2002 05:29 AM
01-10-2002 05:29 AM
X in servermode Xvfb vs. vncserver
xclock runs fine against the vfb. I've started the server on :0 with the defaults and servermode=Xvfb and a fontpath pointing to my font server.
Does anyone know how I can either get vncserver working more reliably, or set up the HP X server in vfb mode so that it works with Reports 6i?
Failing that does someone know how to see what is causing vncserver to crash or how to compare the vnc parameters with the X parameters?
HP UX 11 on HP9000...
Reports Server 6.0.8.11.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 01:41 PM
03-26-2002 01:41 PM
Re: X in servermode Xvfb vs. vncserver
Situation: Trying to run Oracle Reports (6i) on an HP-UX 11.00 system (V2250) - patches are current up to Nov 2001. I am running an Xserver on display :10 (xvfb) so that Oracle Reports will run.
I have tested the Xserver by starting xclock and verifying with xwd/xwud, but when I try and run a report I get Oracle error: REP-3000: Internal error starting Oracle Toolkit.
Any info would be greatly appreciated.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 12:03 AM
03-27-2002 12:03 AM
Re: X in servermode Xvfb vs. vncserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2002 12:28 AM
03-27-2002 12:28 AM
Re: X in servermode Xvfb vs. vncserver
I did figure out that with vncserver, you have to be careful about the fonts you use (for example I had problems with MS Comic Sans even though that font is impeccably built), and that you have to start VNC Server like
"vncserver :0 -pn -localhost -dpi 96"
You need to configure the fonts carefully in the uifont.ali. You also need to make sure that you've patchset 8 and that you've linked to the latest X libraries (and look at the make to make sure that the link was successful).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 05:54 PM
06-26-2002 05:54 PM
Re: X in servermode Xvfb vs. vncserver
The tiny ommission of this .0 was causing havoc!
Hope this helps...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2002 05:57 PM
06-26-2002 05:57 PM
Re: X in servermode Xvfb vs. vncserver
The tiny ommission of this .0 was causing havoc!
Hope this helps...
Also if you check out the Metalink doco, Note:161566.1
you will see a number of trouble shooting steps..basically we have added a export DISPLAY= statement to the start of our concurrent manager job (adcmctl.sh). To ensure that the DISPLAY variable is not being set elsewhere, add an echo $DISPLAY to the end of this script also. Hopefully this has been of some help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 06:10 AM
05-29-2003 06:10 AM
Re: X in servermode Xvfb vs. vncserver
I found this solution quite a while back and it seemed to correct various issues that cropped up while trying to get Oracle Reports up and running.
After starting xvfb you can start a window manager. Apparently some of the resources provided from the window manager are required.
What I ended up doing was modifying the 'start' section of /sbin/init.d/xvfb and added: (see attachment for full script)
export DISPLAY=:${DNUM}
/usr/bin/X11/mwm &
Hope this helps,
David