Logical Partitions?


 
Thread Tools Search this Thread
Operating Systems AIX Logical Partitions?
# 1  
Old 05-24-2010
Logical Partitions?

I'm trying to find out how many logical partitions our AIX box has. I'm running the command: topas -C
and nothing is showing up. Is it safe to say that there is only one LPAR, which is what AIX is installed on?








Move to AIX - jim mc

Last edited by jim mcnamara; 05-24-2010 at 05:56 PM..
# 2  
Old 05-25-2010
You'le get @ the end as


Only one partition discovered. Use -L option of topas

The above output confirms that there is only one LPAR.Smilie
# 3  
Old 05-25-2010
Quote:
Originally Posted by NycUnxer
I'm trying to find out how many logical partitions our AIX box has. I'm running the command: topas -C
and nothing is showing up. Is it safe to say that there is only one LPAR, which is what AIX is installed on?








Move to AIX - jim mc
Hi,
I don't think is safe to say that. topas -C gathers information via port 657 tcp/udp which is also used for DLPAR. If this port is not opened topas -C will find nothing. And did you leave topas -C opened long? Sometime it takes to show up around 20 sec.
If you wanna find out how many Lpars/Dlpars have the best way is go to hmc console and run this

Code:
lssyscfg -m managedsys -r lpar -F name:state

Code:
lshwres -r proc -m managedsys --level lpar

That will show you as well usage of processors per Lpar/Dlpar.

Hope this hepls.

---------- Post updated at 01:46 PM ---------- Previous update was at 01:25 PM ----------

I just mentioned this :

Code:
lsconf | grep "LPAR Info"

If you will see there -1 then it's not a lpar. But I am not sure about this on 100%. Maybe some one else can confirm it.

Last edited by phobus; 05-25-2010 at 10:59 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Creating Partitions

Hello, I'm trying to create two lpars on a machine which has 2disks. I dont want to create a vio, I just want to create two partitions and build aix on both through DVD. Can I do this? If 'yes' how can I do it and how to create the partitions on separate disks? Please let me know further.... (3 Replies)
Discussion started by: pjeedu2247
3 Replies

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

3. Red Hat

Partitions necessary in RHEL 6

I had a query as to what are the partitions that should be necessary in RHEL 6. My knowledge says that 1) / 2) /home 3) Swap 4) /boot should be sufficient. But, I am seeing in my production environment which is RHEL 5 that there are partitions also for 1) /var 2) /tmp... (8 Replies)
Discussion started by: RHCE
8 Replies

4. Red Hat

Unable to use logical partitions

Hi All # uname -a Linux test.testbox.com 2.6.9-67.0.0.0.1.ELhugemem #1 SMP Sun Nov 18 00:31:12 EST 2007 i686 i686 i386 GNU/Linux I have created two logical partition in an extended partition as # fdisk -l /dev/sdb Disk /dev/sdb: 17.1 GB, 17179869184 bytes 255 heads, 63... (2 Replies)
Discussion started by: ankurk
2 Replies

5. UNIX for Dummies Questions & Answers

Partitions.

Hi All, My colleague says . On some boxes we have /var/,/opt are inside root and on some they are not on root they are separately. So please any one explain me what actually the difference is. Thanks is Advance. (3 Replies)
Discussion started by: rama krishna
3 Replies

6. UNIX for Advanced & Expert Users

Partitions

Hello masters, Actually, i am user of Ubuntu, but I want to use Debian too. I have a computer with a product key for w7 so i will use too, only for games... The structure I have thought is the next with 1TiB of capacity. Primary: 50 GB NTFS for W7 Extended: Logical: 20 GB FAT32... (3 Replies)
Discussion started by: albertogarcia
3 Replies

7. Shell Programming and Scripting

How to do logical AND and logical OR with grep

Hi can someone please help me on this. I need to perform this code: Grep any lines that meets the following criteria (A AND B) OR (A AND C) I tried this code, but it didn't work Grep-I "A &&B" | "A&&C" *.* $ thanks in advance (12 Replies)
Discussion started by: Needhelp2
12 Replies

8. UNIX for Dummies Questions & Answers

unix partitions

how to access/sliceing different partions using divvy (1 Reply)
Discussion started by: sobin
1 Replies

9. Shell Programming and Scripting

Monitoring partitions

I have a partition that sometimes grows to 100% before the weekly backup and perge can happen. Can someone leade me to a script that will monitor the size of a partition and send me an email when it is over a certain percent? Unix Solarus 8. Thanks (1 Reply)
Discussion started by: PrimeRibAndADew
1 Replies

10. UNIX for Advanced & Expert Users

partitions

HI. i installed solaris on a x86 machine and i only partition for 4 gig when it suppose to be 8. i only using 4 gig right now how can i start using the other four. please help, thanks in advance Meeh (2 Replies)
Discussion started by: souldier
2 Replies
Login or Register to Ask a Question