Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Dan McDonald

> On Mar 21, 2017, at 5:51 PM, Arne  wrote:
> 
> Other websites lists this as an NVMe 1.1 device, though.

If it's NVMe 1.1, it should work with bloody.

I wonder if "grep nvme /var/adm/messages" would show you anything booting off 
of the bloody one.

Also, that "prtconf -vp" output I asked for earlier may be useful as well.

Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] nfsv3rwsnoop.d lists NFS writes to files

2017-03-21 Thread Richard Elling

> On Mar 21, 2017, at 3:54 PM, Richard Skelton  wrote:
> 
> Hi,
> I am using the dtrace script nfsv3rwsnoop.d to find file that are accessed 
> from my OmniOS r151020 filer and some file names are listed as unknown :-(
> I guess they are files that have been open for a long time and have dropped 
> out of some data structure.

almost... they are files that were open prior to the dtrace script running or 
they are files
which have been deleted (!), such that there is no mapping between the nfs file 
handle and
the current file system

> Is there any way to increase the persistence of the name stored.
> I have lots on memory in this system and would be happy to sacrifice some if 
> I could see more file name :-)

depending on what you wish to accomplish, dtrace might be the wrong tool and 
you might
want auditing or NFS logging instead 
 — richard

> 
> root@filer:/scratch# /root/dtrace/nfsv3rwsnoop.d |more
> 1189849649391xxx.xx.xxx.59   W 10500138879 
> 1189849649582xxx.xx.xxx.59   W 10500137788 
> 1189849740621xxx.xx.xxx.118  W 0  2404 
> 1189849781136xxx.xx.xxx.109  W 19832756675 /scratch/run.log
> 1189849849301xxx.xx.xxx.102  W 1096  57513 
> /scratch/avm_remote_job_f64ccf56-efa1-4605-8a48-874816779289_2.out
> Cheers
> Richard
> 
> 
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] nfsv3rwsnoop.d lists NFS writes to files

2017-03-21 Thread Chris Siebenmann
> Hi,
> I am using the dtrace script nfsv3rwsnoop.d to find file that are
> accessed from my OmniOS r151020 filer and some file names are listed as
> unknown :-(
> I guess they are files that have been open for a long time and have
> dropped out of some data structure.
> Is there any way to increase the persistence of the name stored.
> I have lots on memory in this system and would be happy to sacrifice
> some if I could see more file name :-)

 My usual way to force many of the names back into cache is to
run find over the filesystem, looking for that inode number. If I needed
to do it regularly I would probably write a dedicated filesystem walker
that could be fed relevant output from nfsv3rwsnoop.d or a similar DTrace
script and then do the find in bulk.

(I can come up with a whole collection of evil ideas here, but I've
not tested any of them and perhaps someone with experience has better
ideas here.)

- cks
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] nfsv3rwsnoop.d lists NFS writes to files

2017-03-21 Thread Richard Skelton
Hi,
I am using the dtrace script nfsv3rwsnoop.d to find file that are
accessed from my OmniOS r151020 filer and some file names are listed as
unknown :-(
I guess they are files that have been open for a long time and have
dropped out of some data structure.
Is there any way to increase the persistence of the name stored.
I have lots on memory in this system and would be happy to sacrifice
some if I could see more file name :-)

root@filer:/scratch# /root/dtrace/nfsv3rwsnoop.d |more

1189849649391xxx.xx.xxx.59   W 10500138879 
1189849649582xxx.xx.xxx.59   W 10500137788 
1189849740621xxx.xx.xxx.118  W 0  2404 
1189849781136xxx.xx.xxx.109  W 19832756675 /scratch/run.log
1189849849301xxx.xx.xxx.102  W 1096  57513
/scratch/avm_remote_job_f64ccf56-efa1-4605-8a48-874816779289_2.out

Cheers
Richard


___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Arne
Haha, I also noted that there is no lspci in the bloody installer, but I 
already rebooted to Linux before I read your answer.

The relevant output of "lspci -nn" on Linux is:

06:00.0 Non-Volatile memory controller [0108]: Intel Corporation Device 
[8086:f1a5] (rev 03)


Is this information sufficient, or do you want me to reboot to the 
bloody installer?



The exact name of the SSD is: SSDPEKKW256G7X1

I could not find a detailed data sheet on the Intel website, only this 
short one:

http://www.intel.com/content/dam/www/public/us/en/documents/product-briefs/ssd-600p-brief.pdf

Other websites lists this as an NVMe 1.1 device, though.


 Original Message  
Subject: Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk
From: Dan McDonald 
To: Arne , Dan McDonald 


Date: Tue Mar 21 2017 22:33:57 GMT+0100




On Mar 21, 2017, at 5:24 PM, Dan McDonald  wrote:

Which version of NVMe does this use?  I can't seem to find it anywhere. Also, can you 
"lspci -nn" from the bloody installer's shell? I'm wondering if it's new enough 
where we don't have it in /etc/driver_aliases.


Damn, I thought we included lspci in the kayak image.

Instead, please try "prtconf -vp" and include it in an attachment.

Dan


___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Dan McDonald

