|
Table of Contents
Solaris 10 post-install stepsDrive mirroringEnable auth logging
Create Initial user
NOTE: Put this line at the end of other password required pam_smb_passwd.so.1 nowarn NEWUSER=mark zfs create zdata/export zfs set mountpoint=/export zdata/export zfs set compression=on zdata/export zfs create zdata/export/home zfs create zdata/export/home/$NEWUSER useradd -d /home/$NEWUSER -s /usr/bin/zsh $NEWUSER chown -R $NEWUSER /export/home/$NEWUSER Enable auto mounted /home
NOTE: newer OpenSolaris releases no longer use the automounter for
Enable remote access to web consolesvccfg -s svc:/system/webconsole setprop options/tcp_listen = true svcadm refresh svc:/system/webconsole svcadm disable webconsole svcadm enable webconsole Configure CIFS (SMB) server to share your home directorysvcadm enable -r smb/server zfs set sharesmb=name=mark zdata/export/home/mark sharemgr show -vp smbadm join -w mccoy |