Adding new hard drives on Sun SPARC T5440 server with Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Adding new hard drives on Sun SPARC T5440 server with Solaris 10
# 1  
Old 04-05-2011
Adding new hard drives on Sun SPARC T5440 server with Solaris 10

I need to add two new hard drives of 300 GB capacity to a SunSPARC T5440 server. The server currently has two hard drives of 146 GB each.
How do I add the new drives to the existing UFS?
What are the procedures involved in setting this server with the new hard drives? I am very new to Solaris Administration so any help will be appreciated.
# 2  
Old 04-05-2011
look for a new hardisk
Code:
su -
echo | format

then create new UFS on target HDD

Code:
newfs /dev/rdsk/xxxxxx

then add new disk to your /etc/fstab file to automatically mount at boot
# 3  
Old 04-05-2011
Thanks for a quick response. I am able to see the new hard disks when I do echo | format.

But when I use the newfs /dev/rdsk/c0t2d0

I get an error - No such file or Directory.

Am I doing some thing wrong here?
# 4  
Old 04-05-2011
use

newfs /dev/rdsk/c0t2d0sx

where x = 0 or 1 or 2 or 3 or 4 or 5 or 6

you need to run format. select the new disk. setup the slice sizes and then run newfs against the slice(s) that you have created.
# 5  
Old 04-05-2011
Thanks for your help. I am currently formatting the partition. Will setup the file system next.
# 6  
Old 04-05-2011
A late comment but anyway, a much simpler method would have been to use ZFS instead of UFS. For example something like:
Code:
zpool create mirror c0t2d0 c0t2d1

and that's it.
# 7  
Old 04-15-2011
susheel

just attach the disks and run the command devfsadm and go for the formats for sparc it takes 7 slices convert it by label
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Solaris 8 - Accessing Hard Drives

Hi, I have two SCSI Hard Drives in a Sun Solaris 8 server as shown below. I would like to access Disk1 and look at its contents, directory structure and files. How do I change my default directory from Disk 0 to Disk 1 and vice versa? Thank you. (5 Replies)
Discussion started by: ssabet
5 Replies

2. Solaris

SPARC Enterprise T5440 Server, can not power off

SPARC Enterprise T5440 Server, can not power off I connect to Service Processor via serial port and submit the following to boot the system, it boots fine but can not power off the system. Can someone help? The following takes me to unix login -> start /SYS -> start /SP/console... (6 Replies)
Discussion started by: paulk93
6 Replies

3. Solaris

Unplug power from Sparc Server T5440 when in OpenBoot

show /HOST command shows that status = OpenBoot Running when in this state, can the power be unplugged from the server ? we are unable to bring the status to "powered off". Even if we issue "stop /SYS" it will momentarily be in the powered off status and then go back to power on... (1 Reply)
Discussion started by: paulk93
1 Replies

4. Solaris

Application running too slow on Sun SPARC T5440 but run normal on sun M3000

Hi all, I have application running on sun server T5440 4x8x1.4 GHz, 64 GB RAM, application running very slow though load average too low. when I install my application on another server SUN M3000 (One CPU 1x8x2.5GHz, 8GB RAM), application run smoothly. Here is my server T5440 info: ... (6 Replies)
Discussion started by: insatiable1610
6 Replies

5. Filesystems, Disks and Memory

Help adding new hard drives

Folks; I just added 2 physical new hard drives to my SUSE server. My server is already running SUSE 10.3 version. Is there a command i can use to add the new space or even see if the system can sees them? (3 Replies)
Discussion started by: Katkota
3 Replies

6. Solaris

Sun Solaris 9 E250 -- Suggestions For External Hard Drives

Hello, Running a Sun Solaris 9 E250 and need advice or suggestions on what type of external hard disks are compatible and or available. It's an old machine and is due for replacement soon but in the short term need an external hard drive for backup etc as the partner/backup machine has just... (2 Replies)
Discussion started by: KenLynch
2 Replies

7. Solaris

Add new hard disk to sun sparc server?

A sparc server has a new SCSI hard disk added and labeled by the engineer, but they need to be formatted identically to an existing disk (c4t0d0). You decide to script the process and run from the command line without interaction. I know that the following command line must be achieve this. #... (3 Replies)
Discussion started by: kingsan
3 Replies

8. UNIX for Dummies Questions & Answers

Info Needed in Seting up An apache Web Server on A Sun Sparc with Solaris 8

I need help in the form of the complete procedures necessary in setting up an Apache web server on a Sun Sparc running Solaris 8 David Johnston P.S New to the Unix arena (1 Reply)
Discussion started by: David Johnston
1 Replies
Login or Register to Ask a Question