The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Building A Solaris 10 x86 Recovery DVD iBot Solaris BigAdmin RSS 0 02-24-2009 07:00 PM
Solaris 8 password recovery plz HELP!!!!! nexOne UNIX for Dummies Questions & Answers 8 10-12-2008 05:37 PM
Sun Solaris Disaster Recovery Plan ... sam212 SUN Solaris 4 07-05-2006 12:39 PM
make recovery tape for solaris xiamin Shell Programming and Scripting 2 08-09-2002 07:00 AM
Recovery on solaris 2.6 lealyz UNIX for Advanced & Expert Users 6 05-21-2002 06:15 PM

Reply
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 4 Weeks Ago
incredible incredible is offline Forum Advisor  
Registered User
  
 

Join Date: May 2008
Location: s'pore
Posts: 2,127
Quote:
Originally Posted by rajwinder View Post
Thanks for the replies guys.

I am able to mount the file system but now the question is why it is not able to find basic system libraries when all of them are present in the /lib or /usr/lib. I think some how system is not able to find them so may be i need to find what controls the path for looking system libraries. For ex ld config type.

Currently there is no file under /var/ld/ld.config .. should i try creating it ?
No.. As I told you..

I will show you my experience when I had this same issue

Code:

Booting to milestone "milestone/single-user:default".
Hostname: HOSTNAME
NOTICE: VxVM vxdmp V-5-0-34 added disk array DISKS, datype = Disk

NOTICE: VxVM vxdmp V-5-0-34 added disk array 300453, datype = EMC

NOTICE: VxVM vxdmp V-5-0-34 added disk array CKM00084900118, datype = EMC_CLARiiON

NOTICE: VxVM vxdmp V-5-3-1700 dmpnode 308/0x0 has migrated from enclosure FAKE_ENCLR_SNO to enclosure DISKS

WARNING: The following files in / differ from the boot archive:

    changed /kernel/drv/emcp.conf

The recommended action is to reboot to the failsafe archive to correct
the above inconsistency. To accomplish this, on a GRUB-based platform,
reboot and select the "Solaris failsafe" option from the boot menu.
On an OBP-based platform, reboot then type "boot -F failsafe". Then
follow the prompts to update the boot archive. Alternately, to continue
booting at your own risk, you may clear the service by running:
"svcadm clear system/boot-archive"

Mar  8 15:18:07 svc.startd[7]: svc:/system/boot-archive:default: Method "/lib/svc/method/boot-archive" failed with exit status 95.

Mar  8 15:18:07 svc.startd[7]: system/boot-archive:default failed fatally: transitioned to maintenance (see 'svcs -xv' for details)

Requesting System Maintenance Mode
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

Mar  8 15:18:39 su: 'su root' succeeded for root on /dev/console

Sun Microsystems Inc.	SunOS 5.10	Generic	January 2005
-bash: /opt/EMCpower/scripts/emcp_setup.sh: No such file or directory
Sourcing /root/users/root/.profile-EIS.....

root@HOSTNAME# init 3
root@HOSTNAME# who -r

PPME_PP error(0x1e): System error (0x1e).

root@HOSTNAME# /usr/sbin/bootadm update-archive -v
is a READONLY filesystem: /

root@HOSTNAME# init 0

root@HOSTNAME# GAB INFO V-15-1-20021 GAB available
svc.startd: The system is coming down.  Please wait.
svc.startd: 82 system services are now being stopped.
svc.startd: The system is down.
syncing file systems... done
Program terminated

{10} ok boot -F failsafe
Resetting ...
RSC Alert: Host System has Reset

Software Reset

Enabling system bus....... Done
Initializing CPUs......... Done
Initializing boot memory.. Done
Initializing OpenBoot
Probing system devices
ChassisSerialNumber 0733AM0406 
Probing I/O buses
Probing system devices
ChassisSerialNumber 0733AM0406 
Probing I/O buses

