How to increase capacity?


 
Thread Tools Search this Thread
Operating Systems AIX How to increase capacity?
# 8  
Old 12-02-2005
Disk Increase

Thanks very much for the information.
# 9  
Old 01-19-2006
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  
Old 03-03-2006
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  
Old 03-03-2006
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  
Old 06-27-2007
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 05:05 PM.. Reason: Mispelled Venatorm
# 13  
Old 06-27-2007
disregard
lsdev is what i was looking for.
Thanks
# 14  
Old 06-27-2007
Tools

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. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

FS capacity

can anyone tell me how to reduce Fs capacity by using echo zero. (3 Replies)
Discussion started by: nkchand
3 Replies

2. AIX

Directories getting 100% capacity

I am new to using AIX but ive ran into issues with 100% full and then rebooting and having a socket error repeating over and over. My question is, what can I do besides just monitoring to ensure I dont run into these issues? Scripts? anything? Thanks (3 Replies)
Discussion started by: terry.berger
3 Replies

3. AIX

TSM capacity

Dears, The TSM storage that we have is already configured to backup some Application,directories & logs or let's say backup different path from 15 servers, I want to add more Items to be backuped by this storage, how to be confirmed if that possible or not? I mean how do we know the capacity of... (7 Replies)
Discussion started by: arm
7 Replies

4. Shell Programming and Scripting

Filesystems using more than 75% capacity

i need to write a shell script for printing the list of filesystems whose disk utilization is more than 75%...i tried using df -h along with awk but cud'nt make the combination work.....:wall: when we do df -h then the filesystems which are using more than 75% capacity shud be printed according to... (11 Replies)
Discussion started by: xtatic
11 Replies

5. Shell Programming and Scripting

Monitor capacity of directory

Good morning. I have been attempting to find a way to monitor the capacity of a directory so that when it reaches 80% or higher I can send an event. I was able to find a script that does this for the whole drive by I can not seem to figure out how to do this for just a single directory. ... (1 Reply)
Discussion started by: LRoberts
1 Replies

6. Solaris

how to know the processor bit capacity

how to know for a particular solaris machine whether i am having a 64 bit or 32 bit processor??? like for machine with details SunOS 5.8 Generic_108528-20 sun4u sparc SUNW,Sun-Blade-100 (3 Replies)
Discussion started by: mobydick
3 Replies

7. Solaris

tools for capacity planning

Hi All, What do you usually use for capacity planning tool on solaris 8 or later? Thanks in advance. (2 Replies)
Discussion started by: itik
2 Replies

8. AIX

capacity planning on aix

Hi All, What do you usually use for capacity planning on AIX? Any idea will do? Thanks in advance, itik (1 Reply)
Discussion started by: itik
1 Replies

9. AIX

Can not increase capacity of the vg using raid5 with ssa disks

hi all, i have an p620 server. it has 2 scsi 18gb disks for aix4.3 OS and 3 ssa disks for database and an serialRAID adapter. 3 ssa disks configured raid level 5. to increase capacity of the datavg, i buy 2 ssa 18gb disks. but i can not add them to the existing datavg. i did the following... (1 Reply)
Discussion started by: tinhlx
1 Replies

10. UNIX for Advanced & Expert Users

Max Tape capacity

Hi all, Here we have a requirement like move some oracle data in to flat files and store it in Tape drives. On request these needs to be put back in tables. The total Database is around 800 GB. Now I must have to move around 40 GB in to Tape. Can some help me what is the MAX tape... (2 Replies)
Discussion started by: reddyb
2 Replies
Login or Register to Ask a Question