Search Results

Search: Posts Made By: mtomar
Forum: Solaris 01-06-2011
8,718
Posted By mtomar
I have seen this problem when interface choose a...
I have seen this problem when interface choose a lower duplex setting. Generally i use this simple trick.
1. enable auto neg with all options enabled
2. disable all capabilities except...
5,975
Posted By mtomar
It looks like works every time for me, or you...
It looks like works every time for me, or you have some specific requirement.

$ dig -x 68.142.255.16 +short
ns2.yahoo.com.
$ dig -x 68.180.131.16 +short
ns1.yahoo.com.
$ dig -x...
5,975
Posted By mtomar
I think what u are looking for is this : #...
I think what u are looking for is this :

# dig -x 67.195.160.76 +short
ir1.fp.vip.ac4.yahoo.com.

dig -x 67.195.160.76

; <<>> DiG 9.7.0-P1 <<>> -x 67.195.160.76
;; global options: +cmd
;;...
Forum: Hardware 12-17-2010
2,501
Posted By mtomar
Raid 0 for database is not good option. if you...
Raid 0 for database is not good option.
if you have enough resources .. its always good to go with raid 1+0
or raid 5.
4,902
Posted By mtomar
for ((i=1;i<=1000;i++)) do for...
for ((i=1;i<=1000;i++))
do
for ((j=1;j<=1000;j++))
do
echo "aaaa/bbbb/${i}-${j}.txt" >> outputFile
done
done
33,479
Posted By mtomar
Here is correct approch find /home/test/ -type...
Here is correct approch
find /home/test/ -type f -name "file*" -exec gzip {} \;

OR in your case
find /gfp1/home/arijit -name "*.sas7bdat" -exec gzip {} \;
Forum: Infrastructure Monitoring 11-30-2010
31,936
Posted By mtomar
If you dont know much about mibs and OIDs best...
If you dont know much about mibs and OIDs best option to start with is following command
snmpwalk -v 1 -c public localhost .

mind it output will be huge and messy but u will have everything. For...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 11:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy