Sponsored Content
Operating Systems Solaris Solaris can't detect external HDD on HP server Post 302922806 by Aratai on Tuesday 28th of October 2014 11:45:56 AM
Old 10-28-2014
@jlliagre: I would like to put any FS that Solaris would recognize, but I didn't find a (freeware) tool on the net which lets me do so.

@hicksd8:
The format on that USB drive could be any that Solaris can read (UFS, ZFS,...).

I tried rmformat -l, but I simply don't get the exHDD which I pluged in.
This is all I get (only the DVD drive):
Code:
root@...:/# rmformat -l
Looking for devices...
     1. Logical Node: /dev/rdsk/c1t0d0p0
        Physical Node: /pci@0,0/pci-ide@1f,2/ide@1/sd@0,0
        Connected Device: hp       DVDROM DT80N     DA00
        Device Type: DVD Reader
root@ossrc1:/#

I tried that with or without the volfs. The fdisk, I didn't try.

Could it be that the problem is in the USB 3.0 port and that the server doesn't support that? or
Could it be that the disk needs to have its own power cord?
 

10 More Discussions You Might Find Interesting

1. Linux

Installing Linux on External HDD

Hi, I want to install LINUX on my laptop. I have a 2GHZ,1GB RAM and HDD is not partitioned. I donot want to touch this HDD and I have external HDD of 200GB. Can I install LINUX on this external HDD?. I would like system to detect linux only when I connect my external hard drive. else system should... (5 Replies)
Discussion started by: sureshht
5 Replies

2. Solaris

How to mount External HDD in VMware 6.0

Hi Friends, I am using VMware 6.0 and i want to transfer some files from External HDD so how to mount the Disk, and i am not able to assign any ip to my network card any one can help me how to set ip in VMware. Thanks and Regards, Venky.:b: (0 Replies)
Discussion started by: 1409.venkatesh
0 Replies

3. UNIX for Advanced & Expert Users

Use external HDD as archive0

Hello UNIX-community, We have an older SCO UNIX-system running PCS3 (an industrial platform) and since a few weeks we are experiencing problems with our archiving software. For about ten years, the system archives data to Magneto-Optical discs (MO-discs) and thus far it has worked fine.... (3 Replies)
Discussion started by: V4Friend
3 Replies

4. OS X (Apple)

Installing mac on external hdd?

Hi, As I did not find any specific group for this question, i am putting it here. Can I install Mac OS on an external hard disk? Is this possible or not? I know it is very hard to install mac os on non-mac hardwares. I have a dell inspiron laptop and i want to use mac from external hdd. ... (1 Reply)
Discussion started by: sanzee
1 Replies

5. UNIX for Dummies Questions & Answers

External HDD

I need to get an external HDD for a SUN server running Solaris 10. The Western Digital that I have will not recognize and when I went looking for drivers WD only has them for MAC and Windows. Is there a External HDD that is known to work with Unix? (24 Replies)
Discussion started by: SIFT3R
24 Replies

6. Red Hat

External HDD Issue

Hello everyone ! I just installed Red Hat 6.4 and when i plug in my external HDD firstly i can see the files and after 5 seconds all dissapears. What causes to this and ways to fix it ? Thanks in advance ! (1 Reply)
Discussion started by: djqbert
1 Replies

7. Red Hat

Suitable External HDD for Linux RHEL

Hi All, I am very new to UNIX systems and need your help. OS: RHEL 5.4(LINUX) 64 bit I need to get a new external 2TB HDD for transferring data from between linux machines. This HDD will not be used in any windows/MAC servers. Only on UNIX systems(linux/solaris) the USB device is to be... (1 Reply)
Discussion started by: Bikash Mishra
1 Replies

8. Gentoo

Data recovery of formatted external HDD

accidentally formatted ext3 external hard disk .. im using EAse us tool in windows system to recover the data ... will this works?? if yes ... the another external hard disk have to be formatted in which file system ? is there any other option ..please help me out (1 Reply)
Discussion started by: rajeshz
1 Replies

9. Solaris

External Network Connectivity w/Oracle VM Server for SPARC & Solaris 11

Hello all, thanks for reading my question: So I've been a Unix/Linux SysAdmin for a couple years, and I'm a bit over my head running solo, trying to set up LDoms using Oracle VM Server 3.1 for SPARC. I've been very careful, and things have gone well up until the point I try to access the new... (9 Replies)
Discussion started by: Lyxix
9 Replies

10. Red Hat

"Unable to Detect Newly added HDD - Redhat 5"

Hi Folks, I am unable to detected newly added HDD in my redhat-5 OS. I am expecting to get /dev/sdb. Following are the utilized commands or syntax. root@hostname% cat /etc/redhat-release Red Hat Enterprise Linux Client release 5.4 (Tikanga) echo "- - -" > /sys/class/scsi_host/host0/scan %... (1 Reply)
Discussion started by: Sricharan21
1 Replies
wxListEvent(3erl)					     Erlang Module Definition						 wxListEvent(3erl)

NAME
wxListEvent - See external documentation: wxListEvent. DESCRIPTION
See external documentation: wxListEvent . Use wxEvtHandler:connect/3 with EventType: : command_list_begin_drag , command_list_begin_rdrag , command_list_begin_label_edit , command_list_end_label_edit , com- mand_list_delete_item , command_list_delete_all_items , command_list_key_down , command_list_insert_item , command_list_col_click , command_list_col_right_click , command_list_col_begin_drag , command_list_col_dragging , command_list_col_end_drag , com- mand_list_item_selected , command_list_item_deselected , command_list_item_right_click , command_list_item_middle_click , com- mand_list_item_activated , command_list_item_focused , command_list_cache_hint See also the message variant #wxList{ } event record type. This class is derived (and can use functions) from: wxNotifyEvent wxCommandEvent wxEvent DATA TYPES
wxListEvent() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
getCacheFrom(This::wxListEvent()) -> integer() See external documentation . getCacheTo(This::wxListEvent()) -> integer() See external documentation . getKeyCode(This::wxListEvent()) -> integer() See external documentation . getIndex(This::wxListEvent()) -> integer() See external documentation . getColumn(This::wxListEvent()) -> integer() See external documentation . getPoint(This::wxListEvent()) -> {X::integer(), Y::integer()} See external documentation . getLabel(This::wxListEvent()) -> string() See external documentation . getText(This::wxListEvent()) -> string() See external documentation . getImage(This::wxListEvent()) -> integer() See external documentation . getData(This::wxListEvent()) -> integer() See external documentation . getMask(This::wxListEvent()) -> integer() See external documentation . getItem(This::wxListEvent()) -> wxListItem() (see module wxListItem) See external documentation . isEditCancelled(This::wxListEvent()) -> bool() See external documentation . AUTHORS
<> wxErlang 0.98.9 wxListEvent(3erl)
All times are GMT -4. The time now is 10:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy