- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X problems
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
09-05-2007 01:37 PM
09-05-2007 01:37 PM
X problems
I installed HP-UX 11i Jun 2004 on a B2000 with 1.25 GB of RAM.
I configured it as a DHCP client to a router at home. So networking is ok, I can telnet to it and FTP to it from Windows XP.
But X does not come up. It shows a screen but nothing else. Please can someone tell me how to see what it the problem and any further help is most welcome.
Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 02:07 PM
09-05-2007 02:07 PM
Re: X problems
if there are bad DNS data (either way) for
the dynamically assigned IP address. You
might try adding appropriate data for the
DHCP address(es) to the DNS server or
/etc/hosts.
I normally use static addresses on my home
network, so everyone knows who he is, and I
can refer to everyone by name, and all the
host names agree. Just avoid the address
range used for DHCP by the router.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 02:42 PM
09-05-2007 02:42 PM
Re: X problems
My router assigns an IP of 192.168.1.82
My question is if I want to assign an IP outside of the range of IPs the router assigns (like you say) such as 192.168.100.200, do I need to enter this in the /etc/hosts file?
Can I continue to keep it as a DHCP client in this case?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 03:19 PM
09-05-2007 03:19 PM
Re: X problems
adding it (and a name) to the DNS or
/etc/hosts. You can also try using a static
address.
If you use a static address, then you will
not be using DHCP. (I assume that your
router can tell you which addresses it's
using for DHCP, or else you can tell it which
ones it should be using.)
If the problem is with name/address
resolution, it may not matter whether you
use DNS. I prefer static addresses because
I can say things like:
export DISPLAY=alp:0.0
instead of having to worry about what my IP
address is today, and then having to specify
that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 03:25 PM
09-05-2007 03:25 PM
Re: X problems
> resolution, it may not matter whether you
> use DNS. [...]
Oops. That should have said:
If the problem is with name/address
resolution, it may not matter whether you
use DHCP. [...]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 04:18 PM
09-05-2007 04:18 PM
Re: X problems
You might want to use DHCP for now. In future, change to static ip using command setparms. Or update /etc/rc.config.d/netconf (see help on this file).
What does command: xhost +
give you ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2007 09:48 AM
09-10-2007 09:48 AM
Re: X problems
My /etc/hosts already has an entry like so:
192.168.1.82 pappu.gateway.2wire.net pappu
I started SAM from CLI. Then went to NETWORKING. Here I somehow made /etc/hosts the primary choice, disabled DNS as a second chice. So /etc/hosts was the only choice. Then I rebooted and I got X working!!
THanks to all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2007 09:52 AM
09-10-2007 09:52 AM