Sun Fire V490, No Keyboard
Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
OpenBoot 4.22.24, 32768 MB memory installed, Serial #71624202.
Ethernet address 0:14:4f:44:e6:a, Host ID: 8444e60a.

Initializing    12MB of memory at addr        a7ff000000 

Initializing   128MB of memory at addr        a7f7002000 
Initializing 32624MB of memory at addr        a000000000                                                                    
Rebooting with command: boot -F failsafe
Boot device: /pci@9,600000/SUNW,qlc@2/fp@0,0/disk@0,0  File and args: -F failsafe

SunOS Release 5.10 Version Generic_137137-09 64-bit
Copyright 1983-2008 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Configuring devices.
Searching for installed OS instances...

/dev/dsk/c3t0d0s0 is under md control, skipping.
To manually recover the boot archive on a root mirror,mount the first
side (the one that the system boots from) and run:

        bootadm update-archive -R <mount_point>

/dev/dsk/c3t1d0s0 is under md control, skipping.
To manually recover the boot archive on a root mirror,mount the first
side (the one that the system boots from) and run:

        bootadm update-archive -R <mount_point>

No installed OS instance found.

Starting shell.
 
# svcadm clear system/boot-archive
svcadm: Instance "svc:/system/boot-archive:default" is not in a maintenance or degraded state.

# mount /dev/dsk/c0t0d0s0 /mnt
# bootadm update-archive -R /mnt
Creating boot_archive for /mnt
updating /mnt/platform/sun4u/boot_archive
15+0 records in
15+0 records out
#umount /mnt

# mount /dev/dsk/c0t1d0s0 /mnt
# bootadm update-archive -R /mnt
Creating boot_archive for /mnt
updating /mnt/platform/sun4u/boot_archive
15+0 records in
15+0 records out
# umount /mnt

# init 6
# 
The system is being restarted.
syncing file systems... done
rebooting...
Resetting ...
RSC Alert: Host System has Reset

Software Reset

Enabling system bus....... Done
Initializing CPUs......... Done
Initializing boot memory.. Done
Initializing OpenBoot
Probing system devices
ChassisSerialNumber 0733AM0406 
Probing I/O buses
Probing system devices
ChassisSerialNumber 0733AM0406 
Probing I/O buses

Sun Fire V490, No Keyboard
Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
OpenBoot 4.22.24, 32768 MB memory installed, Serial #71624202.
Ethernet address 0:14:4f:44:e6:a, Host ID: 8444e60a.

Initializing    12MB of memory at addr        a7ff000000 

Initializing   128MB of memory at addr        a7f7002000 

Initializing 32624MB of memory at addr        a000000000 
                                                                      
Rebooting with command: boot
Boot device: disk  File and args: 

SunOS Release 5.10 Version Generic_138888-01 64-bit
Copyright 1983-2008 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.


Hostname: HOSTNAME
NOTICE: VxVM vxdmp V-5-0-34 added disk array DISKS, datype = Disk

NOTICE: VxVM vxdmp V-5-0-34 added disk array 300453, datype = EMC

NOTICE: VxVM vxdmp V-5-0-34 added disk array CKM00084900118, datype = EMC_CLARiiON

NOTICE: VxVM vxdmp V-5-3-1700 dmpnode 308/0x0 has migrated from enclosure FAKE_ENCLR_SNO to enclosure DISKS

Mar  8 15:40:49 in.mpathd[445]: No test address configured on interface ce4; disabling probe-based failure detection on it

Mar  8 15:40:49 in.mpathd[445]: No test address configured on interface ce0; disabling probe-based failure detection on it

LLT INFO V-14-1-10009 LLT Protocol available
GAB INFO V-15-1-20021 GAB available
/dev/md/rdsk/d4 is clean
/dev/md/rdsk/d5 is clean
/dev/md/rdsk/d6 is clean
Reading ZFS config: done.

HOSTNAME

HOSTNAME console login:

Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 07:49 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0