Sponsored Content
Operating Systems AIX Need EMC Symmetrix driver for AIX 5.3 Post 302377422 by vbe on Friday 4th of December 2009 04:38:06 AM
Old 12-04-2009
Why? its state is available, you need now make it useable as a PV:
Code:
chdev -l hdisk495 -a pv=yes

 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Good sites to learn EMC symmetrix

i need to learn this very quick. i'm not trying delve deep into it. just enough to do basic things. does anyone know of any good sites to visit?? (1 Reply)
Discussion started by: TRUEST
1 Replies

2. HP-UX

is anybody using EMC symmetrix?

Hello, I'm looking for reference sites using HP-UX and EMC symmetrix disk. Then, May I ask you questions? (6 Replies)
Discussion started by: cooldugong
6 Replies

3. UNIX for Advanced & Expert Users

AIX MPIO and EMC

We are looking at running MPIO for it's redundancy and load balancing benefits. Does anyone know what pieces of software or modules are needed on the VIO server to get load balancing to work. Remember we are using EMC's DMX3500 storage system. We no longer want to use Powerpath. :rolleyes: ... (2 Replies)
Discussion started by: vxg0wa3
2 Replies

4. HP-UX

Adding a new set of hardisk in EMC Symmetrix

Hello everyone! Could anybody help me how to configure a set of disk? From our existing EMC storage, we still have spaces for a new set of disk. I know how to replace a deffective disk but never had experience in setting/replacing a new pair of disk (M1 and M2). My objective here is to increase... (1 Reply)
Discussion started by: Tris
1 Replies

5. AIX

Configurin EMC SAN disks on AIX

This may sound like an absolute rookie question, and it is. I have been working on Migrating our HP and Solaris servers to the new EMC SAN and know the routines backwards. Now we've suddenly got a new IBM server and I don't even know how to check if it is connected to the switch. Can someone... (1 Reply)
Discussion started by: ronellevan
1 Replies

6. AIX

AIX STREAMS driver question

Hi all, I have a AIX kernel STREAMS question need your help, I need to implement a firewall on AIX and get packet raw data then decide pass or drop it, I've seen similiar firewall code on HP-UX, on HP-UX, you have to implement a "dlpi STREAMS driver", and specify it as a "dlpi" driver in... (1 Reply)
Discussion started by: rocktilldie
1 Replies

7. AIX

AIX Sanboot from EMC Symmetrix with NPIV

Hi All.. On to a new implementation with AIX 7.1 san boot from EMC disks (Using NPIV). Anyone played with this recently? Wondering if we need PowerPath on the AIX clients or has native MPIO matured to replace it. Thoughts? Thanks Mr B (6 Replies)
Discussion started by: balaji_prk
6 Replies

8. Hardware

Difference between platform driver,codec driver and Machine driver

In general terms what are the differences platform driver,codec driver and Machine driver? (1 Reply)
Discussion started by: rupeshkp728
1 Replies

9. AIX

AIX Migration issue with EMC ODM sets

Hi Experts , I want to start migrating our AIX 6.1 to AIX 7.1 . I am planning to use alt_disk_migration . Chris gibson has awesome documentation in the internet. However I am running into an issue with EMC odm filesets . So my current OS is AIX 6.1. and I have this : lslpp -l | grep EMC ... (7 Replies)
Discussion started by: JME2015
7 Replies

10. AIX

AIX help -reconnect EMC lun

we have an old AIX system with important data on an EMC LUN. the AIX server crashed and we had to rebuild it with the old AIX os 5.8. how do we reconnect the EMC LUN without losing the data? (15 Replies)
Discussion started by: jhudson12
15 Replies
VND(4)							   BSD Kernel Interfaces Manual 						    VND(4)

NAME
vnd -- vnode disk driver SYNOPSIS
pseudo-device vnd options VND_COMPRESSION DESCRIPTION
The vnd driver provides a disk-like interface to a file. This is useful for a variety of applications, including swap files and building miniroot or floppy disk images. This document assumes that you're familiar with how to generate kernels, how to properly configure disks and pseudo-devices in a kernel con- figuration file. In order to compile in support for the vnd, you must add a line similar to the following to your kernel configuration file: pseudo-device vnd # vnode disk driver To also compile in support for reading compressed disk images, add the following option to your kernel config file: options VND_COMPRESSION # compressed vnd(4) Compressed disk images are expected in the cloop2 format, they can be created from "normal" disk images by the vndcompress(1) program. There is a run-time utility that is used for configuring both compressed and uncompressed vnds. See vnconfig(8) for more information. FILES
/dev/{,r}vnd* vnd device special files. SEE ALSO
config(1), vndcompress(1), MAKEDEV(8), fsck(8), mount(8), newfs(8), vnconfig(8) HISTORY
The vnode disk driver was originally written at the University of Utah. The compression handling is based on code by Cliff Wright <cliff@snipe444.org>. BUGS
The vnd driver does not work if the file does not reside in a local filesystem. The vnd driver does not work if the file is sparse. BSD
December 18, 2009 BSD
All times are GMT -4. The time now is 08:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy