<data:blog.pageTitle/>

This Page

has moved to a new address:

https://vmvirtual.blog

Sorry for the inconvenience…

Redirection provided by Blogger to WordPress Migration Service
BIOLNX: giugno 2013

BIOLNX

lunedì 10 giugno 2013

Unable to connect to the MKS Error connecting to /bin/vmx process

For resolve the problem:

I logged  to esxi server via ssh
I find the  WorldNumber of virtual machine with thi command:


esxcli vm process list
 
 
And i have killed the vm with this command :
 
esxcli vm process kill --type=[soft,hard,force] --world-id=WorldNumber
 
 
 
 
 
 
 

mercoledì 5 giugno 2013

Hardware configuration ESXi form command line

For view HW configuration of my host esxi, from ssh shell start:

smbiosDump

lunedì 3 giugno 2013

rename volume group AIX

I need to rename appoggiovg volumegroup

root@paul:/#lsvg
hpsanvg
rootvg
oraexpvg
dati2vg
dati3vg
dati4vg
dati5vg
appoggiovg

Appoggiovg is create over hdisk7

I need:

varyoffvg appoggiovg
exportvg appoggiovg


root@paul:/#lspv
hdisk2          00c655c40fab3811                    rootvg          active
hdisk0          00c7662d78e1b21f                    hpsanvg         active
hdisk1          00c655c4d544cca6                    oraexpvg        active
hdisk3          00c655c444918136                    dati2vg         active
hdisk4          00c655c4db40e342                    dati3vg         active
hdisk5          00c655c428a07b90                    dati4vg         active
hdisk6          00c655c428a0de52                    dati5vg         active
hdisk7          00c655c4ae67c723                    None

root@paul:/#importvg -y dati6vg hdisk7


root@paul:/#lspv
hdisk2          00c655c40fab3811                    rootvg          active
hdisk0          00c7662d78e1b21f                    hpsanvg         active
hdisk1          00c655c4d544cca6                    oraexpvg        active
hdisk3          00c655c444918136                    dati2vg         active
hdisk4          00c655c4db40e342                    dati3vg         active
hdisk5          00c655c428a07b90                    dati4vg         active
hdisk6          00c655c428a0de52                    dati5vg         active
hdisk7          00c655c4ae67c723                    dati6vg         active