Skip to content

Instantly share code, notes, and snippets.

@trentster
Created January 7, 2013 07:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentster/4473059 to your computer and use it in GitHub Desktop.
Save trentster/4473059 to your computer and use it in GitHub Desktop.
[root@smartosn4 ~]# vmadm get 8dc9a6ac-e2a7-4a32-87c3-75a56688e5a2
{
"zonename": "8dc9a6ac-e2a7-4a32-87c3-75a56688e5a2",
"zonepath": "/zones/8dc9a6ac-e2a7-4a32-87c3-75a56688e5a2",
"autoboot": true,
"brand": "joyent",
"limit_priv": "default",
"create_timestamp": "2013-01-07T01:00:17.865Z",
"image_uuid": "fdea06b0-3f24-11e2-ac50-0b645575ce9d",
"cpu_shares": 1024,
"zfs_io_priority": 100,
"max_lwps": 2000,
"max_physical_memory": 1024,
"max_locked_memory": 1024,
"cpu_cap": 100,
"billing_id": "00000000-0000-0000-0000-000000000000",
"owner_uuid": "00000000-0000-0000-0000-000000000000",
"tmpfs": 1024,
"dns_domain": "local",
"resolvers": [
"10.1.1.1"
],
"alias": "RT",
"max_swap": 2048,
"nics": [
{
"interface": "net0",
"mac": "d2:a8:5a:43:f5:66",
"nic_tag": "admin",
"gateway": "10.1.1.1",
"primary": true,
"ip": "10.1.1.87",
"netmask": "255.255.255.0"
}
],
"uuid": "8dc9a6ac-e2a7-4a32-87c3-75a56688e5a2",
"last_modified": "2013-01-07T06:02:55.000Z",
"server_uuid": "803ea31d-d21d-b211-8000-78acc0f798c9",
"zoneid": 60,
"zone_state": "running",
"state": "running",
"quota": 10,
"zfs_root_compression": "on",
"zfs_root_recsize": 131072,
"zfs_filesystem": "zones/8dc9a6ac-e2a7-4a32-87c3-75a56688e5a2",
"zpool": "zones",
"customer_metadata": {
"admin_pw": "muntuman",
"root_pw": "muntuman"
},
"internal_metadata": {},
"tags": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment