Changes between Version 25 and Version 26 of Installation/Nodes
- Timestamp:
- Jul 26, 2011 6:05:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/Nodes
v25 v26 38 38 [jjh@boss ~/testbed/install]$ sudo ./setup_mfs -h 39 39 Usage: setup_mfs 40 No options will just do the setup phase 41 - d Download and extract the MFS40 The setup phase is always performed. Options not required 41 -g Get the MFS from web and extract 42 42 -f <filename> Use provided mfs tar.bz2 archive 43 43 }}} … … 46 46 47 47 {{{ 48 [jjh@boss ~/testbed/install]$ sudo ./setup_mfs -d 49 Fetching http://www.deterlab.net/~jjh/Deter%20OS%20Images/deter-mfs.tar.bz2 and extracting to /usr/testbed/tftpboot 48 [jjh@boss ~/testbed/install]$ sudo ./setup_mfs -g 49 50 ################################################################################ 51 # Fetching http://www.deterlab.net/~jjh/Deter%20OS%20Images/deter-mfs.tar.bz2 52 # Extracting to /usr/testbed/tftpboot 53 # 50 54 % Total % Received % Xferd Average Speed Time Time Time Current 51 55 Dload Upload Total Spent Left Speed 52 100 37.4M 100 37.4M 0 0 32 32k 0 0:00:11 0:00:11 --:--:-- 3350k56 100 37.4M 100 37.4M 0 0 3295k 0 0:00:11 0:00:11 --:--:-- 3287k 53 57 Please enter your MFS root password 54 58 Password: 55 59 Verifying - Password: 60 56 61 ################################################################################ 57 62 # Setting up MFS: /usr/testbed/tftpboot/freebsd/boot … … 69 74 kernel: 70 75 mfsroot: mfsroot.gz updated... 76 71 77 ################################################################################ 72 78 # Setting up MFS: /usr/testbed/tftpboot/freebsd.newnode/boot … … 85 91 mfsroot: mfsroot.gz updated... 86 92 acpi.ko: 93 87 94 ################################################################################ 88 95 # Setting up MFS: /usr/testbed/tftpboot/frisbee/boot … … 100 107 kernel: 101 108 mfsroot: mfsroot.gz updated... 102 [jjh@boss ~/testbed/install]$ 109 [jjh@boss ~/testbed/install]$ 103 110 }}} 104 111