Print this page
11244 Some man pages still refer to E10K
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man1m/eeprom.1m.man.txt
+++ new/usr/src/man/man1m/eeprom.1m.man.txt
1 1 EEPROM(1M) Maintenance Commands EEPROM(1M)
2 2
3 3
4 4
5 5 NAME
6 6 eeprom - EEPROM display and load utility
7 7
8 8 SYNOPSIS
9 9 /usr/sbin/eeprom [-] [-f device] [parameter[=value]]
10 10
11 11
12 12 DESCRIPTION
13 13 eeprom displays or changes the values of parameters in the EEPROM. It
14 14 processes parameters in the order given. When processing a parameter
15 15 accompanied by a value, eeprom makes the indicated alteration to the
16 16 EEPROM; otherwise, it displays the parameter's value. When given no
17 17 parameter specifiers, eeprom displays the values of all EEPROM
18 18 parameters. A `-' (hyphen) flag specifies that parameters and values
19 19 are to be read from the standard input (one parameter or
20 20 parameter=value per line).
21 21
22 22
23 23 Only the super-user may alter the EEPROM contents.
24 24
25 25
26 26 eeprom verifies the EEPROM checksums and complains if they are
27 27 incorrect.
28 28
29 29
30 30 platform-name is the name of the platform implementation and can be
31 31 found using the -i option of uname(1).
32 32
33 33 SPARC
34 34 SPARC based systems implement firmware password protection with eeprom,
35 35 using the security-mode, security-password and security-#badlogins
36 36 properties.
37 37
38 38 x86
39 39 EEPROM storage is simulated using a file residing in the platform-
40 40 specific boot area. The /boot/solaris/bootenv.rc file simulates EEPROM
41 41 storage.
42 42
43 43
44 44 Because x86 based systems typically implement password protection in
45 45 the system BIOS, there is no support for password protection in the
46 46 eeprom program. While it is possible to set the security-mode,
47 47 security-password and security-#badlogins properties on x86 based
48 48 systems, these properties have no special meaning or behavior on x86
49 49 based systems.
50 50
51 51 OPTIONS
52 52 -f device
53 53
54 54 Use device as the EEPROM device.
55 55
56 56
57 57 OPERANDS
58 58 x86 Only
59 59 acpi-user-options
60 60
61 61 A configuration variable that controls the use of Advanced
62 62 Configuration and Power Interface (ACPI), a power management
63 63 specification. The acceptable values for this variable depend on
64 64 the release of the Solaris operating system you are using.
65 65
66 66 For all releases of Solaris 10 and Solaris 11, a value of of 0x0
67 67 means that there will be an attempt to use ACPI if it is available
68 68 on the system. A value of 0x2 disables the use of ACPI.
69 69
70 70 For the Solaris 10 1/06 release, a value of 0x8 means that there
71 71 will be an attempt to use ACPI in a mode compatible with previous
72 72 releases of Solaris 10 if it is available on the system. The
73 73 default for Solaris 10 1/06 is 0x8.
74 74
75 75 For releases of Solaris 10 after the 1/06 release and for Solaris
76 76 11, the default is 0x0.
77 77
78 78 Most users can safely accept the default value, which enables ACPI
79 79 if available. If issues related to the use of ACPI are suspected on
80 80 releases of Solaris after Solaris 1/06, it is suggested to first
81 81 try a value of 0x8 and then, if you do not obtain satisfactory
82 82 results, 0x02.
83 83
84 84
85 85 console
86 86
87 87 Specifies the console device. Possible values are ttya, ttyb,
88 88 ttyc, ttyd, and text. In text mode, console output goes to the
89 89 frame buffer and input comes from the keyboard. For SPARC, when
90 90 this property is not present, the console device falls back to the
91 91 device specified by input-device and output-device. When neither
92 92 the console property or the input-device and output-device property
93 93 pair are present, the console defaults to the frame buffer and
94 94 keyboard.
95 95
96 96 os_console
97 97
98 98 While console controls both boot loader and kernel console, setting
99 99 os_console allows setting console device only for kernel. Values
100 100 are the same as for console.
101 101
102 102 diag-device
103 103
104 104 The diag-device is currently implemented to support serial port as
105 105 output for system early boot diagnostic messages and input and
106 106 output for kmdb debugger. For early boot, all the console messages
107 107 are mirrored to diag-device, until the console drivers are loaded.
108 108 After that, only kmdb will continue to use the diag-device.
109 109
110 110
111 111 NVRAM CONFIGURATION PARAMETERS
112 112 Not all OpenBoot systems support all parameters. Defaults vary
113 113 depending on the system and the PROM revision. See the output in the
114 114 "Default Value" column of the printenv command, as entered at the ok
115 115 (OpenBoot) prompt, to determine the default for your system.
116 116
117 117 auto-boot?
118 118
119 119 If true, boots automatically after power-on or reset. Defaults to
120 120 true.
121 121
122 122
123 123 ansi-terminal?
124 124
125 125 Configuration variable used to control the behavior of the terminal
126 126 emulator. The value false makes the terminal emulator stop
127 127 interpreting ANSI escape sequences; instead, echoes them to the
128 128 output device. Defaults to true.
129 129
130 130
131 131 boot-args
132 132
133 133 Holds a string of arguments that are passed to the boot subsystem.
134 134 For example, you can use boot-args=' - install dhcp' to request a
135 135 customer jumpstart installation. See boot(1M), kadb(1M) and
136 136 kernel(1M).
137 137
138 138
139 139 boot-command
140 140
141 141 Command executed if auto-boot? is true. Defaults to boot.
142 142
143 143
144 144 boot-device
145 145
146 146 Device from which to boot. boot-device may contain 0 or more device
147 147 specifiers separated by spaces. Each device specifier may be either
148 148 a prom device alias or a prom device path. The boot prom will
149 149 attempt to open each successive device specifier in the list
150 150 beginning with the first device specifier. The first device
151 151 specifier that opens successfully will be used as the device to
152 152 boot from. Defaults to disk net.
153 153
154 154
155 155 boot-file
156 156
157 157 File to boot (an empty string lets the secondary booter choose
158 158 default). Defaults to empty string.
159 159
160 160
161 161 boot-from
162 162
163 163 Boot device and file (OpenBoot PROM version 1.x only). Defaults to
164 164 vmunix.
165 165
166 166
167 167 boot-from-diag
168 168
169 169 Diagnostic boot device and file (OpenBoot PROM version 1.x only).
170 170 Defaults to le()unix.
171 171
172 172
173 173 boot-ncpus
174 174
175 175 Configuration variable that controls the number of processors with
176 176 which the system should boot. By default, the system boots with
177 177 maximum supported number of processors.
178 178
179 179
180 180 comX-noprobe
181 181
182 182 Where X is the number of the serial port, prevents device probe on
183 183 serial port X.
184 184
185 185
186 186 diag-device
187 187
188 188 Diagnostic boot source device. Defaults to net.
189 189
190 190
191 191 diag-file
192 192
193 193 File from which to boot in diagnostic mode. Defaults to empty
194 194 string.
195 195
196 196
197 197 diag-level
198 198
199 199 Diagnostics level. Values include off, min, max and menus. There
200 200 may be additional platform-specific values. When set to off, POST
201 201 is not called. If POST is called, the value is made available as an
202 202 argument to, and is interpreted by POST. Defaults to platform-
203 203 dependent.
204 204
205 205
206 206 diag-switch?
207 207
208 208 If true, run in diagnostic mode. Defaults to false on most desktop
209 209 systems, true on most servers.
210 210
211 211
212 212 error-reset-recovery
213 213
214 214 Recover after an error reset trap. Defaults to platform-specific
215 215 setting.
216 216
217 217 On platforms supporting this variable, it replaces the watchdog-
218 218 reboot?, watchdog-sync?, redmode-reboot?, redmode-sync?, sir-sync?,
219 219 and xir-sync? parameters.
220 220
221 221 The options are:
222 222
223 223 none
224 224
225 225 Print a message describing the reset trap and go to OpenBoot
226 226 PROM's user interface, aka OK prompt.
227 227
228 228
229 229 sync
230 230
231 231 Invoke OpenBoot PROM's sync word after the reset trap. Some
232 232 platforms may treat this as none after an externally initiated
233 233 reset (XIR) trap.
234 234
235 235
236 236 boot
237 237
238 238 Reboot after the reset trap. Some platforms may treat this as
239 239 none after an XIR trap.
240 240
241 241
242 242
243 243 fcode-debug?
244 244
245 245 If true, include name parameter for plug-in device FCodes. Defaults
246 246 to false.
247 247
248 248
249 249 hardware-revision
250 250
251 251 System version information.
252 252
253 253
254 254 input-device
255 255
256 256 Input device used at power-on (usually keyboard, ttya, ttyb, ttyc,
↓ open down ↓ |
256 lines elided |
↑ open up ↑ |
257 257 or ttyd). Defaults to keyboard.
258 258
259 259
260 260 keyboard-click?
261 261
262 262 If true, enable keyboard click. Defaults to false.
263 263
264 264
265 265 keyboard-layout
266 266
267 - A string that specifies the layout name for non-self-identifying
268 - keyboards (type 7c). Invoke kbd -s to obtain a list of acceptable
267 + A string that specifies the layout name for non-self-identifying
268 + keyboards (type 7c). Invoke kbd -s to obtain a list of acceptable
269 269 layout names. See kbd(1).
270 270
271 271
272 272 keymap
273 273
274 274 Keymap for custom keyboard.
275 275
276 276
277 277 last-hardware-update
278 278
279 279 System update information.
280 280
281 281
282 282 load-base
283 283
284 284 Default load address for client programs. Default value is 16384.
285 285
286 286
287 287 local-mac-address?
288 288
289 289 If true, network drivers use their own MAC address, not the
290 290 system's. Defaults to false.
291 291
292 292
293 293 mfg-mode
294 294
295 295 Manufacturing mode argument for POST. Possible values include off
296 296 or chamber. The value is passed as an argument to POST. Defaults to
297 297 off.
298 298
299 299
300 300 mfg-switch?
301 301
302 302 If true, repeat system self-tests until interrupted with STOP-A.
303 303 Defaults to false.
304 304
305 305
306 306 nvramrc
307 307
308 308 Contents of NVRAMRC. Defaults to empty.
309 309
310 310
311 311 network-boot-arguments
312 312
313 313 Arguments to be used by the PROM for network booting. Defaults to
314 314 an empty string. network-boot-arguments can be used to specify the
315 315 boot protocol (RARP/DHCP) to be used and a range of system
316 316 knowledge to be used in the process.
317 317
318 318 The syntax for arguments supported for network booting is:
319 319
320 320 [protocol,] [key=value,]*
321 321
322 322
323 323 All arguments are optional and can appear in any order. Commas are
324 324 required unless the argument is at the end of the list. If
325 325 specified, an argument takes precedence over any default values,
326 326 or, if booting using DHCP, over configuration information provided
327 327 by a DHCP server for those parameters.
328 328
329 329 protocol, above, specifies the address discovery protocol to be
330 330 used.
331 331
332 332 Configuration parameters, listed below, are specified as key=value
333 333 attribute pairs.
334 334
335 335 tftp-server
336 336
337 337 IP address of the TFTP server
338 338
339 339
340 340 file
341 341
342 342 file to download using TFTP or URL for WAN boot
343 343
344 344
345 345 host-ip
346 346
347 347 IP address of the client (in dotted-decimal notation)
348 348
349 349
350 350 router-ip
351 351
352 352 IP address of the default router (in dotted-decimal notation)
353 353
354 354
355 355 subnet-mask
356 356
357 357 subnet mask (in dotted-decimal notation)
358 358
359 359
360 360 client-id
361 361
362 362 DHCP client identifier
363 363
364 364
365 365 hostname
366 366
367 367 hostname to use in DHCP transactions
368 368
369 369
370 370 http-proxy
371 371
372 372 HTTP proxy server specification (IPADDR[:PORT])
373 373
374 374
375 375 tftp-retries
376 376
377 377 maximum number of TFTP retries
378 378
379 379
380 380 dhcp-retries
381 381
382 382 maximum number of DHCP retries
383 383
384 384 If no parameters are specified (that is, network-boot-arguments is
385 385 an empty string), the PROM will use the platform-specific default
386 386 address discovery protocol.
387 387
388 388 Absence of the protocol parameter when other configuration
389 389 parameters are specified implies manual configuration.
390 390
391 391 Manual configuration requires that the client be provided with all
392 392 the information necessary for boot. If using manual configuration,
393 393 information required by the PROM to load the second-stage boot
394 394 program must be provided in network-boot-arguments while
395 395 information required for the second-stage boot program can be
396 396 specified either as arguments to the boot program or by means of
397 397 the boot program's interactive command interpreter.
398 398
399 399 Information required by the PROM when using manual configuration
400 400 includes the booting client's IP address, name of the boot file,
401 401 and the address of the server providing the boot file image.
402 402 Depending on network configuration, it might be required that the
403 403 subnet mask and address of the default router to use also be
404 404 specified.
405 405
406 406
407 407 oem-banner
408 408
409 409 Custom OEM banner (enabled by setting oem-banner? to true).
410 410 Defaults to empty string.
411 411
412 412
413 413 oem-banner?
414 414
415 415 If true, use custom OEM banner. Defaults to false.
416 416
417 417
418 418 oem-logo
419 419
420 420 Byte array custom OEM logo (enabled by setting oem-logo? to true).
421 421 Displayed in hexadecimal.
422 422
423 423
424 424 oem-logo?
425 425
426 426 If true, use custom OEM logo (else, use Sun logo). Defaults to
427 427 false.
428 428
429 429
430 430 pci-mem64?
431 431
432 432 If true, the OpenBoot PROM allocates 64-bit PCI memory addresses to
433 433 a PCI device that can support 64-bit addresses.
434 434
435 435 This variable is available on SPARC platforms only and is optional.
436 436 Some versions of SunOS do not support PCI MEM64 addresses and will
437 437 fail in unexpected ways if the OpenBoot PROM allocates PCI MEM64
438 438 addresses.
439 439
440 440 The default value is system-dependent. If the variable exists, the
↓ open down ↓ |
162 lines elided |
↑ open up ↑ |
441 441 default value is appropriate to the lowest version of the SunOS
442 442 that shipped with a specific platform.
443 443
444 444
445 445 output-device
446 446
447 447 Output device used at power-on (usually screen, ttya, ttyb, ttyc,
448 448 or ttyd). Defaults to screen.
449 449
450 450
451 - redmode-reboot?
452 -
453 - Specify true to reboot after a redmode reset trap. Defaults to
454 - true. (Sun Enterprise 10000 only.)
455 -
456 -
457 - redmode-sync?
458 -
459 - Specify true to invoke OpenBoot PROM's sync word after a redmode
460 - reset trap. Defaults to false. (Sun Enterprise 10000 only.)
461 -
462 -
463 451 rootpath
464 452
465 453 Specifies the root device of the operating system.
466 454
467 455
468 456 sbus-probe-list
469 457
470 458 Designate which SBus slots are probed and in what order. Defaults
471 459 to 0123.
472 460
473 461
474 462 screen-#columns
475 463
476 464 Number of on-screen columns (characters/line). Defaults to 80.
477 465
478 466
479 467 screen-#rows
480 468
481 469 Number of on-screen rows (lines). Defaults to 34.
482 470
483 471
484 472 scsi-initiator-id
485 473
486 474 SCSI bus address of host adapter, range 0-7. Defaults to 7.
487 475
488 476
489 477 sd-targets
490 478
491 479 Map SCSI disk units (OpenBoot PROM version 1.x only). Defaults to
492 480 31204567, which means that unit 0 maps to target 3, unit 1 maps to
493 481 target 1, and so on.
494 482
495 483
496 484 security-#badlogins
497 485
498 486 Number of incorrect security password attempts.This property has no
499 487 special meaning or behavior on x86 based systems.
500 488
501 489
502 490 security-mode
503 491
504 492 Firmware security level (options: none, command, or full). If set
505 493 to command or full, system will prompt for PROM security password.
506 494 Defaults to none.This property has no special meaning or behavior
507 495 on x86 based systems.
508 496
509 497
510 498 security-password
511 499
512 500 Firmware security password (never displayed). Can be set only when
513 501 security-mode is set to command or full.This property has no
514 502 special meaning or behavior on x86 based systems.
515 503
516 504 example# eeprom security-password=
517 505 Changing PROM password:
518 506 New password:
519 507 Retype new password:
↓ open down ↓ |
47 lines elided |
↑ open up ↑ |
520 508
521 509
522 510
523 511
524 512 selftest-#megs
525 513
526 514 Megabytes of RAM to test. Ignored if diag-switch? is true.
527 515 Defaults to 1.
528 516
529 517
530 - sir-sync?
531 -
532 - Specify true to invoke OpenBoot PROM's sync word after a software-
533 - initiated reset (SIR) trap. Defaults to false. (Sun Enterprise
534 - 10000 only.)
535 -
536 -
537 518 skip-vme-loopback?
538 519
539 520 If true, POST does not do VMEbus loopback tests. Defaults to false.
540 521
541 522
542 523 st-targets
543 524
544 525 Map SCSI tape units (OpenBoot PROM version 1.x only). Defaults to
545 526 45670123, which means that unit 0 maps to target 4, unit 1 maps to
546 527 target 5, and so on.
547 528
548 529
549 530 sunmon-compat?
550 531
551 532 If true, display Restricted Monitor prompt (>). Defaults to false.
552 533
553 534
554 535 testarea
555 536
556 537 One-byte scratch field, available for read/write test. Defaults to
557 538 0.
558 539
559 540
560 541 tpe-link-test?
561 542
562 543 Enable 10baseT link test for built-in twisted pair Ethernet.
563 544 Defaults to true.
564 545
565 546
566 547 ttya-mode
567 548
568 549 TTYA (baud rate, #bits, parity, #stop, handshake). Defaults to
569 550 9600,8,n,1,-.
570 551
571 552 Fields, in left-to-right order, are:
572 553
573 554 Baud rate:
574 555
575 556 110, 300, 1200, 4800, 9600...
576 557
577 558
578 559 Data bits:
579 560
580 561 5, 6, 7, 8
581 562
582 563
583 564 Parity:
584 565
585 566 n(none), e(even), o(odd), m(mark), s(space)
586 567
587 568
588 569 Stop bits:
589 570
590 571 1, 1.5, 2
591 572
592 573
593 574 Handshake:
594 575
595 576 -(none), h(hardware:rts/cts), s(software:xon/xoff)
596 577
597 578
598 579
599 580 ttyX-mode
600 581
601 582 TTYB, TTYC, or TTYD (baud rate, #bits, parity, #stop, handshake).
602 583 Defaults to 9600,8,n,1,-.
603 584
604 585 Fields, in left-to-right order, are:
605 586
606 587 Baud rate:
607 588
608 589 110, 300, 1200, 4800, 9600...
609 590
610 591
611 592 Data bits:
612 593
613 594 5, 6, 7, 8
614 595
615 596
616 597 Stop bits:
617 598
618 599 1, 1.5, 2
619 600
620 601
621 602 Parity:
622 603
623 604 n(none), e(even), o(odd), m(mark), s(space)
624 605
625 606
626 607 Handshake:
627 608
628 609 -(none), h(hardware:rts/cts), s(software:xon/xoff)
629 610
630 611
631 612
632 613 ttya-ignore-cd
633 614
634 615 If true, operating system ignores carrier-detect on TTYA. Defaults
635 616 to true.
636 617
637 618
638 619 ttyX-ignore-cd
639 620
640 621 If true, operating system ignores carrier-detect on TTYB, TTYC, or
641 622 TTYD. Defaults to true.
642 623
643 624
644 625 ttya-rts-dtr-off
645 626
646 627 If true, operating system does not assert DTR and RTS on TTYA.
647 628 Defaults to false.
648 629
649 630
650 631 ttyX-rts-dtr-off
651 632
652 633 If true, operating system does not assert DTR and RTS on TTYB,
653 634 TTYC, or TTYD. Defaults to false.
654 635
655 636
656 637 use-nvramrc?
657 638
658 639 If true, execute commands in NVRAMRC during system start-up.
659 640 Defaults to false.
660 641
661 642
662 643 verbosity
663 644
664 645 Controls the level of verbosity of PROM messages. Can be one of
665 646 debug, max, normal, min, or none. Defaults to normal.
666 647
667 648
668 649 version2?
↓ open down ↓ |
122 lines elided |
↑ open up ↑ |
669 650
670 651 If true, hybrid (1.x/2.x) PROM comes up in version 2.x. Defaults
671 652 to true.
672 653
673 654
674 655 watchdog-reboot?
675 656
676 657 If true, reboot after watchdog reset. Defaults to false.
677 658
678 659
679 - watchdog-sync?
680 -
681 - Specify true to invoke OpenBoot PROM's sync word after a watchdog
682 - reset trap. Defaults to false. ( Sun Enterprise 10000 only.)
683 -
684 -
685 - xir-sync?
686 -
687 - Specify true to invoke OpenBoot PROM's sync word after an XIR trap.
688 - Defaults to false. (Sun Enterprise 10000 only.)
689 -
690 -
691 660 EXAMPLES
692 661 Example 1 Changing the Number of Megabytes of RAM.
693 662
694 663
695 664 The following example demonstrates the method for changing from one to
696 665 two the number of megabytes of RAM that the system will test.
697 666
698 667
699 668 example# eeprom selftest-#megs
700 669 selftest-#megs=1
701 670
702 671 example# eeprom selftest-#megs=2
703 672
704 673 example# eeprom selftest-#megs
705 674 selftest-#megs=2
706 675
707 676
708 677
709 678 Example 2 Setting the auto-boot? Parameter to true.
710 679
711 680
712 681 The following example demonstrates the method for setting the auto-
713 682 boot? parameter to true.
714 683
715 684
716 685 example# eeprom auto-boot?=true
717 686
718 687
719 688
720 689
721 690 When the eeprom command is executed in user mode, the parameters with a
722 691 trailing question mark (?) need to be enclosed in double quotation
723 692 marks (" ") to prevent the shell from interpreting the question mark.
724 693 Preceding the question mark with an escape character (\) will also
725 694 prevent the shell from interpreting the question mark.
726 695
727 696
728 697 example% eeprom "auto-boot?"=true
729 698
730 699
731 700
732 701 Example 3 Using network-boot-arguments
733 702
734 703
735 704 To use DHCP as the boot protocol and a hostname of abcd.example.com for
736 705 network booting, set these values in network-boot-arguments as:
737 706
738 707
739 708 example# eeprom network-boot-arguments="dhcp,hostname=abcd.example.com"
740 709
741 710
742 711
743 712
744 713 ...then boot using the command:
745 714
746 715
747 716 ok boot net
748 717
749 718
750 719
751 720
752 721 Note that network boot arguments specified from the PROM command line
753 722 cause the contents of network-boot-arguments to be ignored. For
754 723 example, with network-boot-arguments set as shown above, the boot
755 724 command:
756 725
757 726
758 727 ok boot net:dhcp
759 728
760 729
761 730
762 731
763 732 ...causes DHCP to be used, but the hostname specified in network-boot-
764 733 arguments will not be used during network boot.
765 734
766 735
767 736 Example 4 Setting System Console to Auxiliary Device
768 737
769 738
770 739 The command below assigns the device /dev/term/a as the system console
771 740 device. You would make such an assignment prior to using tip(1) to
772 741 establish a tip connection to a host.
773 742
774 743
775 744
776 745 On a SPARC machine:
777 746
778 747
779 748 # eeprom output-device=/dev/term/a
780 749
781 750
782 751
783 752
784 753 On an x86 machine:
785 754
786 755
787 756 # eeprom console=ttya
788 757
789 758
790 759
791 760
792 761 On a SPARC machine, the preceding command would be sufficient for
793 762 assigning the console to an auxiliary device. For an x86 machine, you
794 763 might, in addition, need to set the characteristics of the serial line,
795 764 for which you would have to consult the BIOS documentation for that
796 765 machine. Also, on some x86 machines, you might use a device other than
797 766 device a, as shown above. For example, you could set console to ttyb if
798 767 the second serial port is present.
799 768
800 769
801 770 FILES
802 771 /boot/solaris/bootenv.rc
803 772
804 773 File storing eeprom values on x86 machines.
805 774
806 775
807 776 /dev/openprom
808 777
↓ open down ↓ |
108 lines elided |
↑ open up ↑ |
809 778 Device file
810 779
811 780
812 781 /usr/platform/platform-name/sbin/eeprom
813 782
814 783 Platform-specific version of eeprom. Use uname -i to obtain
815 784 platform-name.
816 785
817 786
818 787 SEE ALSO
819 - passwd(1), sh(1), svcs(1), tip(1), uname(1), boot(1M), kadb(1M),
788 + passwd(1), sh(1), svcs(1), tip(1), uname(1), boot(1M), kadb(1M),
820 789 kernel(1M), init(1M), svcadm(1M), attributes(5), smf(5)
821 790
822 791
823 792 OpenBoot 3.x Command Reference Manual
824 793
825 794
826 795
827 796
828 797
829 - October 27, 2018 EEPROM(1M)
798 + June 13, 2019 EEPROM(1M)
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX