Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

xfsinfo(1) [debian man page]

XFSINFO(1)						      General Commands Manual							XFSINFO(1)

NAME
xfsinfo - X font server information utility SYNOPSIS
xfsinfo [-server servername] DESCRIPTION
Xfsinfo is a utility for displaying information about an X font server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the font catalogues and alternate servers that are available. OPTIONS
-server servername This option specifies the X font server to contact. servername must be specified in one of the formats defined in the Font Server Names section of X(7). If not specified, the server name in the FONTSERVER environment variable is used. HISTORY
Xfsinfo was originally called fsinfo. It was renamed to avoid a clash with the fsinfo utility from the Berkeley automounter amd. EXAMPLE
The following shows a sample produced by xfsinfo. example% xfsinfo -server hansen:7100 name of server: hansen:7100 version number: 1 vendor string: Font Server Prototype vendor release number: 17 maximum request size: 16384 longwords (65536 bytes) number of catalogues: 1 all Number of alternate servers: 2 #0 hansen:7101 #1 hansen:7102 number of extensions: 0 ENVIRONMENT
FONTSERVER To get the default fontserver. The server name must be specified in one of the formats defined in the Font Server Names section of X(7). SEE ALSO
xfs(1), fslsfonts(1), X(7). AUTHOR
Dave Lemke, Network Computing Devices, Inc X Version 11 xfsinfo 1.0.3 XFSINFO(1)

Check Out this Related Man Page

XFSINFO(1)						      General Commands Manual							XFSINFO(1)

NAME
xfsinfo - X font server information utility SYNOPSIS
xfsinfo [-server servername] DESCRIPTION
Xfsinfo is a utility for displaying information about an X font server. It is used to examine the capabilities of a server, the predefined values for various parameters used in communicating between clients and the server, and the font catalogues and alternate servers that are available. OPTIONS
-server servername This option specifies the X font server to contact. servername must be specified in one of the formats defined in the Font Server Names section of X(7). If not specified, the server name in the FONTSERVER environment variable is used. HISTORY
Xfsinfo was originally called fsinfo. It was renamed to avoid a clash with the fsinfo utility from the Berkeley automounter amd. EXAMPLE
The following shows a sample produced by xfsinfo. example% xfsinfo -server hansen:7100 name of server: hansen:7100 version number: 1 vendor string: Font Server Prototype vendor release number: 17 maximum request size: 16384 longwords (65536 bytes) number of catalogues: 1 all Number of alternate servers: 2 #0 hansen:7101 #1 hansen:7102 number of extensions: 0 ENVIRONMENT
FONTSERVER To get the default fontserver. The server name must be specified in one of the formats defined in the Font Server Names section of X(7). SEE ALSO
xfs(1), fslsfonts(1), X(7). AUTHOR
Dave Lemke, Network Computing Devices, Inc X Version 11 xfsinfo 1.0.2 XFSINFO(1)
Man Page

14 More Discussions You Might Find Interesting

1. SCO

Sco Server

:o I should know this but here it goes. Can a Sco server be renamed without re-installation? I have a client that supposedly took some networking course along the way time ago and did sco server intallations in offices in two different states with the same name and domain. Now he wants them... (1 Reply)
Discussion started by: oguerra
1 Replies

2. UNIX for Dummies Questions & Answers

LINUX Server Back Door

I am looking for any utility that i can install to a linux server in order to scan said server and find out if there are any backdoor entries to the server. meaning, look for any user ID's and Passwords set up on the unit. and if there are any specific ports being used to access the server other... (4 Replies)
Discussion started by: matrix2000
4 Replies

3. Shell Programming and Scripting

help with this code

Hi everyone, I am new to this site, and i would like some help with this: #! /bin/ksh - # copies files to more tham one server # Names of the servers must be in a file called server.txt x=0 //varible for the loop while //repits loop until finds out if... (3 Replies)
Discussion started by: jcpetela
3 Replies

4. UNIX for Advanced & Expert Users

need to increase the memory utlisation of server

