[OpenIndiana-discuss] mpt timeouts

2013-08-06 Thread James Relph
Hi all, Does anyone know if the current version of OpenIndiana (either 151a7 or hipster) has a fix in for this issue (in terms of mpt timeouts being honoured): http://blogs.everycity.co.uk/alasdair/2011/05/adjusting-drive-timeouts-with-mdb-on-solaris-or-openindiana/ I had a look at the associat

[OpenIndiana-discuss] iSCSI

2013-08-06 Thread Piotr May
I seek guide (simple please ..) "How the Configure iSCSI" Help! :) Piotr ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] iSCSI

2013-08-06 Thread Jan Owoc
Hi Piotr, On Tue, Aug 6, 2013 at 7:26 AM, Piotr May wrote: > I seek guide (simple please ..) "How the Configure iSCSI" Most Solaris-related documentation is equally applicable to OpenIndiana. If you go to the OpenSolaris documentation [1], you should find a section "Using a ZFS Volume as a Sol

[OpenIndiana-discuss] Time-slider no workee, how to debug

2013-08-06 Thread Harry Putnam
Summary: Is oi still having continuing problems with the time-slder?.. Or is it just my setup? Details: I get the log message on boot up that time-slider has failed. First started showing up in logs Aug 4, right after I monkeyed around with the gui interface. Where at first I thought it was fail

[OpenIndiana-discuss] Yikes my new install is frozeup in Vbox

2013-08-06 Thread Harry Putnam
I've posted a similar query on the vbox lists, but not getting anything back yet... and really wanted to keep on working now that I'm getting into zpools and zfs.. after a few days configuring a new install. Its a vm using vbox on win7 64 bit. I did something while scripting up some rsync and zfs

Re: [OpenIndiana-discuss] Yikes my new install is frozeup in Vbox

2013-08-06 Thread Harry Putnam
Harry Putnam writes: [...] > Its a vm using vbox on win7 64 bit. > > I did something while scripting up some rsync and zfs snapshot > scripts. Maybe a few too many clicks or something... I don't know but > the mouse and keyboard froze up... I waited a good while but it didn't > thaw. > > Ok si

Re: [OpenIndiana-discuss] iSCSI

2013-08-06 Thread Jarrad Piper
Hi Poitr, Here is a very basic example for home usage. It will create a disk visible to all clients. 1. create a place to put your disks >zfs create rpool/ISCSI 2. create a zfs slice for your ISCSI disk (you can also make it thin provisioned using -s) >zfs create -V 64G rpool/ISCSI/Store0 3. Inst