[OmniOS-discuss] mount/create volume lu from snapshot

2014-12-22 Thread Rune Tipsmark
hi all, I have two omnios boxes and zfs replication going between the two every 30 min. I am replicating a volume lu pool01/vol01 from hostA to hostB how can I mount this or create a volume lu out of it on my destination box? br, Rune ___ Omn

Re: [OmniOS-discuss] mount/create volume lu from snapshot

2014-12-22 Thread Dan McDonald
> On Dec 22, 2014, at 1:59 PM, Rune Tipsmark wrote: > > hi all, > > I have two omnios boxes and zfs replication going between the two every 30 > min. > > I am replicating a volume lu pool01/vol01 from hostA to hostB > > how can I mount this or create a volume lu out of it on my destinatio

Re: [OmniOS-discuss] mount/create volume lu from snapshot

2014-12-22 Thread Rune Tipsmark
hi Dan, tried that, get data file error. I tried zfs list and found my snapshot pool01/PHTVOL01@1419269859_repli_zfs_zfs20_nr_4 then stmfadm create-lu pool01/PHTVOL01@1419269859_repli_zfs_zfs20_nr_4 doesn't work... also tried pool01/PHTVOL01, no luck either. which file do I need to use? br,

Re: [OmniOS-discuss] mount/create volume lu from snapshot

2014-12-22 Thread Dan McDonald
> On Dec 22, 2014, at 2:24 PM, Rune Tipsmark wrote: > > hi Dan, > > tried that, get data file error. > > I tried zfs list and found my snapshot > > pool01/PHTVOL01@1419269859_repli_zfs_zfs20_nr_4 > > then stmfadm create-lu pool01/PHTVOL01@1419269859_repli_zfs_zfs20_nr_4 > > doesn't work...

Re: [OmniOS-discuss] mount/create volume lu from snapshot

2014-12-22 Thread Geoff Nordli
On 14-12-22 11:24 AM, Rune Tipsmark wrote: hi Dan, tried that, get data file error. I tried zfs list and found my snapshot pool01/PHTVOL01@1419269859_repli_zfs_zfs20_nr_4 then stmfadm create-lu pool01/PHTVOL01@1419269859_repli_zfs_zfs20_nr_4 doesn't work... also tried pool01/PHTVOL01, no lu

[OmniOS-discuss] KVM within a child zone

2014-12-22 Thread Michael Mounteney
Has anyone done this? The main obstacle in my own investigation is that the zonecfg command "add device / set match=/dev/net/vnick0 ; end" is ignored so I can't network the VM. Michael. ___ OmniOS-discuss mailing list OmniOS-discuss@lists.omniti.com htt

[OmniOS-discuss] sudden loss of networking

2014-12-22 Thread Michael Mounteney
Just now, r151012 lost networking. I was able to get in via a serial console (very relieved I took the trouble to set that up) but otherwise the machine wasn't even pingable. Thanks to the wonders of NFS, a reboot preserved everything --- I wasn't running any VMs at the time. svcs -a showed that

Re: [OmniOS-discuss] sudden loss of networking

2014-12-22 Thread Dan McDonald
> On Dec 22, 2014, at 9:04 PM, Michael Mounteney wrote: > > Just now, r151012 lost networking. I was able to get in via a serial > console (very relieved I took the trouble to set that up) but otherwise > the machine wasn't even pingable. Thanks to the wonders of NFS, a > reboot preserved ever

[OmniOS-discuss] NTP server needs restarting to be usable

2014-12-22 Thread Michael Mounteney
After the reboot referred-to in my earlier message, the NTP server wasn't really working properly. At first ntpclient on a Linux box was reporting: 41994 07614.540 rejected packet: LI==3 41994 07629.556 rejected packet: LI==3 41994 07644.571 rejected packet: LI==3 41994 07659.586 rejected pac

Re: [OmniOS-discuss] KVM within a child zone

2014-12-22 Thread Warren Marts
KVM virtual machines on illumos each already run in a zone - with a specific minimal brand, and qemu-kvm as the zone's primary process. So you can apply global zone resources limits to arbitrate each vm. On Mon, Dec 22, 2014 at 5:51 PM, Michael Mounteney wrote: > > Has anyone done this? The main

Re: [OmniOS-discuss] NTP server needs restarting to be usable

2014-12-22 Thread Dan McDonald
> On Dec 22, 2014, at 9:29 PM, Michael Mounteney wrote: > > After the reboot referred-to in my earlier message, the NTP server > wasn't really working properly. At first ntpclient on a Linux box was > reporting: Did you "pkg update" to the very latest NTP server? There's a security vulnerabi

Re: [OmniOS-discuss] sudden loss of networking

2014-12-22 Thread Michael Mounteney
On Mon, 22 Dec 2014 21:27:00 -0500 Dan McDonald wrote: > Lots of possibilities when you "lose networking". Lots of > information helps tell what happened. > > Output of these commands: > - ifconfig -a > - dladm show-link > - dladm show-phys > - dladm show-ether > -

Re: [OmniOS-discuss] NTP server needs restarting to be usable

2014-12-22 Thread Michael Mounteney
On Mon, 22 Dec 2014 21:40:30 -0500 Dan McDonald wrote: > Did you "pkg update" to the very latest NTP server? There's a > security vulnerability attached to it, you know. Oh yes. root@world:/root# pkg list ntp NAME (PUBLISHER) VERSIONIFO serv

Re: [OmniOS-discuss] KVM within a child zone

2014-12-22 Thread Bryan Horstmann-Allen
+-- | On 2014-12-22 19:34:52, Warren Marts wrote: | | KVM virtual machines on illumos each already run in a zone - with a | specific minimal brand, and qemu-kvm as the zone's primary process. So you | can apply global zone

Re: [OmniOS-discuss] KVM within a child zone

2014-12-22 Thread Theo Schlossnagle
This doesn't happen unless you explicit do that on "illumos." You are describing the default behavior on SmartOS, qemu-kvm is just a process on illumos, you'd have to setup the minimal zone, etc. On Mon, Dec 22, 2014 at 9:34 PM, Warren Marts wrote: > > KVM virtual machines on illumos each alread

Re: [OmniOS-discuss] NTP server needs restarting to be usable

2014-12-22 Thread takashi ary
Hello, please try using the following setup svccfg -s svc:/network/ntp addpg name-services dependency svccfg -s svc:/network/ntp setprop name-services/entities = fmri: svc:/milestone/name-services:default svccfg -s svc:/network/ntp setpr

Re: [OmniOS-discuss] NTP server needs restarting to be usable

2014-12-22 Thread Michael Mounteney
On Tue, 23 Dec 2014 12:50:24 +0900 takashi ary wrote: > Hello, > > please try using the following setup > [...] Thank you Takashi: that does appear to fix the problem, although the skew hovers around 5 ms. Michael. ___ OmniOS-discuss mailing list Om