zlogin: makeutx failed


 
Thread Tools Search this Thread
Operating Systems Solaris zlogin: makeutx failed
# 1  
Old 08-13-2011
zlogin: makeutx failed

Hi
I created a zone on my Sun-Blade-T6320 , its on ZFS, i am able to boot my zone and get it in Running state.
am able to login to zone in console mode.. zlogin -C myzone

but when i do zlogin its giving this error and not able to login
Code:
bash-3.00# zlogin myzone
[Connected to zone 'myzone' pts/3]
zlogin: makeutx failed
[Connection to zone 'myzone' pts/3 closed]
bash-3.00#

how to get this fixed.. please..Smilie

Last edited by Scott; 08-14-2011 at 04:34 AM.. Reason: Code tags
# 2  
Old 08-13-2011
Post output from:

zoneadm list -cv
# 3  
Old 08-13-2011
Do you have any other non global zones , If so try to start any of them and try to login if not post the output of the command sent by dude2cool
# 4  
Old 08-14-2011
Code:
bash-3.00# zoneadm list -cv
ID  NAME        STATUS    PATH                  BRAND    IP
0   global      running   /                     native   shared
1   testzone1   running   /pool/testzone1       native   shared
2   testzone2   running   /pool/testzone2       native   shared
5   myzone      running   /pool/myzone          native   shared
-   dzone       installed /pool/dzone           native   shared

what is wrong when its makeutx failed ?

Last edited by Scott; 08-14-2011 at 04:34 AM.. Reason: Code tags
# 5  
Old 08-14-2011
Did you run lucreate /lumake in the affected zone ?
# 6  
Old 08-24-2011
no i havent run lucreate/lumake commands
when i login affected zone using console am getting these error messages
Code:
 bash-3.00# zlogin -C myzone
[Connected to zone 'myzone' console]
ERROR: svc:/system/filesystem/minimal:default failed to mount /var/run (see 'svcs -x' for details)
Aug 24 10:46:01 svc.startd[83149]: svc:/system/filesystem/minimal:default: Method "/lib/svc/method/fs-minimal" failed with exit status 95.
Aug 24 10:46:01 svc.startd[83149]: system/filesystem/minimal:default failed fatally: transitioned to maintenance (see 'svcs -xv' for details)
Requesting System Maintenance Mode
(See /lib/svc/share/README for more information.)
Console login service(s) cannot run

Root password for system maintenance (control-d to bypass):
single-user privilege assigned to /dev/console.
Entering System Maintenance Mode

so whats next i need to do..

not able to understand what's wrong..

Last edited by vbe; 08-25-2011 at 04:57 AM..
# 7  
Old 08-25-2011
Run "svcs -xv".

It will show service "svc:/system/filesystem/minimal:default " intom maintenance.
Check corresponding log file mentioned in o/p of svcs -xv.

See if you are able to figure out why /var/run is not getting mounted.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Failed dependencies

Hi all, i'm trying to upgrade pandorafms to the new version 4.0.3-130118, actually i have installed on my machine the version 3.0.0-8.1.el5, the error i'm getting when trying to update its the following rpm -Uvh pandorafms_agent_unix-4.0.3-130118.noarch.rpm error: Failed dependencies: ... (1 Reply)
Discussion started by: charli1
1 Replies

2. Solaris

zlogin can't logon to local zone

Hi, Here is the issue: Please help! (4 Replies)
Discussion started by: aixlover
4 Replies

3. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

4. Solaris

Doubt in zlogin non interactive mode........

I want zlogin -C as non interactive mode so after booting the zone I created a file sysidcfg in /etc directory of the zone the sysidcfg file info as shown below. system_locale=C terminal=dtterm network_interface=primary { hostname=my-zone } security_policy=NONE... (1 Reply)
Discussion started by: vijaysachin
1 Replies

5. Solaris

Zlogin -C with out user Interaction how to proceed?

Hi Guys, I have one requirement like if we run install.sh file it should have to create a zone and install oracle in that zone with out any user interaction. So the complete code should be automated. Almost 90% of the code I completed but i am having some doubts 1) After the zone creation... (1 Reply)
Discussion started by: vijaysachin
1 Replies

6. Solaris

Which logic does ZLOGIN command use to Login ?

Hi All, zlogin command used to login to the zone When we use zlogin is it uses the IP based to login to the zone or it uses Solaris internal logic? Because if it uses IP based suppose if the NIC card is failed due to some reasons then how to Login to the zone.... (4 Replies)
Discussion started by: vijaysachin
4 Replies

7. AIX

restvg failed

it showed:/usr/bin/ksh: ./restvg: 0403-006 Execute permission denied. I login by root. (3 Replies)
Discussion started by: rainbow_bean
3 Replies

8. AIX

SFTP Failed---Request for subsystem 'sftp' failed on channel 0

Hi, While I am trying SFTP my machine to another unix machine , it was working fine till 10 min back. But now i am getting the below error "Request for subsystem 'sftp' failed on channel 0" Could you please someone help me to solve or analyise the root cause... Cheers:b:, Mahiban (0 Replies)
Discussion started by: mahiban
0 Replies

9. Solaris

Failed to power up

Dear expert, I have one server,in /var/adm/messages everyday present these messages: Jan 3 06:01:30 SERVERGINTING genunix: WARNING: Device /pci@1d,700000/pci@1/scsi@2,1/sd@5,0 failed to power up. Jan 3 06:01:31 SERVERGINTING scsi: WARNING: /pci@1d,700000/pci@1/scsi@2,1/sd@5,0 (sd45):... (2 Replies)
Discussion started by: fredginting
2 Replies

10. UNIX for Dummies Questions & Answers

Backup failed

I'm getting following message at my EOD backup script:sh: line1: /dev/rct0: cannot create What could be the possible causes for this error and how could I resolve it? (10 Replies)
Discussion started by: nervous
10 Replies
Login or Register to Ask a Question