Search Results

Search: Posts Made By: ganti
2,845
Posted By ganti
find . -type l -exec ls -l {} \; Rgds
find . -type l -exec ls -l {} \;


Rgds
Forum: Filesystems, Disks and Memory 04-29-2003
5,338
Posted By ganti
Please execute the statement alter database...
Please execute the statement

alter database open at the sql*plus prompt.

and report the error message

Donot try to run the scripts before opening


Rgds
16,737
Posted By ganti
grep "string" `find / -type f` GOOD...
grep "string" `find / -type f`

GOOD LUCK
23,177
Posted By ganti
When you do ls also you may get the same message ...
When you do ls also you may get the same message

try

ls -l|awk {'print $9'}|xargs -t -I{} grep "pattern" {}

GOOD LUCK
58,732
Posted By ganti
In my AIX machine i do the following to determine...
In my AIX machine i do the following to determine

telnet <machine_name> <port-number>

When you say telnet <machine-IP> it connects to default 80

when you say telnet <machine_IP> 5000

If...
4,867
Posted By ganti
From menu if the old-script is working fine then...
From menu if the old-script is working fine then there is something

wrong in your modification.

send us breifly what you have modified..

The condition is that from menu the the files should...
40,264
Posted By ganti
Please use control-v to print ^ before H..You...
Please use control-v to print ^ before H..You might have printed
shift 6 .That may correspond to mapped characters in vi mode

:1,$ s/control-v,H//g

GOOD LUCK
4,742
Posted By ganti
df -k |awk '($2-$3)/$2*100 > 95 {print $0}' ...
df -k |awk '($2-$3)/$2*100 > 95 {print $0}'

You can print $1(file-system) or $7(mounted directory) instead of $0

Good Luck
2,002
Posted By ganti
I know in AIX 4.3.3 1)When you create a link...
I know in AIX 4.3.3
1)When you create a link in the same file-system (Hard link)

both the parent-file and linked file use the same i-node

You can think of a file as some space occupier on the...
12,574
Posted By ganti
Please check the /etc/inetd.conf All the...
Please check the /etc/inetd.conf

All the ftpd,rshd,telnetd entries are made in that file

This entry should be there in the HOST machine

Most probably the rshd portion is commented..

Some...
18,566
Posted By ganti
Try ps eww <process number> It'll give...
Try

ps eww <process number>

It'll give you the full command and the environment variables
when the process was created

GOOD LUCK
7,575
Posted By ganti
awk {'print $3'} <file>|tr '\n' ' ' > res ...
awk {'print $3'} <file>|tr '\n' ' ' > res

edit res and add date and time in the beginning

CHEERS
11,364
Posted By ganti
This can be done for i in files do grep...
This can be done

for i in files
do
grep -vw "aac"<$i>$i.new
mv $i.new $i
done:D
5,396
Posted By ganti
These can be possibilities 1)set 'Set...
These can be possibilities

1)set 'Set user-id' bit to user2 script.So that when u run user2.scr
while login as user1 still it runs as if user2 is executing it.

I am not sure whether it creates...
5,153
Posted By ganti
There can be a possibility. 1)Each of the...
There can be a possibility.

1)Each of the results from SQL query should be enclosed in single
quotes 'OVEN MACRO' then pass it to array so that ksh doesn't
treat them as seperate arguments
...
Forum: Programming 08-12-2002
17,653
Posted By ganti
Please export these variables properly ...
Please export these variables properly

ORACLE_HOME

PATH=$ORACLE_HOME/bin:$PATH

In ORACLE_HOME/bin only proc should exist

GOOD LUCK

Ganti
Forum: IP Networking 08-04-2002
3,435
Posted By ganti
In your system there is a limit which a process ...
In your system there is a limit which a process

can open no of files simultaneously...

the process is most likely 'telnetd -a'...

when you are approaching this limit system throws this...
2,415
Posted By ganti
Small correction to my previous reply you...
Small correction to my previous reply

you have to configure only

Virtual Physical
/doc_link /usr/share/man/info

Then clinet machine seraches the following path

for man ls
...
2,415
Posted By ganti
For AIX i Know...If an apache server is running...
For AIX i Know...If an apache server is running on the machine
where the man pages are installed ..You can configure the

path /usr/share/man/info/C/a_doc_lib/aixcmds/cmds[1-5] directories in the...
Forum: Filesystems, Disks and Memory 08-04-2002
3,193
Posted By ganti
Yaa, It happens when the package(s) are...
Yaa,

It happens when the package(s) are loaded in memory.Suppose
A process opens a file and somebody removed it..Unless the process which opened the file is killed the space can't br reclaimed
...
42,038
Posted By ganti
Please be sure that fuser is getting executed...
Please be sure that fuser is getting executed from /usr/bin

have u checked path etc...


Ganti
Forum: Filesystems, Disks and Memory 07-25-2002
3,281
Posted By ganti
Hi, What you can do is check the...
Hi,

What you can do is check the MAXDATAFILES parameter of your database when it was created....

If already your maxdatafile exceeded recreate control file with

new MAXDATAFILES setting...
Forum: Filesystems, Disks and Memory 07-25-2002
2,267
Posted By ganti
memory Problem
Hi ,

One of java programs in our machine allocates 256M of heap memory and max of 512 memory(Tomcat to be specific).

Our ulimit per process is 32M.How can a process allocates such a big...
Forum: Programming 07-24-2002
2,280
Posted By ganti
memory problem
Hi ,

One of java programs in our machine allocates 256M of heap memory and max of 512 memory(Tomcat to be specific).

Our ulimit per process is 32M.How can a process allocates such a big amount...
2,872
Posted By ganti
just try awk {'print ${days}/86400'}
just try awk {'print ${days}/86400'}
Showing results 1 to 25 of 25

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