| 1 | = OpenISR - The Internet Suspend/Resume® (ISR) project = |
| 2 | == Installation == |
| 3 | rider@cloud:~$ wget -O- !http://isr.cmu.edu/software/isr-signing-key | sudo apt-key add - [[BR]] |
| 4 | rider@cloud:~$ sudo echo "deb-src !http://isr.cmu.edu/ubuntu intrepid/" >> /etc/apt/sources.list [[BR]] |
| 5 | rider@cloud:~$ sudo apt-get update [[BR]] |
| 6 | rider@cloud:~$ sudo apt-get install openisr-server [[BR]] |
| 7 | |
| 8 | == !UsageNote == |
| 9 | '''# 使用說明.''' [[BR]] |
| 10 | rider@cloud:~$ isr_admin -hh [[BR]] |
| 11 | '''# 建立新使用者.''' [[BR]] |
| 12 | rider@cloud:~$ sudo isr_admin adduser -u gtd [[BR]] |
| 13 | '''# Create empty parcel debian, with 512 MB memory image and 8 GB disk, using XEN as the VMM, in /var/lib/openisr/server for existing user GTD.''' [[BR]] |
| 14 | rider@cloud:~$ sudo isr_admin makeparcel -u gtd -p debian -m 512 -s 8G -M xen [[BR]] |
| 15 | {{{ |
| 16 | Generating chunk directories... |
| 17 | Generating keyring and memory image... |
| 18 | Encrypting metadata... |
| 19 | Finishing... |
| 20 | Success: Added gtd/debian |
| 21 | }}} |