Attaching 1TB external drive to SunFire v880


 
Thread Tools Search this Thread
Operating Systems Solaris Attaching 1TB external drive to SunFire v880
# 1  
Old 01-21-2012
Attaching 1TB external drive to SunFire v880

Hi
I have a 1TB external drive that I want to attach to a SunFire v880 server which runs on Solaris 9. After attaching the external drive what commands should I issue so that the drive will be seen by the server?
# 2  
Old 01-22-2012
what kind of external drive?
# 3  
Old 01-22-2012
and is data already present on the disk ?
# 4  
Old 01-23-2012
re:

The drive is a 1TB external drive that we normally attach to windows machines. I guess it is a FAT32 one. Thanks for your response.
There is data but I can easily format it, I don't need the data.
Rahman
# 5  
Old 01-23-2012
so i guess it is a USB drive. the v880 has two usb ports which are for a keyboard&mouse. i've never tried to run an usb drive on such a server. some thoughts that might be usefull:
- the usb ports might be really slow (because they are for HID; not for storage)
- solaris and usb storage is by itself on the slow side (my experience)
- maybe the drive won't be found at all (chances might be better with a more modern os version)
# 6  
Old 01-23-2012
I seem to recall a topic like this before, which unfortunately didn't go too well... It's possible these ports are not full-fledged USB ports but just use BIOS support for keyboard and mouse.
# 7  
Old 02-07-2012
Attaching USB drive to Solaris

I've done this before and from what I remember use:

rmformat -l

to tell you the device name eg. /dev/rdsk/<device>s2

Turn off volume management use:

svcadm disable volfs
or
/etc/init.d/volmgt stop

depending on the version of Solaris

Run fdisk to configure a partition use:

fdisk /dev/rdsk/<device>s2

Write down a filesystem use:

newfs /dev/rdsk/<device>s0 (eg. for partition 1)

Mount the filessytem use:

mount /dev/dsk/<device>s0 <mount point>

Something like that! Hope that helps. No guarantees!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

External hard drive

I have connected an external hard drive. I can't find it. Both ls /media, fdisk -l and ls /dev show nothing. TIA (3 Replies)
Discussion started by: Meow613
3 Replies

2. Hardware

Sunfire V880

Hi Does someone have the latest firmware for a sunfire v880 I have a problem with the FC-AL disk i guess i need to upgrade the firmware but i dont have a support with oracle and i can't find it anywhere thank you (4 Replies)
Discussion started by: simplextibi
4 Replies

3. AIX

Attaching HDS External storage to AIX Servers

Hi guys, I am newbie to AIX. We are planning to attach external HDS array to AIX servers where VCS in installed. Anyone know step by step procedure for attaching and detaching HDS array?. If yes, please post reply for the same. Thanks in advance guys. (5 Replies)
Discussion started by: prtaix
5 Replies

4. Filesystems, Disks and Memory

Partitioning External Drive

I am about to set up another triple boot drive, but this one is connected to my MacBook with a USB adapter. I want to be sure that I do not overwrite data on my laptop's internal drive. This is the command I used for the internal drive, which was found in an Ubuntu forum, but the sizes were changed... (0 Replies)
Discussion started by: MacInAction
0 Replies

5. Solaris

Sunfire V880 Internal Disk Problem

Any help on this would be greatly appreciated. I have read other threads on similar subject but still not clear on what this is telling me and what action to take. Do I have a couple of disks that are slowly dying? While checking disk usage on the V880 I noticed the following: # format... (3 Replies)
Discussion started by: jamba1
3 Replies

6. Solaris

SunFire V245, External CD/DVD-ROM, Solaris Install

Hey all. Wondering - I have a pair of V245's with no internal CD/DVD-ROM drives, and I want to install the latest/greatest Solaris 10. Booting these machines with an external drive plugged in via USB does no good. Is jumpstart or installing internal drives the only alternative? I'm a... (1 Reply)
Discussion started by: b1f30
1 Replies

7. Solaris

Serial Port Connection to a Sunfire V880 (having Solaris 10)

Hi, I'mtrying to connect a Device via the serial port to my Solaris 10 environment (Sunfire V880). I have setup ttyb to connect to the Device. I am getting a connected status in my Port Listing (Using a separate Module that I have in the app running in the environment) but the moment I try to... (0 Replies)
Discussion started by: Alchemist
0 Replies

8. Solaris

Thoughts/experiences of SAN attaching V880 to EMC SAN

Hi everyone, I wonder if I can canvas any opinions or thoughts (good or bad) on SAN attaching a SUN V880/490 to an EMC Clarion SAN? At the moment the 880 is using 12 internal FC-AL disks as a db server and seems to be doing a pretty good job. It is not I/O, CPU or Memory constrained and the... (2 Replies)
Discussion started by: si_linux
2 Replies

9. Solaris

Sunfire 280R Can't Recognize Floppy Drive

Greetings all, I'm in a bit of a situation. I have this Sunfire 280R system that did not have a floppy drive in it, yet we needed one. We grabbed one from another Sun box we had laying around unused, and installed it. The system couldnt recognize it. Tried another floppy drive (non-sun) and... (4 Replies)
Discussion started by: snackiesmores
4 Replies

10. Solaris

X6799A PCI cards and Sunfire v880

Hi, Can X6799A PCI single fiber channel cards be fitted into the top 2 slots of a Sunfire v880. These 2 slots are 66Mhz and X6799A are supposed to be able to connect at this speed. However , I believe the cards are 5volts , whilst the slots are 3.3volts. (2 Replies)
Discussion started by: markdr011
2 Replies
Login or Register to Ask a Question