search for: nodefile

Displaying 4 results from an estimated 4 matches for "nodefile".

Did you mean: codefile
2009 Jul 21
1
[PATCH node-image] Moved all temporary files into a single work directory to clean up.
...ocal xmlfile=$WORKDIR/$nodename-$ifacename.xml debug "start_networking ()" for var in nodename ifacename use_dhcp start_dnsmasq workdir network xmlfile; do @@ -363,7 +364,7 @@ configure_node () { local hdfile="" local cdfile=$5 local args=$6 - local nodefile=$(mktemp) + local nodefile=$WORKDIR/$nodename.xml if [ -z "${boot_device}" ]; then boot_device="hd"; fi if [ -z "${memory}" ]; then memory="524288"; fi @@ -375,7 +376,7 @@ configure_node () { # create the hard disk file if [ -n &quo...
2012 Jan 04
1
GPFS for mail-storage (Was: Re: Compressing existing maildirs)
...stomer :-) Pros: Extremely simple to configure and manage. Assuming root on all nodes can ssh freely, and port 1191/tcp is open between the nodes, these are the commands to create the cluster, create a NSD (network shared disks), and create a filesystem: # echo hostname1:manager-quorum > NodeFile # "manager" means this node can be selected as filesystem manager # echo hostname2:manager-quorum >> NodeFile # "quorum" means this node has a vote in the quorum selection # echo hostname3:manager-quorum >> NodeFile # all my nodes are usually the same, so they al...
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...k then no hard disk) +# $5 - the cd drive image file (if blank then no cd drive) +# $6 - option arguments +configure_node () { + local nodename=$1 + local boot_device=$2 + local memory=$3 + local hdsize=$4 + local hdfile="" + local cdfile=$5 + local args=$6 + local nodefile=$WORKDIR/$nodename.xml + + if [ -z "${boot_device}" ]; then boot_device="hd"; fi + if [ -z "${memory}" ]; then memory="524288"; fi + + debug "configure_node ()" + for var in nodename boot_device memory hdsize hdfile cdfile args nodefile;...
2003 Dec 01
0
No subject
...d/init.d/smb stop ; /etc/rc.d/init.d/smb start [global] ; Uncomment this if you want a guest account ; guest account = nobody log file = /var/opt/samba-log.%m lock directory = /var/opt/samba/lock share modes = yes ;guest ok = yes [public] comment = Public Stuff path = /usr/scripts/nodefiles read only = no public = yes writable = yes printable = no Thanks to anyone who can assist me. Rick Drummond Technical Analyst, IM Prod Svc 972-516-6290 <<...OLE_Obj...>> Compaq Telecom Network Solutions 1255 West 15th Street Plano, TX 75075 Return-Path: <davec...