- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: enable to get DHCP adress
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
03-07-2006 09:14 PM
03-07-2006 09:14 PM
enable to get DHCP adress
I couldn't get dynamic adress on my alpha server using Tru64 V5.1B ,the DHCP server is an Win 2K server .
Thanks.
Ryad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 10:53 PM
03-07-2006 10:53 PM
Re: enable to get DHCP adress
rcinet restart
What is logged on the system event log.
Have you configured with sysman net_wizard the network adapter to use DHCP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 12:54 AM
03-09-2006 12:54 AM
Re: enable to get DHCP adress
But in order for anyone to determine what may be wrong in your case, you'll need to supply more information. As Ivan suggests, if you received any errors, please report them.
Please supply specifics of the dhcp configuration on the unix system.
Also tell us if the dhcp server is in the same LAN segment or must traverse a router.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 03:35 AM
03-09-2006 03:35 AM
Re: enable to get DHCP adress
So after cheking all the entry under /etc/hosts it seems correct,there is two entry :127.0.0.1 localhost alpha
DYNAMIC alpha
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 04:57 AM
03-09-2006 04:57 AM
Re: enable to get DHCP adress
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2006 05:01 AM
03-09-2006 05:01 AM
Re: enable to get DHCP adress
To get around CDE, you might try this:
in $HOME/.dtprofile:
DTNONETWORK = true
This should allow CDE to start without a network configuration.
But it appears you're still not getting a response from the dhcp server or if you are, the host is not setting the correct parameters.
First things first......you still haven't really provided the basics and without those all we can do is speculate and try to come up with reasons as to why it doesn't work.
Minimally you should include the version of the OS you're running as well as any details of the configuration.....for example what is in your /etc/rc.config for NUM_NETCONFIG, NETDEV_0 and IFCONFIG_0 ?
Make sure this correction has been included:
In order to get joinc to work correctly on a tru64 unix system
you must modify the line in /sbin/init.d/inet which calls joinc.
That line looks like this by default:
#/usr/sbin/joinc >/dev/null 2>&1 &
It should be modified to look like this:
/usr/sbin/joinc -d1 >/dev/null 2>&1 &
The -d1 flag tells joinc to run in debug mode which changes the timing slightly.
Don't expect anything but ip address and hostname to be configured by joinc.....if you do, you'll have to program it yourself.
If these suggestions don't work, please post details.