Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > Tru64 UNIX > general

5.1B /proc missing - This thread has been closed

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: 5.1B /proc missing      Add to my favorites  This thread has been closed
jason_lee This member has accumulated 1000 or more points
Oct 22, 2009 13:12:41 GMT   

Hi,
Our setup:
1) Tru64Unix 5.1B
2) TruCluster 5.4

I noticed that /proc is missing, & it is causing some application processes can't start. Any idea why /proc is not configured? What's the purpose of this mountpoint?
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Venkatesh BL Expert in this area This member has accumulated 2500 or more points
Oct 22, 2009 14:33:00 GMT  8 pts

Edit the /etc/fstab file as root and add the
following entry:
/proc /proc procfs rw 0 0
Then execute following command as root:
# mount /proc
jason_lee This member has accumulated 1000 or more points
Oct 23, 2009 01:58:34 GMT    N/A: Question Author

Venka,
Thanks for the reply. My questions:

1) What's the impact of mounting the /proc ?
2) Will it impact the existing applications/resources?
Steven Schweda This member has accumulated 7500 or more points
Oct 23, 2009 03:06:26 GMT  6 pts

> 1) What's the impact of mounting the /proc ?

Uh, it's accessible to programs which try to
access it?

> 2) Will it impact the existing
> applications/resources?

I wouldn't expect it to crash into ("impact")
anything.  What kind of effects are you
worried about or hoping for?

Have you consulted "man proc"?

http://h30097.www3.hp.com/docs/base_doc/DOCUMENTATION/V51B_HTML/MAN/MAN4/0187____.HTM
jason_lee This member has accumulated 1000 or more points
Oct 23, 2009 05:49:54 GMT    N/A: Question Author

Steven,
Since we are dealing with a production server, the users will ask, "after mounting /proc, will it affect our existing (running) applications? Will the application crash, or stop working?" etc.
Steven Schweda This member has accumulated 7500 or more points
Oct 23, 2009 06:27:09 GMT  8 pts

With my weak psychic powers, I know nothing
about what's running on your system, but I
can't think of anything likely to go wrong
which hasn't already gone wrong.

A program which was expecting to see "/proc"
should already be having problems because
it's missing.  A program which didn't notice
that it was missing seems unlikely to notice
anything if it suddenly appears.  If you want
more than this plausibility argument, then I
can't help.

I could _design_ a program which might go
nuts if "/proc" suddenly appeared, but I
can't think of a good reason for one to
exist.

I don't think that you can get a guarantee
anywhere.  (None which has any value,
anyway.)

> [...] some application processes can't
> start [...]

> [...] users will ask, [...]

Offer them a choice.

> Any idea why /proc is not configured?

Nope.  Around here, it's in "/etc/fstab":

urtx# grep proc /etc/fstab
/proc                   /proc   procfs rw 0 0

so it's always mounted automatically:

urtx# mount | grep proc
/proc on /proc type procfs (rw)

so I've never needed to give it a thought.
jason_lee This member has accumulated 1000 or more points
Oct 23, 2009 06:35:44 GMT    N/A: Question Author

Steven,
Yes, I've the same feeling like you. Since /proc is an optional f/s, we can mount/unmount it. If there is really a problem with the existing apps, after mounting /proc (highly unlikely), we can just unmount it.

Thanks.
ps: will just mount it & see what happen
jason_lee This member has accumulated 1000 or more points
Oct 23, 2009 07:23:13 GMT   Thread closed by author  

Read above
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2009 Hewlett-Packard Development Company, L.P.