Sponsored Content
Operating Systems Solaris Is any patch availabe for zone cloning? Post 302352893 by seg on Monday 14th of September 2009 03:00:06 AM
Old 09-14-2009
closing? Do you mean clone? If so, u3 probably has it.
 

7 More Discussions You Might Find Interesting

1. IP Networking

Patch-o-matic (patch for iptable) for linux2.4.08 & iptable1.2.7a

Hello friends I'm running Redhat 9.0 with linux kernel 2.4.20-8 & have iptables version 1.2.7a & encountering a problem that I narrate down. I need to apply patch to my iptable and netfilter for connection tracking and load balancing that are available in patch-o-matic distribution by netfilter.... (0 Replies)
Discussion started by: Rakesh Ranjan
0 Replies

2. Solaris

Zone cloning with zfs

Sun documentation about zone cloning describe if zone cloning, which zonepath is on a ZFS pool, zone will be cloning by zfs snapshot. On my system zones cloned by files copying. How I can troubleshoot that? root@sunhost # cat /etc/release Solaris 10 10/09... (0 Replies)
Discussion started by: Aphex
0 Replies

3. Solaris

Applying Recommended Patch Cluster to Whole Root Zone

Hi there, Apologies if this question has been asked and answered already but I've not been able to find the thread. Question: Is it possible to apply the Solaris 10 Recommended Patch Cluster to a whole root (non-global) zone locally? I.E. apply the patch cluster from the non-global in... (3 Replies)
Discussion started by: nm146332
3 Replies

4. Solaris

Zone failes to boot due to mount issue, dir exists in zone.

I have two physical servers, with zones that mount local storage. We were using "raw device" in the zonecfg to point to a metadevice on the global zone (it was not mounted in the global zone at any point). It failed to mount on every boot because the directory existed in the zone. I... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

5. Solaris

Cannot locate patch to install (on a non-global zone)

Hello Solaris experts, I would like to inquire of the error I'm encountering when using patchadd on a non-global zone. bash-3.00# patchadd 148625-01 Validating patches... Loading patches installed on the system... Done! Loading patches requested to install. Cannot locate 148625-01... (1 Reply)
Discussion started by: SystemAddict
1 Replies

6. Solaris

Force patch install on non global zone

All, I am trying to install the patch 148689-02. However, this patch fails to install due to the non global zone does not have the required patch 147143-17. I have tried to login to the non global zone and install it manually. "patchadd 147143-17" however, this returns a message stating its for... (1 Reply)
Discussion started by: jpolachak
1 Replies

7. UNIX for Advanced & Expert Users

Solaris 10: I forgot to detach a zone before zpool export. Uninstall zone?

Dear all, recently, I migrated a solaris zone from one host to another. The zone was inside of a zpool. The zpool cotains two volumes. I did the following: host1: $ zlogin zone1 shutdown -y -g0 -i0 #Zone status changes from running to installed $ zpool export zone1 host2: $ zpool... (2 Replies)
Discussion started by: custos
2 Replies
advfs_rmfset(3) 					     Library Functions Manual						   advfs_rmfset(3)

NAME
advfs_rmfset - Removes a fileset or a clone fileset SYNOPSIS
#include <sys/advfs_syscalls.h> int advfs_rmfset( char domain, char fileset ); LIBRARY
AdvFS Library (libadvfs) PARAMETERS
Specifies the name of an existing AdvFS file domain. Specifies the name of the fileset to be removed from the specified file domain. DESCRIPTION
This function removes an AdvFS fileset from the named file domain. Once you have removed a fileset using this function, the fileset and its files are not recoverable. The only way to restore the fileset and its files is by using a backed up version of the fileset. RESTRICTIONS
This function only removes AdvFS filesets; it does not remove UFS file systems. The program that calls this function must be running with root privileges. A fileset or clone fileset cannot be removed with this function if it is mounted. A fileset that has a clone fileset cannot be removed with this function until the clone fileset has been removed. RETURN VALUES
The function returns a value of 0 (zero) on successful completion. The function returns a value of -1 on failure and sets the value of errno to the specific error. ERRORS
The function sets errno to the specified errors for the following failure conditions: The calling program is not running with root privi- leges. The AdvFS lock for domain could not be acquired because one of the following operations was already running on the domain: balance, defragment, rmfset, or rmvol. This fileset is still mounted; it must be unmounted before it can be removed. This fileset has a clone fileset, which must be removed before this fileset can be removed. An I/O error occurred on one of the disks in the file domain. One or both of the names for the fileset and the domain are NULL or set to . The file domain specified by the domain parameter does not exist. The fileset specified by the fileset parameter does not exist in the file domain specified by the domain parameter. There is not enough memory available for the operation. SEE ALSO
Commands: rmfset(8) Functions: advfs_clonefset(3) advfs_rmfset(3)
All times are GMT -4. The time now is 02:44 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy