Difference between revisions of "Configuration"
From ZeptoOS
Jump to navigationJump to searchLine 8: | Line 8: | ||
=== Configuring the Build === | === Configuring the Build === | ||
+ | |||
+ | Unlike ZeptoOS V1.5 on [[Bluegene/L]] where it was required to run a configure script, in ZeptoOS V2.0 for [[Bluegene/P]] we have an [http://en.wikipedia.org/wiki/Ncurses ncurses] based make menuconfig option. | ||
=== Building ZeptoOS V2.0 === | === Building ZeptoOS V2.0 === |
Revision as of 14:10, 20 January 2009
Checklist
- Login Node
Security Notes
ZeptoOS is completely configurable. You may choose to allow user login access, or restrict it. However you configure ZeptoOS, it is important to note that the default configuration from IBM is for the I/O Nodes to NFS mount the /bgl file system with full root privileges. This means that anyone who has root access on the I/O nodes can modify everything on the NFS server. On our machine, we have modified the service node to export /bgl read-only, without observing any adverse effects on the I/O nodes.
Configuring the Build
Unlike ZeptoOS V1.5 on Bluegene/L where it was required to run a configure script, in ZeptoOS V2.0 for Bluegene/P we have an ncurses based make menuconfig option.