Sponsored Content
Full Discussion: Solaris recognize HW Raid ??
Operating Systems Solaris Solaris recognize HW Raid ?? Post 302501341 by fpmurphy on Thursday 3rd of March 2011 10:27:54 AM
Old 03-03-2011
Assuming you have a direct connect P2000 array, which generation is it and what particular controller have you?
 

9 More Discussions You Might Find Interesting

1. Solaris

RAID in Solaris 9

All, Is there a way to RAID the disks in Solaris 9? Solaris 8 provided DiskSuite for mirroring disk drives. Is there a GUI for DiskSuite in Solaris 9? Thanks, Mike (2 Replies)
Discussion started by: bubba112557
2 Replies

2. Solaris

raid 5 using solaris 9 LVM

if i want to create a raid 5 device on 3 disks I have, can I make multiple metadevices? all the example i see on the internet make use of the slice 2 placing the entire disk into the raid5 device. what if i make 3 identical slices on each disk, and make 3 raid 5 metadevices? will that work? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

3. UNIX for Dummies Questions & Answers

Raid config on Jumpstart (Solaris 10

Hi there, I was wondering if it is possible to include a RAID configuration in my Solaris 10 Jumpstart files, so that I don't have to manually set up RAID on all my machines. Thanks P.S. I started messing around with Solaris only a week back, so if I sound like a complete idiot, you know... (1 Reply)
Discussion started by: iman453
1 Replies

4. Solaris

Solaris LVM Raid 0+1

Hi, I tried to setup a Riad 0+1 but I found no step by step manual to follow so I tried on my own ;) I'd already configured a mirror for the OS on my Solaris machines so I had an idea where to start. I have 9 drives in the server. 1. I configured the first two as a mirror for the OS. 2. I... (1 Reply)
Discussion started by: RoiDanton
1 Replies

5. Solaris

how to check for hardware layered raid in solaris 10 ?

hi all, will command metastats tell whether there is hardware layered raid ? i intend to do patching and plug out one of the disks in case the one inside encountered issues. (1 Reply)
Discussion started by: Exposure
1 Replies

6. Solaris

Solaris not recognizing RAID 5 disks

I've just installed Sol 10 Update 9 on a Sun 4140 server and have a RAID 1 configuration (2 136 Gb drives) for the OS and have created a RAID 5 array (6 136 GB) drives. When i log into the system I am unable to see the RAID 5 disks at all. I've tried using the devfsadm command but no luck and... (9 Replies)
Discussion started by: goose25
9 Replies

7. UNIX for Dummies Questions & Answers

RAID on Solaris Question

Hello folks; I'm trying to install Solaris 10 x86 on SUN X4150 box with 6 disks in it, the question is how can i create a Virtual disk like RAID 0 before i install Solaris. When i boot up i don't see any option to go and create my raid before the installation begin. Thanks in advance for any... (2 Replies)
Discussion started by: Katkota
2 Replies

8. Solaris

Hardware RAID not recognize the new disk [Sun T6320]

We have hardware RAID configured on Sun-Blade-T6320 and one of the disk got failed. Hence we replaced the failed disk. But the hot swapped disk not recognized by RAID. Kindly help on fixing this issue. We have 2 LDOM configured on this server and this server running on single disk. #... (8 Replies)
Discussion started by: rock123
8 Replies

9. Solaris

Solaris 10 Installation - Disks missing, and Raid

Hey everyone. First, let me start by saying I'm primarily focused on linux boxes, and just happened to get pulled into building two T5220's. I'm not super educated on sun boxes. Both T5220's have 8 146GB 15k SAS drives. Inside the service processor, I can run SHOW /SYS/HDD{0-7} and they all come... (2 Replies)
Discussion started by: msarro
2 Replies
wrsmconf(1M)						  System Administration Commands					      wrsmconf(1M)

NAME
wrsmconf - manage WCI RSM controller configurations SYNOPSIS
/usr/platform/sun4u/sbin/wrsmconf create -c controller_id -f config_file wrsmconf initial -f config_file [ -c controller_id] wrsmconf remove [ -c controller_id] wrsmconf topology [ -c controller_id] wrsmconf dump -c controller_id -f config_file DESCRIPTION
wrsmconf provides a means to create, install, retrieve, and remove configurations for WCI remote shared memory (RSM) controllers. OPTIONS
The following options are supported: create -c controller_id -f config_file Create a set of per-node configurations for the specified controller and store them to the file config_file. The created file contains a per-node configuration for each node specified in the input for the specified controller. The file has a checksum on it and cannot be modified directly. This file can be used in a wrsmconf initial call on each node to install the node's configuration into the local driver. A list of nodes and WCI devices connected to those nodes is read from standard input. For each connected pair of links, specify the nodename (uname -n), safari port id, and link number on both sides of the connection. The format of the information looks like this: <nodename>.<wrsm-portid>.<linkno>=<nodename>.<wrsm-portid>.<linkno> <nodename>.<wrsm-portid>.<linkno>=<nodename>.<wrsm-portid>.<linkno> This interface is intended for installing configurations for testing (such as for SunVTS). Only direct-connect, non-striped configura- tions for 1 to 3 nodes can be specified. FM node ids and RSM hardware addresses are assigned to the specified nodes contiguously and in order starting from 0. initial -f config_file [-c controller_id] Install the configuration for the local node stored in the file config_file into the driver as the initial configuration for the speci- fied controller. This command fails under the following circumstances: o If controller_id is specified and the configuration in the file is not for the specified controller. o If the file does not contain a valid configuration for the local node or if the checksum in the file shows it has been modified. o If a configuration has already been installed for the controller. If this happens, use wrsmconf remove to remove the existing con- figuration. remove [ -c controller_id ] Disable communication through the installed configuration for all controllers or the specified controller and remove the configura- tion(s) from the driver. topology -c controller_id For each installed controller (or for the specified controller), print to stdout the set of nodes this controller is configured to reach, including the nodename, FM node id, and RSM hardware address for each node. The following is example output: FM Node ID Node Name Controller Instance Controller HW Addr 0 hpc00 0 101 0 hpc00 1 333 1 hpc01 0 102 1 hpc01 1 54 1 hpc01 2 34 2 hpc03 0 103 2 hpc03 1 103 2 hpc03 2 103 dump -c controller-id -f config_file Fetch the installed configuration for the specified controller from the driver and store it into the file config_file along with a checksum to protect the data. This configuration can later be installed with the command wrsmconf initial. EXIT STATUS
This command returns 0 on successful completion, and a non-zero value if an error occured. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWwrsm | +-----------------------------+-----------------------------+ SEE ALSO
kstat(1M), wrsmstat(1M), attributes(5) SunOS 5.10 25 Jun 2003 wrsmconf(1M)
All times are GMT -4. The time now is 02:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy