Oracle Solaris ZFS File System (MOSC)

MOSC Banner

Jumpstart and Zpool and ZFS creation

edited Dec 13, 2012 6:05AM in Oracle Solaris ZFS File System (MOSC) 9 commentsAnswered ✓
Hello guys,I'm trying to configure my jumpstart to create some zpool and zfs within the finish script.
I'm starting testing a simple:

finish.zfs.sh
#!/bin/sh -x
/usr/sbin/zpool create -f -R /a data c0d1
/usr/sbin/zfs create data/farc
/usr/sbin/zfs set mountpoint=/farc data/farc


everything seems perfect but as soon as the finish.zfs.sh starts it complains:

cannot mount '/a': directory is not empty
libshare SMF initialization problem: entity not found

btw the jumpsart ends up with no further problem.
I log in and the zpool has been created:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center