SUMMARY: "find" command



This worked out:


Andrew Hall [halla3@xxxxxxxxxxxxxxxxxx]


/proc contains a lot of files that can cause issue w/ some binaries.
You could always:

cd / && find `ls | egrep -v '(proc|any_nfs_mount)'` -name core

HTH,

Drew


Also thanks to:

Kristopher Briscoe [kris.briscoe@xxxxxxxxx]
casper@xxxxxxxxxxxxxxx
Kristopher Briscoe [kris.briscoe@xxxxxxxxx]
Darren Dunham [ddunham@xxxxxxxx]
robert.collishe@xxxxxx
Michel Nguyen [MNguyen@xxxxxxxxxxxxx]





-----Original Message-----
From: sunmanagers-bounces@xxxxxxxxxxxxxxx
[mailto:sunmanagers-bounces@xxxxxxxxxxxxxxx] On Behalf Of Pandey,
Abhimanyu
Sent: Wednesday, October 04, 2006 11:36 AM
To: sunmanagers@xxxxxxxxxxxxxxx
Subject: UPDATE: "find" command

# find / -local -name core &

[1] 11890



# pwdx 11890

11890: /proc/8970/fd



#ps -ef | grep 8970

root 8970 25091 0 Aug 31 ? 0:31 remotedprovider
solaris_diskpartition libWBEMdisk.so



SO THIS is getting stuck on /proc. Not much idea what this really
means.



I did a google but not much.



Thanks,



Abhimanyu.







Abhimanyu Pandey
Information Technologies
Worcester State College
Worcester, MA 01602
Office: 508-929-8913

________________________________

From: Pandey, Abhimanyu
Sent: Wednesday, October 04, 2006 11:09 AM
To: 'sunmanagers@xxxxxxxxxxxxxxx'
Subject: "find" command



Hello all,



It's a realy silly problem. Not urgent:



# find / -name core

/var/tmp/cc-transport/core

/usr/include/gtkhtml-2.0/libgtkhtml/dom/core

/usr/jdk/instances/jdk1.5.0/sample/jnlp/corba/src/core

/usr/apache/tomcat/webapps/tomcat-docs/catalina/docs/api/org/apache/cata
lina/core

/usr/apache/tomcat/webapps/tomcat-docs/jasper/docs/api/org/apache/jasper
/core

/usr/appserver/lib/install/applications/adminapp/adminapp_war/WEB-INF/cl
asses/com/sun/enterprise/admin/server/core



I do this once in a while just to double check that a core file might be
in the system. These days I notice that the command "hangs" and does
not return to command prompt.



I was wondering if there is an issue going on which I have missed in
routing systems check?



Regards,

Abhimanyu.
_______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
_______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



Relevant Pages