Move /var/svc/log to /var/log/svc
[unleashed/lotheac.git] / share / man / man8 / eeprom.8
blob3e1a048d8b28889583871f474cb1d569c96e30db
1 '\" te
2 .\"  Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH EEPROM 8 "Oct 27, 2018"
7 .SH NAME
8 eeprom \- EEPROM display and load utility
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB/usr/sbin/eeprom\fR [\fB-\fR] [\fB-f\fR \fIdevice\fR] [\fIparameter\fR[=\fIvalue\fR]]
13 .fi
15 .SH DESCRIPTION
16 .LP
17 \fBeeprom\fR displays or changes the values of parameters in the \fBEEPROM.\fR
18 It processes parameters in the order given. When processing a \fIparameter\fR
19 accompanied by a \fIvalue\fR, \fBeeprom\fR makes the indicated alteration to
20 the \fBEEPROM;\fR otherwise, it displays the \fIparameter\fR's value. When
21 given no parameter specifiers, \fBeeprom\fR displays the values of all
22 \fBEEPROM\fR parameters. A `\|\(mi\fB\&'\fR (hyphen) flag specifies that
23 parameters and values are to be read from the standard input (one
24 \fIparameter\fR or \fIparameter\fR\fB=\fR\fIvalue\fR per line).
25 .sp
26 .LP
27 Only the super-user may alter the \fBEEPROM\fR contents.
28 .sp
29 .LP
30 \fBeeprom\fR verifies the \fBEEPROM\fR checksums and complains if they are
31 incorrect.
32 .sp
33 .LP
34 \fIplatform-name\fR is the name of the platform implementation and can be found
35 using the \fB-i\fR option of \fBuname\fR(1).
36 .SS "SPARC"
37 .LP
38 \fBSPARC\fR based systems implement firmware password protection with
39 \fBeeprom\fR, using the \fBsecurity-mode\fR, \fBsecurity-password\fR and
40 \fBsecurity-#badlogins\fR properties.
41 .SS "x86"
42 .LP
43 \fBEEPROM\fR storage is simulated using a file residing in the
44 platform-specific boot area. The \fB/boot/solaris/bootenv.rc\fR file simulates
45 \fBEEPROM\fR storage.
46 .sp
47 .LP
48 Because x86 based systems typically implement password protection in the system
49 \fBBIOS,\fR there is no support for password protection in the \fBeeprom\fR
50 program. While it is possible to set the \fBsecurity-mode\fR,
51 \fBsecurity-password\fR and \fBsecurity-#badlogins\fR properties on x86 based
52 systems, these properties have no special meaning or behavior on x86 based
53 systems.
54 .SH OPTIONS
55 .ne 2
56 .na
57 \fB\fB-f\fR \fIdevice\fR\fR
58 .ad
59 .sp .6
60 .RS 4n
61 Use \fIdevice\fR as the \fBEEPROM\fR device.
62 .RE
64 .SH OPERANDS
65 .SS "x86 Only"
66 .ne 2
67 .na
68 \fB\fIacpi-user-options\fR\fR
69 .ad
70 .sp .6
71 .RS 4n
72 A configuration variable that controls the use of Advanced Configuration and
73 Power Interface (ACPI), a power management specification. The acceptable values
74 for this variable depend on the release of the Solaris operating system you are
75 using.
76 .sp
77 For all releases of Solaris 10 and Solaris 11, a value of of \fB0x0\fR means
78 that there will be an attempt to use ACPI if it is available on the system. A
79 value of \fB0x2\fR disables the use of ACPI.
80 .sp
81 For the Solaris 10 1/06 release, a value of \fB0x8\fR means that there will be
82 an attempt to use ACPI in a mode compatible with previous releases of Solaris
83 10 if it is available on the system. The default for Solaris 10 1/06 is
84 \fB0x8\fR.
85 .sp
86 For releases of Solaris 10 after the 1/06 release and for Solaris 11, the
87 default is \fB0x0\fR.
88 .sp
89 Most users can safely accept the default value, which enables ACPI if
90 available. If issues related to the use of ACPI are suspected on releases of
91 Solaris after Solaris 1/06, it is suggested to first try a value of \fB0x8\fR
92 and then, if you do not obtain satisfactory results, \fB0x02\fR.
93 .RE
95 .sp
96 .ne 2
97 .na
98 \fB\fIconsole\fR\fR
99 .ad
100 .sp .6
101 .RS 4n
102 Specifies the console device.
103 Possible values are \fBttya\fR, \fBttyb\fR, \fBttyc\fR, \fBttyd\fR, and
104 \fBtext\fR. In \fBtext\fR mode, console output goes to the frame buffer and
105 input comes from the keyboard. For SPARC, when this property is not present,
106 the console device falls back to the device specified by \fBinput-device\fR and
107 \fBoutput-device\fR. When neither the console property or the
108 \fBinput-device\fR and \fBoutput-device\fR property pair are present, the
109 console defaults to the frame buffer and keyboard.
112 .SS "x86 Only"
113 .ne 2
115 \fB\fIos_console\fR\fR
117 .sp .6
118 .RS 4n
119 While \fBconsole\fR controls both boot loader and kernel console, setting
120 \fBos_console\fR allows setting console device only for kernel. Values
121 are the same as for \fBconsole\fR.
124 .ne 2
126 \fB\fIdiag-device\fR\fR
128 .sp .6
129 .RS 4n
130 The \fBdiag-device\fR is currently implemented to support serial port
131 as output for system early boot diagnostic messages and input and output
132 for \fBkmdb\fR debugger. For early boot, all the console messages are mirrored
133 to \fBdiag-device\fR, until the console drivers are loaded.
134 After that, only \fBkmdb\fR will continue to use the \fBdiag-device\fR.
137 .SH NVRAM CONFIGURATION PARAMETERS
139 Not all OpenBoot systems support all parameters. Defaults vary depending on the
140 system and the \fBPROM\fR revision. See the output in the "Default Value"
141 column of the \fBprintenv\fR command, as entered at the \fBok\fR (OpenBoot)
142 prompt, to determine the default for your system.
144 .ne 2
146 \fBauto-boot?\fR
148 .sp .6
149 .RS 4n
150 If \fBtrue\fR, boots automatically after power-on or reset. Defaults to
151 \fBtrue\fR.
155 .ne 2
157 \fBansi-terminal?\fR
159 .sp .6
160 .RS 4n
161 Configuration variable used to control the behavior of the terminal emulator.
162 The value \fBfalse\fR makes the terminal emulator stop interpreting \fBANSI\fR
163 escape sequences; instead, echoes them to the output device. Defaults to
164 \fBtrue\fR.
168 .ne 2
170 \fBboot-args\fR
172 .sp .6
173 .RS 4n
174 Holds a string of arguments that are passed to the boot subsystem. For example,
175 you can use \fBboot-args=' - install dhcp'\fR to request a customer jumpstart
176 installation. See \fBboot\fR(8), \fBkadb\fR(8) and \fBkernel\fR(8).
180 .ne 2
182 \fBboot-command\fR
184 .sp .6
185 .RS 4n
186 Command executed if \fBauto-boot?\fR is \fBtrue\fR. Defaults to \fBboot\fR.
190 .ne 2
192 \fBboot-device\fR
194 .sp .6
195 .RS 4n
196 Device from which to boot. \fIboot-device\fR may contain 0 or more device
197 specifiers separated by spaces. Each device specifier may be either a prom
198 device alias or a prom device path. The boot prom will attempt to open each
199 successive device specifier in the list beginning with the first device
200 specifier. The first device specifier that opens successfully will be used as
201 the device to boot from. Defaults to \fBdisk net\fR.
205 .ne 2
207 \fBboot-file\fR
209 .sp .6
210 .RS 4n
211 File to boot (an empty string lets the secondary booter choose default).
212 Defaults to empty string.
216 .ne 2
218 \fBboot-from\fR
220 .sp .6
221 .RS 4n
222 Boot device and file (OpenBoot PROM version 1.\fIx\fR only). Defaults to
223 \fBvmunix\fR.
227 .ne 2
229 \fBboot-from-diag\fR
231 .sp .6
232 .RS 4n
233 Diagnostic boot device and file (OpenBoot PROM version 1.\fIx\fR only).
234 Defaults to \fBle(\|)unix\fR.
238 .ne 2
240 \fBboot-ncpus\fR
242 .sp .6
243 .RS 4n
244 Configuration variable that controls the number of processors with which the
245 system should boot. By default, the system boots with maximum supported number
246 of processors.
250 .ne 2
252 \fBcom\fIX\fR-noprobe\fR
254 .sp .6
255 .RS 4n
256 Where \fIX\fR is the number of the serial port, prevents device probe on serial
257 port \fIX.\fR
261 .ne 2
263 \fBdiag-device\fR
265 .sp .6
266 .RS 4n
267 Diagnostic boot source device. Defaults to \fBnet\fR.
271 .ne 2
273 \fBdiag-file\fR
275 .sp .6
276 .RS 4n
277 File from which to boot in diagnostic mode. Defaults to empty string.
281 .ne 2
283 \fBdiag-level\fR
285 .sp .6
286 .RS 4n
287 Diagnostics level. Values include \fBoff\fR, \fBmin\fR, \fBmax\fR and
288 \fBmenus\fR. There may be additional platform-specific values. When set to
289 \fBoff\fR, \fBPOST\fR is not called. If \fBPOST\fR is called, the value is made
290 available as an argument to, and is interpreted by \fBPOST.\fR Defaults to
291 \fBplatform-dependent\fR.
295 .ne 2
297 \fBdiag-switch?\fR
299 .sp .6
300 .RS 4n
301 If \fBtrue\fR, run in diagnostic mode. Defaults to \fBfalse\fR on most desktop
302 systems, \fBtrue\fR on most servers.
306 .ne 2
308 \fBerror-reset-recovery\fR
310 .sp .6
311 .RS 4n
312 Recover after an error reset trap. Defaults to platform-specific setting.
314 On platforms supporting this variable, it replaces the \fBwatchdog-reboot?\fR,
315 \fBwatchdog-sync?\fR, \fBredmode-reboot?\fR, \fBredmode-sync?\fR,
316 \fBsir-sync?\fR, and \fBxir-sync?\fR parameters.
318 The options are:
320 .ne 2
322 \fBnone\fR
324 .sp .6
325 .RS 4n
326 Print a message describing the reset trap and go to OpenBoot PROM's user
327 interface, \fBaka\fR \fBOK\fR prompt.
331 .ne 2
333 \fBsync\fR
335 .sp .6
336 .RS 4n
337 Invoke OpenBoot PROM's \fBsync\fR word after the reset trap. Some platforms may
338 treat this as \fBnone\fR after an externally initiated reset (\fBXIR\fR) trap.
342 .ne 2
344 \fBboot\fR
346 .sp .6
347 .RS 4n
348 Reboot after the reset trap. Some platforms may treat this as \fBnone\fR after
349 an \fBXIR\fR trap.
355 .ne 2
357 \fBfcode-debug?\fR
359 .sp .6
360 .RS 4n
361 If \fBtrue\fR, include name parameter for plug-in device FCodes. Defaults to
362 \fBfalse\fR.
366 .ne 2
368 \fBhardware-revision\fR
370 .sp .6
371 .RS 4n
372 System version information.
376 .ne 2
378 \fBinput-device\fR
380 .sp .6
381 .RS 4n
382 Input device used at power-on (usually \fBkeyboard\fR, \fBttya\fR,
383 \fBttyb\fR, \fBttyc\fR, or \fBttyd\fR). Defaults to \fBkeyboard\fR.
387 .ne 2
389 \fBkeyboard-click?\fR
391 .sp .6
392 .RS 4n
393 If \fBtrue\fR, enable keyboard click. Defaults to \fBfalse\fR.
397 .ne 2
399 \fBkeyboard-layout\fR
401 .sp .6
402 .RS 4n
403 A string that specifies the layout  name  for  non-self-identifying  keyboards
404 (type 7c). Invoke \fBkbd\fR \fB-s\fR to obtain a list  of acceptable layout
405 names. See \fBkbd\fR(1).
409 .ne 2
411 \fBkeymap\fR
413 .sp .6
414 .RS 4n
415 Keymap for custom keyboard.
419 .ne 2
421 \fBlast-hardware-update\fR
423 .sp .6
424 .RS 4n
425 System update information.
429 .ne 2
431 \fBload-base\fR
433 .sp .6
434 .RS 4n
435 Default load address for client programs. Default value is \fB16384\fR.
439 .ne 2
441 \fBlocal-mac-address?\fR
443 .sp .6
444 .RS 4n
445 If true, network drivers use their own MAC address, not the system's. Defaults
446 to \fBfalse\fR.
450 .ne 2
452 \fBmfg-mode\fR
454 .sp .6
455 .RS 4n
456 Manufacturing mode argument for \fBPOST.\fR Possible values include \fBoff\fR
457 or \fBchamber\fR. The value is passed as an argument to \fBPOST.\fR Defaults to
458 \fBoff\fR.
462 .ne 2
464 \fBmfg-switch?\fR
466 .sp .6
467 .RS 4n
468 If true, repeat system self-tests until interrupted with STOP-A. Defaults to
469 \fBfalse\fR.
473 .ne 2
475 \fBnvramrc\fR
477 .sp .6
478 .RS 4n
479 Contents of NVRAMRC. Defaults to empty.
483 .ne 2
485 \fBnetwork-boot-arguments\fR
487 .sp .6
488 .RS 4n
489 Arguments to be used by the PROM for network booting. Defaults to an empty
490 string. \fBnetwork-boot-arguments\fR can be used to specify the boot protocol
491 (RARP/DHCP) to be used and a range of system knowledge to be used in the
492 process.
494 The syntax for arguments supported for network booting is:
496 .in +2
498 [\fIprotocol\fR,] [\fIkey\fR=\fIvalue\fR,]*
500 .in -2
503 All arguments are optional and can appear in any order. Commas are required
504 unless the argument is at the end of the list. If specified, an argument takes
505 precedence over any default values, or, if booting using DHCP, over
506 configuration information provided by a DHCP server for those parameters.
508 \fIprotocol\fR, above, specifies the address discovery protocol to be used.
510 Configuration parameters, listed below, are specified as \fIkey\fR=\fIvalue\fR
511 attribute pairs.
513 .ne 2
515 \fB\fBtftp-server\fR\fR
517 .sp .6
518 .RS 4n
519 IP address of the TFTP server
523 .ne 2
525 \fB\fBfile\fR\fR
527 .sp .6
528 .RS 4n
529 file to download using TFTP or URL for WAN boot
533 .ne 2
535 \fB\fBhost-ip\fR\fR
537 .sp .6
538 .RS 4n
539 IP address of the client (in dotted-decimal notation)
543 .ne 2
545 \fB\fBrouter-ip\fR\fR
547 .sp .6
548 .RS 4n
549 IP address of the default router (in dotted-decimal notation)
553 .ne 2
555 \fB\fBsubnet-mask\fR\fR
557 .sp .6
558 .RS 4n
559 subnet mask (in dotted-decimal notation)
563 .ne 2
565 \fB\fBclient-id\fR\fR
567 .sp .6
568 .RS 4n
569 DHCP client identifier
573 .ne 2
575 \fB\fBhostname\fR\fR
577 .sp .6
578 .RS 4n
579 hostname to use in DHCP transactions
583 .ne 2
585 \fB\fBhttp-proxy\fR\fR
587 .sp .6
588 .RS 4n
589 HTTP proxy server specification (IPADDR[:PORT])
593 .ne 2
595 \fB\fBtftp-retries\fR\fR
597 .sp .6
598 .RS 4n
599 maximum number of TFTP retries
603 .ne 2
605 \fB\fBdhcp-retries\fR\fR
607 .sp .6
608 .RS 4n
609 maximum number of DHCP retries
612 If no parameters are specified (that is, \fBnetwork-boot-arguments\fR is an
613 empty string), the PROM will use the platform-specific default address
614 discovery protocol.
616 Absence of the protocol parameter when other configuration parameters are
617 specified implies manual configuration.
619 Manual configuration requires that the client be provided with all the
620 information necessary for boot. If using manual configuration, information
621 required by the PROM to load the second-stage boot program must be provided in
622 \fBnetwork-boot-arguments\fR while information required for the second-stage
623 boot program can be specified either as arguments to the \fBboot\fR program or
624 by means of the \fBboot\fR program's interactive command interpreter.
626 Information required by the PROM when using manual configuration includes the
627 booting client's IP address, name of the boot file, and the address of the
628 server providing the boot file image. Depending on network configuration, it
629 might be required that the subnet mask and address of the default router to use
630 also be specified.
634 .ne 2
636 \fBoem-banner\fR
638 .sp .6
639 .RS 4n
640 Custom OEM banner (enabled by setting \fBoem-banner?\fR to \fBtrue\fR).
641 Defaults to empty string.
645 .ne 2
647 \fBoem-banner?\fR
649 .sp .6
650 .RS 4n
651 If \fBtrue\fR, use custom \fBOEM\fR banner. Defaults to \fBfalse\fR.
655 .ne 2
657 \fBoem-logo\fR
659 .sp .6
660 .RS 4n
661 Byte array custom OEM logo (enabled by setting \fBoem-logo?\fR to \fBtrue\fR).
662 Displayed in hexadecimal.
666 .ne 2
668 \fBoem-logo?\fR
670 .sp .6
671 .RS 4n
672 If \fBtrue\fR, use custom OEM logo (else, use Sun logo). Defaults to
673 \fBfalse\fR.
677 .ne 2
679 \fBpci-mem64?\fR
681 .sp .6
682 .RS 4n
683 If true, the OpenBoot PROM allocates 64-bit PCI memory addresses to a PCI
684 device that can support 64-bit addresses.
686 This variable is available on SPARC platforms only and is optional. Some
687 versions of SunOS do not support PCI \fBMEM64\fR addresses and will fail in
688 unexpected ways if the OpenBoot PROM allocates PCI \fBMEM64\fR addresses.
690 The default value is system-dependent. If the variable exists, the default
691 value is appropriate to the lowest version of the SunOS that shipped with a
692 specific platform.
696 .ne 2
698 \fBoutput-device\fR
700 .sp .6
701 .RS 4n
702 Output device used at power-on (usually \fBscreen\fR, \fBttya\fR,
703 \fBttyb\fR, \fBttyc\fR, or \fBttyd\fR). Defaults to \fBscreen\fR.
707 .ne 2
709 \fBredmode-reboot?\fR
711 .sp .6
712 .RS 4n
713 Specify \fBtrue\fR to reboot after a redmode reset trap. Defaults to
714 \fBtrue\fR. (Sun Enterprise 10000 only.)
718 .ne 2
720 \fBredmode-sync?\fR
722 .sp .6
723 .RS 4n
724 Specify \fBtrue\fR to invoke OpenBoot PROM's \fBsync\fR word after a redmode
725 reset trap. Defaults to \fBfalse\fR. (Sun Enterprise 10000 only.)
729 .ne 2
731 \fBrootpath\fR
733 .sp .6
734 .RS 4n
735 Specifies the root device of the operating system.
739 .ne 2
741 \fBsbus-probe-list\fR
743 .sp .6
744 .RS 4n
745 Designate which SBus slots are probed and in what order. Defaults to
746 \fB0123\fR.
750 .ne 2
752 \fBscreen-#columns\fR
754 .sp .6
755 .RS 4n
756 Number of on-screen columns (characters/line). Defaults to \fB80\fR.
760 .ne 2
762 \fBscreen-#rows\fR
764 .sp .6
765 .RS 4n
766 Number of on-screen rows (lines). Defaults to \fB34\fR.
770 .ne 2
772 \fBscsi-initiator-id\fR
774 .sp .6
775 .RS 4n
776 \fBSCSI\fR bus address of host adapter, range 0-7. Defaults to \fB7\fR.
780 .ne 2
782 \fBsd-targets\fR
784 .sp .6
785 .RS 4n
786 Map \fBSCSI\fR disk units (OpenBoot PROM version 1.\fIx\fR only). Defaults to
787 \fB31204567\fR, which means that unit 0 maps to target \fB3\fR, unit 1 maps to
788 target \fB1\fR, and so on.
792 .ne 2
794 \fBsecurity-#badlogins\fR
796 .sp .6
797 .RS 4n
798 Number of incorrect security password attempts.This property has no special
799 meaning or behavior on x86 based systems.
803 .ne 2
805 \fBsecurity-mode\fR
807 .sp .6
808 .RS 4n
809 Firmware security level (options: \fBnone\fR, \fBcommand\fR, or \fBfull\fR). If
810 set to \fBcommand\fR or \fBfull\fR, system will prompt for \fBPROM\fR security
811 password. Defaults to \fBnone\fR.This property has no special meaning or
812 behavior on x86 based systems.
816 .ne 2
818 \fBsecurity-password\fR
820 .sp .6
821 .RS 4n
822 Firmware security password (never displayed). Can be set only when
823 \fBsecurity-mode\fR is set to \fBcommand\fR or \fBfull\fR.This property has no
824 special meaning or behavior on x86 based systems.
826 .in +2
828 example# eeprom security-password=
829 Changing PROM password:
830 New password:
831 Retype new password:
833 .in -2
839 .ne 2
841 \fBselftest-#megs\fR
843 .sp .6
844 .RS 4n
845 Megabytes of \fBRAM\fR to test. Ignored if \fBdiag-switch?\fR is \fBtrue\fR.
846 Defaults to \fB1\fR.
850 .ne 2
852 \fBsir-sync?\fR
854 .sp .6
855 .RS 4n
856 Specify \fBtrue\fR to invoke OpenBoot PROM's \fBsync\fR word after a
857 software-initiated reset (\fBSIR\fR) trap. Defaults to \fBfalse\fR. (Sun
858 Enterprise 10000 only.)
862 .ne 2
864 \fBskip-vme-loopback?\fR
866 .sp .6
867 .RS 4n
868 If \fBtrue\fR, POST does not do VMEbus loopback tests. Defaults to \fBfalse\fR.
872 .ne 2
874 \fBst-targets\fR
876 .sp .6
877 .RS 4n
878 Map \fBSCSI\fR tape units (OpenBoot PROM version 1.\fIx\fR only). Defaults to
879 \fB45670123\fR, which means that unit 0 maps to target \fB4\fR, unit 1 maps to
880 target \fB5\fR, and so on.
884 .ne 2
886 \fBsunmon-compat?\fR
888 .sp .6
889 .RS 4n
890 If \fBtrue\fR, display Restricted Monitor prompt (\|>). Defaults to
891 \fBfalse\fR.
895 .ne 2
897 \fBtestarea\fR
899 .sp .6
900 .RS 4n
901 One-byte scratch field, available for read/write test. Defaults to \fB0\fR.
905 .ne 2
907 \fBtpe-link-test?\fR
909 .sp .6
910 .RS 4n
911 Enable 10baseT link test for built-in twisted pair Ethernet. Defaults to
912 \fBtrue\fR.
916 .ne 2
918 \fBttya-mode\fR
920 .sp .6
921 .RS 4n
922 \fBTTYA\fR (baud rate, #bits, parity, #stop, handshake). Defaults to
923 \fB9600,8,n,1,\(mi\fR.
925 Fields, in left-to-right order, are:
927 .ne 2
929 \fBBaud rate:\fR
931 .sp .6
932 .RS 4n
933 110, 300, 1200, 4800, 9600\|.\|.\|.
937 .ne 2
939 \fBData bits:\fR
941 .sp .6
942 .RS 4n
943 5, 6, 7, 8
947 .ne 2
949 \fBParity:\fR
951 .sp .6
952 .RS 4n
953 n(none), e(even), o(odd), m(mark), s(space)
957 .ne 2
959 \fBStop bits:\fR
961 .sp .6
962 .RS 4n
963 1, 1.5, 2
967 .ne 2
969 \fBHandshake:\fR
971 .sp .6
972 .RS 4n
973 \(mi(none), h(hardware:rts/cts), s(software:xon/xoff)
979 .ne 2
981 \fBtty\fIX\fR-mode\fR
983 .sp .6
984 .RS 4n
985 \fBTTYB, TTYC, or TTYD\fR (baud rate, #bits, parity, #stop, handshake). Defaults to
986 \fB9600,8,n,1,\(mi\fR.
988 Fields, in left-to-right order, are:
990 .ne 2
992 \fBBaud rate:\fR
994 .sp .6
995 .RS 4n
996 110, 300, 1200, 4800, 9600\|.\|.\|.
1000 .ne 2
1002 \fBData bits:\fR
1004 .sp .6
1005 .RS 4n
1006 5, 6, 7, 8
1010 .ne 2
1012 \fBStop bits:\fR
1014 .sp .6
1015 .RS 4n
1016 1, 1.5, 2
1020 .ne 2
1022 \fBParity:\fR
1024 .sp .6
1025 .RS 4n
1026 n(none), e(even), o(odd), m(mark), s(space)
1030 .ne 2
1032 \fBHandshake:\fR
1034 .sp .6
1035 .RS 4n
1036 \(mi(none), h(hardware:rts/cts), s(software:xon/xoff)
1042 .ne 2
1044 \fBttya-ignore-cd\fR
1046 .sp .6
1047 .RS 4n
1048 If \fBtrue\fR, operating system ignores carrier-detect on TTYA. Defaults to
1049 \fBtrue\fR.
1053 .ne 2
1055 \fBtty\fIX\fR-ignore-cd\fR
1057 .sp .6
1058 .RS 4n
1059 If \fBtrue\fR, operating system ignores carrier-detect on TTYB, TTYC, or TTYD.
1060 Defaults to \fBtrue\fR.
1064 .ne 2
1066 \fBttya-rts-dtr-off\fR
1068 .sp .6
1069 .RS 4n
1070 If \fBtrue\fR, operating system does not assert DTR and RTS on TTYA. Defaults
1071 to \fBfalse\fR.
1075 .ne 2
1077 \fBtty\fIX\fR-rts-dtr-off\fR
1079 .sp .6
1080 .RS 4n
1081 If \fBtrue\fR, operating system does not assert DTR and RTS on TTYB, TTYC,
1082 or TTYD. Defaults to \fBfalse\fR.
1086 .ne 2
1088 \fBuse-nvramrc?\fR
1090 .sp .6
1091 .RS 4n
1092 If \fBtrue\fR, execute commands in \fBNVRAMRC\fR during system start-up.
1093 Defaults to \fBfalse\fR.
1097 .ne 2
1099 \fBverbosity\fR
1101 .sp .6
1102 .RS 4n
1103 Controls the level of verbosity of PROM messages. Can be one of \fBdebug\fR,
1104 \fBmax\fR, \fBnormal\fR, \fBmin\fR, or \fBnone\fR. Defaults to \fBnormal\fR.
1108 .ne 2
1110 \fBversion2?\fR
1112 .sp .6
1113 .RS 4n
1114 If \fBtrue\fR, hybrid (1.\fIx\fR/2.\fIx\fR) PROM comes up in version 2.\fIx\fR.
1115 Defaults to \fBtrue\fR.
1119 .ne 2
1121 \fBwatchdog-reboot?\fR
1123 .sp .6
1124 .RS 4n
1125 If \fBtrue\fR, reboot after watchdog reset. Defaults to \fBfalse\fR.
1129 .ne 2
1131 \fBwatchdog-sync?\fR
1133 .sp .6
1134 .RS 4n
1135 Specify \fBtrue\fR to invoke OpenBoot PROM's \fBsync\fR word after a watchdog
1136 reset trap. Defaults to \fBfalse\fR. ( Sun Enterprise 10000 only.)
1140 .ne 2
1142 \fBxir-sync?\fR
1144 .sp .6
1145 .RS 4n
1146 Specify \fBtrue\fR to invoke OpenBoot PROM's \fBsync\fR word after an \fBXIR\fR
1147 trap. Defaults to \fBfalse\fR. (Sun Enterprise 10000 only.)
1150 .SH EXAMPLES
1152 \fBExample 1 \fRChanging the Number of Megabytes of RAM.
1155 The following example demonstrates the method for changing from one to two the
1156 number of megabytes of \fBRAM\fR that the system will test.
1159 .in +2
1161 example# \fBeeprom selftest-#megs\fR
1162 selftest-#megs=1
1164 example# eeprom selftest-#megs=2
1166 example# \fBeeprom selftest-#megs\fR
1167 selftest-#megs=2
1169 .in -2
1173 \fBExample 2 \fRSetting the \fBauto-boot?\fR Parameter to \fBtrue\fR.
1176 The following example demonstrates the method for setting the \fBauto-boot?\fR
1177 parameter to \fBtrue\fR.
1180 .in +2
1182 example# \fBeeprom auto-boot?=true\fR
1184 .in -2
1189 When the \fBeeprom\fR command is executed in user mode, the parameters with a
1190 trailing question mark (?) need to be enclosed in double quotation marks (" ")
1191 to prevent the shell from interpreting the question mark. Preceding the
1192 question mark with an escape character (\fB\e\fR) will also prevent the shell
1193 from interpreting the question mark.
1196 .in +2
1198 \fBexample% eeprom "auto-boot?"=true\fR
1200 .in -2
1204 \fBExample 3 \fRUsing \fBnetwork-boot-arguments\fR
1207 To use DHCP as the boot protocol and a hostname of \fBabcd.example.com\fR for
1208 network booting, set these values in \fBnetwork-boot-arguments\fR as:
1211 .in +2
1213 example# \fBeeprom network-boot-arguments="dhcp,hostname=abcd.example.com"\fR
1215 .in -2
1220 \&...then boot using the command:
1223 .in +2
1225 ok \fBboot net\fR
1227 .in -2
1232 Note that network boot arguments specified from the PROM command line cause the
1233 contents of \fBnetwork-boot-arguments\fR to be ignored. For example, with
1234 \fBnetwork-boot-arguments\fR set as shown above, the \fBboot\fR command:
1237 .in +2
1239 ok \fBboot net:dhcp\fR
1241 .in -2
1246 \&...causes DHCP to be used, but the \fBhostname\fR specified in
1247 \fBnetwork-boot-arguments\fR will not be used during network boot.
1250 \fBExample 4 \fRSetting System Console to Auxiliary Device
1253 The command below assigns the device \fB/dev/term/a\fR as the system console
1254 device. You would make such an assignment prior to using \fBtip\fR(1) to
1255 establish a \fBtip\fR connection to a host.
1259 On a SPARC machine:
1262 .in +2
1264 # \fBeeprom output-device=/dev/term/a\fR
1266 .in -2
1271 On an x86 machine:
1274 .in +2
1276 # \fBeeprom console=ttya\fR
1278 .in -2
1283 On a SPARC machine, the preceding command would be sufficient for assigning the
1284 console to an auxiliary device. For an x86 machine, you might, in addition,
1285 need to set the characteristics of the serial line, for which you would have to
1286 consult the BIOS documentation for that machine. Also, on some x86 machines,
1287 you might use a device other than device \fBa\fR, as shown above. For example,
1288 you could set console to \fBttyb\fR if the second serial port is present.
1290 .SH FILES
1291 .ne 2
1293 \fB\fB/boot/solaris/bootenv.rc\fR\fR
1295 .sp .6
1296 .RS 4n
1297 File storing \fBeeprom\fR values on x86 machines.
1301 .ne 2
1303 \fB\fB/dev/openprom\fR\fR
1305 .sp .6
1306 .RS 4n
1307 Device file
1311 .ne 2
1313 \fB\fB/usr/platform/\fR\fIplatform-name\fR\fB/sbin/eeprom\fR\fR
1315 .sp .6
1316 .RS 4n
1317 Platform-specific version of \fBeeprom\fR. Use \fBuname\fR \fB-i\fR to obtain
1318 \fIplatform-name\fR.
1321 .SH SEE ALSO
1323 \fBpasswd\fR(1), \fBsh\fR(1), \fBsvcs\fR(1),  \fBtip\fR(1),  \fBuname\fR(1),
1324 \fBboot\fR(8), \fBkadb\fR(8), \fBkernel\fR(8), \fBinit\fR(8),
1325 \fBsvcadm\fR(8), \fBattributes\fR(5), \fBsmf\fR(5)
1328 \fIOpenBoot 3.x Command Reference Manual\fR
1331 \fI\fR