Search Results

Search: Posts Made By: vivek.goel.piet
Forum: Solaris 01-09-2012
59,278
Posted By jim mcnamara
One way to find the slowly responding file...
One way to find the slowly responding file system. Suppose your df complets and gives you this meaningless example:


Filesystem Size Used Avail Use% Mounted on
/foo/fah ...
Forum: Solaris 01-09-2012
59,278
Posted By zaxxon
Maybe you have any NFS mounts in there that take...
Maybe you have any NFS mounts in there that take some time to respond? Can you make out which file system/mount point seems to hang, or does it display all of them and hangs afterwards?
Forum: Solaris 01-09-2012
59,278
Posted By amitranjansahu
Is there any external file system mounted on your...
Is there any external file system mounted on your machine ? If so may be one of the remote files system is taking time to respond.

whats the out put of the df -kh
4,988
Posted By g.pi
Shankar, I had overlooked earlier response. ...
Shankar,

I had overlooked earlier response.

My earlier suggestion was based on your existing script. A quick (easy) solution would be to create 2 for loops, instead of the single one that...
Forum: Programming 08-10-2011
1,862
Posted By 3magic
RE:
I think this is write query.
16,739
Posted By atul9806
yes, this method can change your modification...
yes, this method can change your modification time for file, but there are three types of time for a file/folder

Access: 2011-02-02 20:12:00.000000000 +0530
Modify: 2011-02-02 20:12:00.000000000...
Forum: Solaris 07-26-2011
3,058
Posted By DukeNuke2
wow... didn't even take a look at the output......
wow... didn't even take a look at the output... that's realy impressive! maybe a fork bomb ;)
Forum: Solaris 07-26-2011
3,058
Posted By jlliagre
procs memory page disk ...
procs memory page disk faults cpu
r b w swap free re mf pi po fr de sr m1 m1 m1 m3 in sy cs us sy id
1 539 0 5355432 5939368 2503 2212 17903 5 4...
Forum: Solaris 07-25-2011
9,637
Posted By jlliagre
root@ecovs1a # swap -l swapfile dev...
root@ecovs1a # swap -l
swapfile dev swaplo blocks free
/dev/md/dsk/d31 85,31 16 8395184 8395184You physical swap area size is (8395184*512=) 4 GB, and it is currently not...
Forum: Solaris 07-15-2011
3,072
Posted By jlliagre
Your scsi card seems to be unsupported.
Your scsi card seems to be unsupported.
Forum: Programming 04-23-2011
1,638
Posted By radoulov
select t1.b from ( select ...
select t1.b
from (
select
max(a) m
from
data
group by
date_format(a, '%Y%m%d%k%i')
) t2
join data t1
on t1.a = t2.m
order by t1.b;For...
Showing results 1 to 11 of 11

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