Skip to main content

Posts

Showing posts with the label Cheat Sheet

Oracle Solaris 11 Cheat Sheet

Create an install service from a downloaded ISO file, specifying x86 based DHCP client starting at address 192.168.1.210 with a total count of 10 addresses: # installadm create-service -n s11x86 -i 192.168.1.210 -c 10 –s /path/to/solaris-11-1111-ai-x86.iso List all enabled services: # installadm list List any installation manifests associated with the install services: # installadm list -m Export the default installation manifest associated with the   s11x86 service: # installadm export -n s11x86 -m orig_default > manifest.xml Import a manifest to be associated with the s11x86 service: # installadm update-manifest -n s11x86 -m orig_default -f manifest.xml List any system configuration profiles associated with the install services: # installadm list -p Create a system configuration profile interactively, saving the contents to a file: # sysconfig create-profile -o profile.xml Validate a system configuration profile against the default x86 install service: # installadm validate -n d