You are setting up an automated installer (AI) install server and issue the following command:
installadm create-service -n prod_ai -s /repo/prod_ai.iso \
-i 192.168.1.100 -c 5 -d /export/repo
Which four options describe the install server that you have configured?
A.
Theservicename is prod_ai.
B.
DHCP base IP address is 192.168.1.100
C.
The initial IP address for the install clients will be 192.168.1.100. This IP address is temporary.
After the client is booted, it will use IP addresses in the following range:192.168.1.101-105.
D.
Five IP addresses are allocated for DHCP clients, starting with 192.168.1.100.
E.
The Install server will support up to five clients.
F.
The AI net image ISO file is located in /repo/prod and the net image ISO will be unpacked in
/export/repo.
G.
The AI net image ISO file is located in /repo/repo and is named /repo/prod/_ai.iso.
Explanation:
A:-n <svcname>
Uses this install service name instead of default
service name.
B: -i <dhcp_ip_start>
Sets up a new DHCP server. The IP addresses,
starting from dhcp_address_start, are set up.
D: -c <count_of_ipaddr>
Sets up a total number of IP addresses in the
DHCP table equal to the value of the
count_of_ipaddr. The first IP address is the
value of dhcp_ip_start that is provided by the
-i option.
F: -s <srcimage>
Specifies location of AI ISO image to use for
setting up the install service.
<targetdir>
Required: Specifies location to set up net image.
Reference: man installadm
it’s not B it is E
i was wrong. it’s A,B,D,F
A D E F
A B D F
A,B,E,F
CHECKED
• Service name: basic_ai
• DHCP base IP address: 192.168.0.131
• DHCP IP address range: 5
• AI ISO image location: /opt/ora/ABC.iso
• Target directory: /export/ai/basic_ai
root@s11-serv1:~# installadm create-service -n basic_ai \
-s /opt/ora/course_files/sol-11-dev-175b-ai-x86.iso \
-i 192.168.0.130 -c 5 -d /export/ai/basic_ai
UP TO 5 CLIENTS
A B D F
http://docs.oracle.com/cd/E23824_01/html/E21798/gkgdg.html
# installadm create-service -n s11-x86 \
-s /var/tmp/images/i386/sol-11-dev-171-ai-x86.iso \
-d /install/images/s11-x86 \
-i 10.80.239.150 -c 20
1) The install service is named s11-x86.
2) The ISO file, /var/tmp/images/i386/sol-11-dev-171-ai-x86.iso, is unpacked into the net image location, /install/images/s11-x86.
3) This install service serves twenty IP addresses (-c), starting from 10.80.239.150 (-i).
A DHCP service is created if necessary, and IP addresses 10.80.239.150 through 10.80.239.169 are provisioned. If DHCP service is already set up on this server, the -i and -c options update the DHCP server with new IP addresses for this service.
ADEF
http://docs.oracle.com/cd/E23824_01/html/E21797/installadm-1m.html
ABDF
ADEF
if D is true then B is false (the clients ip start is 192.168.1.100 so this address is not a base ip adress (network address for clients))
It is importante to know what means base IP address