Can you set BE_PRINT_ERR to see if we can get a bit more information on what 
going on here? (export BE_PRINT_ERR=true)
It would also be helpful to see what "zpool status" shows as well as what's in 
menu.lst


Thanks!
-evan

Rob McMahon wrote:
> Jim Grisanzio wrote:
> 
>> Thanks ... this update from 94-95 went quite well for me. :)
>>   
> I wish I could say the same.  I've tried many things on a machine that 
> has gone 86 -> 91 (I think) -> 93 -> 94, but I can't get it to 95.  
> Whatever I try seems to end up with
> 
>> beadm list
> BE            Active Active on Mountpoint Space
> Name                 reboot               Used 
> ----          ------ --------- ---------- -----
> opensolaris-5 yes    yes       /          49.49M
> opensolaris-7 no     no        -          11.23G
>> beadm activate opensolaris-7
> beadm: Unable to activate opensolaris-7
> 
> It can't be space, there's 200GB free.  I thought it might be all the 
> old crud from previous updates, so I deleted all the old @static fs'es 
> and tried again.  No effect.
> 
>> zfs list
> NAME                                                        USED  AVAIL  
> REFER  MOUNTPOINT
> rpool                                                      13.1G   213G  
> 60.5K  /rpool
> [EMAIL PROTECTED]                                              19.5K      
> -    55K  -
> rpool/ROOT                                                 11.3G   
> 213G    18K  /rpool/ROOT
> rpool/[EMAIL PROTECTED]                                           15K      
> -    18K  -
> rpool/ROOT/opensolaris-5                                   49.5M   213G  
> 6.21G  legacy
> rpool/ROOT/opensolaris-5/opt                                127K   213G  
> 1.52G  /opt
> rpool/ROOT/opensolaris-7                                   11.2G   213G  
> 6.20G  legacy
> rpool/ROOT/[EMAIL PROTECTED]                           1.27G      -  
> 2.22G  -
> rpool/ROOT/[EMAIL PROTECTED]                     1.28G      -  
> 3.02G  -
> rpool/ROOT/[EMAIL PROTECTED]:-:2008-08-20-09:04:23      3.54M      -  
> 6.17G  -
> rpool/ROOT/[EMAIL PROTECTED]:-:2008-08-20-09:08:23       838K      -  
> 6.17G  -
> rpool/ROOT/opensolaris-7/opt                               1.52G   213G  
> 1.52G  /opt
> rpool/ROOT/opensolaris-7/[EMAIL PROTECTED]                         73K      - 
>  
> 3.61M  -
> rpool/ROOT/opensolaris-7/[EMAIL PROTECTED]                  954K      -  
> 1.19G  -
> rpool/ROOT/opensolaris-7/[EMAIL PROTECTED]:-:2008-08-20-09:04:23    56K      
> -  
> 1.52G  -
> rpool/ROOT/opensolaris-7/[EMAIL PROTECTED]:-:2008-08-20-09:08:23    25K      
> -  
> 1.52G  -
> rpool/export                                                486K   
> 213G    19K  /export
> rpool/[EMAIL PROTECTED]                                         15K      
> -    19K  -
> rpool/export/home                                           452K   
> 213G   434K  /export/home
> rpool/export/[EMAIL PROTECTED]                                    18K      
> -    21K  -
> rpool/local                                                1.81G   213G  
> 1.79G  /usr/local
> rpool/[EMAIL PROTECTED]                                          15.9M      - 
>  
> 1.79G  -
> 
> How do I diagnose this further ?  The end of `truss beadm activate 
> opensolaris-7' shows:
> 
> 17451:    ioctl(3, ZFS_IOC_OBJSET_STATS, 0x08043B80)    = 0
> 17451:    open("/rpool/boot/grub/menu.lst", O_RDONLY)    = 6
> 17451:    fstat64(6, 0x08045F50)                = 0
> 17451:    fstat64(6, 0x08045E80)                = 0
> 17451:    ioctl(6, TCGETA, 0x08045F1C)            Err#25 ENOTTY
> 17451:    read(6, " s p l a s h i m a g e  ".., 1536)    = 1046
> 17451:    llseek(6, 0xFFFFFFFFFFFFFF69, SEEK_CUR)        = 895
> 17451:    close(6)                    = 0
> 17451:    ioctl(3, ZFS_IOC_POOL_STATS, 0x080457C0)    = 0
> 17451:    ioctl(3, ZFS_IOC_POOL_GET_PROPS, 0x080443D0)    = 0
> 17451:    ioctl(3, ZFS_IOC_POOL_STATS, 0x08044250)    = 0
> 17451:    open("/dev/rdsk/c5t0d0s0", O_RDONLY|O_NDELAY)    = 6
> 17451:    ioctl(6, DKIOCINFO, 0x08044D2C)            = 0
> 17451:    ioctl(6, DKIOCGMEDIAINFO, 0x08044D70)        = 0
> 17451:    ioctl(6, 0x0412, 0x08044D88)            = 0
> 17451:    ioctl(6, 0x0412, 0x08044D88)            = 0
> 17451:    ioctl(6, 0x0412, 0x08044D88)            = 0
> 17451:    close(6)                    = 0
> 17451:    open("/dev/rdsk/c5t1d0s0", O_RDONLY|O_NDELAY)    = 6
> 17451:    ioctl(6, DKIOCINFO, 0x08044D2C)            = 0
> 17451:    ioctl(6, DKIOCGMEDIAINFO, 0x08044D70)        = 0
> 17451:    ioctl(6, 0x0412, 0x08044D88)            = 0
> 17451:    ioctl(6, 0x0412, 0x08044D88)            = 0
> 17451:    close(6)                    = 0
> 17451:    close(3)                    = 0
> 17451:    llseek(4, 0, SEEK_CUR)                = 0
> 17451:    close(4)                    = 0
> 17451:    llseek(5, 0, SEEK_CUR)                = 0
> 17451:    close(5)                    = 0
> 17451:    fstat64(2, 0x08046BF0)                = 0
> 17451:    write(2, " b e a d m :", 6)            = 6
> 17451:    write(2, "  ", 1)                = 1
> 17451:    write(2, " U n a b l e   t o   a c".., 32)    = 32
> 17451:    write(2, "\n", 1)                = 1
> 
> Any help gratefully received.  There's obviously an issue here somewhere 
> that I'd like to help to resolve rather than just waiting for the next 
> release.
> 
> Cheers,
> 
> Rob
> 
> 

_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to