Melon

From MDWiki
Revision as of 02:10, 11 August 2009 by Matt (talk | contribs) (→‎ZFS)
Jump to navigationJump to search

Melon

melon is one of our servers. This document provides a full description of its services. If a service is moved to another server, please just move the corresponding description to its page.

Description

Sun X4500 Thumper (36 TB storage). Runs Solaris 10

ZFS

Please read this page: ZFS

NFS

NFS exporting of /melon1,2,3 is automatic and is linked to ZFS. For example, /melon3 is only exported if there is a ZFS tank created within it.

Add a new user directory, e.g. /melon1/NEWUSER

melon# zfs create -o quota=500G -o sharenfs=on melon1/NEWUSER
melon# chown NEWUSER:500 /melon1/NEWUSER