Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to view Drive/RAID config in UNIX... Post 302102790 by pmoren on Saturday 13th of January 2007 01:01:35 AM
Old 01-13-2007
with the command ioscan -fnC disk you can see your SCSI disk
with the command ioscan -fn you can see all your scsi hardware
this works in HP-UX I dont know other unix versions
 

9 More Discussions You Might Find Interesting

1. HP-UX

RAID 0 on Unix

I was wanting to know if anyone knew how to setup RAID 0 on an old HP Unix server. It's for where I work and my boss has two hard drives and wants the second to take over if the first one fails hence RAID 0. If anyone could help me it would be greatly appreciated. (5 Replies)
Discussion started by: zmachine04
5 Replies

2. UNIX for Dummies Questions & Answers

How to view and recognize a backup drive

on Darwin terminal how do i do it? (0 Replies)
Discussion started by: cleansing_flame
0 Replies

3. AIX

RAID config

We have an IBM pseries with AIX 5.1 that we are going to set up with RAID 5. It has a 7028-2498 RAID controller that was never configured, long story. It has six 36GB drives, and my question is, can we set up the RAID 5 array before reloading AIX, such that all six drives are part of the array? (6 Replies)
Discussion started by: markper
6 Replies

4. 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

5. Solaris

Tape drive config issue

I have a server/domain on a m5000 running Solaris 10. It is part of a cluster. The other cluster member sees tape drives, but this one does not. It is zoned correctly, and I can see the drives are binded in lputil. The st.conf, and devlink.tab are identical. ST.CONF: - # # Copyright... (2 Replies)
Discussion started by: pfwhufc
2 Replies

6. UNIX for Dummies Questions & Answers

RAID Drive

Hello, I have a machine that has software based RAID. One of the hard drives failed. The problem is that the old systems administrator created LVM and then RAID. My understanding is that RAID had to be created before and then the LVM's. Is there someway to install the new drive without loosing... (2 Replies)
Discussion started by: mojoman
2 Replies

7. Hardware

How to connect a 4TB G-Raid hard drive to a laptop?

I am having trouble connecting my 4TB G-Raid Hard drive to my Compaq Hp laptop can anyone tell me how or what I need in order to connect the 4T and getting it working. (10 Replies)
Discussion started by: Jake Wolf
10 Replies

8. UNIX for Dummies Questions & Answers

Need help to move .csv file from UNIX path to windows shared drive or c:\ drive

Hi Guys, Can any one help me on this. I need help to move .csv/.xls file from unix path to windows shared drive or c:\ drive? Regards, LKR (1 Reply)
Discussion started by: lakshmanraok117
1 Replies

9. AIX

RAID 10 Failed Drive Swap

I am new to the AIX operating system and am seeking out some advice. We recently have had a drive go bad on our AIX server that is in a RAID 10 array. We have a replacement on the way. I was wondering what the correct steps are to swap out this drive. Does the server need to be powered off? Or can... (5 Replies)
Discussion started by: mpeter05
5 Replies
ioconfig(4)						     Kernel Interfaces Manual						       ioconfig(4)

NAME
ioconfig - ioconfig entry format SYNOPSIS
DESCRIPTION
The file is used to retain information on a system's I/O configuration across reboots. It contains two types of information: o Mappings of dynamically allocated major numbers to drivers. o Mappings of instance numbers to hardware paths. At boot time this file is read and the information is stored in the kernel data structure. The file is created by at install time and is modified by and when devices are added or removed (see insf(1M), rmsf(1M), and ioscan(1M)). The only purpose of the file to maintain con- figuration information when the system is not running. While the system is running, all accesses are made directly to the kernel struc- ture, although any tools that change the kernel structures must also keep consistent. There will be two copies of maintained: and A second copy is placed in because NFS diskless clients are not guaranteed to have a reliable directory at boot time. The file begins with the magic number. Following the magic number is an array of structures, which logically form a tree structure defining the connectivity of the various levels of software modules and managers, the device class and hardware address of each element, and the logical unit associated with each leaf node. The root of the tree is array element 0. Each contains the following fields as defined in The definitions of each element are as follows: Each record must have a character string as its first entry which is used to identify the record type. The default record is the If the string begins with an underscore character then it is one of the variants. This is the default record entry for the ioconfig file. The must begin with an underscore character to distinguish record from other record type. The element is a structure that contains following elements. This record stores information about major numbers dynamically assigned to drivers. It is used to allow major number assignments to persist across boots. The must begin with (underscore) character to distinguish record from other record type. The contains following elements. AUTHOR
was developed by HP. FILES
SEE ALSO insf(1M), ioinit(1M), ioscan(1M), rmsf(1M), magic(4). ioconfig(4)
All times are GMT -4. The time now is 02:42 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy