Questions tagged [omnios]
16 questions
9
votes
1 answer
OmniOS/ZFS/Windows 7: "Save as" from within applications lags 5 seconds for all file sizes over CIFS/SMB
Situation:
The following strange problem has occurred on a single file server running OmniOS r151018 (95eaa7e) serving files over SMB to Windows and OS X guests.
Saving certain files (.docx, .xlsx, some images) through the "Save as..." dialog window…
user121391
- 2,452
- 12
- 31
7
votes
2 answers
Why does a ZFS resilver scan the entire pool?
I have a zpool where I have just replaced a failed disk, and started a resilvering to the new disk.
What I don't understand is, why zpool status says it want to scan 129TB, when the size of the vdev is ~30TB. When I look at iostat -nx 1 then I can…
Jasmine Lognnes
- 2,490
- 8
- 31
- 51
7
votes
1 answer
incomplete recursive snapshots on zfs
I got a bunch of new disks on one of our systems and wanted to
transfer an existing pool over to them so what I did was this:
zfs snapshot -r old-pool@replicaton
zfs send -R old-pool@replication | mbuffer -m 1G | zfs receive -F -d new-pool
but…
Tobi Oetiker
- 1,752
- 12
- 12
5
votes
3 answers
How to automatically detect inserted SATA disk in Solaris if cfgadm status is disconnected?
My goal is to automate a backup routine on a small OpenSolaris NAS (running OmniOS + napp-it on a HP Microserver N54L) in combination with SATA disks.
Background:
I have installed one of those 5.25" -> 3.5" carrier-less HDD trays that contain a…
user121391
- 2,452
- 12
- 31
4
votes
1 answer
Where is my ZFS SMB share?
We run this pair of OpenSolaris servers that provide file storage. They run active/passive and stay in sync via snapshot replication every minute or so. Originally, they both ran OpenIndiana, but since development for OI seems to be stagnating, we…
Steve F
- 321
- 1
- 2
- 9
3
votes
1 answer
Faulted zpool recovery - can I dd some disks to new disks to allow me to scavenge donors?
I am in the process of trying to recover a pool that had been degraded and neglected, then had a second mirror member fail, resulting in a faulted pool. For whatever reason, the spare never autoreplaced, even though that option was set for this…
Dirk
- 33
- 4
3
votes
1 answer
How to automatically restart Opensolaris/OmniOS service/daemon that logs notices, but not critical errors to syslog?
The following problem can be viewed as a CIFS/AD related problem (specific view) or as a question about service restarts, error handling and log parsing (general view). I will present both areas here, but would be happy to receive answers on any of…
user121391
- 2,452
- 12
- 31
3
votes
1 answer
How to avoid loosing changes on the root filesystem when kernel upgrading?
On Solaris and variants, it makes a zfs clone of the current / filesystem and installs the new kernel there. When rebooting you get the new /.
In my case I have a /scripts directory, so if I ever should go back to a previous kernel, then my /scripts…
Jasmine Lognnes
- 2,490
- 8
- 31
- 51
3
votes
1 answer
ZFS: how to replace disk that faulted while resilvering after another fault?
A disk replacement in ZFS went awry, and now the replacing disk, even though no longer physically present, is "stuck" in the pool, blocking further replacement attempts. How to remove it?
In a raidz3 pool with 11 disks on OmniOS r151010, one of the…
Willard
- 161
- 1
- 5
2
votes
1 answer
How to set up ldap client?
I am having a chicken and egg problem setting up ldap client on OmniOSCE, which is a Solaris fork.
Question
From what I can tell from the below, then ldap_client and ldap_cachemgr needs each other in order to work, which seams like a chicken and egg…
Sandra
- 9,973
- 37
- 104
- 160
2
votes
1 answer
OmniOS r151018 file server visible in samba4 Active Directory but not in Windows Network Neighborhood
I have a test setup containing:
3 AD domain controllers (set up to replicate between them), all running Samba 4.3 on Univention Corporate Server 4.1
1 Windows 7 SP1 client joined to the domain
1 OmniOS r151018 file server running napp-it 16.02f…
user121391
- 2,452
- 12
- 31
1
vote
1 answer
OmniOS (Illumos) sendmail verbose option not working
When using mailx -v or /usr/lib/sendmail -v to send mail, we are not getting any text back. Mail does go out and log entries are found in /var/log/syslog.
What can I check for or change? I am used to getting full transcript whenever I add -v, but I…
700 Software
- 2,163
- 9
- 47
- 77
1
vote
1 answer
ipfilter: is possible to redirect ssh on every zone?
I have a server for testing,I have installed on it OmniOS,because can emulate linux(lx branded zones) and Solaris(works perfect with kvm-qemu).
I can run all on 192.168.0.0/24 network,but I prefer to do something like this:
A server with 2 nics:…
elbarna
- 322
- 3
- 6
- 14
1
vote
1 answer
Possible to save OmniOS packages?
I install the following non standard packages
pkg set-publisher -g http://pkg.omniti.com/omniti-ms/ ms.omniti.com
pkg install omniti/system/mbuffer
pkg install omniti/system/storage/smartmontools
pkg install archiver/gnu-tar
and as OmniTI have…
Sandra
- 9,973
- 37
- 104
- 160
1
vote
1 answer
Get changelog before installing updates on Solaris/OmniOS?
On Solaris pkg update -nv will give a list the new packages.
On CentOS can one read the changelog for each package by yum changelog.
Is it possible to read the changelog for each of the available packages before installing them on Solaris/OmniOS?
Jasmine Lognnes
- 2,490
- 8
- 31
- 51