One set of executables but multiple set of configuration


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers One set of executables but multiple set of configuration
# 1  
Old 09-24-2013
One set of executables but multiple set of configuration

i don't know where to put this question hence it is here.

Presently, i have X unix machines which each of them running a set of executables with various unique configurations.

i would like to have run multiple set of machines the same set of executeables but each running different configurations and to make it auto, perferably through a GUI that is simple to code (e.g. like of visual basic in windows).
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help needed with shell script to search and replace a set of strings among the set of files

Hi, I am looking for a shell script which serves the below purpose. Please find below the algorithm for the same and any help on this would be highly appreciated. 1)set of strings need to be replaced among set of files(directory may contain different types of files) 2)It should search for... (10 Replies)
Discussion started by: Amulya
10 Replies

2. Solaris

LC_ALL & LANG are set OK, but others couldn't set locale correctly.

Hi, I have a Solaris (SunOS 5.10) installed, by default with the en_AU.UTF-8 locale. I want to change it to en_US.UTF-8 With AU, I have no issues whatsoever, so I installed the language package and now locale -a shows "en_US.UTF-8". Problem is even with LC_ALL set in etc/default/init, the... (2 Replies)
Discussion started by: asdfg
2 Replies

3. Solaris

mailx/sendmail configuration/set up problem

Hello Good People of Linux World!!! Background: Recent Networking Graduate, thrown in line of fire. For the past couple of days I have been searching online for answers and haven't gotten anywhere regarding Mailx, Sendmail functionality on SunOS 5.9. My dilemma: Mailx / sendmail are... (28 Replies)
Discussion started by: kazmiM
28 Replies

4. Shell Programming and Scripting

set Net:SSH:Expect timeout and set it again.

SSHing into a machine can take a few seconds, but after I'm in, the commands return quickly. I was wondering if the timeout setting can be changed once I'm logged into the machine. Does anyone know if this can be set on the fly? The problem here is, if I have to set timeout = 10, it'll take 10... (1 Reply)
Discussion started by: mrwatkin
1 Replies

5. HP-UX

What is the use of command set -- and set - variable?

Hi, I am using hp unix i want to know the use of the following commands set -- set - variable thanks (4 Replies)
Discussion started by: gomathi
4 Replies

6. UNIX for Dummies Questions & Answers

How to set server's ip address, router, network mask and set if it is an internal or external ip?

Hello, I need to write a program which sets server's ip address, router, network mask. Program also should set if it is an internal or external ip. Maybe someone can help me ? Any information from u is very useful :b: I stopped at .. :( #!/bin/sh A=`hostname -i` echo "server ip address is $A"... (4 Replies)
Discussion started by: zagaruika
4 Replies

7. Shell Programming and Scripting

set -o vi giving set: Syntax error

when trying : set -o vi getting error like- : set: Syntax error help me Double post (of sorts). Continue here. (0 Replies)
Discussion started by: RahulJoshi
0 Replies

8. UNIX for Dummies Questions & Answers

unsetting (set -C) and set -o noclobber

I use a lot of text edditing on my laptop, and about a year and half ago I read my first unix bootk which gave the noclobber command and how to unset it.. now that my files are some what overflowing I need to use noclobber or the set -C option... I know the >| to override the no overwite command... (2 Replies)
Discussion started by: moxxx68
2 Replies
Login or Register to Ask a Question
prebind(1M)															       prebind(1M)

NAME
prebind - prepare frequently executed programs for faster startup SYNOPSIS
file] [path-list] DESCRIPTION
prepares some frequently executed programs for faster startup using (see fastbind(1)), and updates the IPD database for the modified files. Many frequently used commands such as etc. are so short lived that the program startup time takes up a major part of the total run time of each instance. In user-space, a big chunk of startup time could be spent in the dynamic loader, dld.so(5), in resolving the references among the program and its shared library dependencies. This startup overhead can be avoided using Patch level changes affecting related shared libraries (e.g. libc) can obsolete the information stored in an executable. So must be invoked after each such change, to ensure consistent levels of performance. As writes symbol resolution information into the executable, the metadata of the software product that provides the executable must be updated to reflect the changes. facilitates the use of It invokes on some executables known to be frequently used on HP-UX systems and updates the IPD database using see swmodify(1M). By default, operates on a pre-defined list of executables. Users can also specify an alternate list of executables by providing it in a file or as a path-list on the command line. For complete details, refer to the whitepaper at Options supports the following option: Prints the usage information. Prints a preview of commands that will be invoked, without actually invoking them. Removes information from the specified (or default) list of executables. Reads the list of executables from file. Arguments can read a list of executables either from the command line or from a file. Each command-line argument or each line in the file will be considered as the full path to an executable on which is to be invoked. Lines beginning with a pound character in the file will be consid- ered as comments and ignored. WARNINGS
uses (see swlist(1M)) to retrieve software product information and so may take a long time to complete, depending on the system software configuration. It is recommended to be used only after patch changes that may affect executables of interest. needs to be run with appropriate privileges as required to write to the executables and to run The executables must be writeable. RETURN VALUES
returns the following values: Successful completion. Failure. An error has occurred. FILES
By default, acts on the following files: While is yet another frequently used executable that can benefit from it is almost always in use and including it in the default list would generate errors. It is recommended that be run mannually on this executable when it is not in use (such as from a root shell, with no users logged in). All these executables depend on and some other similar shared libraries, so it is recommended that be run whenever any of the files men- tioned above are changed. AUTHOR
was developed by Hewlett-Packard. SEE ALSO
fastbind(1), swmodify(1M). Itanium(R)-based Systems Only prebind(1M)