How to differentiate between a standalone LPAR and a VIOC (which again is a lpar)?


 
Thread Tools Search this Thread
Operating Systems AIX How to differentiate between a standalone LPAR and a VIOC (which again is a lpar)?
# 1  
Old 07-17-2015
How to differentiate between a standalone LPAR and a VIOC (which again is a lpar)?

There can be configurations in IBM Server wherein a
Code:
       standalone partition is created on some supported IBM Server

Or
Code:
       A VIOS - VIOC LPARs created.

Now in both cases they are lpars. But if I want to differentiate b/w a standalone LPAR vs an VIOC LPAR how can I do..?

On a standalone LPAR:
Code:
#prtconf -L
1 06-2D4G

On a VIOC LPAR:
Code:
#prtconf -L
4 <hostname>

Hope I made myself clear with my question..?

Last edited by Scrutinizer; 07-17-2015 at 03:31 PM.. Reason: code tags
# 2  
Old 07-17-2015
I have never heard the term standalone LPAR. The very name Logical Paritition means it is not a physical contruct. An IBM stand alone server is a physical entity that cannot be partitioned (these are usually older models, current models with appropriate licensing support virtualization). Perhaps you mean the case where an IBM server that supports partitioning has only 1 LPAR that has all they physical resources. A VIOS (virtual IO server) is a custom LPAR that can be used to give other LPARS virtual resources. The VIOS is assigned the physical resources of the IBM server (like a physical adapter) and then the VIOS can create a virtual adapter (like vSCSI) and map it to a client LPAR.

The "real magic" in Virtual Based systems is what is know as the hypervisor. IBM servers support PHYP and OpenKVM (for linux OpenPower). The hypervisor is a layer between physical resources of a server and the logical partitons (LPARS).

---------- Post updated at 12:33 ---------- Previous update was at 12:27 ----------

about the prtconf command:, a physical system would return "-1 NULL"

-L
Displays LPAR partition number and partition name if this is an LPAR partition, otherwise returns
"-1 NULL".
# 3  
Old 07-17-2015
VIO client (VIOC) means, that the LPAR has at least some resources from VIO server (VIOS). Because VIOS provides only I/O resources to LPARs, it can be:
- virtual SCSI (VSCSI)
- virtual FC (VFC)
- virtual Ethernet
Just look at the output of lsdev command and you'll find, if the LPAR uses some resources provided by VIOS or not.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Lpar migration

We have a 2 node oracle rac cluster one node is in frame 1 and other is in frame 2 Now,because of some hardware failure(processor card and cable) in frame 1 we will failover database services from lpar in frame 1 to lpar(oracle rac cluster node2) in frame2 and the entire replacement of hardware... (9 Replies)
Discussion started by: admin_db
9 Replies

2. AIX

Hostname for each lpar

Hi Gurus, Can a AIX server with 4 LPARs, each having it's own hostname on the same physical host. Is this possible? Thanks, S (2 Replies)
Discussion started by: svajhala
2 Replies

3. AIX

Mirroring in LPAR

Hi Folks, I am a newbie in AIX. Can someone please tell me how to do root mirroring in AIX LPAR which is created from mksysb image via HMC/NIM. ? AIX 5.3/6.1 Let me know. Thanks in advance (2 Replies)
Discussion started by: snchaudhari2
2 Replies

4. AIX

LPAR freezes after switching of storage (lpar is mirrored)

Hi all, I have the following configuration 2 ds3524 storage disk systems located over 2 locations 2 P720 server located over 2 locations DS3524 are connected to san switch. Each vio server has 1 fc adapter attached to a san switch. per p720 server 2 virtual io servers. Vio 1 has 1 lun... (2 Replies)
Discussion started by: markiemark
2 Replies

5. AIX

Bootting up a new LPAR

I have created a new LPAR using IVM. I activated the LPAR, and start the window terminal (java), it prompt me for the padmin password. After keyin the password, it will shows BOOTP parameter. I am just wondering how come it didnt go to screen where i can select to go into SMS menu to pick... (0 Replies)
Discussion started by: wingcross
0 Replies

6. AIX

LPAR creation

can i get a step b syep explanation in creating LPAR... i have searched for tutorials i couldn't find the right one.... (2 Replies)
Discussion started by: udtyuvaraj
2 Replies

7. AIX

ldom and lpar

hi, Plz let me know if the concept of sun ldom and aix lpar is same or not. thnx, snj (1 Reply)
Discussion started by: snjksh
1 Replies

8. AIX

LPAR

I am planning for System P with 2 number of 2-core processor (4 core in total). Can I make 3 LPARS with this processor configuration without the support of micropartitioning, that means with simple LPAR only. (3 Replies)
Discussion started by: pchangba
3 Replies

9. AIX

Autostart of LPAR

Hi, I have 2 lpars on my AIX that needs to be started manually after each reboot. Because the servers are storing the NFS and NIS info, other servers won't run correctly until they start up. I found in IBM documentation the steps to make it automatic. My question is, I want to know if... (2 Replies)
Discussion started by: rahzzbietel
2 Replies

10. AIX

LPAR and CFGMGR

I have a P570 that for some reason is not allowing the P1-T6 NIC to be recognized. I have confirmed from the HMC that it is set for the LPAR, but when I do a cfgmgr, it won't recognize it. It though is recognizing the slot cards just fine which are P1-C3 for one shelf and P1-C3 of another shelf.... (1 Reply)
Discussion started by: LegendMan
1 Replies
Login or Register to Ask a Question