Melon: Difference between revisions

From MDWiki
Jump to navigationJump to search
mNo edit summary
Line 4: Line 4:
== Description ==
== Description ==
Sun X4500 Thumper (36 TB storage). Runs Solaris 10
Sun X4500 Thumper (36 TB storage). Runs Solaris 10
== ZFS ==
Please read this page: [SolarisZfs]


== NFS ==
== 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. <code>/melon1/NEWUSER</code> ===
=== Add a new user directory, e.g. <code>/melon1/NEWUSER</code> ===

Revision as of 02:10, 11 August 2009

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: [SolarisZfs]

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