Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. mysql> select * from vm_instance where id = 2\G
  2. *************************** 1. row ***************************
  3. id: 2
  4. name: s-2-VM
  5. instance_name: s-2-VM
  6. state: Expunging
  7. vm_template_id: 1
  8. guest_os_id: 15
  9. private_mac_address: 06:35:92:00:00:05
  10. private_ip_address: 192.168.10.24
  11. private_netmask: NULL
  12. pod_id: 1
  13. data_center_id: 1
  14. host_id: NULL
  15. last_host_id: 1
  16. proxy_id: 1
  17. proxy_assign_time: 2011-07-12 20:07:00
  18. vnc_password: ac7e761b8983e95
  19. ha_enabled: 1
  20. update_count: 8
  21. update_time: 2011-07-19 13:40:59
  22. created: 2011-07-12 19:57:00
  23. removed: 2011-07-19 13:41:01
  24. type: SecondaryStorageVm
  25. account_id: 1
  26. domain_id: 1
  27. service_offering_id: 7
  28. reservation_id: NULL
  29. hypervisor_type: XenServer
  30. limit_cpu_use: 0
  31. vm_type: SecondaryStorageVm
  32. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement