Software >> OS >> Unix >> Solaris >> 11 >> Installation >> How to perform automated Solaris 11 install for more than 1 client using MAC address criteriacreate the AI sevice installadm create-service -n basic_ai -s path-to-ai-iso -i DHCP_base_ip_addr -c DHCP_ip_addr_range d path-to-ai_target ai manifest e.g. /var/tmp/manifests/basic_ai.xml - may be copied from default.xml and then modified <ai_criteria_manifest> add the clients' mac addr installadm create-client -e x:x:x:x:x:x -n basic_ai add ai manifest and criteria manifest to the ai service installadm create-manifest -n basic_ai \
|