1Z0-821 · Question #209
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…
The correct answer is A. The service name is prod_ai. B. DHCP base IP address is 192.168.1.100 D. Five IP addresses are allocated for DHCP clients, starting with 192.168.1.100. F. The AI net image ISO file is located in /repo/prod and the net image ISO will be unpacked in. 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…
Question
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?
Options
- AThe service name is prod_ai.
- BDHCP base IP address is 192.168.1.100
- CThe initial IP address for the install clients will be 192.168.1.100. This IP address is temporary.
- DFive IP addresses are allocated for DHCP clients, starting with 192.168.1.100.
- EThe Install server will support up to five clients.
- FThe AI net image ISO file is located in /repo/prod and the net image ISO will be unpacked in
- GThe AI net image ISO file is located in /repo/repo and is named /repo/prod/_ai.iso.
How the community answered
(35 responses)- A80% (28)
- C6% (2)
- E3% (1)
- G11% (4)
Explanation
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 F: -s <srcimage> Specifies location of AI ISO image to use for setting up the install service. Required: Specifies location to set up net image.
Topics
Community Discussion
No community discussion yet for this question.