> On Mar 21, 2017, at 5:24 PM, Dan McDonald  wrote:
> 
> Which version of NVMe does this use?  I can't seem to find it anywhere. Also, 
> can you "lspci -nn" from the bloody installer's shell? I'm wondering if it's 
> new enough where we don't have it in /etc/driver_aliases.

Damn, I thought we included lspci in the kayak image.

Instead, please try "prtconf -vp" and include it in an attachment.

Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Dan McDonald

> On Mar 21, 2017, at 5:07 PM, Arne  wrote:
> 
> Unfortunately, I won't see any disks in that menu, either.
> Does this mean that there is a problem with my BIOS not supporting NVMe block 
> devices, as Bob suggested?

I went back to your original note:

> System Disk: Intel SSD 600p 256GB, M.2 PCIe (=NVMe)


Which version of NVMe does this use?  I can't seem to find it anywhere. Also, 
can you "lspci -nn" from the bloody installer's shell?  I'm wondering if it's 
new enough where we don't have it in /etc/driver_aliases.

Thanks,
Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Arne

Dan and Bob, thank you for your very quick responses!

I just did what you suggested, Dan: I tried to install the r151021 
bloody release.


In the OmniOS installation menu, I chose option 1:
"Find disks, create rpool, and install OmniOS"

Unfortunately, I won't see any disks in that menu, either.
Does this mean that there is a problem with my BIOS not supporting NVMe 
block devices, as Bob suggested?



 Original Message  
Subject: Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk
From: Dan McDonald 
To: Bob Friesenhahn , Dan McDonald 


Date: Tue Mar 21 2017 20:45:26 GMT+0100


Yes it would.  We don't have EFI boot yet in illumos.

Dan


On Mar 21, 2017, at 3:43 PM, Bob Friesenhahn  
wrote:

Does the BIOS need to support NMVE in order for this to work?

Bob

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Dan McDonald
Yes it would.  We don't have EFI boot yet in illumos.

Dan

Sent from my iPhone (typos, autocorrect, and all)

> On Mar 21, 2017, at 3:43 PM, Bob Friesenhahn  
> wrote:
> 
>> On Tue, 21 Mar 2017, Dan McDonald wrote:
>> 
>> If you're feeling brave, try the brand new bloody ISO, which has installer 
>> support for blkdev devices.  The old INSTALLER had problems with blkdev 
>> devices like NMVE.
> 
> Does the BIOS need to support NMVE in order for this to work?
> 
> Bob
> -- 
> Bob Friesenhahn
> bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
> GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Bob Friesenhahn

On Tue, 21 Mar 2017, Dan McDonald wrote:

If you're feeling brave, try the brand new bloody ISO, which has 
installer support for blkdev devices.  The old INSTALLER had 
problems with blkdev devices like NMVE.


Does the BIOS need to support NMVE in order for this to work?

Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Dan McDonald
If you're feeling brave, try the brand new bloody ISO, which has installer 
support for blkdev devices.  The old INSTALLER had problems with blkdev devices 
like NMVE.

Dan

Sent from my iPhone (typos, autocorrect, and all)

> On Mar 21, 2017, at 3:30 PM, Bob Friesenhahn  
> wrote:
> 
>> On Tue, 21 Mar 2017, Arne wrote:
>> 
>> Hi everyone!
>> 
>> I am currently trying to setup a nice little file server for home use.
>> I intend to evaluate OmniOS as the operating system, but I have some
>> trouble installing it onto an NVMe SSD.
> 
> OmniOS can use a NVMe SSD but surely can not be installed on one.
> 
> The BIOS and boot software would need to support NVMe before it is possible 
> to install the OS on it.
> 
> Bob
> -- 
> Bob Friesenhahn
> bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
> GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Bob Friesenhahn

On Tue, 21 Mar 2017, Arne wrote:


Hi everyone!

I am currently trying to setup a nice little file server for home use.
I intend to evaluate OmniOS as the operating system, but I have some
trouble installing it onto an NVMe SSD.


OmniOS can use a NVMe SSD but surely can not be installed on one.

The BIOS and boot software would need to support NVMe before it is 
possible to install the OS on it.


Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] OmniOS r151020: Setup won't see my NVMe disk

2017-03-21 Thread Arne
Hi everyone!

I am currently trying to setup a nice little file server for home use.
I intend to evaluate OmniOS as the operating system, but I have some
trouble installing it onto an NVMe SSD.

My hardware setup:
CPU: Intel Xeon E3-1230 v5
Memory: Crucial 64GB (4x 16GB), DDR4-2133, ECC
Mainboard: Supermicro X11SSH-CTF
System Disk: Intel SSD 600p 256GB, M.2 PCIe (=NVMe)

To run the OmniOS installer, I had to install a SATA optical drive and
enable legacy USB mouse/keyboard support in the BIOS (the XHCI
controller of my mainboard is not supported by OmniOS).
Now I am stuck at the next problem: The OmniOS installer is not able to
see my NVMe disk.

Under Linux I can see the SSD, it shows up as "/dev/nvme0n1", showing
256GB capacity.
The OmniOS installer gives me the following error message: "OmniOS
cannot be installed on any disk"

OmniOsNoDisk.png

I used the ISO image of OmniOS v11 r151020 (current stable).
AFAIK, this should already contain an NVMe driver, so I am a little bit
surprised, why it won't see my disk.

Any hints what I am missing?

Thank you!

Arne 

FYI: I asked the same question in the forums at servethehome.com a few
days ago, without any answer so far:
https://forums.servethehome.com/index.php?threads/omnios-r151020-setup-wont-see-my-nvme-disk.13842/
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Package Versions

2017-03-21 Thread Davide Poletto
Generally (and I write as a noob) I use:

pkg update -nv (it's a dry run)

then you can decide to apply all of them with:

pkg update -v (verbose mode)

or select the package proposed update you want to apply.

More info here:

https://omnios.omniti.com/wiki.php/GeneralAdministration#PackageManagement



On Tue, Mar 21, 2017 at 4:11 PM, Software Information <
softwareinfor...@gmail.com> wrote:

> Hi All
> I am just being introduced to IllumOS and OmniOS. I am coming from FreeBSD
> so as I learn I try to think of the command equivalent to what I know in
> FreeBSD. I am currently studying how to manage packages and so far, one
> thing that is eluding me is how to know which packages need updating. In
> freebsd I would do pkg version -v to see the list. Something like below
> would be the result.
>
> opendkim-2.9.2_5   <   needs updating (index has 2.10.3_6)
> openntpd-6.0p1_3,2 <   needs updating (index has 6.0p1_4,2)
> p5-Bit-Vector-7.3  <   needs updating (index has 7.4)
> p5-Carp-Clan-6.04  <   needs updating (index has 6.06)
> p5-Date-Calc-6.3   <   needs updating (index has 6.4)
> p5-Locale-gettext-1.05_3   <   needs updating (index has 1.06)
> pcre-8.37_4<   needs updating (index has 8.40)
>
> What command would I use in IllumOS? Thanks for any help and I have to
> say, I am impressed with the concepts I am seeing.
>
> Regards
>
> ___
> OmniOS-discuss mailing list
> OmniOS-discuss@lists.omniti.com
> http://lists.omniti.com/mailman/listinfo/omnios-discuss
>
>
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


Re: [OmniOS-discuss] Package Versions

2017-03-21 Thread Dan McDonald

> On Mar 21, 2017, at 11:11 AM, Software Information 
>  wrote:
> 
> Hi All
> I am just being introduced to IllumOS and OmniOS. I am coming from FreeBSD so 
> as I learn I try to think of the command equivalent to what I know in 
> FreeBSD. I am currently studying how to manage packages and so far, one thing 
> that is eluding me is how to know which packages need updating. In freebsd I 
> would do pkg version -v to see the list. Something like below would be the 
> result.
> 
> opendkim-2.9.2_5   <   needs updating (index has 2.10.3_6)
> openntpd-6.0p1_3,2 <   needs updating (index has 6.0p1_4,2)
> p5-Bit-Vector-7.3  <   needs updating (index has 7.4)
> p5-Carp-Clan-6.04  <   needs updating (index has 6.06)
> p5-Date-Calc-6.3   <   needs updating (index has 6.4)
> p5-Locale-gettext-1.05_3   <   needs updating (index has 1.06)
> pcre-8.37_4<   needs updating (index has 8.40)
> 
> What command would I use in IllumOS? Thanks for any help and I have to say, I 
> am impressed with the concepts I am seeing.

Hello again!

A reminder, pkg(1) is distro-specific, not native to upstream illumos.

As I said on the other list:

Read the manual page for pkg(1).  If you utter "pkg update -nv", you'll get a 
breakdown similar to the one you see above.  For a larger upgrade (like if 
illumos got rebuilt and pushed to your upstream repo server), that can be quite 
verbose.  Also, if you have zones, linked-image zone will get pulled along for 
the ride.


Welcome to illumos (note the capitalization) and OmniOS (note the 
capitalization)!

Dan

___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


[OmniOS-discuss] Package Versions

2017-03-21 Thread Software Information
Hi All
I am just being introduced to IllumOS and OmniOS. I am coming from FreeBSD
so as I learn I try to think of the command equivalent to what I know in
FreeBSD. I am currently studying how to manage packages and so far, one
thing that is eluding me is how to know which packages need updating. In
freebsd I would do pkg version -v to see the list. Something like below
would be the result.

opendkim-2.9.2_5   <   needs updating (index has 2.10.3_6)
openntpd-6.0p1_3,2 <   needs updating (index has 6.0p1_4,2)
p5-Bit-Vector-7.3  <   needs updating (index has 7.4)
p5-Carp-Clan-6.04  <   needs updating (index has 6.06)
p5-Date-Calc-6.3   <   needs updating (index has 6.4)
p5-Locale-gettext-1.05_3   <   needs updating (index has 1.06)
pcre-8.37_4<   needs updating (index has 8.40)

What command would I use in IllumOS? Thanks for any help and I have to say,
I am impressed with the concepts I am seeing.

Regards
___
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss