Description:
Administering a Unix-based system.
|
|
|
Cluster/HA software (opensource is pref.)
|
| |
Hi We are running Java Server (Weblogic,Sun,Pramati,IBM WS) etc, + Some Backend Programs (C-Binary). We wanted to create High availability/ Cluster stuff. OS : Solaris 10 Is there any opensource stuff avail we can use directly ? [i.e. download/build/configure and Done !] -Raxit
|
|
UNIX groups and subgroups
|
| |
I know you have subnetgroups in UNIX but does the same apply to groups when using NIS? For example a group called foo with user a,b,c and then another group called testgrp with user d,e,f Can I make an entry of the following foo:a,b,c,testgrp
|
|
crontab syntax
|
| |
If you specify day of the month in a crontab then what is day of the week for? It make sense if 'day ot the month' is * then 'day of the week' can be 'every Monday.
|
|
Temporary Files
|
| |
Where is a good place to write temporary files for evaluation that will be deleted once the evaluation has been completed? Are there standard directories that enough permission for users on the server? For example, /tmp
|
|
USB PCI controller
|
| |
Dear all, I need to make Solaris10U3 x86 version to detect a USB2 PCI card. How can it detect it ?
|
|
Copying multiple files, from remote m/c with preserving Path
|
| |
Hi i have m/c A. I have around 700 files (each file of around 1 MB), All files are not in same path, but scattered across 100 Various path. I have list of files and their absolute pathready.(so that i can write a script !) Now i need to remove these files. But before removing it, i wanted to take backup of all files on Machine B[Machine A and B are in local... more »
|
|
scp stuck while changing password
|
| |
We had a system where a scp got "stuck" and was running for several days. We had changed the passwords on the user accounts at some point that day, although ssh keys had not changed. Could the scp have got stuck because the passwords changed as it was running? M
|
|
Shell script to monitor interface usage
|
| |
Hello I have written a short script to see how much my interface is pushing through. I was just wandering if I am doing the calculation correctly. Could someone comment? ...interface=hme0 ...clear echo "Bandwidth calculator" echo "====================" while true do inout=`netstat -I $interface | sed -n '2p' | awk {'print $5 + $7'}`... more »
|
|
|