Sponsored Content
Operating Systems Solaris Need help -- netra 5 Solaris enterprise 2 Post 302840529 by rk2153 on Monday 5th of August 2013 11:09:40 PM
Old 08-06-2013
Need help -- netra 5 Solaris enterprise 2

I need help to resurrect very old netra machines.

two of them are netra enterprise 2 and they do not boot with the message

Cant open boot device
The IDPROM contents are invalid
Boot device: net File and args
the host is not connected to any LAN
I brought up another Netra 5 connected to the LAN fsck showed up and deleted a bunch of files..after that X does not come up.
So I am bringing these without network connection.

probe-scsi-all produces the following:
/sbus@!f,0/SUNW,fas@e,8800000
Target 0
Unit 0 Disk Seagate ST39102LCSUN9.0G08289928W*2899
Target 6
Unit 0 Removable Read Only Device TOSHIBA XM5701TASUN12XCD099704/09/97


scsi-initiator-id 7 7
boot-command boot boot
boot-device disk net
diag-switch true

Thank you for your help
regards
Raman
the host shutsdown after some time...dont know why
if I connect the SCSI drive powers down sooner.

i tried few things from these articles but to no avail...

I had to remove the URLS since this is my first post...

Last edited by Scott; 08-06-2013 at 01:38 AM.. Reason: Removed email address
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

how to mount a hotswap scsi drive on a solaris 2.6 netra box using the mount command?

Hi... question is this: How do I mount an LVD hotswap scsi drive in bay #2 on a netra using the mount command? volmgt doesn't seem to mount it and/or I don't know how to view the drives data if it's formatted which it may not be. This drive is not new out of the box so I'm not sure. ... (4 Replies)
Discussion started by: soulshaker
4 Replies

2. UNIX for Advanced & Expert Users

Solaris 8 crash on Enterprise 3500

Hi Should anyone be able to help, one of my colleagues was doing a truss this morning and I am not sure if it has offset the system crash, but we have had these type of errors coming up???? # ls ls: Cannot read /usr/lib/ld.so.1 Killed # ps -ef ps: Cannot read /usr/lib/ld.so.1 Killed #... (1 Reply)
Discussion started by: NAV4869
1 Replies

3. Solaris

Solaris 10 on Enterprise 250

Hi experts, I have bought a used SUN Enterprise 250 server that currently runs solaris 8. Ive downloaded solaris 10 (sparc edition) from sun.com, and have burned the iso files to cd roms. So far so good. I can log into the system via the serial interface (port A). I want to sweep the discs,... (21 Replies)
Discussion started by: congo
21 Replies

4. Solaris

Solaris 10 on Enterprise 3500

Hellocan someone tell me if there are any special tricks at hand t set up Solaris 10 on a Enterprise 3500? I`ve tried with different cd`s, burnt on different speeds, and also with bought one`s. All give the same result after boot cdrom, it starts but freezes right after the license message.And... (16 Replies)
Discussion started by: vatch23
16 Replies

5. Solaris

Netra V440 & Netra 1290 keyswitch

Hello, I wrote a script which monitor the keyswitch state repeatedly each 10 minutes. I'm extracting the keyswitch status by using prtdiag. The script works fine for Netra v440 , but I found that prtdiag under Netra 1290 don't give keyswitch status. unlike Netra 440 server , I found that... (2 Replies)
Discussion started by: Alalush
2 Replies

6. Solaris

Solaris 9 & Netra 210 Console Problems

Have a Netra 210 server running Solaris 9 and Avaya CMS software and we redirected the local console to the remote console and now can't dial into the remote console. Can't get back to the local console either. So we are "locked out" and need help with any tips on how to reset the remote console... (3 Replies)
Discussion started by: drewmich
3 Replies

7. Solaris

Solaris Install on Netra X4450

I burned a Sun Solaris 10 x86 image on disk and trying to install it on Netra X4450. I verified in the BIOS that boot start with DVD first then a disk. However, when booting from disk I am getting the following error: kernel$ /boot/multiboot kernel/$ISADIR/unix -B install_media=cdrom... (4 Replies)
Discussion started by: StarSol
4 Replies

8. Solaris

Unable to access serial port from non-global solaris zone on netra 240

I am trying to use a serial communications device that is connected to /dev/ttyb on a netra 240 server. This is a solaris zone configuration using solaris 10 0910. I am able to access /dev/ttyb from the global zone but not throught he non-global zone. I have enabled all of the tty devices in my... (0 Replies)
Discussion started by: disagreeable
0 Replies

9. Solaris

Fsck: alignment error Solaris 8, SUN Netra AX11505

Hello all, I recently powered on my Netra AX1105 server only to be greeted with the following error message. I am not sure what to do here, I cant fun fsck on OK prompt.. did ok>boot -r and now it keeps booting from net, then I run ok>boot disk then outputs the following message... and keeps... (3 Replies)
Discussion started by: br1an
3 Replies

10. Solaris

Netra T4-1 How to Find ILOM IP from Solaris OS

Hello, We have Netra T4-1 server with Solaris 10 OS. I have remote access to OS. But i don't know the ILOM IP of T4-1. That's why i cannot connect to it. Is there a Solaris command to display ILOM IP? (3 Replies)
Discussion started by: byrusber
3 Replies
installboot(1M) 														   installboot(1M)

NAME
installboot - install bootblocks in a disk partition SYNOPSIS
installboot bootblk raw-disk-device The boot(1M) program, ufsboot, is loaded from disk by the bootblock program which resides in the boot area of a disk partition. The ufs boot objects are platform-dependent, and reside in the /usr/platform/platform-name/lib/fs/ufs directory. The platform name can be found using the -i option of uname(1). The installboot utility is a SPARC only program. It is not supported on the architecture. users should use installgrub(1M) instead. bootblk The name of the bootblock code. raw-disk-device The name of the disk device onto which the bootblock code is to be installed; it must be a character device which is read- able and writable. Naming conventions for a SCSI or IPI drive are c?t?d?s? and c?d?s? for an IDE drive. Example 1: Installing UFS Boot Block To install a ufs boot block on slice 0 of target 0 on controller 1 of the platform where the command is being run, use: example# installboot /usr/platform/`uname -i`/lib/fs/ufs/bootblk /dev/rdsk/c1t0d0s0 /usr/platform/platform-name/lib/fs/ufs directory where ufs boot objects reside. /platform/platform-name/ufsboot second level program to boot from a disk or CD See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ od(1), uname(1), boot(1M), init(1M), kadb(1M), kernel(1M), monitor(1M), reboot(1M), rpc.bootparamd(1M), init.d(4), attributes(5) WARNINGS
The installboot utility fails if the bootblk or openfirmware files do not exist or if the raw disk device is not a character device. 11 Apr 2005 installboot(1M)
All times are GMT -4. The time now is 09:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy