- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Xconfiguration
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
05-06-2003 01:44 AM
05-06-2003 01:44 AM
Xconfiguration
in a WINNT machine using Omnix6.21
I installed the Omnix software, while connecting
HP CDE login is coming and the bluescreen (HP)hangs there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 02:00 AM
05-06-2003 02:00 AM
Re: Xconfiguration
My advise is to use it to configure Omnix 6 to source it's fonts from your hp-ux system ie add the address of an hpux fontserver to the head of the font path field. As it sounds as if this maybe your problem : also check in /var/dt/Xerrors, $HOME/.dt/startlog and Omnix's log files in case this is something else.
On hpux you'll need to setup xfs (1) see my post here -> http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x66f235067c18d6118ff40090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 02:07 AM
05-06-2003 02:07 AM
Re: Xconfiguration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 05:29 AM
05-06-2003 05:29 AM
Re: Xconfiguration
On the hp-ux box, in the .profile for the user you plan to log on as, you need this code.
DISPLAY=IP_OF_PC:0.0
export DISPLAY
Example, the PC's IP addy is 192.168.0.10
DISPLAY=192.168.0.10:0.0
export DISPLAY
The IP address must be the PC you are logging in from.
Also on the HP box, check this file, /etc/rc.config.d/xfs
The variable
RUN_X_FONT_SERVER=1
Must be like this. No font server, no X login.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2003 10:44 AM
05-06-2003 10:44 AM
Re: Xconfiguration
The variable
RUN_X_FONT_SERVER=1
Must be like this. No font server, no X login.
------
On my K460 I have RUN_X_FONT_SERVER=0 and I am able to connect using WRQ Reflection X from our office to a remote location. Is setting the value to '1' necessary?