zfs initial install


 
Thread Tools Search this Thread
Operating Systems Solaris zfs initial install
# 1  
Old 01-20-2011
Computer zfs initial install

Can anyone tell me why /export and /export/home are showing up after an install? I'm assuming it's reading from the old default filesystem layout during installs but I don't see anywhere to change that.

Thanks in advance,

df -hF zfs

Code:
Filesystem             size   used  avail capacity  Mounted on
rpool/ROOT/s10x_u9wos_14a
                        20G    11G   3.0G    79%    /
rpool/export            20G    23K   3.0G     1%    /export
rpool/export/home       20G    21K   3.0G     1%    /export/home
rpool                   20G    32K   3.0G     1%    /rpool

zfs list
Code:
NAME                        USED  AVAIL  REFER  MOUNTPOINT
rpool                      16.5G  3.03G  32.5K  /rpool
rpool/ROOT                 11.4G  3.03G    21K  legacy
rpool/ROOT/s10x_u9wos_14a  11.4G  3.03G  11.4G  /
rpool/dump                 1.00G  3.03G  1.00G  -
rpool/export                 44K  3.03G    23K  /export
rpool/export/home            21K  3.03G    21K  /export/home
rpool/swap                 4.15G  7.19G    16K  -

zpool list
Code:
NAME    SIZE  ALLOC   FREE    CAP  HEALTH  ALTROOT
rpool  19.9G  12.4G  7.50G    62%  ONLINE  -


Last edited by Scott; 01-20-2011 at 03:57 PM.. Reason: Added code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Install Solaris 11 with ZFS

Hi, I'm not expert with solaris. I Familiar with Linux variant only. Could anyone point me to right tutorial? I got one > but not sure it can be use or not. I'm doing fresh install for new server. The server spec did not come out yet. Please assist me. Thanks. (17 Replies)
Discussion started by: mzainal
17 Replies

2. Solaris

ZFS flash install "Unable to create Filesystem error"

Hi, I am trying to get an HPz420 workstation instaled (zfs root pool) via a jump-start server. I have a zfs image (from this workstation) the Solaris release is 10 1/13 update 11. I use a sparc U25 install server, upgraded to the same solaris build 10 1/13. This server is configured to install... (8 Replies)
Discussion started by: sc0rpie
8 Replies

3. Solaris

Install using a ZFS FLAR on x86

Hi, Been rattling my brain on this one, trying to install multiple systems using the FLASH method from a cdrom booted image s10u10, with flar image hosted on a FTP server.. System installs fine with traditional install, and can use the flash procedure using ufs image but not zfs filesystem.... (4 Replies)
Discussion started by: gt71027
4 Replies

4. Solaris

Jumpstart with ZFS root install

Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)). My issue is that I get prompted for information each time I boot the client system. My goal is to get the... (8 Replies)
Discussion started by: bluescreen
8 Replies

5. Solaris

Install with /var in separate partition - Zfs / 10

This is my first time working with ZFS on Solaris 10. I am trying to set up /var in a separate partition from /. During the installation, I came across the ZFS settings where I selected disks 0 and 1 to be mirrored with ZFS. Next was the option to have /var and / on separate datasets. Is... (3 Replies)
Discussion started by: 6L71
3 Replies

6. Solaris

Installing ZFS on an existing Solaris 10 install (UFS)

Hello, I am new to Solaris so i apologize upfront if my questions seem trivial. I am trying to install a ZFS file system on a Solaris 10 machine with UFS already installed on it. I want to run: # zpool create pool_zfs c0t0d0 then: # zfs create pool_zfs/fs My question is more to... (3 Replies)
Discussion started by: mcdef
3 Replies

7. Solaris

Can i load Xwindows or Gnome after the initial install

I am trying to load Xwindows on a sun240 that was deployed without it. I have the Solaris 10 disk mounted and ready but I want to make sure that I can load a Xwindows using the pkgadd command. I know its a dumb question but I rather ask a dumb question vs scrogging the box (0 Replies)
Discussion started by: razor3928
0 Replies

8. UNIX for Advanced & Expert Users

Initial RT Configuration

We are trying to set up a ticket request application on a Solaris 9 (SPARC) server. http://wiki.bestpractical.com/index.cgi?SolarisInstallGuide Apache has been configured and MySQL 4.1.12 was installed. http://www.sun.com/bigadmin/features/articles/req_track_1.html Now the issue is with... (1 Reply)
Discussion started by: chrs0302
1 Replies

9. Solaris

Initial RT Configuration

We are trying to set up a ticket request application on a Solaris 9 (SPARC) server. http://wiki.bestpractical.com/index.cgi?SolarisInstallGuide Apache has been configured and MySQL 4.1.12 was installed. http://www.sun.com/bigadmin/features/articles/req_track_1.html Now the issue is with... (0 Replies)
Discussion started by: chrs0302
0 Replies
Login or Register to Ask a Question