Hi,
i have Netra t1 with solaris 10 installed, which gives me headaches. due
to some weird errors i got with a cron job i rebooted the machine. since
then the machine is booting in circles.
<snip>
ok boot -v
Initializing Memory
Boot device: /pci@1f,0/pci@1,1/scsi@2/disk@0,0:a File and args: -v
module /platform/sun4u/kernel/sparcv9/unix: text at [0x1000000,
0x10a8cb5] data at 0x1800000
module /platform/sun4u/kernel/sparcv9/genunix: text at [0x10a8cb8,
0x1286e77] data at 0x1866fc0
module /platform/sun4u/kernel/misc/sparcv9/platmod: text at [0x1286e78,
0x1286e7f] data at 0x18bda80
module /platform/sun4u/kernel/cpu/sparcv9/SUNW,UltraSPARC-IIi: text at
[0x1286e80, 0x1293287] data at 0x18be180
SunOS Release 5.10 Version Generic_142909-17 64-bit
Copyright (c) 1983, 2010, Oracle and/or its affiliates. All rights reserved.
avail mem = 503971840
root nexus = Netra t1 (UltraSPARC-IIi 440MHz)
pseudo0 at root
pseudo0 is /pseudo
scsi_vhci0 at root
scsi_vhci0 is /scsi_vhci
pcipsy0 at root: UPA 0x1f 0x0
pcipsy0 is /pci@1f,0
PCI-device: pci@1,1, simba0
simba0 is /pci@1f,0/pci@1,1
/pci@1f,0/pci@1,1/scsi@2 (glm0):
Rev. 3 Symbios 53c875 found.
PCI-device: scsi@2, glm0
glm0 is /pci@1f,0/pci@1,1/scsi@2
sd2 at glm0: target 0 lun 0
sd2 is /pci@1f,0/pci@1,1/scsi@2/sd@0,0
root on /pci@1f,0/pci@1,1/scsi@2/disk@0,0:a fstype ufs
pseudo-device: dld0
dld0 is /pseudo/dld@0
PCI-device: ebus@1, ebus0
ebus0 is /pci@1f,0/pci@1,1/ebus@1
su0 at ebus0: offset 14,3803f8
su0 is /pci@1f,0/pci@1,1/ebus@1/su@14,3803f8
cpu0: UltraSPARC-IIi (portid 0 impl 0x12 ver 0x91 clock 440 MHz)
iscsi0 at root
iscsi0 is /iscsi
The / file system (/dev/rdsk/c0t0d0s0) is being checked.
Hostname: unknown
syncing file systems... done
rebooting...
Resetting ...
</snip>
i booted the machine from network and mounted both disks to do a file
system check.
<snip>
# fsck /dev/dsk/c0t0d0s0
** /dev/rdsk/c0t0d0s0
** Last Mounted on /
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
315550 files, 8970088 used, 99219487 free (29831 frags, 12398707 blocks,
0.0% fragmentation)
</snip>
does anyone have a hint where and how to look into this strange behavior?
regards
markus
ct,
--
Das Abspringen einer Begrenzungsmauer dient nicht dem direkten
Zur�cklegen des Arbeitsweges.
http://www.rz-amper.de
|
|
0
|
|
|
|
Reply
|
lassmichinruhe2 (23)
|
3/27/2012 7:24:54 AM |
|
Markus Sonnenberg <lassmichinruhe@rz-amper.de> writes:
...
>The / file system (/dev/rdsk/c0t0d0s0) is being checked.
>Hostname: unknown
>syncing file systems... done
>rebooting...
>Resetting ...
This part of the sequence is the only odd looking thing.
It is strange that hostname is unknown?
You could check the syslog while you are booted into single-user mode
to see what may be happening more.
Could you possibly have a init script/SMF that shuts down the system
upon boot?
Have you fsck'd all the file system partitions and not just root?
|
|
0
|
|
|
|
Reply
|
Doug
|
3/27/2012 12:55:06 PM
|
|
On 3/27/2012 2:55 PM, Doug McIntyre wrote:
> Markus Sonnenberg<lassmichinruhe@rz-amper.de> writes:
> ..
>> The / file system (/dev/rdsk/c0t0d0s0) is being checked.
>> Hostname: unknown
>> syncing file systems... done
>> rebooting...
>> Resetting ...
>
> This part of the sequence is the only odd looking thing.
> It is strange that hostname is unknown?
every second try it comes up with the correct hostname.
> You could check the syslog while you are booted into single-user mode
> to see what may be happening more.
a friendly 'boot -s' has the same result as a normal boot. it's
rebooting/resetting the same way as normal boot. i checked
/var/log/messages and the last entry is the last shutdown. i'm using
syslog-ng started by a script. and it seems to me that the reboot
happens before syslog-ng get started.
a 'boot -m milestone=none' ends with a running system without a reboot.
> Could you possibly have a init script/SMF that shuts down the system
> upon boot?
not as far as i know. i guess it would be pretty stupid to have a
script/smf which shuts down the machine.
> Have you fsck'd all the file system partitions and not just root?
i have two disks in that machine.
/dev/dsk/c0t0d0s0 /
/dev/dsk/c0t0d0s7 swap
/dev/dsk/c0t1d0s0 /var
i've fsck'd root and var and got no errors.
<snip>
# fsck /dev/dsk/c0t0d0s0
** /dev/rdsk/c0t0d0s0
** Last Mounted on /
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3a - Check Connectivity
** Phase 3b - Verify Shadows/ACLs
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cylinder Groups
315550 files, 8970088 used, 99219487 free (29831 frags, 12398707 blocks,
0.0% fragmentation)
</snip>
regards
markus
ct,
--
Das Abspringen einer Begrenzungsmauer dient nicht dem direkten
Zur�cklegen des Arbeitsweges.
http://www.rz-amper.de
|
|
0
|
|
|
|
Reply
|
lassmichinruhe2 (23)
|
3/27/2012 6:32:16 PM
|
|
Markus Sonnenberg <lassmichinruhe@rz-amper.de> writes:
>On 3/27/2012 2:55 PM, Doug McIntyre wrote:
>> Markus Sonnenberg<lassmichinruhe@rz-amper.de> writes:
>> ..
>>> The / file system (/dev/rdsk/c0t0d0s0) is being checked.
>>> Hostname: unknown
>>> syncing file systems... done
>>> rebooting...
>>> Resetting ...
>>
>> This part of the sequence is the only odd looking thing.
>> It is strange that hostname is unknown?
>every second try it comes up with the correct hostname.
That is truely odd. Maybe a split boot mirror with one disk flaking out?
My next course of action that I'd take is to try testing/swapping hardware
(ie. RAM, Disk). Install another drive and install onto it, import
data over. Etc.
|
|
0
|
|
|
|
Reply
|
Doug
|
3/27/2012 9:18:11 PM
|
|
On 3/27/2012 11:18 PM, Doug McIntyre wrote:
> Markus Sonnenberg<lassmichinruhe@rz-amper.de> writes:
>> On 3/27/2012 2:55 PM, Doug McIntyre wrote:
>>> Markus Sonnenberg<lassmichinruhe@rz-amper.de> writes:
>>> ..
>>>> The / file system (/dev/rdsk/c0t0d0s0) is being checked.
>>>> Hostname: unknown
>>>> syncing file systems... done
>>>> rebooting...
>>>> Resetting ...
>>>
>>> This part of the sequence is the only odd looking thing.
>>> It is strange that hostname is unknown?
>
>> every second try it comes up with the correct hostname.
>
>
> That is truely odd. Maybe a split boot mirror with one disk flaking out?
>
> My next course of action that I'd take is to try testing/swapping hardware
> (ie. RAM, Disk). Install another drive and install onto it, import
> data over. Etc.
i replaced the first disk and installed sol10 on it. it doesn't reboot
and runs stable. now i'm restoring from backup.
i placed the original disk in another netra t1 and it shows the same
behavior. it is rebooting all the time.
regards
markus
ct,
--
Das Abspringen einer Begrenzungsmauer dient nicht dem direkten
Zur�cklegen des Arbeitsweges.
http://www.rz-amper.de
|
|
0
|
|
|
|
Reply
|
lassmichinruhe2 (23)
|
3/30/2012 8:49:08 AM
|
|
|
4 Replies
309 Views
(page loaded in 0.072 seconds)
Similiar Articles: /dev/fd error message on Netra T1 105 - comp.unix.solaris ...I have a netra T1 105 where I want to install Solaris. The bootup to the ok prompt or ... I then start the install by booting from cd rom. I did this either from an internal ... Netra T1 105 LOM input lost? - comp.sys.sun.adminBoot device: disk File and args: SunOS Release 5.8 Version Generic_117350-45 64 ... Netra T1 105 LOM input lost? - comp.sys.sun.admin Netra T1 105 LOM input lost? - comp ... Serial connection to NetraT1 - comp.unix.solarisPlugged a null serial cable from the serial port of a PC to Port A of Netra T1. ... Evaluating: boot Can't open boot device ok .... but typing anything on the ... How to LOM -> OK> prompt - comp.unix.solaris... can one get to the OK prompt from the LOM (lights out management) on a Sun Netra T1? ... I want it to stay at the OK prompt, without booting the OS. -- Dave (from the UK ... sun netra t1 105 - comp.unix.solarisHello, I bought a used Sun Netra t1 105 with 1GB RAM and 2 scsi hard disks ... from LOM on Netra T1 105 Help:Getting an OK prompt from LOM on Netra T1 105. From ... to boot ... Netra 210 will not boot from cdrom - comp.sys.sun.adminFor some reason my Netra 210 will not boot from a cdrom drive. This is how I'm ... LOM on Netra T1 105 Help:Getting an OK prompt from LOM on Netra T1 105. From ... to boot ... Netra T1 goes to OK> prompt - but why? - comp.sys.sun.admin ...A friend has a Netra T1 which keeps going to the OK prompt ... V440 Network Boot Moody 7 113 Dear All, Arch: Sun Fire ... Netra T1 goes to OK> prompt - but why ... dmfe vs hme vs eri - comp.unix.solarisThe reason I ask is Netra 1405, E250, E450 have hme interfaces. Netra T1 200 has an eri interface The OS ... be available in the machine when it boots, *before* booting ... What terminal type should I select for Putty when installing ...I might well be able to answer this myself in an hour or so, as I try 'boot cdrom ... * Sun Netra T1 * Sony laptop with USB/serial adapter. * Solaris 10 03/2005. Help! Monitor connects to XVR-100 through HDF15 port no display ...Ok> boot -r can not solve the problem. How can I make HD15 port work? regards ... Netra T1 105 LOM input lost? - comp.sys.sun.admin Help! Monitor connects to XVR-100 ... Sun Netra T1 - Booting and password - Computer Tech Support Forum ...Hi, I am having a problem with a Sun Netra T1 machine. The machine was ... Sun Netra T1 - Booting and password Next Generation Netra T1 Server: Netra T1 AC200In creating the Netra T1 AC200 server, Sun spent a great deal of time meeting with ... LOM allows customers to remotely boot, reboot, monitor and troubleshoot the server ... 7/18/2012 7:56:12 PM
|