Search Results

Search: Posts Made By: honeym210
4,777
Posted By honeym210
thanks Zaxxon-- i don't have any example. ...
thanks Zaxxon--

i don't have any example.

but, they use this word in post validation script.
my part is just to cut the value from the script.

thanks
4,777
Posted By honeym210
script to cut a word from the file
hi to all

i wrote a script to cut a word from the file....that works only if the word is fixed field.

example..
sed -n '1p'|awk '{ print $2 }'|cut -d '(' -f2|sed 's/(//'|sed 's/)//'|sed...
2,238
Posted By honeym210
hi nu is the command in security...
hi

nu is the command in security application side.
they are the only ones to create the users.

any suggestions...

thanks
2,381
Posted By honeym210
try this.. vardate=$(date +"%m%d%y%H%M") ...
try this..

vardate=$(date +"%m%d%y%H%M")
log_file=/xxxx/xxx/logs_$vardate

the output format like logs_MMDDYYhhmm.

i hope this will help you.

thanks
2,238
Posted By honeym210
hi to all the below is the...
hi to all

the below is the command..........
# nu user=xxx os=unix pgroup=xxxxx

i used below line to get the pgroup name.
--> PGRP=$(echo "$@" |cut -f2 -d'=')


if the user use the...
2,238
Posted By honeym210
Help needed passing string to command
hi to all

code:
</div>
command... "command_name arg1 arg2 option=xxxxx"
example --- useradd username group=xxxxxx.
</div>

when someone ran this command it point to some other script...
Forum: AIX 12-02-2008
4,529
Posted By honeym210
yahh,, i realised after posting the thread....
yahh,,

i realised after posting the thread.
i increased the fs , now it is ok.

thank a lot.
Forum: AIX 12-02-2008
4,529
Posted By honeym210
HACMP LV size is not reflecting
Hi

i increased the lv size using smit hacmp.
but, the new size is not reflecting.. why?.

the pp size is 512 MB. before it was 4 PP's. i increased to 10 PP's.
when i type df -m /xxx.. it is...
Forum: AIX 11-04-2008
53,898
Posted By honeym210
thanks shockneck,, the main problem is ,, ...
thanks shockneck,,

the main problem is ,,
i gave a single spaces between varxxx and date/host.

that was wired me from morning.

thanks a lot.
Forum: AIX 11-04-2008
53,898
Posted By honeym210
thnak you shock neck here is the output, ...
thnak you shock neck

here is the output,

root@tstweb1:/home/mmuppane> ./test1
./test1[6]: 110408151456: not found
./test1[7]: tstweb1: not found
_

not worked,...

thanks
Forum: AIX 11-04-2008
53,898
Posted By honeym210
thanks franklin, i used backticks, but not...
thanks franklin,
i used backticks, but not worked. see below..

script:
#print "$filename"
vardate= `date +"%m%d%y%H%M%S"`
varhost= `hostname`
filename="$varhost_$vardate"
print $filename
...
Forum: AIX 11-04-2008
53,898
Posted By honeym210
0403-006 Execute permission denied.
Hi

i am running the below script in vio server,

i changed to aix mode..then
#./script1

</code>
##Set today Date as file name.
vardate= date +"%m%d%y%H%M%S"
varhost= hostname...
Forum: AIX 10-21-2008
6,665
Posted By honeym210
vios mount
hi,

i tried to mount using

$ mount nimsrv01:/export/mksysb_dev/VDEVVIO1 /mksysb
in vios mode.
i got following error..

</code>
Some error messages may contain invalid information
for...
Forum: AIX 09-05-2008
4,311
Posted By honeym210
i got it.. my script is .... ...
i got it..

my script is ....

#!/bin/ksh
#Removing Old Files.
rm output
rm reportvg.out
rm reportpv.out
rm errors
#List of Volume Groups.
lsvg >> reportvg.out
#Creating file for...
Forum: AIX 09-05-2008
4,311
Posted By honeym210
dispaly vg's and pv's?
hi

i need to write a script,

the script display's list of volume groups followed by physical volumes with in volume group and at the same time the script should display the pvid of physical...
Forum: AIX 08-29-2008
10,397
Posted By honeym210
how many gateway's you have for your network.. ...
how many gateway's you have for your network..
is it one or two...
from your netstat -nr, it is showing that two.

is the gateway address are defined correct?

do one thing assign same...
Forum: AIX 08-29-2008
15,142
Posted By honeym210
could you please post your complete command line...
could you please post your complete command line or that part of script.

i too face lot of problem with mksysb's when i am trying to take to nim.

thanks
Forum: AIX 08-26-2008
15,705
Posted By honeym210
ok, think it won't allow without the entry in...
ok, think it won't allow without the entry in /etc/hosts in client side.

how can you install os in new server's using mksysb?.
we don't need any entry in restoring mksysb.. but, we do need entry...
Forum: AIX 08-20-2008
24,859
Posted By honeym210
i think this will help you, this is...
i think this will help you,
this is /etc/hosts.equiv file
use the highlighted one,
like, enter this line at the end...

hostname -root

try this entry for root.

thanks
Forum: AIX 08-18-2008
7,647
Posted By honeym210
thanks guys, i got solution for this, ...
thanks guys,

i got solution for this,
shell was disabled in /etc/inetd.conf file.

i enable that, it'working fine.

now i got one more error,

that is :
0042-006 m_mkbosi:...
Forum: AIX 08-18-2008
7,647
Posted By honeym210
can you help me, how to enable the port 23...
can you help me,

how to enable the port 23 in server side.

thanks
Forum: AIX 08-18-2008
7,647
Posted By honeym210
any idea about ssh?
hi

when i tried to connect to other server through ""ssh servername" ...
i am getting following error..

ssh: connect to host nimsrv01 port 22: A remote host refused an attempted connect...
Forum: AIX 08-15-2008
13,982
Posted By honeym210
entries are existed in /etc/hosts file.. ...
entries are existed in /etc/hosts file..

but,still it is not working.

can anyone help me on this...


thanks
Forum: AIX 08-15-2008
13,982
Posted By honeym210
i got this erroe: 0042-051 niminit: unable...
i got this erroe:

0042-051 niminit: unable to resolve "nimsrv01"
to an IP address

when i tried to pinging from aix mode it is ok.

and what about "communication protocal used ny client"...
Forum: AIX 08-15-2008
13,982
Posted By honeym210
i got these options, which one i need to set.. ...
i got these options, which one i need to set..

cust, update_all, bos_inst , diag ,reset, maint_boot ,restvg .

thanks
Showing results 1 to 25 of 36

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