how to find virtual ip in aix.


 
Thread Tools Search this Thread
Operating Systems AIX how to find virtual ip in aix.
# 1  
Old 08-22-2008
how to find virtual ip in aix.

hi,
can some body in helping me in finding the virtual ip of the aix machine
using ifconfig.
I tried ifconfig -a but there could be any interface name so finding that out would be difficult.
So colud anyone suggest me some option.

thanks
# 2  
Old 08-22-2008
What are you trying to do here
I you need to find the IP address your run ifconfig -a

If you are tring to map where the network is maped you will have to look at each step
HMC --> VIO -- SYSTEM

Now I am not sure what you are looking for
# 3  
Old 08-22-2008
netstat -v is what i use, it will tell you which device is as a virtual device and the MAC address associated with it. Once you know which device is virtualized you can do a smitty tcpip to look at the ip address.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Providing virtual machine priority in kvm based virtual machines

Hi All, Is there any way I can prioritize my VMs when there is resource crunch in host machine so that some VMs will be allocated more vcpu, more memory than other VMs in kvm/qemu hypervisor based virtual machines? Lets say in my cloud environment my Ubuntu 16 compute hosts are running some... (0 Replies)
Discussion started by: SanjayK
0 Replies

2. UNIX for Beginners Questions & Answers

Remote print from SLES (SAP) to AIX 7.1 04 sp2 virtual printer queue gets down

Hello Administrators. I have a bit difficult problem. I have local virtual printer that has backend defined in /etc/qconf to script which in turns sends the spool to the real device. whenever I print locally (from sap) the print works as it should. The printer queue after the print is done... (6 Replies)
Discussion started by: Deneth
6 Replies

3. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies

4. AIX

Virtual I/O server Problem (before Installing AIX 7.1)

Hello people, I'm facing some problems Installing AIX in my Power server 720 Well, to tell the truth my problem is in Virtual I/O (IVM) installation. OBSERVE THAT I DON'T HAVE A HMC! By the way: I have the latest server Firmware! I've done all the process in ASMI, then inserted and... (1 Reply)
Discussion started by: Xscaio
1 Replies

5. AIX

AIX Virtual Server Question

I need help creating a Physical to Virtual server. I have successfully created 3 virtual machines on my VIO server. Now I want to move my physical aix 6.1 server to a virtual machine. I was able to backup/restore the rootvg successfully, but I am having so much trouble with my 20GB vg01 volume... (5 Replies)
Discussion started by: raemccarthy
5 Replies

6. AIX

Virtual interface on AIX

Hi, I am totally new to AIX. I would like to know how to create virtual interface on AIX machine. Thanks, Pooja (4 Replies)
Discussion started by: pooja84k
4 Replies

7. AIX

AIX running as a virtual client ?

Me and a co-worker were wondering if by any chances there are any Virtual AIX available to run on either Windows or (preferably) a Linux flavor. That would help us a lot for practicing AIX admin work since we are not allowed to do it on the client server (we are just operators but aspiring to be... (1 Reply)
Discussion started by: Browser_ice
1 Replies

8. Programming

Find Virtual address space size for process

Hi, I am looking to work on unix systems which include (hp-ux, ibm aix, solaris and linux). I want to get the total virtual address space of a process, the used virtual memory i am able to get without any problem. I have tried using getrlimit and getrlimit64, but that gives only ... (4 Replies)
Discussion started by: uiqbal
4 Replies

9. UNIX for Advanced & Expert Users

AIX p5 virtual processors setting

Have a p570 LPAR capped/smt set to 4 physical processors. And currently have virtual processors set to 6 which gives 12 logical processors at AIX. This is for an Oracle9i database server running 4 instances. What should virtual processors be set to? at least initially? And how to determine when... (3 Replies)
Discussion started by: guttew
3 Replies
Login or Register to Ask a Question