Sponsored Content
Operating Systems Solaris Need help -- netra 5 Solaris enterprise 2 Post 302841321 by rk2153 on Wednesday 7th of August 2013 07:29:41 AM
Old 08-07-2013
Quote:
Originally Posted by Just Ice
the first netra's drive seems to be dead while the second one's drive seems to have major corruption ... you should try to replace the drives and boot from a jumpstart server and see if those boxes still work ...
Thank you very much Just Ice.

The Enterprise 2 are NFS mounted I think and they must fail...as they do.

The other one I should indeed replace disk and try it ...

How can I configure them to come up with local disk instead of NFS drive.

Is there a book or writeup on the net for all this?

regards
Raman
 

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
HD(4)							     Linux Programmer's Manual							     HD(4)

NAME
hd - MFM/IDE hard disk devices DESCRIPTION
The hd* devices are block devices to access MFM/IDE hard disk drives in raw mode. The master drive on the primary IDE controller (major device number 3) is hda; the slave drive is hdb. The master drive of the second controller (major device number 22) is hdc and the slave hdd. General IDE block device names have the form hdX, or hdXP, where X is a letter denoting the physical drive, and P is a number denoting the partition on that physical drive. The first form, hdX, is used to address the whole drive. Partition numbers are assigned in the order the partitions are discovered, and only non-empty, non-extended partitions get a number. However, partition numbers 1-4 are given to the four partitions described in the MBR (the `primary' partitions), regardless of whether they are unused or extended. Thus, the first logi- cal partition will be hdX5. Both DOS-type partitioning and BSD-disklabel partitioning are supported. You can have at most 63 partitions on an IDE disk. For example, /dev/hda refers to all of the first IDE drive in the system; and /dev/hdb3 refers to the third DOS `primary' partition on the second one. They are typically created by: mknod -m 660 /dev/hda b 3 0 mknod -m 660 /dev/hda1 b 3 1 mknod -m 660 /dev/hda2 b 3 2 ... mknod -m 660 /dev/hda8 b 3 8 mknod -m 660 /dev/hdb b 3 64 mknod -m 660 /dev/hdb1 b 3 65 mknod -m 660 /dev/hdb2 b 3 66 ... mknod -m 660 /dev/hdb8 b 3 72 chown root:disk /dev/hd* FILES
/dev/hd* SEE ALSO
mknod(1), chown(1), mount(8), sd(4) Linux 1992-12-17 HD(4)
All times are GMT -4. The time now is 06:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy