Skip to content

Instantly share code, notes, and snippets.

@doc
Created August 14, 2015 20:21
Show Gist options
  • Save doc/d18c8ff2b7023f3a69c6 to your computer and use it in GitHub Desktop.
Save doc/d18c8ff2b7023f3a69c6 to your computer and use it in GitHub Desktop.
output of `vmadm get a9624fb9-4ce8-4a62-bc1e-3ad5fba5764d`
[root@a0-d3-c1-f7-02-d0 ~]# vmadm get a9624fb9-4ce8-4a62-bc1e-3ad5fba5764d
{
"zonename": "a9624fb9-4ce8-4a62-bc1e-3ad5fba5764d",
"autoboot": true,
"brand": "lx",
"limit_priv": "default",
"v": 1,
"create_timestamp": "2015-08-14T20:16:10.406Z",
"image_uuid": "a21a64a0-0809-11e5-a64f-ff80e8e8086f",
"cpu_shares": 100,
"max_lwps": 2000,
"max_msg_ids": 4096,
"max_sem_ids": 4096,
"max_shm_ids": 4096,
"max_shm_memory": 2048,
"zfs_io_priority": 100,
"max_physical_memory": 2048,
"max_locked_memory": 2048,
"max_swap": 2048,
"billing_id": "00000000-0000-0000-0000-000000000000",
"owner_uuid": "00000000-0000-0000-0000-000000000000",
"tmpfs": 2048,
"dns_domain": "local",
"kernel_version": "3.13.0",
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"alias": "lxtest",
"nics": [
{
"interface": "eth0",
"mac": "32:af:16:df:4a:64",
"nic_tag": "external",
"ip": "dhcp",
"primary": true
}
],
"state": "provisioning",
"transition_to": "running",
"transition_expire": 1439583670407,
"uuid": "a9624fb9-4ce8-4a62-bc1e-3ad5fba5764d",
"zone_state": "running",
"zonepath": "/zones/a9624fb9-4ce8-4a62-bc1e-3ad5fba5764d",
"zoneid": 7,
"last_modified": "2015-08-14T20:16:13.000Z",
"firewall_enabled": false,
"server_uuid": "36353430-3831-4d58-5134-323630325a5a",
"platform_buildstamp": "20150806T063417Z",
"boot_timestamp": "2015-08-14T20:16:13.000Z",
"pid": 18385,
"customer_metadata": {},
"internal_metadata": {},
"routes": {},
"tags": {},
"quota": 10,
"zfs_root_recsize": 131072,
"zfs_filesystem": "zones/a9624fb9-4ce8-4a62-bc1e-3ad5fba5764d",
"zpool": "zones",
"snapshots": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment