Sponsored Content
Operating Systems AIX No VGA card and I need to know server IP Post 302899786 by bakunin on Thursday 1st of May 2014 03:05:44 PM
Old 05-01-2014
Quote:
Originally Posted by Mohannad
I have Power7 server, and I want to know its IP address.
Depending on your hardware setup this can have different meanings:

p7-systems are a box initially and this box has (one or two) "service processors" (firmware with its own local intelligence, used to manage the box). This service processor(s) is usually connected to a HMC if you have one and given an IP address from the HMC, which also acts as a sort-of DHCP server.

This box now is operated not as a system on itself, but you define one or several fractions of its resources (profiles) and operate these as independent systems (LPARs). Each of these systems can have (and usually has) its own IP(s).

One or more (pairs, if you use a HMC or not) LPARs - so-called VIOS - are used to provide virtualised communication resources and disks to the others, so that you are not limited by your physical hardware in creating these LPARs. These VIOS(es) take the physical network adapters and configure an outside-IP adress on them, then provide "internal" virtual adapters (with IP-adresses) to the other LPARs. You might also have one or more internal networks (internal to the box all the LPARs reside on) over which the LPARs can talk to one another.

I know, this looks confusing at first. Still, i hope this helps.

bakunin
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

X Server on AIX w/o video card

Hi there, I'm a newbie so please be patient. I wanted to know if it was possible to run X server on a box w/o a video card. The reason I want to do this is I'd like to have a CDE session from sun workstation into the AIX box. Please let me know if this is feasible. Thanks for your time. (5 Replies)
Discussion started by: blah00000
5 Replies

2. UNIX Desktop Questions & Answers

Vga Installation

what is the procedure of installing a vga on the unix desktop? i have a dell machine optiplex gx 520 and it doesnt pick the vga i tryed other vga s but graphics are so poor? pls help. (2 Replies)
Discussion started by: Linus Aloo
2 Replies

3. Solaris

Sun Ultra1 server. installing solaris without a graphic card?

i just got a sun ultra 1 from a guy. (for free) but it has no graphic card. how do install solaris 8 ? and how do i controll it afterwards ? ssh ? thanks Mads Nielsen (2 Replies)
Discussion started by: mads-nielsen
2 Replies

4. Solaris

Sparcstation 5 graphics card in Ultra 1 server

is it possible to swap the Turbo XGX graphics card in the SS5 to the ULTRA server 1 ? and do they use the same type of RAM ? Thx. (0 Replies)
Discussion started by: mads-nielsen
0 Replies

5. Solaris

How do I find what kind of NIC card the server has?

All, I see that there are 2 nic card available . How can I know all the details about these 2 nic cards. -rw-r--r-- 1 root root 10 Apr 16 15:00 hostname.bge0 -rw-r--r-- 1 root other 17 Apr 22 08:56 hostname.bge2 please let me know thanks -prasad (4 Replies)
Discussion started by: p4cldba
4 Replies

6. Red Hat

linux server with raid controller card

I am planning on building a fedora box with raid controller (database server). Is anybody done that ? also what kind of software do you need to backup and recover data. (1 Reply)
Discussion started by: amir07
1 Replies

7. HP-UX

X server on HP-UX without graphics card

Hi Gurus, I'm trying to install Oracle on HP-UX 11.23. The Oracle installer needs an X server running on the box. You then start an X client on your PC, export the DISPLAY on UNIX and the installer displays on your PC. The problem is that my HP boxes do not have graphics cards installed. ... (6 Replies)
Discussion started by: kskywr
6 Replies

8. Programming

vga assembly question

Im trying to make a vga program for linux Im wondering if anyone knows of a simple document on the subject or if someone could show me some basics. What system calls should I use what parameters should I give them. How do I draw a line of pixels green after in vga mode. I prefer nasm but I can use... (2 Replies)
Discussion started by: Errigour
2 Replies

9. Linux

Vga passtrough with only one monitor,is possible?

I have one monitor,two vga cards,one is nvidia(host) the other ati rs450(guest),I use this script for use a vm windows with a native gpu(the ati rs450) I see this video and seems to be possible using only one monitor,but I don't understand how to do The video QEMU VGA passthrough without a... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies
SERIAL_CS(4)						     Kernel Interfaces Manual						      SERIAL_CS(4)

NAME
serial_cs - PCMCIA serial port driver SYNOPSIS
insmod serial_cs.o [pc_debug=n] [irq_list=i,j,...] [do_sound=n] DESCRIPTION
Serial_cs is the Card Services driver for all PCMCIA serial devices, including modem cards. When serial_cs is bound to a serial or modem card, it will generally attempt to allocate the first unused serial device for use by the card. The device chosen will be recorded in the kernel log file, and will also be reported to cardmgr(8). The major and minor numbers and device name reported by serial_cs will match the corresponding "dialout" device (/dev/cua#). The new device can be accessed using this device file or the corresponding /dev/ttyS# device. The default serial card setup script will link the dialout device to /dev/modem. PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. irq_list=i,j,... Specifies the set of interrupts that may be allocated by this driver. do_sound=n A flag specifying if speaker output should be enabled. The default is 1 (true). Set to 0 to disable speaker output. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5). pcmcia-cs 2000/06/12 21:24:48 SERIAL_CS(4)
All times are GMT -4. The time now is 11:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy