Sponsored Content
Full Discussion: Resize Lun
Operating Systems AIX Resize Lun Post 302766329 by homeyjoe on Monday 4th of February 2013 02:33:57 PM
Old 02-04-2013
You will have to varyoff the vol grp and then run
Code:
chvg -g

for AIX to recognize the new sized LUNs.
 

10 More Discussions You Might Find Interesting

1. AIX

resize fs

Hello everyone I need to resize a filesystem /home I want to add 200mb and I have space on the disk with lsvg rootvg command I check this but I cant because has a mirror. Do you know some way that I can do this. Thanks in advance (1 Reply)
Discussion started by: lo-lp-kl
1 Replies

2. Solaris

Netapp filer LUN Resize. Commands to run on Solaris afterwards.

Hi, I need to increase a veritas filesystem I have currently mounted on a Solaris 10 server. We can resize the LUN on the NetApp filer no problem. What I need to know is what do I do next on the Solaris 10 server I have so that it will see the increase in size. Do I run 'devfsadm' to... (3 Replies)
Discussion started by: gwhelan
3 Replies

3. AIX

Dynamic LUN resize

Anyone know how to resize a LUN (if SAN disk array has increased the LUN size) and have AIX LVM know about it? Or is it automatic? Equivalent vxvm command is something like: vxdisk resize size= (3 Replies)
Discussion started by: apra143
3 Replies

4. Solaris

I have LUN ID, how to find disk relate to that LUN ID?

I have a list of LUN ID, my task is to find if disk has been added or not. How do I do that? I have been searching the forum and not able to find answer. thanks (4 Replies)
Discussion started by: uuontario
4 Replies

5. Shell Programming and Scripting

resize

Hello, I created a script that runs perfectly on 2 different account but I it will not run in 2 others (HP-UX). I noticed that the problem is caused by the resize command in the .profile of the problematic accounts. Since it is a prod server, I dont want to remove it witout knowing what it is... (4 Replies)
Discussion started by: drbiloukos
4 Replies

6. UNIX for Dummies Questions & Answers

how to resize pv (pvresize)

i am running redhat on VMware i increased a disk size from san for existing disk /dev/sdb how do i resize the disk # pvdisplay --- Physical volume --- PV Name /dev/sdb1 VG Name localvg PV Size 15.00 GB / not usable 2.99 MB ... (0 Replies)
Discussion started by: robo
0 Replies

7. HP-UX

Resize volume

Dear All, We have HP Unix 11.31. We have two VG, VG01 and VG02. In VG01 there are three mount point each of 100gb size. There is no data on below mount point /soft/01 /soft/02 /soft/03Is it possible to resize each of these mount point to 50 GB. So 150 GB will free and release from... (2 Replies)
Discussion started by: bhattnirav
2 Replies

8. Shell Programming and Scripting

resize images

Is there a script or extension that I can look into that will re-size an allotment of images to a given size?? Id like to take images of a certain size and resize them but Im dont remember an install option that can do it if installed in ubuntu but I, also unsure in what code I will have to learn.... (2 Replies)
Discussion started by: graphicsman
2 Replies

9. Red Hat

Please tell me how to resize the partitions

It is not allowing me to create a new partition...... I know that there are no free sectors available.... I want to RESIZE the partitions which are already created. Please tell me how to resize the partitions.....Don't tell me that we can resize through parted command.... please tell me all... (2 Replies)
Discussion started by: vamshigvk475
2 Replies

10. Red Hat

How to resize filesystem by resizing the LUN without impact to applications.?

Is it possible to resize a filesystem by resizing the LUN on RHEL 6.4 64-bit with LVM and no impact to running applications? The research I have done so far seems to take the approach of adding a new LUN and then expaning the volume group to the new LUN. I'm looking for an approach that avoids a... (7 Replies)
Discussion started by: aenagy
7 Replies
IFDHPowerICC(3SMARTCARD)				    Smartcard Library Functions 				  IFDHPowerICC(3SMARTCARD)

NAME
IFDHPowerICC - power up or power down the smart card SYNOPSIS
#include <smartcard/ifdhandler.h> RESPONSECODE IFDHPowerICC(DWORD Lun, DWORD Action, PUCHAR Atr, PDWORD AtrLength); PARAMETERS
The IFDHPowerICC() takes the following parameters: Input Lun Logical Unit Number Action Action to be taken AtrLength Maximum length of the ATR Output Atr Answer to Reset (ATR) value of the inserted card AtrLength Actual length of the ATR DESCRIPTION
The IFDHPowerICC() function controls the power and reset signals of the ICC (smart card) at the reader or slot specified by Lun. The Action parameter can take one of the following values: IFD_POWER_UP Power and reset the card. Return the ATR and its length. IFD_POWER_DOWN Power down the card. The Atr and AtrLength parameters are set to 0. IFD_RESET Perform a quick reset on the card. Return the ATR and its length. The IFD handler caches the ATR during a power up or reset and returns the ATR and its length in a call to IFDHGetCapabilities(3SMARTCARD). Memory cards without an ATR return IFD_SUCCESS on power up or reset but Atr and AtrLength are set to 0. RETURN VALUES
The following values are returned: IFD_SUCCESS Successful completion. IFD_ERROR_POWER_ACTION An error occurred while powering up or resetting the card. IFD_NOT_SUPPORTED The action specified by Action is not supported. IFD_COMMUNICATION_ERROR An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
IFDHCreateChannelByName(3SMARTCARD), IFDHGetCapabilities(3SMARTCARD), attributes(5) NOTES
This manual page is derived from the MUSCLE PC/SC IFD Driver Developer Kit documentation. License terms and attribution and copyright information for this interface are available at the default location /var/sadm/pkg/SUNWocfh/install/copyright. If the Solaris Operating Environment has been installed anywhere other than the default location, modify the path to access the file at the installed location. SunOS 5.10 4 Dec 2002 IFDHPowerICC(3SMARTCARD)
All times are GMT -4. The time now is 09:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy