Can't start zones


 
Thread Tools Search this Thread
Operating Systems Solaris Can't start zones
# 1  
Old 12-08-2011
Can't start zones

Still here. Afeter some reboots, all my zones stopped working.

The service zones:default gets killed, and in the log I can read:


error while acquiring slave handle of zone console for zonename: no such device or address

don't know what it means
# 2  
Old 12-08-2011
What does
Code:
df -h

show?

Does the file /etc/zones/index exist?

what does this show?
Code:
zoneadm list

I would expect it to find no zones at all. And report no error.
# 3  
Old 12-08-2011
I had already checked that. Disk utilization is at about 1%, the file exists and the zones are shown... (not without extra parameters, since, as far as i remember, zoneadm show shows only running zones)
# 4  
Old 12-08-2011
zoneadm does show all cofigured zones, zoneadm -i shows all zones.
Instead of me guessing, pick a downed zone. Tell me what if anything you have found.
If nothing seems out of whack, make a small change and commit it. If you get no errors then the xml file in /etc/zones for that zone is okay.

That leaves the index file, which you should restore from a backup if there is any doubt.

Note: that error usually results from file corruption, missing files, or possibly permissions: vis-a-vis the /etc/zones/ xml zonecfg files or the /etc/zones/index file. You can run with that if it helps. My experiences only. HTH
# 5  
Old 12-09-2011
Thank you for the help. I can't check anymore, since I've deleted the BE.

You may be right, it might be corruption: I had a power outage and I haven't an ups
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies

2. UNIX for Dummies Questions & Answers

How can I replace the lines that start with a star and replace it with numbers start from 1?

I need to replace the (*) in the fist of a list with numbers using sed for example > this file contain a list * linux * computers * labs * questions to >>>> this file contain a list 1. linux 2. computers 3. labs 4. questions (7 Replies)
Discussion started by: aalbazie
7 Replies

3. Solaris

zones

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

4. 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

5. 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

6. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

7. Solaris

zones

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

8. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

9. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies

10. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies
Login or Register to Ask a Question