Solaris 10 on Enterprise 250


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 10 on Enterprise 250
# 15  
Old 11-15-2006
confirm that the disks are not visible by running "format < /dev/null" ...

if they are all there, then you just need to either add them as mirrors or as separate disk devices with their own mount points ... see "man newfs," "man mount," "man metainit," "man metattach," "man metadb" for more options ...


good luck!
# 16  
Old 11-15-2006
You might also want to run man format if your not sure about how to partition up a disk..
The basic steps are:
format
- select a disk
- partition the disk
- label the disk

newfs
- create a ufs

mount
- mount the filesystem

vi /etc/vfstab and add the partition so that it mounts after any reboots.

If after running format you do not see all your disks try running devfsadm and then run format again.
Tornado
# 17  
Old 11-15-2006
Thomas, you need to check the disks visible form a hardware perspective first.

Boot the machine and watch for memory check. You need to stop the boot process, this is normally done using STOP+A keys but you are not on a Sun Keyboard, think it is the "ESC" or "BREAK" key?
You should get an OK prompt.
Type probe-scsi
It should list all the available disks:-
Target 0
Unit 1
Target 1
Unit 1
etc

In your case there should be 4. Assuming you can see four then enter boot

Follow the instructions given by people above for formatting and creating file systems.
# 18  
Old 11-15-2006
Quote:
Originally Posted by malcqv
Boot the machine and watch for memory check. You need to stop the boot process, this is normally done using STOP+A keys
Doing this could cause your system to hang on the probe-scsi command.
The correct way would be after the Stop+A set auto-boot?=false then type reset-all Once that is done you can run your probe command.

But try devfsadm first and then if you still can't see the disks with a format try running the probe-scsi command from the prom level, but only after setting auto-boot to false and running reset-all
Tornado
# 19  
Old 11-16-2006
Yep tornado you are right it could. I left that out to avoid confusion and to try to keep it simple. If a reset-all is required the system will tell you Smilie
# 20  
Old 11-16-2006
Here's an alternative to probe-scsi..
Its an OS level probe-scsi..

ftp://ftp.cs.toronto.edu/pub/jdd/scs...iinfo-4.7.shar

The README file is available here:
ftp://ftp.cs.toronto.edu/pub/jdd/scsiinfo/README
Tornado
# 21  
Old 11-16-2006
disks

The installation should have detected all disks on the initial setup. not sure why it wouldnt be showing up after the install.

try 2 things.

'devfsadm'

and

'disks'
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

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... (3 Replies)
Discussion started by: rk2153
3 Replies

2. Solaris

Sun Solaris Enterprise E250 x64 Help

Hi everybody, my name is Giulia and for me is the fist time in this forum, i hope write in the correct section for my problem. I have a sun solaris server e250 enterprise with sun 5 versionof O.S. Now i wont format all and install new version of solaris, but i don't know the actual corrent... (7 Replies)
Discussion started by: giulia79
7 Replies

3. Solaris

Solaris 10 on Enterprise 4500 install problem

Good day, I am dummie on solaris and trying learning about Solaris, so no much experience, this is my problem, I got enterprise 4500 SUN Sparc hardware, has 2 internal SCSI HD, when I try to install Solaris 10 says that "no disk found" at middle of installation, I already change the HD and the... (3 Replies)
Discussion started by: edgargarcia_y2k
3 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

solaris ent 250

Hi All, I bought a solaris ent 250 on ebay. There's no rgb connection for my monitor. How do I connect? Thru serial? Please help. Thanks. (4 Replies)
Discussion started by: itik
4 Replies

6. Solaris

Install solaris 2.6 on Enterprise 420R

I am needing to install solaris 2.6 on a Enterprise 420R with 4X450mHz. Documentation says you need Operating Enviroment Installation CD February 2000(704-7076-10). Does anyone know where I can get this? (4 Replies)
Discussion started by: jenyart
4 Replies

7. UNIX for Advanced & Expert Users

Enterprise 450 Solaris 9 Problems

I am just getting started loading an Enterprise 450 Dell with Solaris 9 however I cannot get out of a loop that is not letting me get started. My basic question is what are the key strokes to get you out of a boot sequence so that you can at least clear the hard drive or start an install ... (9 Replies)
Discussion started by: Joe7778
9 Replies

8. 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
Login or Register to Ask a Question