hi all, i need to replicate the environment of one server in another. Two servers are there A and B. i need to replicate A's environment on B. The server A's memory utlisation is 60%, whereas server B's is 15 to 20%. Can some one tell how i can increase the memory utilisation of B to reach... (5 Replies)
Discussion started by: sais
5 Replies

5. Infrastructure Monitoring

Network Traffic

Hi all, Got a strange one here, well not so much strange, different :-) I need to work out if a server is particulary chatty, whether its talking / communicating heavily to a particular server, as Im planning to physically move the server to a different server, over a link. Hence the... (6 Replies)
Discussion started by: sbk1972
6 Replies

6. UNIX for Dummies Questions & Answers

Filer Server OS suggestion

Well my old server just die few days ago was running Debian on it :). I just bought a new system, dual core amd, 4gb of ram, blah blah. So this server will be running as a file server, multimedia server, web server. This is a home server. I have about 800gb of data.. HD setup: I have 1 x 80gb... (4 Replies)
Discussion started by: supermiguel
4 Replies

7. UNIX for Dummies Questions & Answers

Passing variable between servers

hi everyone, i need to passing variable from one server to another server. How can i do it? Assume that i have got two servers (exp: A and B servers) i am in A server and i need to get value which in B server. i think i have to do ftp connection, but after connection how can i get... (6 Replies)
Discussion started by: temhem
6 Replies

8. AIX

Large file move from one server to another

I Have two AIX 5.3 servers. I want to move a 45GB file from Server B to Server A. Can I achieve this with using Tivoli? Or how could I achieve this, by mounting a directory from server B to server A? Any help apreciated! (14 Replies)
Discussion started by: tfort73
14 Replies

9. UNIX for Dummies Questions & Answers

Red5 Server Installation

Hello, I Have a Problem... I have a Debian server where I would like Red5 instalation. Now I have the Red5 0.9.1 loaded on my server and want to instalation with *make* the server and it did not work. I keep getting this message here.: I have ant-ivy also already installed and all of the... (1 Reply)
Discussion started by: JungBoy1988
1 Replies

10. UNIX for Advanced & Expert Users

Best way to Copy Files From One server to another server

Hi , I have two servers say server A and server B. I am generating some files in server A which I have to copy to Server B,what will be the best option and why it is better than the other( as I have to copy more than 3 GB data files daily) 1.FTP - I can't use FTP bcoz it's not allowed due to... (2 Replies)
Discussion started by: wangkc
2 Replies

11. Shell Programming and Scripting

help with assigning multiple values to a variable

I have a situation where my variable needs to pick up any of the 4 values from the environment it is in for e.g i am on server named a server=a (script running on this server) ftp servers= b c d e ----- the parameter passed should be any of these values in these 4 values, if not throw an... (4 Replies)
Discussion started by: dsravan
4 Replies

12. AIX

Update error - 7.1 migration builddate fail

Hi all, i have just migrate my aix 6.1 to 7.1. After migration my release is: 7100-00-03-1115 now i try to update to 7100-01-00-1140 but i receive lots of BUILD CHECK DATE FAILED on"mcr.rte" and other packets. +-----------------------------------------------------------------------------+ ... (3 Replies)
Discussion started by: Zio Bill
3 Replies

13. AIX

Need to confirm something regarding TL upgrades

Hi everyone, My current AIX OS level is "7100-01-06-1241" and I am planning to upgrade it to " 7100-02-03 ". Can i directly upgrade it to "7100-02-03" from 7100-01-06" ? or first i need to upgrade the "7100-01-06" LPAR to TL 02 and then reboot and then upgrade it to TL 02 SP03 ? ... (4 Replies)
Discussion started by: System Admin 77
4 Replies

14. AIX

Server migration

Hi, Existing several p5 server with lpar (aix5.3), also implemented with hacmp. And now planning to buy new set of server (installing aix7.1)and SAN to replace the existing server. My question is, how to perform data migration from old server/SAN to new server/SAN. Suppose I install... (6 Replies)
Discussion started by: Oceanlo2013
6 Replies