![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| capacity planning on aix | itik | AIX | 1 | 05-12-2008 11:27 AM |
| Can not increase capacity of the vg using raid5 with ssa disks | tinhlx | AIX | 1 | 11-22-2006 02:22 AM |
| how to find memory capacity. | Mar1006 | Filesystems, Disks and Memory | 2 | 08-21-2006 08:35 AM |
| Unix disk capacity at 100% | FredSmith | UNIX for Dummies Questions & Answers | 1 | 06-06-2006 06:03 AM |
| Max Tape capacity | reddyb | UNIX for Advanced & Expert Users | 2 | 01-15-2002 07:43 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
Disk Increase
Thanks very much for the information.
|
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
For a Virtual Server (VIO) environment, I had to recreate the virtual device for the representative hdisk before I could get the additional space recognized on the AIX lpar.
AIX lpar1: unmount fs varyoffvg datavg exportvg datavg rmdev -dl hdisk1 VIO: rmvdev the target device "rmvdev -vtd lpar1_hdisk1" mkvdev the target device "mkvdev -vdev hdisk10 -vadapter vhost2 -dev lpar1_hdisk1" AIX lpar1: cfgmgr importvg -y datavg hdisk1 (got the "appear to have grown in size" message this time) chvg -g datavg that is all |
|
#10
|
|||
|
|||
|
clarification needed
venatorm:
I also have the VIO environment and am trying to increase the size of an existing LPAR volume (AIX 5.3). But, I don't have the 'rmvdev' command in either the padmin or root user environments (I have rmdev, but no rmvdev, and neither of the rmdev commands take a '-vtd' argument ???). Is your rmvdev command a script or an extension or something? If so, can you share it? Thanks, Jon |
|
#11
|
|||
|
|||
|
I am running VIO 1.2 (ioslevel from padmin) and the command shows up under "Device commands" when I run "help". I do run 'rmvdev' from padmin.
I suppose if your version is older (or newer), you really just need to determine how to delete the target virtual disk device and then recreate it to get the size change to be recognized. |
|
#12
|
|||
|
|||
|
Thank you for the great information, i have a question regarding the mkdev command.
Venatorm wrote: mkvdev the target device "mkvdev -vdev hdisk10 -vadapter vhost2 -dev lpar1_hdisk1" End of his comments: How do i find the vhost2 information? or what command shows a list of all the hosts. Thanks Last edited by pagink; 06-27-2007 at 01:05 PM. Reason: Mispelled Venatorm |
|
#13
|
|||
|
|||
|
disregard
lsdev is what i was looking for. Thanks |
|
#14
|
|||
|
|||
|
on a vio run the
lsmapp -all you can grep or more it, it might be a tad long the the details. however if you are doing a rmvdev etc you will save your self a big hasle to keep this hostnumber around. |
|||
| Google The UNIX and Linux Forums |