07-27-2023 07:09 AM
is there comand line to attach iso to kvm on B series server? i am trying to attach iso to kvm with command line
07-31-2023 11:27 PM
connect host virtual-drive mount (device) local-mo (ISO_URL)
connect host virtual-drive mount 1 local-mo /path/to/ubuntu.iso
connect host virtual-drive show -detail
08-01-2023 05:11 AM
I'm not sure what the answer above is referring to but it sounds like you just need to configure a vMedia policy via CLI or use scriptable vmedia to mount a remote ISO on a NFS/CIFS/HTTPS share:
Using Scriptable vMedia with UCS Manager
vMedia Policy CLI Config:
08-09-2023 03:48 AM
connect nxos
scope vmedia-policy name (policy_name)
set remote-iso image-url (URL)
commit-buffer
exit
bash
connect nxos
scope vmedia-policy name vmedia_policy
set remote-iso image-url http://example.com/image.iso
commit-buffer
exit
08-09-2023 04:49 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide