I’ve run through this exercise again – my old findings here
4 x 500 WD Black drives — in one big RAID 0 (128K blocks)
and again only using 500GB of capacity (roughly 1/4 of each of the drives)
Daz's bits and bobs …bytes bits
I’ve run through this exercise again – my old findings here
4 x 500 WD Black drives — in one big RAID 0 (128K blocks)
and again only using 500GB of capacity (roughly 1/4 of each of the drives)
Change SSHD to allow root login;
vi /etc/ssh/sshd_config
PermitRootLogin = yes
Allow remote logon for root user, comment out the following line;
vi /etc/default/login
#CONSOLE =/dev/login
rolemod -K type=normal root
Setup iSCSI target using comstar —
pkg install -v storage-server
pkg install pkg:/SUNWiscsit
svcadm enable stmf
svcadm enable svc:/network/iscsi/target:default
itadm create-target
reboot — -r
Create the iSCSI store —
zfs create -V 100G DataPool/TestDatastore1
sbdadm create-lu /dev/zvol/rdsk/DataPool/TestDatastore1
stmfadm create-hg ESX4-group
stmfadm add-hg-member -g ESX4-group wwn.2100001b329711bd wwn.2101001b32b711bd
stmfadm add-view -h ESX4-group -n 0 600144F03EBEC50000004BA86E460001
stmfadm list-lu -v
This command will confirm if TRIM has been auto-enabled by windows 7
fsutil behavior query disabledeletenotify
DisableDeleteNotify = 1 (Windows TRIM commands are disabled)
DisableDeleteNotify = 0 (Windows TRIM commands are enabled)
If you would like to force it on;
fsutil behavior set disabledeletenotify 0