9 More Discussions You Might Find Interesting
1. HP-UX
I have 2 servers. I want to be able to ping both ways.
Server A cannot ping to server B, but server B can ping to Server A.
Server A ip address : 10.61.1.119
Server B ip address : 10.67.26.89
This is the routing table for Server A :
L28ts03:root # netstat -rn
Routing tables
Destination ... (4 Replies)
Discussion started by: anaigini45
4 Replies
2. UNIX and Linux Applications
Hi,this doesnt give any output
mysql -uroot -phruti2 -B -e "use WebNmsDB;select HEADERINDEX from meas_headers where CLLI= '$clli' and IVALSTART>'$ivalstart' and IVALSTART<'$ivalend' and RPTTYPE='$rpttype';" > asdf.txt
This generates "good" output
mysql -uroot -phruti2 -B -e "use... (1 Reply)
Discussion started by: leghorn
1 Replies
3. Shell Programming and Scripting
Hi
I have written a shell script to execute my data base query
mysql -uroot -pshruti2 -B -e "use WebNmsDB;select HEADERINDEX from tekelec_meas_headers where CLLI=$clli and \
IVALSTART>="$ivalstart" and IVALSTART<"$ivalend" and RPTTYPE="$rpttype";" > win.txt
But the output in win.txt is
... (1 Reply)
Discussion started by: leghorn
1 Replies
4. Shell Programming and Scripting
Hello All,
I am in process of migrating all my scripts from AIX box to Linux box. In one of my script I calculate my last week date with the below command
$ TZ=EDT+172 date +%F
2012-12-13
$ uname -a
AIX 1 7 000B29AAD400
Now when I tried running the same in Linux, it gives a false... (2 Replies)
Discussion started by: sathyaonnuix
2 Replies
5. Red Hat
Hi everyone, this is my first post on this forum.
I have a ASUS laptop dualbooted with win7 and f16(Fedora 16). I recently shifted from Ubuntu.
Wireless internet is very slow and rather erratic on my laptop only in the case of Linux. On win7 its flawless.
I have a 30mbps connection and I... (0 Replies)
Discussion started by: parth.s
0 Replies
6. Shell Programming and Scripting
Hi all,
I need your help to increment a time by one hour.
The difficulty is the time is in a string format and not a value
cat file | awk '{print $1,$2}'
09/02/2011 20:11
09/03/2011 20:11
I want to change the time to be as follows
09/02/2011 21:11 or even 09/02/2011 20:21
Can... (2 Replies)
Discussion started by: Junes
2 Replies
7. Shell Programming and Scripting
I am redirecting my ping output to a file. The sample output is like this:
64 bytes from xx.xx.xx.167: icmp_seq=4490 ttl=116 3.75 ms 2011Jul12- 15 40 16
64 bytes from xx.xx.xx.167: icmp_seq=4491 ttl=116 5.29 ms 2011Jul12- 15 40 17
64 bytes from xx.xx.xx.167: icmp_seq=4492 ttl=116 4.88 ms... (6 Replies)
Discussion started by: zorrox
6 Replies
8. Programming
Besides an exhausted heap, is there any other scenarios which can cause malloc() to generate a run-time error ? (7 Replies)
Discussion started by: JamesGoh
7 Replies
9. UNIX for Dummies Questions & Answers
Hi,
I am facing a weird problem with the 'Date'. If I check date multiple times in a short interval I see a different time altogether. Here is an example
$ date
Tue Jul 15 02:07:22 PDT 2008
$ date
Tue Jul 15 02:07:23 PDT 2008
$ date
Tue Jul 15 03:20:42 PDT 2008
$ date
Tue Jul 15... (5 Replies)
Discussion started by: sumitb74
5 Replies