10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Hi techies
I am trying to write a script which can give me a ATP of a job,
My idea is :
store a value in a temp variable, next script read the variable in next call of it and give me the diff of values which is ATP, as script is running every hours.
Can we do this in Shell Script.
If... (5 Replies)
Discussion started by: atul9806
5 Replies
2. UNIX and Linux Applications
a few months ago i downloaded a program from apple
it was a core temp panel applet i had to reload and lost
track of where i got it anyone familiar with it i liked it
because it monitored all the cores ubuntu10.10 (0 Replies)
Discussion started by: thirnick
0 Replies
3. Ubuntu
Hello,
How can I set up a ubuntu server as a FTP server?
Thanks, (1 Reply)
Discussion started by: Pouchie1
1 Replies
4. Solaris
Hello everyone,
I need to install a large program,it makes error change directory to another ,can anyone tell me how?
Respectfully,
Reham (17 Replies)
Discussion started by: Reham.Donia
17 Replies
5. Infrastructure Monitoring
Hi,
I am trying to monitor temperature of telecom devices of avaya and polycom. I have setup SNMP. can somebody help me to know what are the requirements to have a SNMP command working for this
thanks in advance (1 Reply)
Discussion started by: Subhash Chauhan
1 Replies
6. Shell Programming and Scripting
Hi there,
As a regular unix user I am forever programming on the command line or writing scripts so that I first write a load of data to a file to read from. In the end I am always left with a bundle of .txt, .tmp which is what I usually call them. As a basic programmmer I was wondering is... (6 Replies)
Discussion started by: cyberfrog
6 Replies
7. Solaris
Hi all,
is it okay for US-III+ running at 1200 MHZ to excced 75° C on sun fire 880
here's the output when i ran prtdiag -v on sunfire 880 running solaris10
bash-3.00# prtdiag -v
System Configuration: Sun Microsystems sun4u Sun Fire 880
System clock frequency: 150 MHz
Memory size: 8192... (2 Replies)
Discussion started by: h@foorsa.biz
2 Replies
8. Solaris
I want to assign ip to a zone , but i dont want that ip to be retained when the zone is rebooted , is there a way to do it ?
Thx (7 Replies)
Discussion started by: skamal4u
7 Replies
9. AIX
i have an aix5.3 box with a full /tmp. i emptied the tmp directory and still doesnt change from 100%. if i try to increase the /tmp size it keeps on wanting me to delete more files in the directory.
what can i do.i'm still learning aix (3 Replies)
Discussion started by: freeman
3 Replies
10. Shell Programming and Scripting
Hi all.
I want to check the free space on a given FS and process the output. Right now, I'm using a temp file to avoid using df twice. This is what I'm doing
#!/usr/bin/ksh
...
df -k $FS_NAME > $TMP_FILE 2>&1
if ]; then
RESULT="CRITICAL - $(cat $TMP_FILE)"
else
cat $TMP_FILE | ...... (3 Replies)
Discussion started by: fox1212
3 Replies