ZFS Question


 
Thread Tools Search this Thread
Operating Systems Solaris ZFS Question
# 1  
Old 05-11-2009
ZFS Question

We are looking into testing ZFS at our location. Because we are a government agency we have security and auditors breathing down our neck to make sure we are not opening any security holes.

My question is are there any ports or security concerns I would need to address if implemnting a ZFS file system? I can't believe there are any being that it's a file system but I don't know (or even pretend to know) everything in regards to solaris or unix.

Thanks
Robert
# 2  
Old 05-11-2009
Get started reading the ZFS docs at docs.sun.com. I cannot speak to its security because I (we) won't use it due to its stability issues. If ZFS does use ports it probably uses them for RAID management similar to SVM. I yield, as always, to the wisdom of the documentation.
# 3  
Old 05-11-2009
pay attention to backup and investigate if your current backup software can backup zfs filesystem and also will be able to restore. netbackup 6.x, dataprotector can't ....
# 4  
Old 05-11-2009
Quote:
Originally Posted by seg
I (we) won't use it due to its stability issues.
Can you share your experience here ?

I have been using ZFS personally since it is available in Solaris Express (nov 2005) then later at work/on customer sites and so far has found it both extremely reliable and convenient.

About the OP question. ZFS doesn't open TCP ports but sharing a ZFS filesystem with NFS or CIFS will certainly do it.

Regarding security, an interesting feature which is worked on is ZFS on disk encryption. It is planned to be integrated in OpenSolaris by the end of the year: ZFS on disk encryption support at OpenSolaris.org
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris ZFS and reservations question

I'm having trouble increasing my reservations on some ZFS filesystems, although there seems to be enough space in the zpool, and no constraints on the parent device. Note that I'm using refreservation instead of reservation, so I'm not constrained by the reservation on the parent device (or... (1 Reply)
Discussion started by: akbar
1 Replies

2. Solaris

Solaris ZFS question

What I am trying to do is reuse space that was used from an old solaris zone and take that space used in the 2 disk mirror from the 2nd zpool and relocate it to /var/audit in the root pool. The pysical server has 4 disks. 2 disks are a mirrored root zone(c1t0d0s0,c1t1d0s0) and the other were the... (1 Reply)
Discussion started by: jpolachak
1 Replies

3. Solaris

ZFS mirroring

Hello, I just build a Solaris 10 server on an x86 box. I forgot to mirror the two disks when I install the OS. Can I get some help with this? I have this # zpool list rpool 278G 5.77G 272G 2% ONLINE - # zpool status pool: online state: ONLINE scan: none requested config: ... (12 Replies)
Discussion started by: bitlord
12 Replies

4. Solaris

ZFS

Hi, I need some advice please. I have this server with a couple of zpools, lets call them pay_serv ukb_pool There are two zones attached to these pools. When I do a zfs list I see this pay_serv 8.41G 265G 8.41G /pay_serv ukb_pool 79.8G 194G 23K /ukb_pool ukb_pool/temp_ps 9.11G... (4 Replies)
Discussion started by: giles.cardew
4 Replies

5. Solaris

ZFS

what are all the advantages of ZFS comparing to UFS SVM what is the use of creating file system in a file system in ZFS (15 Replies)
Discussion started by: dinu
15 Replies

6. Solaris

Are you using ZFS ?

With Solaris 11 coming out with a requirement of ZFS on the root disk, I was curious to know who is using the Zeta File System now? I have been using ZFS for the past year and don't plan to go back to UFS since ZFS is much more reliable and easier to maintain. (13 Replies)
Discussion started by: bluescreen
13 Replies

7. Solaris

zfs-acronym

zfs-zeta bye filesystem or zope filesystem which is correct (2 Replies)
Discussion started by: kishanreddy
2 Replies

8. Solaris

ZFS question.

I have a oracle instance running in NGZ which is on zfs dataset. Is there any possibility if i can take a zfs snapshot without shutting down the zone and then restore the zfs on other server and start oracle .. will the data be fine or not ? (2 Replies)
Discussion started by: fugitive
2 Replies

9. Solaris

ZFS pool question

I created a pool the other day. I created a 10 gig files just for a test, then deleted it. I proceeded to create a few files systems. But for some reason the pool shows 10% full, but the files systems are both at 1%? Both files systems share the same pool. When I ls -al the pool I just... (6 Replies)
Discussion started by: mrlayance
6 Replies

10. Solaris

ZFS question

How does one set a size limit on a ZFS filesystem? It seems every ZFS FS I create has the same size limit as the parent Zpool. I want to create an FS with a much smaller limit. how? Thanks in advance my friends. (3 Replies)
Discussion started by: akbar
3 Replies
Login or Register to Ask a Question