Sponsored Content
Full Discussion: Restore an uninstalled zone?
Operating Systems Solaris Restore an uninstalled zone? Post 302785863 by verdepollo on Tuesday 26th of March 2013 12:55:37 PM
Old 03-26-2013
Quote:
Is there anyway I can get this data back (not relying on the snapshots as these aren't up-to-date)?
There is not. A "configured" zone is essentially just an XML file.

When you uninstall a zone all its data is wiped out.

Deleting a zone just removes the configuration file in /etc/zones/, but its data was long gone when you deleted the zone in question.
 

9 More Discussions You Might Find Interesting

1. Solaris

Bind zone transfer recategorises zone file?

Hi, I have a primary/slave Bind 9 setup running on a Solaris 10 platform. Everything is hunky dorey, except for when I make a zone file change and up the serial the file that is transferred to the slave looses all its comments, and the entries are place in alphabetical order. I administer many... (1 Reply)
Discussion started by: fulhamfcboy
1 Replies

2. AIX

mksysb restore - Wrong OS level for restore

Hi all, I am still working on my mksysb restore. My latest issue is during an alt_disk_install from tape I got the following error after all the data had been restored. 0505-143 alt_disk_install: Unable to match mksysb level 5.2.0 with any available boot images. Please correct this... (0 Replies)
Discussion started by: pobman
0 Replies

3. Solaris

how to add a default gateway in a zone of different VLAN of global zone

Hi Greetings... I have an issue in connecting the zone from outside the network and it is because of default gateway. I can ping default gateway from inside the zone and not able to ping from global zone due to different VLAN issue. If i add two different gateways and restart network services,... (2 Replies)
Discussion started by: vvpotugunta
2 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

showing 2 different time zones in global zone and nonglobal zone

can some one help me out as it is showing 2 different time zones in global zone and nonglobal zone .In global zone it is showing in GMT while in nonglobal zone i it showing as PDT. System in running with solaris 10 (3 Replies)
Discussion started by: ravijanjanam12
3 Replies

6. UNIX for Dummies Questions & Answers

Uninstalled Perl - Need Urgent Help

Hey Guys, I'm hoping this is the right section.I am using a centos server. I was installing modules in perl when one got stuck in the installation and from there onwards I was having problems installing cpan modules using perl. I figured I'll reinstal perl (I SHOULDNT HAVE). So I went ahead... (2 Replies)
Discussion started by: zee3b
2 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

8. UNIX for Beginners Questions & Answers

Solaris 11 Xscreensaver Matrixview Uninstalled

First issue beside that is this. How do you get the screensaver to stay on all the time please? Maybe it's the monitor going to sleep. Then the Matrixview says 'Not installed'. Rest of Xscreensaver choices are there. I did click around in properties of it. (2 Replies)
Discussion started by: Solaris User
2 Replies

9. Solaris

Solaris 11 zone has no external network access (except to Global Zone)

Hi, hoping someone can help, its been a while since I used Solaris. After creating a NGZ (non global zone), the NGZ can access the GZ (Global Zone) and the GZ can access the NGZ (using ssh, zlogin) However, the NGZ cannot access any other netwqork devices, it can't even see the default router ... (2 Replies)
Discussion started by: GazinLincoln
2 Replies
ZPRINT(1)						      General Commands Manual							 ZPRINT(1)

NAME
zprint - show information about kernel zones SYNOPSIS
zprint [-w] [-s] [-c] [-h] [-t] [-d] [-p <pid>][name] DESCRIPTION
zprint(1) displays data about Mach zones. By default, zprint will print out information about all Mach zones. If the optional name is specified, zprint will print information about each zone for which name is a substring of the zone's name. zprint interprets the following options: -c (Default) zprint prints zone info in columns. Long zone names are truncated with '$', and spaces are replaced with '.', to allow for sorting by column. Pageable and collectible zones are shown with 'P' and 'C' on the far right. Zones with preposterously large maximum sizes are shown with '----' in the max size and max num elts fields. -h (Default) Shows headings for the columns printed with the -c option. It may be useful to override this option when sorting by col- umn. -s zprint sorts the zones, showing the zone wasting the most memory first. -w For each zone, zprint calculates how much space is allocated but not currently in use, the space wasted by the zone. -t For each zone, zprint calculates the total size of allocations from the zone over the life of the zone. -d Display deltas over time, showing any zones that have achieved a new maximum current allocation size during the interval. If the total allocation sizes are being displayed for the zones in question, it will also display the deltas if the total allocations have doubled. -p <pid> Display zone usage related to the specified process id. Each zone will display standard columns and the amount of memory from that zone associated with a given process. The letter "A" in the flags column indicates that this total is being accounted to the process. Otherwise, the total is an indication of the influence the process has on the kernel, but the memory is being accounted to the kernel proper. Any option (including default options) can be overridden by specifying the option in upper-case; for example, -C overrides the (default) option -c. 02/12/09 ZPRINT(1)
All times are GMT -4. The time now is 03:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy