Your task is to convert a JumpStart sysidcfg file to an Automated Installer (AI) sc_profile.xml file,
using js2ai.
Select two unsupported items that will require changes.
A.
terminal = zterms
B.
name_service-NTS+
C.
timezone=US/pacific
D.
system_locale=en_US
E.
network_interface=PRIMARY
F.
root_password=rJmvLUXM10cU
Explanation:
A: terminal
The js2ai tool does not perform any translation. Make sure the terminal type
speciied in the sysidcfg ile is supported in Oracle Solaris 11.
D: system_locale
The js2ai tool does not perform any translation. Make sure the locale specified in
the sysidcfg ile is supported in Oracle Solaris 11.
Reference: Overview of Installation Options, Comparing sysidcfg File Keywords to SC Proile
Directives
A is incorect answer and typing problem. orginally is ‘xterms’
Correct answer is B,
Explanation: http://www.oracle.com/technetwork/systems/end-of-notices/eonsolaris11-392732.html
The NIS+ directory service has been removed.
correct is D and E
network_interface AI supports configuring only a single
interface as part of system installation.
Because of this limitation, the js2ai
tool processes only the interface labeled
PRIMARY or the first interface encoun-
tered in the sysidcfg file.
system_locale No translation is performed. Make sure
the locale specified in the sysidcfg file
is supported in Oracle Solaris 11.
terminal No translation is performed. Make sure
the terminal type specified in the
sysidcfg file is supported in Oracle
Solaris 11.
A,D
http://docs.oracle.com/cd/E23824_01/html/E21797/js2ai-1m.html#IOSSSjs2ai-1m
system_locale
No translation is performed. Make sure the locale specified in the sysidcfg file is supported in Oracle Solaris 11.
terminal
No translation is performed. Make sure the terminal type specified in the sysidcfg file is supported in Oracle Solaris 11.
A D
B,E are correct
http://docs.oracle.com/cd/E23824_01/html/E21797/js2ai-1m.html#IOSSSjs2ai-1m
It’s AD from your link
system_locale
No translation is performed. Make sure the locale specified in the sysidcfg file is supported in Oracle Solaris 11.
terminal
No translation is performed. Make sure the terminal type specified in the sysidcfg file is supported in Oracle Solaris 11.
not B NIS+ is translated to NIS, which is supported
not E PRIMARY is supported (limited)
AD