Displaying 20 results from an estimated 1000 matches similar to: "Saving data across install"
2009 Jun 26
4
Backing up OS drive?
I have one drive that I''m running OpenSolaris on and a 6-drive RAIDZ. Unfortunately I don''t have another drive to mirror the OS drive, so I was wondering what the best way to back up that drive is. Can I mirror it onto a file on the RAIDZ, or will this cause problems before the array is loaded when booting? What about zfs send and recv to the RAIDZ?
-- 
This message posted from
2009 Oct 13
14
How to resize ZFS partion or add a new one?
Hi,
I have the following partions on my laptop, Inspiron 6000, from fdisk:
          1                 Other OS          0    11      12      0
          2                 EXT LBA          12  2561    2550     26
          3       Active    Solaris2       2562  9728    7167     74
First one is for Dell utilities. Second one is NTFS and the third is ZFS.
I am currently using OpenSolaris 2009.06
2009 Aug 23
23
incremental backup with zfs to file
FULL backup to a file
zfs snapshot -r rpool at 0908
zfs send -Rv rpool at 0908 > /net/remote/rpool/snaps/rpool.0908
INCREMENTAL backup to a file
zfs snapshot -i rpool at 0908 rpool at 090822
zfs send -Rv rpool at 090822 > /net/remote/rpool/snaps/rpool.090822
As I understand the latter gives a file with changes between 0908 and
090822. Is this correct?
How do I restore those files? I know
2010 Jul 16
1
ZFS mirror to RAIDz?
Hi all,
I currently have four drives in my OpenSolaris box.  The drives are split into two mirrors, one mirror containing my rpool (disks 1 & 2) and one containing other data (disks 2 & 3).
I''m running out of space on my data mirror and am thinking of upgrading it to two 2TB disks. I then considered replacing disk 2 with a 2TB disk and making a RAIDz from the three new drives.
2009 Jun 28
2
Cloning a ZFS compact flash card
I need some help please.
I am currently using a compact flash as the boot drive (ZFS) on a thumper.
I want to create a clone of it to a file and restore it to a new CF card on another thumper.  Unfortunately, an exact make, model and size of the CF has a few less cylinders so a straight dd of the slice2 does not work.  Now I have to navigate the intricacies of the trying to clone rpool etc, which
2009 Jun 08
4
[caiman-discuss] Can not delete swap on AI sparc
Hi Richard,
Richard Robinson wrote:
> I should add that I also used truss and saw the same ENOMEM error.  I am on a 4Gb system with swap -l reporting
>
> swapfile             dev  swaplo blocks   free
> /dev/zvol/dsk/rpool/swap 181,1       8 4194296 4194296
>
> and I was trying to follow the directions for increasing swap here:
>
2010 Jul 12
3
Need ZFS master!
Hello all. I am new...very new to opensolaris and I am having an issue and have no idea what is going wrong. So I have 5 drives in my machine. all 500gb. I installed open solaris on the first drive and rebooted. . Now what I want to do is ad a second drive so they are mirrored. How does one do this!!! I am getting no where and need some help.
-- 
This message posted from opensolaris.org
2010 Mar 13
3
When to Scrub..... ZFS That Is
When would it be necessary to scrub a ZFS filesystem?
We have many "rpool", "datapool", and a NAS 7130, would you consider to
schedule monthly scrubs at off-peak hours or is it really necessary?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2001 Sep 06
1
Running soft with flexlm MAC based license under wine?
Hello,
When I try to run the FlexLM protected (with NIC MAC based licecnse) software
under wine (Linux) I get the following messages:
fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
And finally the program
2010 Apr 16
1
cannot set property for ''rpool'': property ''bootfs'' not supported on EFI labeled devices
I am getting the following error, however as you can see below this is a SMI
label...
cannot set property for ''rpool'': property ''bootfs'' not supported on EFI
labeled devices
# zpool get bootfs rpool
NAME PROPERTY VALUE SOURCE
rpool bootfs - default
# zpool set bootfs=rpool/ROOT/s10s_u8wos_08a rpool
cannot set property for ''rpool'': property
2009 May 13
4
backup and restore of ZFS root disk using DVD driveand DAT tape drive
Dear all,
given a DVD drive and DAT Tape Drive, and using Solaris 10 U7 (5/09), 
how can we plan for a total backup of ZFS root disk and procedure to 
recover that?
Previously using UFS, we just need to use boot from Solaris OS DVD
media, also using ufsdump, ufsrestore and installboot.
Anybody can point me on how to achieve the same thing when the whole
system disk are busted?
Thanks in
2010 May 28
21
expand zfs for OpenSolaris running inside vm
hello, all
I am have constraint disk space (only 8GB) while running os inside vm. Now i
want to add more. It is easy to add for vm but how can i update fs in os?
I cannot use autoexpand because it doesn''t implemented in my system:
$ uname -a
SunOS sopen 5.11 snv_111b i86pc i386 i86pc
If it was 171 it would be grate, right?
Doing following:
o added new virtual HDD (it becomes
2010 Feb 18
2
Killing an EFI label
Since this seems to be a ubiquitous problem for people running ZFS, even 
though it''s really a general Solaris admin issue, I''m guessing the 
expertise is actually here, so I''m asking here.
I found lots of online pages telling how to do it.
None of them were correct or complete.  I think.  I seem to have 
accomplished it in a somewhat hackish fashion, possibly not
2010 Jul 09
2
snapshot out of space
I am getting the following erorr message when trying to do a zfs snapshot:
root at pluto#zfs snapshot datapool/mars at backup1
cannot create snapshot ''datapool/mars at backup1'': out of space
root at pluto#zpool list
NAME SIZE USED AVAIL CAP HEALTH ALTROOT
datapool 556G 110G 446G 19% ONLINE -
rpool 278G 12.5G 265G 4% ONLINE -
Any ideas???
-------------- next part
2011 Dec 08
1
Can't create striped replicated volume
Hi,
I'm trying to create striped replicated volume but getting tis error:
gluster volume create cloud stripe 4 replica 2 transport tcp
nebula1:/dataPool nebula2:/dataPool nebula3:/dataPool nebula4:/dataPool
wrong brick type: replica, use<HOSTNAME>:<export-dir-abs-path>
Usage: volume create<NEW-VOLNAME>  [stripe<COUNT>] [replica<COUNT>]
2007 Sep 28
5
ZFS Boot Won''t work with a straight or mirror zfsroot
Using build 70, I followed the zfsboot instructions at http:// 
www.opensolaris.org/os/community/zfs/boot/zfsboot-manual/  to the  
letter.
I tried first with a mirror zfsroot, when I try to boot to zfsboot  
the screen is flooded with "init(1M) exited on fatal signal 9"
Than I tried with a simple zfs pool (not mirrored) and it just  
reboots right away.
If I try to setup grub
2011 Apr 01
15
Zpool resize
Hi,
LUN is connected to solaris 10u9 from NETAP FAS2020a with ISCSI. I''m 
changing LUN size on netapp and solaris format see new value but zpool 
still have old value.
I tryed zpool export and zpool import but it didn''t resolve my problem.
bash-3.00# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
        0. c0d1 <DEFAULT cyl 6523 alt 2 hd 255 sec 63>
     
2010 Apr 29
39
Best practice for full stystem backup - equivelent of ufsdump/ufsrestore
I''m looking for a way to backup my entire system, the rpool zfs pool to an external HDD so that it can be recovered in full if the internal HDD fails. Previously with Solaris 10 using UFS I would use ufsdump and ufsrestore, which worked so well, I was very confident with it. Now ZFS doesn''t have an exact replacement of this so I need to find a best practice to replace it.
2012 Jan 17
6
Failing WD desktop drive in mirror, how to identify?
I have a desktop system with 2 ZFS mirrors. One drive in one mirror is
starting to produce read errors and slowing things down dramatically. I
detached it and the system is running fine. I can''t tell which drive it is
though! The error message and format command let me know which pair the bad
drive is in, but I don''t know how to get any more info than that like the
serial number
2014 Oct 20
1
2.2.14 Panic in sync_expunge_range()
I am getting some panics after upgrading from 2.2.13 to 2.2.14
This panic happens for one user only, he is subscribed to 86 folders,
on two of them this panic happens quite often - several times a day.
The mbox folders seems OK, less than 30M with 30 and 200 messages.
Panic: file mail-index-sync-update.c: line 250 (sync_expunge_range): assertion failed: (count > 0)
hmk
GNU gdb 6.8