Search Results

Search: Posts Made By: amitverma
Forum: AIX 09-20-2005
22,747
Posted By amitverma
there one thing u can try 1)search for...
there one thing u can try
1)search for "amqcrsta" or "mqm" in the file inetd.conf (in /etc directory for AIX). note the first and last entry in the line will give you the name with with your MQ...
Forum: AIX 09-20-2005
4,049
Posted By amitverma
not a st fwd solution...got use some application...
not a st fwd solution...got use some application like web server etc..
why do you want to do that? it will be displayed same (AIX or windows.)
Forum: AIX 09-20-2005
17,557
Posted By amitverma
change the ulimit parameter
change the ulimit parameter
2,458
Posted By amitverma
try running the script with sh sh <script...
try running the script with sh
sh <script name>
23,754
Posted By amitverma
or you can use xman provided you have x-windows...
or you can use xman provided you have x-windows running on your m/c
obviously x-windows has its limitations too...
23,754
Posted By amitverma
you can export $PAGER eg. export PAGER='vi' ...
you can export $PAGER
eg. export PAGER='vi'
and man <command> will open the help in vi session..

if that helps.....
2
1,477
Posted By amitverma
if ur directory structure is not too big, try...
if ur directory structure is not too big, try this
ls -xRl | grep '<date>' | wc -l
date will be <month day> like 'Sep 05'


or with find command
find . -mtime <no of days> -print | wc -l
but...
2,193
Posted By amitverma
u might need to trigger a copy of the script on...
u might need to trigger a copy of the script on each of these servers using some network software....
2,243
Posted By amitverma
script file can be executed using <shell name>...
script file can be executed using <shell name> <file name>
for other cases isnt it a security violation ???
7,779
Posted By amitverma
use awk...............
use awk...............
10,230
Posted By amitverma
will this work for you? ping -c 1 $name | grep...
will this work for you?
ping -c 1 $name | grep \( | awk '{print $3}' | cut -f 2 -d "(" | cut -f 1 -d ")"
a very primitive approach though
5,878
Posted By amitverma
or you can use echo `ls -l <file-name>` | cut -f...
or you can use echo `ls -l <file-name>` | cut -f 5 -d " "
to get the actual file size....
2,521
Posted By amitverma
just copy the file in the /usr/bin directory and...
just copy the file in the /usr/bin directory and make it executable...
but u'll need root's login for that...
and be careful not to disturb other files in that directory
Showing results 1 to 13 of 13

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