1.prepare the proposal files to nv FAE,included the product info ,TDP info,Market info 2.kiff off meetting 3.access the nvqual tools and GPU spec 4.complete the test with nvqual tool(Thermal ,EDPp,Bandwigth,P2P) 5.prepare the test report(system image,test data) 6.PASS 7.HCL reflash ,one Quater
KVM:NFS Permission denied
A NFS storage is configured for saving the VM disks.When start the VM on the hosts, the terminal promote an error that no permitttion to access the NFS storage.The error seems like this: “internal error Process exited while reading console log output: char device redirected to /dev/pts/4 qemu-kvm: -drive file=/var/lib/libvirt/images/nfs/CentOS-7.6.qcow2,format=qcow2: could not open disk image … Continue reading “KVM:NFS Permission denied”
RedFish API usage
What is the Redfish API? Redfish is a management standard using a data model representation inside of a hypermedia RESTful interface. The model is expressed in terms of standard, machine-readable Schema, with the payload of the messages being expressed in JSON. The protocol itself leverages OData v4. Since it is a hypermedia API, it is … Continue reading “RedFish API usage”
linux kvm storage
The directory /var/lib/libvirt/images usually is for the kvm storage, but its capability is a limitation and cannot meet the requirement of vms. There are two ways to fix the disk capability problem.One is increase the capability of the directory /var ,before installation or adjusting it after installation. The other way is redirect the kvm storage destination … Continue reading “linux kvm storage”
save local.sh under esxi
#vi /etc/rc.local.d/local.sh ___________________________________ #!/bin/sh # local configuration options # Note: modify at your own risk! If you do/use anything in this # script that is not part of a stable API (relying on files to be in # specific places, specific tools, specific output, etc) there is a # possibility you will end up with … Continue reading “save local.sh under esxi”