nerdexam
Oracle

1Z0-822 · Question #12

When setting up Automated Installer (AI) clients, an interactive tool can be used to generate a custom system configuration profile. The profile will specify the time zone, data and time, user and…

The correct answer is C. sysconfig create-profile. sysconfig create-profile is correct because it is Oracle Solaris's dedicated interactive utility for generating System Configuration (SC) profiles - the XML files that define time zone, locale, user/root accounts, and name services for an AI client installation. It walks you…

Managing System Initialization

Question

When setting up Automated Installer (AI) clients, an interactive tool can be used to generate a custom system configuration profile. The profile will specify the time zone, data and time, user and root accounts, and name services used for an AI client installation. This interactive tool will prompt you to enter the client information and an SC profile (XML) will be created. Which interactive tool can be used to generate this question configuration?

Options

  • Asys-unconfig
  • Binstalladm set-criteria
  • Csysconfig create-profile
  • Dinstalladm create-profile

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    7% (3)
  • C
    88% (36)
  • D
    2% (1)

Explanation

sysconfig create-profile is correct because it is Oracle Solaris's dedicated interactive utility for generating System Configuration (SC) profiles - the XML files that define time zone, locale, user/root accounts, and name services for an AI client installation. It walks you through prompts and outputs a valid SC profile ready for use with the Automated Installer.

Why the distractors are wrong:

  • A. sys-unconfig - this unconfigures a running system (resets it to factory state), not create a profile for a new installation.
  • B. installadm set-criteria - this assigns matching criteria (e.g., MAC address, IP range) to existing AI manifests; it doesn't generate SC profiles.
  • D. installadm create-profile - this associates an already-created SC profile with an AI service; it does not interactively generate the profile itself.

Memory tip: Think of the two-step split - sysconfig creates the profile content (the "what goes on the system"), while installadm manages how that profile gets delivered to clients. The word "sysconfig" mirrors "system configuration," which is exactly what an SC profile captures.

Topics

#Automated Installer#sysconfig create-profile#system configuration profile#SC profile

Community Discussion

No community discussion yet for this question.

Full 1Z0-822 Practice