Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Just a quick word on ESX 5.1
I just upgraded my ESX from 5.0u1 to 5.1 without any issue, also converted the OI to the newest vm format (9), and re-installed the vmware tool within OI.
All went smooth and my ZFS is back on![]()
Are you using a commercial (i.e., paid for) version of VMWare ESXi 5.1? The reason I ask is that it is my understanding that there is no free version of ESXi 5.1.
Upgraded to ESXi 5.1, updated my OI VM to version 9, and updated to the latest version of VMWare Tools and I'm getting better results.
My network read speeds have almost doubled (60 MB/sec to 110 MB/sec) and so far I haven't had to restart the SMB server due to write speeds falling.
I'm hoping over the next couple days to not have to restart SMB but so far I'm liking the improvements.
Could you please tell us your hardware?
Thanks.
Upgraded to ESXi 5.1, updated my OI VM to version 9, and updated to the latest version of VMWare Tools and I'm getting better results.
My network read speeds have almost doubled (60 MB/sec to 110 MB/sec) and so far I haven't had to restart the SMB server due to write speeds falling.
I'm hoping over the next couple days to not have to restart SMB but so far I'm liking the improvements.
snapshots don't inherently take up a lot of space. If you take a snap, and change a crapload of data, then, sure there is a lot of space, since the system needs to track both sets of data. If you do this repeatedly, then yes, you can use up a lot of space. Before deleting them, it would have been nice to see the output of 'zfs list -t snapshot'.
Quick question hopefully... how can I get the Zpool screen to show the correct amount of available space on a pool? For example, I have a recording pool I use for TV that got really full during the olympics. I've since then cleared off almost 700 GB, but the pool still only shows 1% available in Napp-it..
It doesn't seem to matter how much data I remove from the pool, the amount available remains at 1%. I even tried copying all the files off to another pool, with no change in the available listing.
The pool and everything appears to be working fine, just that it is reporting wrong...
NAME USED AVAIL REFER MOUNTPOINT
SageTV 1.76T 25.6G 1.76T /SageTV
Storage 5.02T 6.73T 89.8K /Storage
Storage/Private 177G 5.66T 177G /Storage/Private
Storage/Storage 3.16T 5.66T 3.16T /Storage/Storage
Storage/VM_Backup 626G 5.66T 626G /Storage/VM_Backup
VM_Store 278G 1.13T 35K /VM_Store
VM_Store/VM_Store 202G 1.07T 202G /VM_Store/VM_Store
VM_Store/VM_Test 7.69G 1.07T 7.69G /VM_Store/VM_Test
NAME USED AVAIL REFER MOUNTPOINT
rpool/ROOT/napp-it-0.8h_update_05.04@install 32.8M - 2.74G -
rpool/ROOT/napp-it-0.8h_update_05.04@2012-05-04-04:49:22 379M - 3.17G -
rpool/ROOT/napp-it-0.8h_update_05.04@2012-05-04-05:29:19 50.3M - 2.92G -
rpool/ROOT/napp-it-0.8h_update_05.04@2012-05-04-05:31:15 50.8M - 2.92G -
rpool/ROOT/napp-it-0.8h_update_05.04@2012-05-04-05:34:30 33.7M - 3.18G -
rpool/ROOT/openindiana-1@2012-05-04-05:37:30 211K - 3.50G -
wget -O - www.napp-it.org/afp | perl
Hi Gea,
If I am monitoring your changelog and notice an upgrade to afp 3; to upgrade do I run rerun the installer?or is there more too it?Code:wget -O - www.napp-it.org/afp | perl
There is nothing wrong at the moment, everything is working great thank you; I'm just curious to know.
Thank you
Paul
Has anyone been able to connect a Y-cam IP camera to their SAN? It says it supports SMB/CIFS shares. It asks for the server ip /Domain Name and the share name. I have tried it a million different ways but cant get it to connect.
Hi folks-
I have a number of questions as I am setting up this system:
1) I am configuring ACLs for SMB access from Windows machines, I am not clear when/where idmap is useful, because when I try to access a share it asks me for a username and password, and is this the username/password on Solaris? If so, when and why would I use idmap?
2) When I created a folder it said I need to use case insensitive for SMB access, however I'd like to use the same folder for NFS where I'd like to have case sensitivity.. can I set it to sensitive or mixed? What are the consequences?
3) If my server has a power outage, do I need to do a file system check of any sort on either the base OS install or my ZFS pools?
4) Should I set up an scrub check? I saw an option for it under Napp-it, but wasn't sure at what frequency this should occur.
Thanks!
The problem:
When do you need to care about the idmapping service?
- First: only in an LDAP or AD environment AND
- Whenever you use other services like NFS or netatalk (They only use UID, they do not know the SID). In such a case, you need
a persistent mapping between SID and UID, either with AD Unix additions or with manual id-mappings like AD-user: Paul = Unixuser:root (or any other).
(Solaris idmap currently lacks the option for an additional fixed mapping based on a direct SID->UID assignment like winbind.
This will be needed for compatibility between netatalk and CIFS and unmodified AD servers. If are a Illumos developer, please add this to idmapd....).
Thanks Gea!
So historically when I used NFS at school we had to ensure that our local user id/gid was the same everywhere we accessed data from our NFS server otherwise permissions wouldn't work. Is this also an issue with Solaris, or does idmap or some other mechanism help with that (for Linux access)?
Thanks Gea!
So historically when I used NFS at school we had to ensure that our local user id/gid was the same everywhere we accessed data from our NFS server otherwise permissions wouldn't work. Is this also an issue with Solaris, or does idmap or some other mechanism help with that (for Linux access)?
This is a problem of UID/GID. They are not unique for a special user but can be different on every server.
This can be fixed with LDAP/AD and Unixsupport and a central management of UIDs.
But Solaris CIFS + Active Directory + ephemeral mappings is the easiest way to solve all of these problems
by not using UID/GID at all.
But CIFS/AD don't work with Linux right, which I also have clients that need access from. That and I don't use AD.
But CIFS/AD don't work with Linux right, which I also have clients that need access from. That and I don't use AD.