How to resolve error "INIT: Cannot stat /etc/inittab, errno: 2"


 
Thread Tools Search this Thread
Operating Systems Solaris How to resolve error "INIT: Cannot stat /etc/inittab, errno: 2"
# 1  
Old 05-24-2010
Question How to resolve error "INIT: Cannot stat /etc/inittab, errno: 2"

Hi All,

I am getting an error message when I execute command “zlogin -C sunsrv4z5” on my root server.
[Connected to zone 'sunsrv4z5' console]

INIT: Cannot stat /etc/inittab, errno: 2

INIT: Cannot stat /etc/inittab, errno: 2

As per my analysis it seems that some files inside /etc folder are deleted.
This server was running fine until yesterday. However, it seems that some files inside /etc or any other relevant files were deleted .

My root server details, (where I am trying to execute the login command) as given by "uname -a" command are as follows:
SunOS sunsrv4 5.10 Generic_141444-09 sun4u sparc SUNW,Sun-Fire-480R

Can you please help me how to restore the files back & to fix this issue ??

Thanks in advance.

Surbhit

Last edited by surbhit4u; 05-24-2010 at 03:29 AM..
# 2  
Old 05-24-2010
If you got a copy of the files/backup of the zone/zfs snapshot, then you can just copy the files back when your inside the global zone.
Just do:
cp file /path/to/zone/sunsrv4z5/.....
# 3  
Old 05-24-2010
Hi,

I have not explicitly created the backup of the zone.

I do have some other zones created on my root server.
Can I copy the files of other zones & modify the content inside it to map it to corresponding zone , so as to get back the missing files/data ??
Is it possible to do that. ??
# 4  
Old 05-24-2010
You can try, look inside the file and compare it to the other zones, if the are any zone specific changes.
# 5  
Old 05-24-2010
Thanks,

I have never worked as a UNIX administrator. Can you please help me which path\files I should look into....

Your help will be of gr8 help to me.
# 6  
Old 05-24-2010
The most obvious in your case is /etc/inittab.
It should be identical to the one in your global zone.
# 7  
Old 05-24-2010
Hi,

On my root server, at /etc, inittab is a file not a directory.
Am not able to make out the chnages I should do over there.

Have copied the contents of inittab file in the attachment "inittab_file.txt".
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Is "stat: illegal option -- -" an issue with hyphenated filename or flag problem?

Hi. I'm trying to install VMWare Workstation to run a virtual machine on my Mac OS, but running the bundle from bash(xterm) sh VMware-workstation-Full-11.0.0-2305329.x86_64.bundle (as suggested in install guide) comes up with error:stat: illegal option -- - usage: stat Digging... (5 Replies)
Discussion started by: defeated
5 Replies

2. AIX

Equalent of Linux "stat" in AIX

i would like to know the equivalent of stat -c %Y <file> command in AIX. i tried "istat" but its not giving the epoch time and also tried with perl perl -le'printf "%o", 07777 & (stat) for @ARGV' <file> it not also provding the timing . ... (3 Replies)
Discussion started by: expert
3 Replies

3. Shell Programming and Scripting

Help to resolve unexpected EOF while looking for matching `"' error

Hi, can someone kindly look into my copy script and figure out why am i getting a "unexpected EOF while looking for matching `"' error message #!/bin/ksh -x cd /home/goldenga/test/flag37 if ; then rm copied.ok cd /home/goldenga/test Upper=`ls -t|grep 'qw*'|cut -d "w" -f 2|head... (4 Replies)
Discussion started by: NDalal007
4 Replies

4. Shell Programming and Scripting

Intermittent "cp: cannot stat" error with nested loop

I have a bash script that has been running (on SUSE 9.3) dozens of times over the past couple of years without error. Recently it has been hitting intermittent “cp: cannot stat FILE: No such file or directory” errors. The script has nested loops that continuously process files in a... (2 Replies)
Discussion started by: jcart
2 Replies

5. Shell Programming and Scripting

Python 2.5 / 2.2 import "errno" fails on AIX Server

I am trying to import the "xmlrpclib" Module from Activepython 2.5 in einer older Python 2.2. Already achived this on a SUSE Linux server, but I am now required to do it on a AIX server. Resolved the first few error messages by copying files from Activepython to Python but I can't get the... (0 Replies)
Discussion started by: frieling
0 Replies

6. Shell Programming and Scripting

Ignoring mv commands "cannot stat" error ?

So, my third thread here ^^ and still asking questions. Thanks for you patience and help, I really appreciated it ;) I currently use a shell script to move folders of songs from one to another location on my harddrive. I use something like this: sudo mv /var/mobile/Media/"My Music"/"Vasco... (3 Replies)
Discussion started by: pasc
3 Replies

7. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

8. Shell Programming and Scripting

Is this "Out of Memory!" error due to sort() of perl how to resolve it?

I am running a program written in perl script and it is stopped with "Out of memory!" error. This is very strange because at the time then the program is aborted, it only used 4GB RAM and there are still 30GB free physical memory left in the system. I check the perl script and found the program... (3 Replies)
Discussion started by: lilili07
3 Replies

9. UNIX for Dummies Questions & Answers

what is a "find stat() error"

I'm searching for an oracle emtab file. I do a find / -name emtab -print and the first result gives me find: stat() error /apps/tomcat/jakarta-tomcat-5.5.9/bin/console.txt: I/O error Can someone explain what this error means? thanks, (2 Replies)
Discussion started by: orahi001
2 Replies

10. UNIX for Dummies Questions & Answers

"Help...Servers not reporting configdb,how to resolve?"

Hi all, I need your help, have this server which is not reporting configdb...How to resolve?... Thanks in advance ... (0 Replies)
Discussion started by: Rheagirl
0 Replies
Login or Register to Ask a Question