|
|||
Part I Planning to Install Over the Network 1. Where to Find Solaris Installation Planning Information 2. Preconfiguring System Configuration Information (Tasks) 3. Preconfiguring With a Naming Service or DHCP Part II Installing Over a Local Area Network 4. Installing From the Network (Overview) 5. Installing From the Network With DVD Media (Tasks) 6. Installing From the Network With CD Media (Tasks) 7. Installing Over the Network (Examples) 8. Installing From the Network (Command Reference) Part III Installing Over a Wide Area Network 10. Preparing to Install With WAN Boot (Planning) 11. Installing With WAN Boot (Tasks) 12. SPARC: Installing With WAN Boot (Tasks) 13. SPARC: Installing With WAN Boot (Examples) Create the Document Root Directory Install the wanboot Program on the WAN Boot Server Create the /etc/netboot Hierarchy Copy the wanboot-cgi Program to the WAN Boot Server (Optional) Configure the WAN Boot Server as a Logging Server Configure the WAN Boot Server to Use HTTPS Provide the Trusted Certificate to the Client (Optional) Use Private Key and Certificate for Client Authentication Create the Keys for the Server and the Client Create the Solaris Flash Archive Create and Validate the rules File Create the System Configuration File Check the net Device Alias in OBP |
Install Keys on the ClientIn Create the Keys for the Server and the Client, you created the hashing key and encryption key to protect your data during the installation. To enable the client to decrypt the data transmitted from wanserver-1 during the installation, install these keys on wanclient-1. On wanserver-1, display the key values. wanserver-1# wanbootutil keygen -d -c -o net=192.168.198.0,cid=010003BA152A42,type=sha1 b482aaab82cb8d5631e16d51478c90079cc1d463 wanserver-1# wanbootutil keygen -d -c -o net=192.168.198.0,cid=010003BA152A42,type=3des 9ebc7a57f240e97c9b9401e9d3ae9b292943d3c143d07f04 The previous example uses the following information.
At the ok prompt on wanclient-1, install the keys. ok set-security-key wanboot-hmac-sha1 b482aaab82cb8d5631e16d51478c90079cc1d463 ok set-security-key wanboot-3des 9ebc7a57f240e97c9b9401e9d3ae9b292943d3c143d07f04 The previous commands perform the following tasks.
|
||
|