Sponsored Content
Operating Systems Solaris custom jumpstart on x86 with DHCP/PXE goes into interactive mode Post 302446682 by fpmurphy on Thursday 19th of August 2010 10:27:37 AM
Old 08-19-2010
What is the value of the Vendor Client Class Option SsysidCF on your DHCP server?

SsysidCF (code 13, ASCII text) should contain the path to the sysidcfg file in the format <server>:</path>
 

10 More Discussions You Might Find Interesting

1. Solaris

Jumpstart Solaris 10 x86

I need a little help figuring out why my custom jumpstart network installation is dumping me to a manual install. I am trying to install Solaris 10 (unattended) over the wire from my jumpstart server to an HP Proliant DL380 server but I'm having difficulties with the unattended part. So, what... (2 Replies)
Discussion started by: alias.256
2 Replies

2. Solaris

Solaris 10 x86 Jumpstart w/o GUI

Does anyone know how to Jumpstart a Solaris 10 x86 system without the GUI? I would like to keep the Jumpstart and/or Flash Archive install in a console text mode if possible but I've not had much luck finding instructions. I'm guessing this is going to be accomplished from the grub menu with a... (5 Replies)
Discussion started by: alias.256
5 Replies

3. Solaris

Solaris 10 Jumpstart goes to interactive mode instead of using sysidcfg

Ever since I have started using Solaris 10 images, I have had a problem I can not find a solution for. I have a Solaris 10 image that I created from a Solaris 10 DVD. The sysidcfg file has been created and set up in the bootparams file. I have no issues in Solaris 8 or 9. In Solaris 10, the... (5 Replies)
Discussion started by: rsherry
5 Replies

4. Solaris

Avoiding Solaris 10 jumpstart from failing and then becoming interactive

I found my issues were resolved via instructions, from, information, via the url: Preconfiguring With the sysidcfg File (Solaris 10 8/07 Installation Guide: Network-Based Installations) - Sun Microsystems Also, sysidcfg, rules etc, ought be in the correct place. The documents that were not bad,... (1 Reply)
Discussion started by: solaris12345
1 Replies

5. Solaris

Automate Solaris x86 Jumpstart

Hi All, Is there a possible way to fully automate Solaris x86 jumpstart or make the x86 jumpstart unattended? I'm currently checking the possible options on how can I do the x86 jumpstart to be kicked off during midnight. We have an automated jumpstart (start to run from midnight) for... (2 Replies)
Discussion started by: racbern
2 Replies

6. Homework & Coursework Questions

How to write script that behaves both in interactive and non interactive mode

Q. Write a script that behaves both in interactive and non interactive mode. When no arguments are supplied it picks up each C program from the directory and prints first 10 lines. It then prompts for deletion of the file. If user supplies arguments with the script , then it works on those files... (8 Replies)
Discussion started by: rits
8 Replies

7. Solaris

Jumpstart Installation from X86 machine

Hi friends , i have on ultra 10 Sparc machine . Due to some problem my OS is fully corrupted , so i am planning to install again but my problem is the cd drive in Ultra 10 machine is not working. Now i am planning to use Jumpstart installation method to install my server. But i... (4 Replies)
Discussion started by: vr_mari
4 Replies

8. Solaris

Jumpstart using DHCP

Hi all I need to install a jumpstart server. Okay done this before but I need to get over the boot server having to be in the same subnet issue. Searching google, it seems that Solaris 10 allows you to use DHCP, so instead of arp/rarp, I can now use this. So, anyone got any install notes... (1 Reply)
Discussion started by: sbk1972
1 Replies

9. Red Hat

Interactive PXE Boot Menu

I have been asked to modify our PXE server such that there will be only one entry in the pxelinux.cfg/default file, where the same kernel and initrd.img will be used regardless of what operating system is to be installed, and the user will type in the path to the kickstart file that will be used. ... (7 Replies)
Discussion started by: ceb
7 Replies

10. Solaris

Jumpstart is asking interactive questions

I am facing a problem in jumpstart While install it is asking still lot of questions. Please help me in my configuration so that it will not ask any of the question. Note: I tried to search google but didn't get much help My Jumpstart server configuration is bash-3.00# cat... (3 Replies)
Discussion started by: sb200
3 Replies
dhcpinfo(1)							   User Commands						       dhcpinfo(1)

NAME
dhcpinfo - display values of parameters received through DHCP SYNOPSIS
dhcpinfo [ -c ] [-i interface] [-n limit ] code dhcpinfo [ -c ] [-i interface] [-n limit ] identifier DESCRIPTION
The dhcpinfo utility prints the DHCP-supplied value(s) of the parameter requested on the command line. The parameter may be identified either by its numeric code in the DHCP specification, or by its mnemonic identifier, as listed in dhcp_inittab(4). This command is intended to be used in command substitutions in the shell scripts invoked by init(1M) at system boot. It first contacts the DHCP client daemon dhc- pagent(1M) to verify that DHCP has successfully completed on the requested interface. If DHCP has successfully completed on the requested interface, dhcpinfo retrieves the values for the requested parameter. Parameter values echoed by dhcpinfo should not be used without check- ing its exit status. See EXIT STATUS. See dhcp_inittab(4) for the list of mnemonic identifier codes for all DHCP parameters. See RFC 2132, DHCP Options and BOOTP Vendor Exten- sions for more detail. Output Format The output from dhcpinfo consists of one or more lines of ASCII text; the format of the output depends upon the requested parameter. The number of values returned per line and the total number of lines output for a given parameter are determined by the parameter's granularity and maximum values, respectively, as defined by dhcp_inittab(4). The format of each individual value is determined by the data type of the option, as determined by dhcp_inittab(4). The possible data types and their formats are listed below: Data Type Format dhcp_inittab(4) type Unsigned Number One or more decimal digits UNUMBER8, UNUMBER16, UNUMBER32, UNUMBER64 Signed Number One or more decimal digits, SNUMBER8, SNUMBER16, optionally preceded by a SNUMBER32, SNUMBER64 minus sign IP Address Dotted-decimal notation IP Octet The string "0x" followed by a OCTET two-digit hexadecimal value String Zero or more ASCII characters ASCII OPTIONS
The following options are supported: -c Displays the output in a canonical format. This format is identical to the OCTET format with a granularity of 1. -i interface Specifies the interface to retrieve values for DHCP parameters from. If this option is not specified, the primary interface is used. -n limit Limits the list of values displayed to limit lines. OPERANDS
The following operands are supported: code Numeric code for the requested DHCP parameter, as defined by the DHCP specification. Vendor options are specified by adding 256 to the actual vendor code. identifier Mnemonic symbol for the requested DHCP parameter, as listed in dhcp_inittab(4). EXIT STATUS
The following exit values are returned: 0 Successful operation. 2 The operation was not successful. The DHCP client daemon may not be running, the interface might have failed to configure, or no satisfactory DHCP responses were received. 3 Bad arguments. 4 The operation timed out. 6 Some system error (should never occur). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsr | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
dhcpagent(1M), ifconfig(1M), init(1M), dhcp_inittab(4), attributes(5) Alexander, S., and R. Droms, RFC 2132, DHCP Options and BOOTP Vendor Extensions, Silicon Graphics, Inc., Bucknell University, March 1997. SunOS 5.10 29 Jul 1999 dhcpinfo(1)
All times are GMT -4. The time now is 10:30 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy