No VGA card and I need to know server IP


 
Thread Tools Search this Thread
Operating Systems AIX No VGA card and I need to know server IP
Prev   Next
# 1  
Old 04-27-2014
No VGA card and I need to know server IP

Dear All,

I have Power7 server, and I want to know its IP address.
The server have no VGA card, only serial port.
Kindly tell me how to know its IP using serial cable?

Thanks a lot
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

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

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

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

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

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

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

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

9. 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
Login or Register to Ask a Question
DIGICTL(8)						    BSD System Manager's Manual 						DIGICTL(8)

NAME
digictl -- control Digiboard devices SYNOPSIS
digictl -a disable | enable | query device ... digictl [-d debug] [-ir] ctrl-device ... DESCRIPTION
The digictl utility provides control of the Digiboard installed with the given ctrl-device name and provides control of individual digiboard devices. A digiboard ctrl-device is usually of the form /dev/digiN.ctl where N is the card number and starts at ``0'' for the first attached card. A digiboard device is usually of the form /dev/cua[il]DN.P or /dev/tty[il]DN.P where N is the card number and P is the port number. The following flags are recognized: -a disable | enable | query Disable, enable or query the ALTPIN settings for the given port(s). When ALTPIN is enabled, the CD and DSR lines are logically reversed. This is useful when wiring serial ports to an 8 way RJ45 cable (full 10 way RJ45 cables are quite rare). A single ALTPIN setting applies to both of the callout and callin devices. -d debug If the driver has been compiled with DEBUG defined, the following bits from the debug variable are used to enable diagnostics in the digiboard driver: 1 (INIT) Diagnostics during card attach, detach and initialization. 2 (OPEN) Diagnostics when opening a port. 4 (CLOSE) Diagnostics when closing a port. 8 (SET) Diagnostics when setting tty device flags. 16 (INT) Diagnostics when processing card events. 32 (READ) Reports return values from port reads. 64 (WRITE) Reports return values from port writes. 128 (RX) Reports receive queue flow control. 256 (TX) Reports transmit queue flow control. 512 (IRQ) Diagnostics during interrupts (enable these with care). 1024 (MODEM) Diagnostics when setting modem status flags. 2048 (RI) Reports when a RING is received. -i Display the card identification string and type ID. -r Reinitialize the card. For boards with external port modules, it is possible to add or remove modules and dynamically reprobe the number of ports using this switch. All ports on the card must be closed in order to reinitialize the card. It is preferable to reinitialize the card rather than reload the entire digi module as reinitialization only affects the speci- fied board rather than affecting all attached boards. HISTORY
The digictl utility first appeared in FreeBSD 5.0. BUGS
It should be possible to reinitialize a board without closing all of the existing ports. BSD
June 20, 2001 BSD