Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Which kind of UNIX to major investment banks use? Post 302389126 by Scott on Friday 22nd of January 2010 05:52:24 PM
Old 01-22-2010
Well, although not the same as an investment bank, I work for an insurance company, and we use AIX, Solaris, HP-UX, Linux, Windows servers, etc.

Mainly we use AIX, but our most important stuff (DNS, LDAP, ...) is on Solaris.

I'm guessing that we're not alone (in that we don't have a unified platform). And I'm also guessing that what's good for JP Morgan might not be good for Citigroup. And unless we have someone here who has worked for all of them, you're best bet is not to hedge your bets on any of them.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris Unix vs HP Unix, Could someone point out the major differences.

Solaris Unix vs HP Unix, Could someone point out the major differences. I have been performing Support to Solaris Unix for about 6 years, now I am interviewing for a HP Unix position. Could someone point out the major differences? Should it be an easy transition? Thanks (1 Reply)
Discussion started by: Hack
1 Replies

2. UNIX for Dummies Questions & Answers

Where can i find staroffice or any other kind office program for unix or linux?

No detail:confused: (4 Replies)
Discussion started by: HOUSCOUS
4 Replies

3. UNIX for Dummies Questions & Answers

what kind of UNIX

ok, so i want to figure out what type of UNIX i have and in this book im reading about it, it says that i can figure out what type i have by typing the command uname in the prompt. So i did this and it came up saying Darwin?? is that part of System V UNIX or BSD or do i have LINUX? if anyone can... (2 Replies)
Discussion started by: hiei
2 Replies

4. UNIX for Dummies Questions & Answers

how to determine which kind of unix is used

how can i determine which type of unix (solaris ,AIX,HP-UX...) is installed on the machine that i am working? (2 Replies)
Discussion started by: gfhgfnhhn
2 Replies

5. UNIX for Dummies Questions & Answers

What kind of security applications UNIX and Windows have in common?

Hi guys, may I know what kind of security applications do UNIX and Windows have in common? This is related to a project that is approaching its deadline, so would you all please be kind enough to help me? Thank You. (0 Replies)
Discussion started by: austintham
0 Replies

6. Solaris

prtdiag and memory banks

hi, we have an e6900 and my sys admin says that the number of processors and memory were reduced to 4 and 8GB. However, a prtdiag |grep Memory returns 16GB of memory. So what is my system's memory? psrinfo returns 4 online and 4 offline CPUs. Thanks. Kumar (1 Reply)
Discussion started by: kumar27
1 Replies

7. SCO

SCO UNIX ftp - weird kind of working

hi, i am working on sco unix 5.07, i have 10 individual servers networked locally in which sco os is installed. one of them is not transferring the file to other servers but accepting all files. means Server (A) can accept the file through FTP from any server but not transferring FTP its own... (9 Replies)
Discussion started by: aafflatoon
9 Replies

8. Shell Programming and Scripting

What kind of transfer protocol we have in UNIX?

I was asked this question on the interview. I know ftp, sftp, scp, rcp. They said one more indi or indy Could you please let me know it? Thanks, Oleg (2 Replies)
Discussion started by: digioleg54
2 Replies
autopush(8)						      System Manager's Manual						       autopush(8)

NAME
autopush - Manages the system's database of automatically pushed STREAMS modules SYNOPSIS
/usr/sbin/autopush -f file /usr/sbin/autopush -r -M major -m minor /usr/sbin/autopush -g -M major -m minor FLAGS
Sets up the system database that contains the lists of modules to be automatically pushed on the streams for STREAMS devices. The file argument specifies the system file from which the command will copy this configuration information. The -f flag is also used to place a device's configuration information back into the database. Gets the configuration information in the system database for the STREAMS major and minor device or devices specified by the -M and -m flags. Removes the configuration information in the system's database for the STREAMS major and minor device or devices specified by the -M and -m flags. DESCRIPTION
The autopush command manages the system's database of information for the automatic configuration of STREAMS devices. The autopush com- mand's flags are mutually exclusive. The command initializes the database with the names of the STREAMS devices to be automatically configured and a list of modules to use for each device (-f flag). When a device is subsequently opened, the STREAMS subsystem pushes the modules on the stream for the device. The autopush command also displays the current configuration information for a device in the database (-g flag), removes the information for a device from the database (-r flag), and replaces the information that has previously been removed (-f flag). When the -f flag is used to replace information in the database, the entire contents of the configuration file are copied. Also, the -r flag removes information only temporarily, because it acts on the database. To permanently exclude a STREAMS device from the database, you must remove its information from the configuration file. A device stream can be automatically constructed for a STREAMS major device, a major device and any associated minor devices, or just the minor devices, depending on the information in the configuration file. Tru64 UNIX provides the autopush.conf file for use as a configura- tion file. You can use another file as long as the information in the file is written in the correct format. The autopush.conf file con- tains one-line entries for each of the STREAMS devices that are to be automatically configured in the system. A line contains at least four fields: Contains an integer representing the STREAMS device's major device. Contains an integer representing one or more minor devices associated with the major device. If minor has a value of -1, then all the minor devices of the driver specified by major are given the same autopush configuration. Contains an integer representing the last minor device in a range associated with the major device. If last_minor has a value of 0 (zero), then the major device has only a single minor device for which the same stream must be constructed. Contains the name of the module to be automatically pushed onto the stream. There can be multiple module name fields, up to a maximum of eight, separated by spaces or commas. The autopush command pushes modules in the order in which they are listed. This means that the first module named is positioned just above the STREAMS device driver. The configuration file can also contain comment lines, which begin with # (number sign) and end with newline. If the major and minor arguments specified by the -M and -m flags of the -r flag option designate a range of minor devices, and minor matches the first minor device number in the range, then the autopush command removes the configuration information for all of the minor devices of the major device. If the major and minor arguments specified by the -M and -m flags of the -g flag option are set for a range in the configuration file, the autopush command returns the configuration information for the first minor device number, in addition to the other information. EXAMPLES
To set up the automatic configuration information for the STREAMS devices in the system, enter: autopush -f /etc/autopush.conf To obtain information about the stream for major device 28 and its minor device -2, enter: autopush -g -M 28 -m -2 FILES
Specifies the modules to be pushed onto the streams for STREAMS devices. RELATED INFORMATION
Interfaces: streamio(7) delim off autopush(8)
All times are GMT -4. The time now is 12:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy