Title: Re: [OSCAR Project] #151: No /dev/shm device on compute nodes
If nobody objects, I will check in my changes to the .disk files so that /dev/shm will be properly mounted on the compute nodes.
 
Cheers,
 
Bernard


From: OSCAR Project [mailto:[EMAIL PROTECTED]
Sent: Sun 25/06/2006 19:09
To: Bernard Li
Subject: Re: [OSCAR Project] #151: No /dev/shm device on compute nodes

#151: No /dev/shm device on compute nodes
---------------------------+------------------------------------------------
  Reporter:  jcsiadal      |       Owner:  bli     
      Type:  bug           |      Status:  assigned
  Priority:  minor         |   Milestone:  OSCAR 5.0
 Component:  Installation  |     Version:  trunk   
Resolution:                |    Keywords:          
---------------------------+------------------------------------------------
Changes (by bli):

  * status:  new => assigned

Comment:

 The man page for {{{mksidisk}}} gave me hints on how to solve this:

 {{{
              # There are defaults for /proc,/dev/pts &
              # /mnt/floppy,
              # but if you want to change them, just add lines
              # here.
              # The values here are the defaults.
              #/dev/fd0   -       auto   /mnt/floppy noauto,owner
              #/proc      -       proc   /proc   defaults
              #/dev/pts   -       devpts /dev/pts mode=622
 }}}

 I added the following to the {{{.disk}}} files and the resulting
 image/compute node has {{{/dev/shm}}} mounted:

 {{{
 /dev/shm         -    tmpfs /dev/shm   defaults
 }}}

--
Ticket URL: <http://svn.oscar.openclustergroup.org/trac/oscar/ticket/151>
OSCAR Project <http://oscar.openclustergroup.org/>

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to