Searched refs:zones (Results 1 - 23 of 23) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tsol-zones/
H A DMakefile25 # Makefile for tsol-zones service
29 MANIFEST= tsol-zones.xml
30 SVCMETHOD= svc-tsol-zones
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dsvc-zonestat32 /usr/lib/zones/zonestatd -c
H A DMakefile31 ROOTCMDDIR = $(ROOTLIB)/zones
/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dpoststate.ksh50 altroot=$5 # unused at this time for s10 branded zones
55 echo "global:installed:/" > $zonepath/root/etc/zones/index
H A Ddetach.ksh59 cat /etc/zones/$ZONENAME.xml
69 cp /etc/zones/$ZONENAME.xml $ZONEPATH/SUNWdetached.xml
H A Dp2v.ksh337 # loopback service requires ipmgmtd in exclusive stack zones.
395 # Since zones can't be NFS servers, disable all of the instances of
442 # so any information about installed zones from the original system will
444 # zones that they might want to clean up by hand, but we'll leave the zonepaths
450 zoneconfig=$ZONEROOT/etc/zones
455 error "$e_badfile" "/etc/zones/index"
467 # Return if there are no installed zones to warn about.
548 v_rmzones=$(gettext "The following zones in this image will be unusable: %s")
566 safe_opt_dir /etc/zones
572 # Check for zones insid
[all...]
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dnet-loopback33 # In the global zone and exclusive-IP zones we proceed.
46 # Trusted Extensions shares the loopback interface with all zones
49 /sbin/ifconfig lo0 all-zones
50 /sbin/ifconfig lo0 inet6 all-zones
65 # Trusted Extensions shares the loopback interface with all zones
68 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v4
69 /sbin/ipadm set-addrprop -t -p zone=all-zones lo0/v6
/illumos-gate/usr/src/cmd/zoneadm/
H A Dsvc-resource-mgmt31 [ ! -f /etc/zones/global.xml ] && exit $SMF_EXIT_OK # No global zone
H A DMakefile27 MANIFEST= zones.xml resource-mgmt.xml
28 SVCMETHOD= svc-zones svc-resource-mgmt
H A Dsvc-zones29 # Return a list of running, non-global zones for which a shutdown via
30 # "/sbin/init 0" may work (typically only Solaris zones.)
54 egrep -vs '^#|^global:' /etc/zones/index || exit 0 # no local zones
57 # Boot the installed zones for which the "autoboot" zone property is
58 # set and invoke the sysboot hook for all other installed zones.
68 [ -z "$ZONES" ] && echo "Booting zones:\c"
92 egrep -vs '^#|^global:' /etc/zones/index || exit 0 # no local zones
93 [ "`zoneadm list`" = "global" ] && exit 0 # no zones runnin
[all...]
/illumos-gate/usr/src/cmd/tsol/
H A DMakefile35 zones \
44 tsol-zones \
/illumos-gate/usr/src/cmd/tsol/zones/
H A DMakefile31 ROOTLIBZONES= $(ROOTLIB)/zones
/illumos-gate/usr/src/cmd/Adm/
H A DMakefile29 ZI_SPECIAL= zones-index
43 ETCZONESD= $(ROOT)/etc/zones
/illumos-gate/usr/src/lib/libinstzones/
H A DMakefile.com39 zones.o
/illumos-gate/usr/src/cmd/zoneadmd/
H A DMakefile33 ROOTCMDDIR= $(ROOTLIB)/zones
/illumos-gate/usr/src/cmd/halt/
H A Dhalt.c468 * continue with the shutdown. Return non-zero if we need to wait for zones to
475 zoneid_t *zones; local
481 * Get a list of zones. If the number of zones changes in between the
490 zones = calloc(sizeof (zoneid_t), nz);
491 if (zones == NULL) {
493 gettext("%s: Could not halt zones"
498 (void) zone_list(zones, &nz);
501 free(zones);
508 (void) fprintf(stderr, gettext("%s: Halting %i zones
[all...]
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c241 static struct zone *zones; variable in typeref:struct:zone
242 static int nzones; /* number of zones */
567 for (j = i + 1; j < nzones && zones[j].z_name == NULL; ++j)
569 outzone(&zones[i], j - i);
724 * Associate sets of rules with zones.
778 zp = &zones[i];
788 zp = &zones[i];
796 zp = &zones[i];
1026 if (zones[i].z_name != NULL &&
1027 strcmp(zones[
[all...]
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c362 int zones = 0; local
385 zones = 1;
412 if (argc > optind || (projects > 0 && zones > 0))
/illumos-gate/usr/src/man/man5/
H A DMakefile130 zones.5 \
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c151 static zonetbl_t zone_tbl = {0, 0, NULL}; /* selected zones */
164 static list_t zones; /* list of zones */ variable
243 * prune results returned to non-global zones automatically, so
253 * Gather rss for all users in all zones. Treat the same
254 * uid in different zones as the same user.
259 /* Gather rss for all tasks in all zones */
264 * Gather rss for all projects in all zones. Treat the same
265 * projid in diffrent zones as the same project.
270 /* Gather rss for all zones */
[all...]
/illumos-gate/usr/src/cmd/tsol/labeld/
H A Dsvc-labeld84 /usr/sbin/svcadm enable -s svc:/system/tsol-zones:default
108 # For Trusted Extensions, make nscd service transient in local zones.
394 echo "$0: Must remove zones before enabling Trusted Extensions."
436 echo "$0: Must remove zones before disabling Trusted Extensions."
441 /usr/sbin/svcadm disable svc:/system/tsol-zones:default 2>/dev/null
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh27 # This script provides a simple GUI for managing labeled zones.
36 # -c create default zones
37 # -d destroy all zones; prompts for confirmation unless
44 # CREATEDEF - make default zones (non-interactive)
46 # DESTROYZONES - tear down all zones (non-interactive)
69 msg_defzones=$(gettext "Create default zones using default settings?")
70 msg_confirmkill=$(gettext "OK to destroy all zones?")
528 snapshot of one of the following halted zones:")
689 all-zones)
736 all-zones) zon
[all...]
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c28 * Module: zones.c
30 * Description: Provide "zones" interface for install consolidation code
39 * non-global native zones
41 * all non-global zones matching the list of zone brands passed in.
48 * z_lock_zones - lock specified zones
51 * z_non_global_zones_exist - Determine if any non-global native zones exist
55 * z_set_zone_root - Set root for zones library operations
56 * z_set_zone_spec - Set list of zones on which actions will be performed
59 * z_unlock_zones - unlock specified zones
60 * z_verify_zone_spec - Verify list of zones o
351 zoneList_t zones; local
[all...]

Completed in 144 milliseconds