Sponsored Content
Full Discussion: Utility for Multiple windows
Special Forums UNIX and Linux Applications Utility for Multiple windows Post 302183661 by bakunin on Wednesday 9th of April 2008 03:54:14 PM
Old 04-09-2008
You can also use the dsh (distributed shell) from the AIX middleware. This software was first part of the PSSP software shipped with the SP/2 systems, then included in the PSSP-successors Cluster/1600, etc. It is basically a PERL wrapper which runs r-commands or ssh-commands against one or several machines, then combines the output from the different machines into a coherent format. You might have to modify it a little to run on non-AIX machines, but that should be pretty simple to achieve.

I hope this helps.

bakunin
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

NOHUP utility in windows / DOS

Hi is there any similar nohup utility in DOS / Windows as in unix ?. If yes plz let me know the implememntation soon. Its very urgent. Regards Aru (2 Replies)
Discussion started by: aarora_98
2 Replies

2. Windows & DOS: Issues & Discussions

Windows XP backup utility

I am trying to use the Windows XP's backup utility (start -> all programs -> Accessories -> System Tools -> Backup) to backup the whole system to another drive or a large USB flash drive to safeguard myself and the files. However, the backup utility gives error in both cases, ie. it won't backup to... (4 Replies)
Discussion started by: milhan
4 Replies

3. UNIX for Dummies Questions & Answers

Looking for an X11 Utility - Send Keystrokes to Multiple Clients

A long time ago, I frequently used a small X11 utility that allows you to manage multiple systems at the same time. It worked by opening a small window that had a button you used to "Add" X Clients to it. These would be xterms on different systems for example. You would then type inside that... (5 Replies)
Discussion started by: Alon.Albert
5 Replies

4. Solaris

how to get multiple files using sftp from a windows server

I need to get multiple files from a windows server to a solaris server using sftp, I tried it but only can get one file at a time ( I'm unable to use a wild card character using sftp) hoe do i do this. any light on this is appreciated. Ram. (3 Replies)
Discussion started by: ramky79
3 Replies

5. UNIX for Advanced & Expert Users

Multiple instances of windows exe from unix

Hi, I have a requirement to run multiple instances of an .exe file present in windows server from unix machine. The number of threads to be invoked is determined dynamically based on a variable field. We will be passing some parameters to windows .exe file for each instance. I am a unix... (2 Replies)
Discussion started by: sam99
2 Replies

6. Shell Programming and Scripting

Unix / Linux Dialog Utility - how to open 2+ more dialog windows ?

Hi, example of Unix / Linux dialog utility is below. I am going to use dialog as simple GUI for testing of a modem. So I need to combine some dialog boxes into one. I need to have input box, output box, info box, dialog box, radiobox as in any standard program with graphical user... (2 Replies)
Discussion started by: jack2
2 Replies

7. Shell Programming and Scripting

How to Unzip a file using unzip utility for files zipped without zip utility ?

Hi, I need to zip/compress a data file and send to a vendor. The vendor does have only unzip utility and can accept only .ZIP files. I do not have zip utility in my server. How do I zip/compress the file so that it can be deflated using unzip command ? I tried gzip & compress commands, but... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies

8. Shell Programming and Scripting

Listing multiple files in windows cmd

i have multiple files like how to do list files from new_30 to new_50 i have tried this command but it wont work dir new*{30-50}.txt my exact requirement is to get line count of these files the command which work is FOR %i IN (new*.txt) DO find %i /c /v "" but at the... (1 Reply)
Discussion started by: sagar_1986
1 Replies
PAPD(8) 						      System Manager's Manual							   PAPD(8)

NAME
papd - AppleTalk print server daemon SYNOPSIS
/usr/sbin/papd [ -d ] [ -f configfile ] [ -p printcap ] DESCRIPTION
papd is the AppleTalk printer daemon. This daemon accepts print jobs from AppleTalk clients (typically Macintosh computers) using the Printer Access Protocol (PAP). papd spools jobs directly into an lpd(8) spool directory and wakes up lpd after accepting a job from the network to have it re-examine the appropriate spool directory. The actual printing and spooling is handled entirely by lpd. papd can also pipe the print job to an external program for processing, and this is the preferred method to avoid compatibility problems with all the flavors of lpd in use. papd is typically started at boot time, out of system init scripts. It first reads from its configuration file, /etc/atalk//papd.conf. The file is in the same format as /etc/printcap. See printcap(5) for details. The name of the entry is registered with NBP. The follow- ing options are supported: Name Type Default Descripton pd str `.ppd' Pathname to PPD file pr str `lp' LPD printer name (or print command) op str `operator' Operator name for LPD spooling ca str NULL Pathname used for CAP-style authentication sp bool false PSSP-style authentication am str NULL UAMS to use for authentication pa str NULL Printer's AppleTalk address? If no configuration file is given, the hostname of the machine is used as the NBP name and all options take their default value. OPTIONS
-d Do not fork or disassociate from the terminal. Write some debugging information to stderr. -f configfile Consult configfile instead of /etc/atalk//papd.conf for the configuration information. -p printcap Consult printcap instead of /etc/printcap for LPD configuration information. EXAMPLE
The following papd configuration file sets up three print spoolers. The first spooler is known by the NBP name Mac Printer Spooler, and uses a PPD file located in /usr/share/lib/ppd. In addition, the user mcs will be the owner of all jobs that are spooled. The second spooler is known as HP Printer and all options are the default. The third spooler is known as HP 8100 . It pipes the print job to lpr for printing. PSSP authenticated printing is enabled, as is CAP-style authenticated printing. Both methods support guest and cleartext authentication as specified by the 'am' option. The PPD used is /etc/atalk/ppds/hp8100.ppd. Mac Printer Spooler: :pr=ps: :pd=/usr/share/lib/ppd/HPLJ_4M.PPD: :op=mcs: HP Printer: : HP 8100: :pr=|/usr/bin/lpr -Plp: :sp: :ca=/tmp/print: :am=uams_guest.so,uams_pam.so: :pd=/etc/atalk/ppds/hp8100.ppd: NOTES
PSSP (Print Server Security Protocol) is an authentication protocol carried out through postscript printer queries to the print server. Using PSSP requires LaserWriter 8.6.1 or greater on the client mac. The user will be prompted to enter their username and password before they print. It may be necessary to re-setup the printer on each client the first time PSSP is enabled, so that the client can figure out that authentication is required to print. You can enable PSSP on a per-printer basis. PSSP is the recommended method of authenticating printers as it is more robust that CAP-style authentication, described below. CAP-style authentication gets its name from the method the CAP (Columbia APpletalk) package used to authenticate its mac clients' printing. This method requires that a user login to a file share before they print. afpd records the username in a temporary file named after the clients Appletalk address, and it deletes the temporary file when the user disconnects. papd gets the username from the file with the same Appletalk address as the machine connecting to it. CAP-style authentication will work with any mac client. CAP-style authenticated print- ing is a compile-time option for netatalk. If both CAP and PSSP are enabled for a particular printer, CAP will be tried first, then it will fall back to PSSP. The list of UAMS to use for authentication (specified with the 'am' option) applies to all printers. It is not possible to define differ- ent authentication methods on each printer. You can specify the list of UAMS multiple times, but only the last setting will be used. Cur- rently only uams_guest.so, uams_passwd.so, and uams_pam.so are supported as printer authentication methods. The guest method requires a valid username, but not a password. The passwd and pam methods require both a valid username and the correct password. FILES
/etc/atalk//papd.conf Default configuration file. /etc/printcap Printer capabilities database. .ppd PostScript Printer Description file. papd answers configuration and font queries from printing clients by consulting the configured PPD file. Such files are available from Adobe, Inc, via anonymous ftp from ftp.adobe.com in /pub/adobe/printer- drivers/mac/all/ppdfiles/ (ftp://ftp.adobe.com//pub/adobe/printerdrivers/mac/all/ppdfiles/), or from the printer's manufac- turer. If no PPD file is configured, papd will return the default answer, possibly causing the client to send excessively large jobs. SEE ALSO
lpr(1), lprm(1), printcap(5). lpc(8), lpd(8). CAVEATS
papd accepts characters with the high bit set (a full 8-bits) from the clients, but some PostScript printers (including Apple Computer's LaserWriter family) only accept 7-bit characters on their serial interface by default. You will need to configure your printer to accept a full 8 bits. netatalk 1.5 06 Mar 2001 PAPD(8)
All times are GMT -4. The time now is 01:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy