- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: A question about DHCP
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
08-13-2006 09:19 PM
08-13-2006 09:19 PM
A question about DHCP
I have a question:
I have a B2000 system with a lancard installed
I wanted to configure it to get IP from our DHCP Server.
So I modified the /etc/rc.config.d/netconf file and
enabled DHCP and restarted
And it started then the problem came
I can remotely telnet it from my desktop
and it got the IP 192.168.1.5
So I think it's ok to DHCP
But the CDE can't be started
Can you tell me why?
Thx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 10:38 PM
08-13-2006 10:38 PM
Re: A question about DHCP
/sbin/init.d/xfs start
check
/etc/rc.config.d/xfs
See if the first variable is set to 1.
Set it so so next time you start the system xfs auto starts
xfs is the font server and without it cde will not work.
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
08-14-2006 04:14 PM
08-14-2006 04:14 PM
Re: A question about DHCP
So it didn't work
Any idea about how to configure DHCP to start CDE?
Thankyou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 04:52 PM
08-14-2006 04:52 PM
Re: A question about DHCP
I tru64,there is a work around for this issue.Just have a try.
-----------------------------------
To get around CDE, you might try this:
in $HOME/.dtprofile:
DTNONETWORK = true
This should allow CDE to start without a network configuration.
--------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 07:13 PM
08-14-2006 07:13 PM
Re: A question about DHCP
I found where the problem is
The IP address of lan0 doesn't consist with the address in /etc/hosts where the enviroment
variable DISPLAY referes because of DHCP
So have you any idea to solve this problem?
Can I make the /etc/hosts dynamicly?
thankyou