22. June 2011
Dirt cheap 8 port PCI-E controller card:
http://www.glcomp.com/ibm-system-x-serveraid-br10i-sas-sata-controller
20. January 2011
Configure SMB shares:
OpenSolaris:
1) Install the service
# pkg install service/file-system/smb
2) Join a domain or workgroup (example is workgroup)
# smbadm join -w
3) Enable the ID mapping service and map users as required
# svcadm enable idmap
To simply map all UNIX and Windows accounts of the same name:
# idmap add -d “winuser:*@*” “unixuser:*”
# idmap list
4) Add the following line to /etc/pam.conf to enable SMB
authentication
other password required pam_smb_passwd.so.1 nowarn
5) Ensure CIFS is enabled for users (it is by default)
# smbadm enable-user
6) In workgroup mode, update passwords for any SMB user after updating
pam.conf
and enabling the user with smbadm
# passwd
7) Create SMB groups and add members as required
# smbadm create -d “Group Description”
# smbadm add-member -m
Create a share group add add shares to the group
# sharemgr create
# sharemgr add-share -r
Commands to view configuration:
# sharemgr list -v < -- list share
groups with enabled protocols
# sharemgr show -v <-- show shares by
share-group
# smbadm show <-- show SMB groups
# smbadm show -m
18. January 2011
Another excellent article on ZFS but on the ZIL functionality:
http://blogs.sun.com/brendan/entry/slog_screenshots
18. January 2011
This article has an excellent explanation of how the L2ARC functions and its effect of random reads:
http://blogs.sun.com/brendan/entry/l2arc_screenshots
5. January 2011
Storage:
Storage can be added to the base node and expanded massively before running out of physical space in the box.
30. September 2011
0 Comments