1EUCA-BUNDLE-VOL(1) User Commands EUCA-BUNDLE-VOL(1)
2
3
4
6 euca-bundle-vol - Eucalyptus tool: Bundle the local filesystem of a
7 running instance as a bundled image.
8
10 Bundle the local filesystem of a running instance as a bundled image.
11
12 euca-bundle-vol -u, --user user -s, --size size_in_MB [-c, --cert
13 cert_path] [-k, --privatekey private_key_path] [-a, --all] [-e,
14 --exclude dir1, dir2,...dirN] [-p, --prefix prefix] [--[no-]inherit]
15 [-v, --volume volume_path] [--fstab fstab_path] [--generate-fstab]
16 [--kernel kernel_id] [--ramdisk ramdisk_id] [-B, --block-device-mapping
17 mapping] [-d, --destination destination_path] [--ec2cert ec2cert_path]
18 [-r, --arch target_architecture] [--batch] [--version]
19
20 REQUIRED PARAMETERS
21
22 -u, --user User ID (12-digit) of the user who is
23 bundling the image.
24
25 -s, --size Size for the image in MB (default: 10GB
26 or 10240MB).
27
28 OPTIONAL PARAMETERS
29
30 -c, --cert Path to the user's PEM encoded certifiā
31 cate.
32
33 -k, --privatekey Path to the user's PEM encoded private
34 key.
35
36 -a, --all Bundle all directories (including
37 mounted filesystems).
38
39 -p, --prefix The prefix for the bundle image files.
40 (default: image name).
41
42 --[no-]inherit Add (or do not add) instance metadata
43 to the bundled image. Inherit is set by default.
44
45 -e, --exclude comma-separated list of directories to
46 exclude.
47
48 --kernel The kernel to be associated with the
49 bundled image.
50
51 --ramdisk The ramdisk to be associated with the
52 bundled image.
53
54 -B, --block-device-mapping Default block device mapping for the
55 image (comma-separated list of key=value pairs).
56
57 -d, --destination Directory to store the bundled image in
58 (default: "/tmp"). Recommended.
59
60 --ec2cert The path to the Cloud's X509 public key
61 certificate.
62
63 -r, --arch Target architecture for the image
64 ('x86_64' or 'i386' default: 'x86_64').
65
66 -v, --volume Path to mounted volume to create the
67 bundle from (default: "/").
68
69 --fstab Path to the fstab to be bundled into
70 the image.
71
72 --generate-fstab Generate fstab to bundle into the
73 image.
74
75 --batch Run in batch mode (compatibility only.
76 has no effect).
77
78
79
80euca-bundle-vol Version: 1.2 (BSJDu)ly 2010 EUCA-BUNDLE-VOL(1)