Moving zones


 
Thread Tools Search this Thread
Operating Systems Solaris Moving zones
# 1  
Old 02-18-2009
Data Moving zones

Hi,
I try to move zone to new server and this is what I done:

zoneadm -z myzone halt
zoneadm -z myzone deatach
cd /mypath/
tar cf myzone.tar myzone

ftp it over to new server:
tar xf myzone.tar
zonecfg -z myzone
create -a /mypath/myzone
commit
exit

Problem is here:

# zoneadm -z myzone attach
could not verify fs /app/logreader: could not access /dsk1/logreader/myzone: No such file or directory
zoneadm: zone myzone failed to verify

Help!Smilie
# 2  
Old 02-18-2009
I got it:
mkdir -p /mypath/logreader/myzone
# 3  
Old 02-18-2009
But,
The old server was short 2 patches, is anyway around it?

These patches installed on this system were not installed on the source system:
137321
127922
# 4  
Old 02-18-2009
The "Zone upgrade on attach" feature will solve this issue. It was recently integrated in OpenSolaris (Nevada build 109).
# 5  
Old 02-18-2009
Tnx jlliagre,
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Zones

haven't work with zones in a while. when shutting down zones from solaris 10 I have to do it from the global zone, but can I just shutdown the global zone and all non global zones will shutdown or do I have to zoneadm -z zonename shutdown for all the non global zones ,then shutdown... (2 Replies)
Discussion started by: goya
2 Replies

2. Solaris

zones

how can we know zone is migrate and which files going to update (3 Replies)
Discussion started by: nsusheelgoud
3 Replies

3. Solaris

Zones

Hi Everyone, How to create a loopback filesystem in a running non golbalzone? and how to share a diskgroup in veritas ? Thanks & Regards Padmaja (1 Reply)
Discussion started by: padmaja
1 Replies

4. Solaris

Zones

Hi Everyone, I need the process of how to add a cpu to a non-global zone or how to add a resource to non-globalzone. Thanks & Regards Padmaja (2 Replies)
Discussion started by: padmaja
2 Replies

5. Solaris

Zones

Hi guys Im using VMware and ive installed solaris 10 in that..ive configured virtual disks in that n im using it..my question is if im gona configure zones in it do i need a seperate NIC card..my virtual interface name is pcn0 and if i create zones can i give pcn0:1 n allocate a seperate... (1 Reply)
Discussion started by: madanmeer
1 Replies

6. Solaris

T5140 and zones

Hi, I need configure this server for two zones (oracle and glassfish). Server has 2CPU 8cores = 128vcpu and 16 GB RAM. I am interested in mainly the division of the processor and memory. What was the configuration that best for Oracle zones? (4 Replies)
Discussion started by: bieszczaders
4 Replies

7. Solaris

zones

Hi I need a help in creating a zones.I am trying to create zone in Sun fire T1000 server with single cpu / 8 gb Ram / 73 gb hdd.I am planning to install java based application on two different zones. iam planning to install solaris 10. Can some one suggest what is the best way to create two... (5 Replies)
Discussion started by: solaris8in
5 Replies

8. Solaris

zones

what are the files related to dns zones database file management ? (1 Reply)
Discussion started by: tirupathi
1 Replies

9. Solaris

Solaris Zones

I have a Solaris 10 box configured with a global zone and 3 non-global zones. All of the zones need to be configured so they can access and run an application in the global zone located at /export/home. How do i make this application and all of its accompanying files available to the 3 non-global... (3 Replies)
Discussion started by: goose25
3 Replies

10. Solaris

Zones

Hi, I want to wheather there is any command by using that we can reboot all the zones , Example : I have 10 zones, I can reboot all 10 zones by using one command (2 Replies)
Discussion started by: manoj.solaris
2 Replies
Login or Register to Ask a Question