Sponsored Content
Operating Systems Solaris Back up solution in Solaris 10 environment Post 302882514 by os2mac on Tuesday 7th of January 2014 01:47:57 PM
Old 01-07-2014
What File system are you using? ufs? zfs?

if zfs there are procedures on Oracle's website to send a zfs snapshot to file.
This User Gave Thanks to os2mac For This Post:
 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Need a redundency solution for Solaris.

Dear friends, I look after 10 Solaris servers. What I need to do is to come up with a solution so that in case one of the servers dies, be able to create the same server in the shortest possible way. I believe in Windows OS they use something called "Ghosting ". My question is what should I use to... (3 Replies)
Discussion started by: snili
3 Replies

2. UNIX for Advanced & Expert Users

Clustering solution for RH Linux AS and Solaris x86/AMD 64

Dear All Experts, Would like to know the maturity/ stability of Redhat Linux AS 3.0 and Solaris. My organization need to setup cluster solution. We are well-versed with Veritas Cluster on Solaris. We are thinking of waiting for certification support of the various ISV like Oracle, Veritas... (3 Replies)
Discussion started by: izy100
3 Replies

3. News, Links, Events and Announcements

Well well well... Solaris is back

It looks like Sun is finally back with the x86 crowd with Solaris. Solaris 9 is now on their Download / Order page: http://wwws.sun.com/software/solaris/binaries/get.html but $20 to download and $95 for media... I don't think I'll be rushing out to pay that. Here is a link to their press... (1 Reply)
Discussion started by: LivinFree
1 Replies

4. Solaris

Sample solution for Firefox-3.6.10 pkg in solaris 10 for X86

download pkg from sunfreeware web site (root user mode) step1: #mkdir opt/sft step2: download the package and save it in the opt/sft directory step3: #bunzip2 firefox-3.6.10.en-US.solaris-10-fcs-i386-pkg.bz2 step 4 #pkgadd -d ./firefox-3.6.10.en-US.solaris-10-fcs-i386-pkg ... (3 Replies)
Discussion started by: alamin2010
3 Replies

5. Solaris

OpenSource / Free backup and restore solution for Solaris 10

Is there any free /opensource backup&restore solution available for solaris10 i want to backup Solaris10 machine with oracle 9 version. (0 Replies)
Discussion started by: kashif_islam
0 Replies
ZFSLOADER(8)						    BSD System Manager's Manual 					      ZFSLOADER(8)

NAME
zfsloader -- kernel bootstrapping final stage DESCRIPTION
zfsloader is an extended variant of loader(8) with added support for booting from ZFS. This document describes only differences from loader(8). ZFS FEATURES
zfsloader supports the following format for specifying ZFS filesystems which can be used wherever loader(8) refers to a device specification: zfs:pool/filesystem: where pool/filesystem is a ZFS filesystem name as described in zfs(8). If /etc/fstab does not have an entry for the root filesystem and vfs.root.mountfrom is not set, but currdev refers to a ZFS filesystem, then zfsloader will instruct kernel to use that filesystem as the root filesystem. ZFS COMMAND EXTENSIONS
lsdev [-v] Lists ZFS pools in addition to disks and partitions. Adding -v shows more ZFS pool details in a format that resembles zpool status output. lszfs filesystem A ZFS extended command that can be used to explore the ZFS filesystem hierarchy in a pool. Lists the immediate children of the filesystem. The filesystem hierarchy is rooted at a filesystem with the same name as the pool. FILES
/boot/zfsloader zfsloader itself. EXAMPLES
Set the default device used for loading a kernel from a ZFS filesystem: set currdev=zfs:tank/ROOT/knowngood: SEE ALSO
gptzfsboot(8), loader(8), zfs(8), zfsboot(8), zfsloader(8), zpool(8) HISTORY
The zfsloader first appeared in FreeBSD 7.3. AUTHORS
This manual page was written by Andriy Gapon <avg@FreeBSD.org>. BSD
September 15, 2014 BSD
All times are GMT -4. The time now is 11:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy