1. Installing and Configuring HA for Samba
A. Deployment Example: Installing Samba packaged with Solaris 10
B. Deployment Example: Installing Samba from http://www.samba.org
Installing and Configuring Samba downloaded from http://www.samba.org
Example: Preparing the Cluster for Samba
Example: Configuring Cluster Resources for Samba
Example: Download and Configure Samba from http://www.samba.org
Example: Create the Samba smb.conf Configuration File
Example: Verify winbind and Samba
Example: Enabling the Samba Software to Run in the Cluster
Example: Verify the HA for Samba resource group
In this task you will install two Solaris Containers on Vigor5.
Vigor5# mkdir /zones
Vigor5# cat > /tmp/whole <<-EOF create -b set zonepath=/zones/whole EOF
Vigor5# cat > /tmp/sparse <<-EOF create set zonepath=/zones/sparse EOF
Vigor5# zonecfg -z whole -f /tmp/whole Vigor5# zonecfg -z sparse -f /tmp/sparse
Open two windows and issue the following command in each window.
Vigor5# zoneadm -z whole install Vigor5# zoneadm -z sparse install
Vigor5# zoneadm -z whole boot Vigor5# zoneadm -z sparse boot
Vigor5# zlogin -C whole Vigor5# zlogin -C sparse
After you have completed the zone system identification, disconnect from the two windows your previously opened.
Vigo5# ~.
Vigor5# zlogin whole mkdir /local Vigor5# zlogin sparse mkdir /local