Sponsored Content
Full Discussion: Sunray dhcp?
Operating Systems Solaris Sunray dhcp? Post 80215 by rhfrommn on Thursday 4th of August 2005 10:33:13 AM
Old 08-04-2005
Solaris is pretty user-hostile when it comes to dhcp. It likes routed networks much better.

I'm not sure how to do it myself, but my suggestion would be to check out docs.sun.com. They have online copies of hundreds of sun manuals there, and I'm pretty sure you could find a dhcp administration guide for Solaris there.

Good luck.
 

7 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Sunray, Solaris, Webcams

Hi all, I was wondering if anyone has any idea about Webcam software for Unix, specifically Solaris? It's a USB Logitech model if that helps, but I'm not sure which one (though I can find out). Also, supposing I do get some software, would it be difficult to set it all to work using SunRay... (1 Reply)
Discussion started by: nphil
1 Replies

2. Solaris

Sunray Problem

Hi All I have got a sunray thin client at my workplace which is connected to a V100 Server. I had a script which i execute every now and then to know the system status. In order that the script is executed every time I log in I accidently put the script in my .bashrc . The next time I was not... (2 Replies)
Discussion started by: encrypted
2 Replies

3. Solaris

Dhcp

Hello my unix friends, I have installed solaris 10 on a sparc b2500 box (i think thats the model name) I chose to use the dhcp option during the installation ......but I have realised that, that was the wrong thing to do and I need to disable DHCP and change to a statically set IP address and... (1 Reply)
Discussion started by: rkap
1 Replies

4. Solaris

Help with Sunray 2FS setup

Info: Sunray server: Solaris 10 running SRSS 3.1 Client: Sunray 2FS Problem: The login prompt is split between the two screens. Is it possible center just the login dialog box on one screen and resume dual display mode after login? Thank you. (2 Replies)
Discussion started by: pingmeback
2 Replies

5. IP Networking

Get DHCP relay interfaces IP address using DHCP

Hi All , please view the set up below: ------------------------------------------------------------------- | DHCP Server |-----------| ROUTER & |-----------| Clients | | 192.168.99.1 | - -<eth1>| DHCP-RELAY|<eth2>-- | 192.168.88.X | ... (2 Replies)
Discussion started by: gdangoor
2 Replies

6. Solaris

Install Sunray v5.4 on Solaris 11.3??

I am trying to install Sunray Server Software v5.4 on a fresh install of Solaris 11.3, but I fail. Where can I get help with this? I have followed the manual but it doesnt work. I suspect the error is very easy, just a matter of issuing the correct command, but I dont know how. So I need to ask... (7 Replies)
Discussion started by: kebabbert
7 Replies

7. Solaris

Sunray Fog issue (Websphere)

hello everyone i need help plz i am buidling a fog of 3 Sunday servers hardware: Sun x 6270 Solaris 10 and sunray 5.3 everything is fine with primary server... but when i run utreplica on secondary server it stucks on utdsd service or ends with error datastore not sync with primary server... (2 Replies)
Discussion started by: amk
2 Replies
dhcp(5) 						Standards, Environments, and Macros						   dhcp(5)

NAME
dhcp - Dynamic Host Configuration Protocol DESCRIPTION
Dynamic Host Configuration Protocol (DHCP) enables host systems in a TCP/IP network to be configured automatically for the network as they boot. DHCP uses a client/server mechanism: servers store configuration information for clients, and provide that information upon a client's request. The information can include the client's IP address and information about network services available to the client. This manual page provides a brief summary of the Solaris DHCP implementation. Solaris DHCP Client The Solaris DHCP client is implemented as background daemon, dhcpagent(1M). This daemon is started automatically during bootup if there exists at least one dhcp.interface file in /etc. Only interfaces with a corresponding /etc/dhcp.interface file are automatically configured during boot. Network parameters needed for system configuration during bootup are extracted from the information recieved by the daemon through the use of the dhcpinfo(1) command. The daemon's default behavior can be altered by changing the tunables in the /etc/default/dhc- pagent file. The daemon is controlled by the ifconfig(1M) utility. Check the status of the daemon using the netstat(1M) and ifconfig(1M) commands. Solaris DHCP Server The Solaris DHCP server is implemented as a background daemon, in.dhcpd(1M). This daemon can deliver network configuration information to either BOOTP or DHCP clients. The Solaris DHCP service can be managed using the dhcpmgr(1M) GUI or the command line utilities dhcpcon- fig(1M), dhtadm(1M), and pntadm(1M). DHCP Configuration Tables The Solaris DHCP server stores client configuration information in the following two types of tables: dhcptab tables Contain macros and options (also known as symbols), used to construct a package of configuration information to send to each DHCP client. There exists only one dhcptab for the DHCP service. The dhcptab(4) can be viewed and mod- ified using the dhtadm(1M) command or dhcpmgr(1M) graphical utility. See dhcptab(4) for more information about the syntax of dhcptab records. See dhcp_inittab(4) for more information about the DHCP options and symbols. DHCP network tables DHCP network tables, which contain mappings of client IDs to IP addresses and parameters associated with those addresses. Network tables are named with the IP address of the network, and can be created, viewed, and modified using the pntadm command or dhcpmgr graphical utility. See dhcp_network(4) for more information about network tables. SEE ALSO
dhcpinfo(1), dhcpagent(1M), dhcpconfig(1M), dhcpmgr(1M), dhtadm(1M), ifconfig(1M), in.dhcpd(1M), netstat(1M), pntadm(1M), syslog(3C), dhcp_network(4), dhcptab(4), dhcpsvc.conf(4), dhcp_inittab(4), dhcp_modules(5) Solaris DHCP Service Developer's Guide Alexander, S., and R. Droms. RFC 2132, DHCP Options and BOOTP Vendor Extensions. Silicon Graphics, Inc. Bucknell University. March 1997. Droms, R. RFC 1534, Interoperation Between DHCP and BOOTP. Bucknell University. October 1993. Droms, R. RFC 2131, Dynamic Host Configuration Protocol. Bucknell University. March 1997. Wimer, W. RFC 1542, Clarifications and Extensions for the Bootstrap Protocol. Carnegie Mellon University. October 1993. SunOS 5.10 13 Mar 2001 dhcp(5)
All times are GMT -4. The time now is 08:19 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy