Computing.Net > Forums > Solaris > Installing a new hard drive on Sun ultra

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Installing a new hard drive on Sun ultra

Reply to Message Icon

Name: Bex Thomas
Date: August 13, 2001 at 10:54:05 Pacific
Comment:

I need help with installing a new hard drive for my Sun ultra 450 workgroup server. A step by step of commands and actions to be taken would be appreciated.



Sponsored Link
Ads by Google

Response Number 1
Name: oliver
Date: August 22, 2001 at 11:43:07 Pacific
Reply:

# init 0 (to get to OK prompt)
add disk
OK> boot -r
# format
select disk and partition it as you desire
# newfs /dev/dsk/cXtXdXsX where X is the real value
# mkdir /mount/point
# mount /dev/dsk/cXtXdXsX /mount/point
Add the info to /etc/vfstab if desired. Follow the examples there

You will need to run newfs for all the new slices you create and you can get away with not shutting down if you're brave but I wouldn't recommend it for a novice


0

Response Number 2
Name: Rajesh Kunhiraman
Date: October 25, 2001 at 19:49:52 Pacific
Reply:

U can add disk using hotplugging. Hotplugging of targets on a SCSI bus is the ability to add, remove, and swap SCSI targets while the system is up and running. The main advantage is that we can replace faulty drives without having to bring the system to a halt and then perform a reboot. It also means that new drives can be added
to an almost full system without having to reboot. Now, to add a disk while the system is up and running, pls follow these simple steps:

If you are running, Solaris <= 7

Generate /devices structure - by running /usr/sbin/drvconfig
Generate /dev structure - by running /usr/sbin/devlinks
Generate /dev/dsk and /dev/rdsk links - by running /usr/sbin/disks

For Solaris 8, one command does everything for you.
Generate /devices, /dev, /dev/dsk, /dev/rdsk links - run /usr/sbin/devfsadm

In HP also, the process is fairly simple..

ioscan -fn
insf -e

Hope this helps..


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Installing a new hard drive on Sun ultra

Installed a new hd in Solaris www.computing.net/answers/solaris/installed-a-new-hd-in-solaris/829.html

Installing 2nd hard drive on Solaris 8 www.computing.net/answers/solaris/installing-2nd-hard-drive-on-solaris-8/1252.html

H/W : Installing Hard drive on Solaris www.computing.net/answers/solaris/hw-installing-hard-drive-on-solaris/2107.html