Re: Hobbyist kit installation problems
- From: JF Mezei <jfmezei.spamnot@xxxxxxxxxxxx>
- Date: Mon, 06 Feb 2006 22:33:26 -0500
"greg.chabala@xxxxxxxxx" wrote:
I have my UCX licenses installed and now I have access to the tcp/ip
services. I configured my interface to use DHCP. I turned on the DCHP,
telnet, and ftp clients, and the telnet and ftp services.
Are you sure you configured it as DHCP *CLIENT* instead of configuring
the DHCP server ?
If you do
$TCPIP SHOW INTERFACE/FULL what does it show ?
Here is some text from the TCPIP Services management manual. (you can
get the PDF from the www.hp.com/go/vms/doc (DHCP client is chapter 8)
1. The TCPIP$STARTUP procedure installs the DHCP client image,
TCPIP$DHCP_CLIENT.EXE, with the appropriate OpenVMS system
privileges.
2. Then it issues the following command to start the interface:
$ TCPIP START COMMUNICATION/INITIALIZE
This command creates a subprocess and runs the DHCPCONF utility as
follows to set up the interface:
DHCPCONF -W 30 ifname START
Alternatively, the command procedure issues the following command if the
interface is the primary interface:
DHCPCONF -P -W 30 ifname START
The -w 30 option on the DHCPCONF command line tells DHCPCONF to
wait for a maximum of 30 seconds before returning. This wait prevents
the TCPIP$STARTUP procedure from hanging indefinitely when there are
problems reaching a DHCP server. If the 30-second timer expires, the DHCP
client process will, by default, continue to complete the DHCP dialog
until it
is successful or it is shut down.
.
- Follow-Ups:
- Re: Hobbyist kit installation problems
- From: greg.chabala@xxxxxxxxx
- Re: Hobbyist kit installation problems
- References:
- Re: Hobbyist kit installation problems
- From: Ken Robinson
- Re: Hobbyist kit installation problems
- From: greg.chabala@xxxxxxxxx
- Re: Hobbyist kit installation problems
- Prev by Date: Re: vaxstation 4000vlc
- Next by Date: Re: vaxstation 4000vlc
- Previous by thread: Re: Hobbyist kit installation problems
- Next by thread: Re: Hobbyist kit installation problems
- Index(es):
Relevant Pages
|