I got caught out trying to update the grub menu in omnios, i foolishly tried to update menu.lst located in /boot/grub
In omnios, you need to edit the menu.lst file located in /rpool/boot/grub/
I got caught out trying to update the grub menu in omnios, i foolishly tried to update menu.lst located in /boot/grub
In omnios, you need to edit the menu.lst file located in /rpool/boot/grub/
for netperf say
pkg set-publisher -g http://pkg.cs.umd.edu/ cs.umd.edu pkg install network/netperf
zfs get all tank
zfs set compression=lz4 <dataset>
zpool set feature@lz4_compress=enabled tank
we need to fdisk the partition of the second drive with:
pfexec fdisk -B c13t1d1s0
Copy label from the original rpool member
pfexec prtvtoc /dev/rdsk/c13t1d0s0 | pfexec fmthard -s - /dev/rdsk/c13t1d1s0
Attach mirror drive to the pool
zpool attach -f rpool c13t1d0s0 c13t1d1s0
Install grub on the second drive.
installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c13t1d1s0
iostat -xn
sar -u 10 60
iscsi target isn’t configured out of the box with omnios, you need to install the target:
root@omnios:~# pkg install pkg:/network/iscsi/target
then enable
root@omnios:~# svcadm enable stmf
Recent Comments