nPar: nPar is a hard partition/physical partition of a single computer into multiple partitions, each having separate hardware components.
vPar: vPar is a virtual partition/separation of either a single computer or an nPar into multiple virtual partitions using vPar software.
Check vPar status in HP-UX
First login to nPar machine and run the below command to check the status of vPar machines created under this nPar machine.
# vparstatus [Virtual Partition] Num Name RunState State === ========================== ============ ========= 1 dbappwebgr UP Active 2 dbappwebutl2 UP Active 3 dbappwebdb2 UP Active [Virtual Partition Resource Summary] Virtual Partition CPU Num Num Total MB Floating MB Num Name Min/Max CPUs IO Memory Memory === ========================== ======= ==== ==== ========= ============ 1 dbappwebgr 1/512 2 5 16384 0 2 dbappwebutl2 1/512 3 5 16384 0 3 dbappwebdb2 1/512 2 6 16384 0 #
For detailed information run the below command
# vparstatus -v [Virtual Partition Details] Number: 1 Name: dbappwebgr RunState: UP State: Active [CPU Details] Min/Max: 1/512 System assigned [Count]: 2 [Memory Details] Total Memory(MB): 16384 Floating Memory(MB): 0 [CPU OL* Details] Operation : None CPU Count: 0 Status: [Memory OL* Details] Operation : None Base Memory(MB) : 0 Floating Memory(MB) : 0 Status: [Authorized Administrators] Oper Groups: Admin Groups : Oper Users: Admin Users: [Remote Console] Remote Console not configured [IO Details] disk:avio_stor:0,0,0:lv:/dev/vg00/rlvdbappwebgr network:avio_lan:0,1,0x52b07a3e9c8b:vswitch:sw_prod:portid:1 network:avio_lan:0,2,0x92404fc53169:vswitch:sw_hb:portid:1 hba:avio_stor:0,4,0x50014C2000000008,0x50014C2800000008:npiv:/dev/fcd4 hba:avio_stor:0,5,0x50014C2000000009,0x50014C2800000009:npiv:/dev/fcd5 [Virtual Partition Details] Number: 2 Name: dbappwebutl2 RunState: UP State: Active [CPU Details] Min/Max: 1/512 System assigned [Count]: 3 [Memory Details] Total Memory(MB): 16384 Floating Memory(MB): 0 [CPU OL* Details] Operation : None CPU Count: 0 Status: [Memory OL* Details] Operation : None Base Memory(MB) : 0 Floating Memory(MB) : 0 Status: [Authorized Administrators] Oper Groups: Admin Groups : Oper Users: Admin Users: [Remote Console] Remote Console not configured [IO Details] disk:avio_stor:0,0,0:lv:/dev/vg00/rlvdbappwebutl2 network:avio_lan:0,1,0x3693570a72e7:vswitch:sw_prod:portid:2 network:avio_lan:0,2,0x56f337b80223:vswitch:sw_hb:portid:2 hba:avio_stor:0,4,0x50014C200000000A,0x50014C280000000A:npiv:/dev/fcd4 hba:avio_stor:0,5,0x50014C200000000B,0x50014C280000000B:npiv:/dev/fcd5 [Virtual Partition Details] Number: 3 Name: dbappwebdb2 RunState: UP State: Active [CPU Details] Min/Max: 1/512 System assigned [Count]: 2 [Memory Details] Total Memory(MB): 16384 Floating Memory(MB): 0 [CPU OL* Details] Operation : None CPU Count: 0 Status: [Memory OL* Details] Operation : None Base Memory(MB) : 0 Floating Memory(MB) : 0 Status: [Authorized Administrators] Oper Groups: Admin Groups : Oper Users: Admin Users: [Remote Console] Remote Console not configured [IO Details] disk:avio_stor:0,0,0:lv:/dev/vg00/rlvdbappwebdb2 dvd:avio_stor:0,0,1:file:/var/TOOLS/disk2.iso network:avio_lan:0,1,0x2222da1110d2:vswitch:sw_prod:portid:3 network:avio_lan:0,2,0x3e102562959b:vswitch:sw_hb:portid:3 hba:avio_stor:0,4,0x50014C200000000C,0x50014C280000000C:npiv:/dev/fcd4 hba:avio_stor:0,5,0x50014C200000000D,0x50014C280000000D:npiv:/dev/fcd5 #
Related Posts
- How to Find NIC (Network Interface Card) Details in HP-UX
- How to Install a .depot Package Using swinstall on HP-UX
- HP-UX: How to restrict NFS share access to a particular server?
- crontab: you are not authorized to use cron. Sorry. in HP-UX
- HP-UX: SSH taking too much time after adding the DNS Servers
- How to add DNS servers on an HP-UX server
- How to login to vPar console in HP-UX
- How to extend the size of Logical Volume (LV) in HP-UX
- How to determine file system type in HP-UX using command
- How to check vPar machines status in HP-UX
- How to find HBA cards/ports and WWN Number details in HP-UX (nPar)
- How to find HBA cards/ports and WWN Number details in HP-UX (vPar)
- HP-UX command to get Physical Memory Information
- HP-UX command to get Processor Information
- HP-UX command to get Hardware Serial Number
- su: Sorry in HP-UX while switching from normal user to root user
- SSH login taking too much time on HP-UX 11.31
- How to Disable Root SHH Login in HP-UX?
- hpvmstatus: HPVM currently not running.
- How to view/print routing table in HP-UX?
- Create a Logical Volume larger than 2TB and format it in HP-UX
- Protect SSH Logins with SSH and MOTD Banner Messages in HP-UX
- Remove welcome message after login in HP-UX 11.31
- Create a Logical Volume and format it in HP-UX
- How to rescan new LUNs added in HP-UX 11.31
- How to reboot a HP-UX machine?
- How to remove File System, LV and VG in HP-UX and Linux?
- How to remove NO_HW devices from ioscan in HP-UX without a reboot?
- Change root user password of vpar machine in HP-UX