unable to halt the zone


 
Thread Tools Search this Thread
Operating Systems Solaris unable to halt the zone
# 15  
Old 11-27-2008
Thanks Luka and I appreciate you help !

I did disabled the service and enabling it however there no luck as still once I am trying to boot the zone the screen is getting hanged I mean there is nothing happening after that.
# 16  
Old 11-27-2008
And what happened when you tried to create a new zone?
# 17  
Old 11-27-2008
Hi friend,

As I understand you try to uninstall non-global zone that's in ready state.

Before do it, you should move the zone into installed state.

Can you try this:
zonecfg -z zone_name info

zoneadm -z zone_name verify

zoneadm -z zone_name reboot

zoneadm -z zone_name shutdown

zoneadm -z zone_name halt

if it doesn't work try to force the zone into ready state:
zoneadm -z zone_name ready

BR,
# 18  
Old 11-27-2008
Thanks

zone is in ready state only see the below output

Quote:
bash-3.00# zoneadm list -cv
ID NAME STATUS PATH BRAND IP
0 global running / native shared
3 content-server-zone ready /zones/content-server-zone native shared

Last edited by kumarmani; 11-27-2008 at 07:20 AM..
# 19  
Old 11-27-2008
kumarmani, in the 7th post your zoneadm list -cv output looks like this:

Code:
#zoneadm list –cv 

ID NAME STATUS PATH BRAND IP
0 global running / native shared
3 content-server-zone ready /zones/ content-server-zone native shared

and in the 18th (the last one) it looks like this:

Code:
bash-3.00# zoneadm list -cv
ID NAME STATUS PATH BRAND IP
0 global running / native shared
3 test-zone ready /zones/content-server-zone native shared

Zone names differ. Argument to zoneadm is zone name and not zone path.
Which zone name is right?
# 20  
Old 11-27-2008
Apologies Luka

It's content-server-zone
# 21  
Old 11-27-2008
Could you post output of:

Code:
# zonecfg -z content-server-zone info

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Unable to login via console mode to non-global zone

tldr; We've installed a non-global-zone from a unified archive which once booted, we're unable to gain access to the system either through zlogin or zlogin -C. Errors; svc.startd: instance svc:/system/console-login:default exited with status 127 Investigation; 1) Already opened a SR with... (1 Reply)
Discussion started by: samthewildone
1 Replies

2. Solaris

Unable to send mail from non-global zone

TLDR; non-global-zone has same configuration files (sendmail.cf) as global-zone but still unable to send mail out using mailx I have a S11.3 system that has a non-global-zone which uses the exact same sendmail.cf configurations as the global but, unable to send mail out from it. Apparently... (2 Replies)
Discussion started by: samthewildone
2 Replies

3. Solaris

Unable to get Solaris 11 Zone onto the network

Hello, I followed these instructions to create a Solaris 11 zone: http://www.oracle.com/technetwork/articles/servers-storage-admin/o11-092-s11-zones-intro-524494.html And I am unable to ping anything from the Local Zone except for the IP address of the global zone. My global zone has an IP... (6 Replies)
Discussion started by: unblockable
6 Replies

4. Solaris

Unable to find utilized disk space on zone server.

Hi, I am unable to find remaining space on solaris 10. below is output. I am facing this issue on zone server. bash-3.00# df -h / Filesystem size used avail capacity Mounted on / 59G 59G 0K 100% / bash-3.00# pwd / bash-3.00# du -sh * 1K File_Stores 19K TT_DB 9K app 1K bin... (4 Replies)
Discussion started by: manoj.solaris
4 Replies

5. Solaris

Unable to access serial port from non-global solaris zone on netra 240

I am trying to use a serial communications device that is connected to /dev/ttyb on a netra 240 server. This is a solaris zone configuration using solaris 10 0910. I am able to access /dev/ttyb from the global zone but not throught he non-global zone. I have enabled all of the tty devices in my... (0 Replies)
Discussion started by: disagreeable
0 Replies

6. Emergency UNIX and Linux Support

Shutdown to a Halt and restart

I've got critical patching this weekend on 6 HP UX machines, back to back and the customer has requested to shutdown, and halt the machines and to bring it up at a later period. The thing is the servers are located offshore and we are just the support team. I have a special login thru a console... (16 Replies)
Discussion started by: hedkandi
16 Replies

7. Solaris

Creating A Solaris Zone - Unable to install - Are network settings required?

Hi i have created a solaris zone but have not yet connected any network cables for this new zone, can i set the zone up without running the command 'add net' and not adding an ip or physical interface? i tried to add dummy internet settings and get this zonecfg:coddr> add net... (4 Replies)
Discussion started by: newbiesolaris10
4 Replies

8. Solaris

difference b/w halt shutdown

Hi, I want to know the difference between halt and shutdown commands and which is better to use? Regards, visu (2 Replies)
Discussion started by: visu_ak
2 Replies

9. UNIX for Dummies Questions & Answers

unable to login to zone after enable BSM

hi i am not able to the zones after i enable BSM, but i am able to login using "zlogin -S" option. is there any command which i can use to troubleshoot. thanks a lot! :cool: (0 Replies)
Discussion started by: legato
0 Replies

10. Programming

How to halt Prog Execution for some time?

Hi, Perhaps I am asking a silly question, but I really don't know about it. Can anyone tell me the function for "sleep" kind of functionality in C language for Unix. I don't think any function with the name of sleep() exits in Unix's C language. or perhaps I am not known with the header file... (3 Replies)
Discussion started by: Ahsan
3 Replies
Login or Register to Ask a Question