Searched refs:zbe (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris/zone/
H A Duninstall.ksh134 zbe=$(basename "$fs")
140 a_push belist "$zbe"
151 a_push belist "$zbe"
H A Dcommon.ksh237 # claim_zbe zone zbe
239 # If the zbe belongs to the existing gzbe or the zbe was extracted from an
240 # archive and has not yet been attached, set it as the active zbe. Otherwise,
241 # clone it and set the clone to the active zbe.
251 typeset zbe=$2
254 init_dataset dss "${zone.ROOT_ds}/$zbe" || return 1
262 mount_active_be -b "$zbe" zone
267 clone_zbe zone "$zbe"
272 # clone_zbe [-u] zone zbe
[all...]
H A Dattach.ksh33 m_usage=$(gettext "Usage:\n\t attach [-uv] [-a archive | -d directory | -z zbe] [-c profile.xml | dir]\n\n\t-u\tUpdate the software in the attached zone boot environment to\n\t\tmatch the sofware in the global zone boot environment.\n\t-v\tVerbose.\n\t-c\tUpdate the zone configuration with the sysconfig profile\n\t\tspecified in the given file or directory.\n\t-a\tExtract the specified archive into the zone then attach the\n\t\tactive boot environment found in the archive. The archive\n\t\tmay be a zfs, cpio, or tar archive. It may be compressed with\n\t\tgzip or bzip2.\n\t-d\tCopy the specified directory into a new zone boot environment\n\t\tthen attach the zone boot environment.\n\t-z\tAttach the specified zone boot environment.")
39 f_multiple_extractions=$(gettext "Zone already has one or more extracted zone boot environments.\nUse 'zoneadm -z <zone> attach -z <zbe>' to attach an existing zbe.\n")
123 # we won't be able to automatically select which zbe to set as the active
124 # zbe. In such a case, discover_active_be() will suggest the use of this
127 set -A ATTACH_Z_COMMAND zoneadm -z "${zone.name}" attach -z "<zbe>"
176 z) inst_type=zbe
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh194 # single boot environment, which is named zbe-0.
206 zone.active_ds="${zone.ROOT_ds}/zbe-0"
224 if [[ $be != "zbe-0" ]]; then
225 fail_internal "Active BE being set to %s, not zbe-0" "$be"
454 "${zone.ROOT_ds}/zbe-0"; then
455 error "$e_s10_be_in_use" "zbe-0"
458 elif /usr/sbin/zfs list -H -o name ${zone.ROOT_ds}/zbe-0 \
460 # Otherwise, if zbe-0 exists, use it
461 vlog "Activating default boot environment zbe-0"
480 if ! zfs rename "$candidate" "${zone.ROOT_ds}/zbe
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh187 if [[ "$sr_snap" == ~(Elr)(zbe-[0-9][0-9]*) ]]; then
188 sr_snap="zbe-$snap_rename_zbe_i"
218 # multiple BEs (in which case we have snapshots named "zbe-XXX"),
675 vlog "Destroying zbe: %s" "$be"
H A Dcommon.ksh605 # -r If specified, only create rpool, not ROOT, export or zbe
679 be_prefix=zbe
1601 be_prefix=zbe
1762 # Fix mountpoint .../zbe-0/var -> /var
1832 elif [[ $inst_type == zbe ]]; then
1855 # zoneadm -z <zone> attach -z <zbe>
1883 # sophisticated zbe management needs.
1893 # Returns 0 if all went well and at least one zbe exists, else 1.
1946 # look like a detached zbe. Because the currently configured

Completed in 31 milliseconds