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.
The service name 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.