kristof wrote: > Hi All, > > I was trying to setup a diskless server with a zfs root pool. So I installed > opensolaris build 90 via jumpstart, with some modified profiles. Install was > just fine, but: > > For some reason when I use smosservice add , it complains about not enough > free space in / , althougt there is plenty of space: > > [root at appliance-proto-02:32 PM-~]# /usr/sadm/bin/smosservice add -H > 10.100.150.250 -u root -- -o 10.100.150.250 -x mediapath=/mnt/solnvb90 -x > platform=i386.i86pc.Solaris_11 -x cluster=SUNWCXall -x locale=en_US > Authenticating as user: root > > Type /? for help, pressing <enter> accepts the default denoted by [ ] > Please enter a string value for: password :: > Loading Tool: com.sun.admin.osservermgr.cli.OsServerMgrCli from 10.100.150.250 > Login to 10.100.150.250 as user root was successful. > Download of com.sun.admin.osservermgr.cli.OsServerMgrCli from 10.100.150.250 > was successful. > Insufficient space available on > rootpool/ROOT/sxce_90 / > The partition / does not have enough free space. 10563359 KB > (10315.78 MB) additional free space required. > > [root at appliance-proto-02:42 PM-~]# zfs list > NAME USED AVAIL REFER MOUNTPOINT > rootpool 8.03G 449G 36K /rootpool > rootpool at start 0 - 36K - > rootpool/ROOT 4.04G 449G 18K legacy > rootpool/ROOT at start 0 - 18K - > rootpool/ROOT/sxce_90 4.04G 449G 4.02G / > rootpool/ROOT/sxce_90 at start 19.1M - 4.00G - > rootpool/dump 2.00G 449G 2.00G - > rootpool/dump at start 0 - 2.00G - > rootpool/export 37K 449G 19K /export > rootpool/export at start 0 - 19K - > rootpool/export/home 18K 449G 18K /export/home > rootpool/export/home at start 0 - 18K - > rootpool/swap 2.00G 451G 16K - > rootpool/swap at start 0 - 16K - > > Is smosservice already aware of a zfs root pool ? > > I found 1 link ( > http://www.sun.com/bigadmin/features/articles/zfs_part2_ease.jsp ) , but > there is no documentation on how to setup the smdiskless server on zfs root > :-( > > Any help/info is welcome, >
Could be an overflow problem in the crappy smosservice code's space calculations. You might try setting a quota on rpool/ROOT/sxce_90 that's way smaller (50 GB or something) and see if that helps, as that should change the reported available space. Dave
