d1000 or minipac with six disk slot


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users d1000 or minipac with six disk slot
# 1  
Old 06-16-2008
d1000 or minipac with six disk slot

Hi All,

Is there anyway two nodes can share D1000 or minipack with 6 disk slots.
Right now I have minipacks and I am connecting to Sunblade 100 and Sunbladew 150 separately. I would like to connect two systems to one minipack and able see the all the disks on both systems.

I do have D1000 too which I will use if I can not connect Minipacks.
If it can be done, please give me the proceduere.
I want to try oracle 10g RAC on this using ASM.

Thanks in advance.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

D1000 Storedge array connection

I am trying to connect D1000 storedge with my sun blade 1500 and i am getting the following error when booting the system. Oct 13 22:21:56 brampton rpcbind: rpcbind terminating on signal. Oct 13 22:22:02 brampton syseventd: SIGHUP caught - reloading modules Oct 13 22:22:02 brampton... (9 Replies)
Discussion started by: mnathan
9 Replies

2. Filesystems, Disks and Memory

cantidad de slot de memoria

Alguien me puede ayudar, necesito saber cuantos slot de memoria disponibles tiene un RS/6000 AIX (1 Reply)
Discussion started by: ivan.estay
1 Replies

3. Solaris

connection problem with Storedge D1000

Hi, Recently i was trying to connect Sun Storedge D1000 Array to E420 R (Practice servers). I connected the SCSI cable between array and server. I tried the following : #devfsadm (nothing showed up) #format (no new disk is shown here) i tried this process again after putting ON the... (2 Replies)
Discussion started by: bluegold86
2 Replies

4. Solaris

AGP slot in my server ?

hi all, i have a sunfire v440 server , someone can tell me if this server contains a AGP slots ? thanx (4 Replies)
Discussion started by: lid-j-one
4 Replies

5. Solaris

Storedge D1000 sharing disks between two boxes

Hello, I have a d1000, it's connected to two servers, I want both servers to see all disks in the array. i.e. i have 6 disks, 3 in each side, I want both servers to see all 6 disks. It appears to be setup in a split bus mode now, ive looked thru the manuals and have become confused! So,... (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

6. Solaris

How to change boot slot X4100?

Hi everyone, I have a problem which looks like very simple. My SunFire X4100 have 2 disk slots: HDD0, HDD1 and 1 hard disk. I installed OS on the hard disk at HDD0 and now i want to boot it at HDD1. When i change BIOS and begin boot at HDD1 it reset after i chose Solaris 10 at OS selecting... (3 Replies)
Discussion started by: tien86
3 Replies

7. Solaris

probe-scsi-all hangs probing D1000

Hi folks, I´m having a problem with a Ultra60 box with diff scsi pci card conected to one D1000. The conection are correct because a checked the D1000 guide. When a do probe-scsi-all in the OBP, the D1000 blink all disks one time then the led of one of the disks powers off and then nothing... (2 Replies)
Discussion started by: spacewalker
2 Replies

8. UNIX for Dummies Questions & Answers

bad pci slot?

Hi, im having a problem installing my pci wireless card. Im using knoppix, but my problem is with the mobo i think. im using an older laptop, toshiba satellite 2540 and when i plug in the card i get lights on sometimes. this means its getting power right. so then to install the card into the... (0 Replies)
Discussion started by: jestra
0 Replies

9. UNIX for Advanced & Expert Users

device - > slot

Hi all.. I have a Sun Ultra 450 with a lot of drives and scsi controllers installed and i have one bad internal disk.. How can "map" ex /dev/dsk/c3t2d0s0 to a slot in the internal cabinet? Any good ideas? I dont want to remove the wrong disk :) thanks in advance.. (3 Replies)
Discussion started by: s93366
3 Replies
Login or Register to Ask a Question
volreattach(8)						      System Manager's Manual						    volreattach(8)

NAME
volreattach - Reattaches disk drives that have once again become accessible SYNOPSIS
/usr/sbin/volreattach [-rb] [accessname...] /usr/sbin/volreattach -c accessname OPTIONS
The volreattach utility has the following options: Calls the volrecover utility to attempt to recover stale plexes of any volumes on the failed disk. Performs the reattach operation in the background. Checks whether a reattach is possible. No operation is performed, but the name of the disk group and disk media name at which the disk can be reattached is displayed. DESCRIPTION
The volreattach utility attempts to reattach disks using the same disk group and media names they had before detachment. This operation may be necessary if a disk has a transient failure, or if some disk drivers are unloaded or unloadable when the Logical Storage Manager is started, causing disks to enter the failed state. If the problem is fixed, the volreattach command can be used to reattach the disks without plexes being flagged as stale, as long as the reattach happens before any volumes on the disk are started. The volreattach command is called from the voldiskadm menus as part of disk recovery. The volreattach utility tries to find a disk with a disk group and disk ID matching that of the disk(s) being reattached. If the matching disk is found, the reattach operation may still fail if the original cause (or some other cause) for the disk failure still exists. EXIT CODES
A zero exit status is returned if it is possible to perform a reattach. Otherwise, non-zero is returned. SEE ALSO
volintro(8), voldiskadm(8), volrecover(8) volreattach(8)