oracle vm add server ovs
[root@localhost ~]# ls
anaconda-ks.cfg Documents initial-setup-ks.cfg Music Public Videos
Desktop Downloads kiran Pictures Templates
[root@localhost ~]# cd kiran
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# chmod 777 *
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# ./createOracle.sh
Adding group 'oinstall' with gid '54323' ...
groupadd: group 'oinstall' already exists
Adding group 'dba'
groupadd: group 'dba' already exists
Adding user 'oracle' with user id '54322', initial login group 'dba', supplementary group 'oinstall' and home directory '/home/oracle' ...
User 'oracle' already exists ...
uid=54321(oracle) gid=54322(dba) groups=54322(dba),54321(oinstall)
Creating user 'oracle' succeeded ...
For security reasons, no default password was set for user 'oracle'. If you wish to login as the 'oracle' user, you will need to set a password for this account.
Verifying user 'oracle' OS prerequisites for Oracle VM Manager ...
oracle soft nofile 8192
oracle hard nofile 65536
oracle soft nproc 2048
oracle hard nproc 16384
oracle soft stack 10240
oracle hard stack 32768
oracle soft core unlimited
oracle hard core unlimited
Setting user 'oracle' OS limits for Oracle VM Manager ...
Altered file /etc/security/limits.conf
Original file backed up at /etc/security/limits.conf.orabackup
Verifying & setting of user limits succeeded ...
Changing '/u01' permission to 755 ...
Changing '/u01/app' permission to 755 ...
Changing '/u01/app/oracle' permission to 755 ...
Modifying iptables for OVM
Adding rules to enable access to:
7002 : Oracle VM Manager https
123 : NTP
10000 : Oracle VM Manager CLI Tool
Redirecting to /bin/systemctl status iptables.service
Redirecting to /bin/systemctl status iptables.service
Redirecting to /bin/systemctl restart iptables.service
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
Redirecting to /bin/systemctl restart iptables.service
Job for iptables.service failed because the control process exited with error code. See "systemctl status iptables.service" and "journalctl -xe" for details.
Rules added.
[root@localhost kiran]# service iptables status
Redirecting to /bin/systemctl status iptables.service
● iptables.service - IPv4 firewall with iptables
Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2019-11-02 07:03:19 IST; 33s ago
Process: 25051 ExecStop=/usr/libexec/iptables/iptables.init stop (code=exited, status=0/SUCCESS)
Process: 25081 ExecStart=/usr/libexec/iptables/iptables.init start (code=exited, status=1/FAILURE)
Main PID: 25081 (code=exited, status=1/FAILURE)
Nov 02 07:03:19 localhost.localdomain systemd[1]: Starting IPv4 firewall with...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: iptables: Applyin...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: Error occurred at...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: Try `iptables-res...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: [FAILED]
Nov 02 07:03:19 localhost.localdomain systemd[1]: iptables.service: main proc...
Nov 02 07:03:19 localhost.localdomain systemd[1]: Failed to start IPv4 firewa...
Nov 02 07:03:19 localhost.localdomain systemd[1]: Unit iptables.service enter...
Nov 02 07:03:19 localhost.localdomain systemd[1]: iptables.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost kiran]# service iptables start
Redirecting to /bin/systemctl start iptables.service
Job for iptables.service failed because the control process exited with error code. See "systemctl status iptables.service" and "journalctl -xe" for details.
[root@localhost kiran]#
[root@localhost kiran]# yum install iptables
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Nothing to do
[root@localhost kiran]# cd /home/kiran
[root@localhost kiran]# ls
Desktop Documents Downloads Music Pictures Public Templates Videos
[root@localhost kiran]# cd Downloads/
[root@localhost Downloads]# ls
[root@localhost Downloads]# cd ..
[root@localhost kiran]# yum install epel-release
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Package epel-release-7-12.noarch already installed and latest version
Nothing to do
[root@localhost kiran]# yum install iptables.services
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No package iptables.services available.
Error: Nothing to do
[root@localhost kiran]# yum install http://mirror.centos.org/centos/7/os/x86_64/Packages/iptables-1.4.21-33.el7.x86_64.rpm
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
iptables-1.4.21-33.el7.x86_64.rpm | 433 kB 00:00
Examining /var/tmp/yum-root-1KNEMR/iptables-1.4.21-33.el7.x86_64.rpm: iptables-1.4.21-33.el7.x86_64
/var/tmp/yum-root-1KNEMR/iptables-1.4.21-33.el7.x86_64.rpm: does not update installed package.
Error: Nothing to do
[root@localhost kiran]# cd /root/Desktop/
[root@localhost Desktop]# ls
[root@localhost Desktop]# cd ..
[root@localhost ~]# ls
anaconda-ks.cfg Documents initial-setup-ks.cfg Music Public Videos
Desktop Downloads kiran Pictures Templates
[root@localhost ~]# cd kiram
bash: cd: kiram: No such file or directory
[root@localhost ~]# cd kiran
[root@localhost kiran]# ./runInstaller.sh
Invalid mountpoint /root...
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# ./runInstaller.sh
Invalid mountpoint /root...
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# mv * /opt
[root@localhost kiran]# cd /opt/
[root@localhost opt]# ./runInstaller.sh
Oracle VM Manager Release 3.4.6 Installer
Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2019-11-02-071029.log
Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help
Select Number (1-4): 1
Verifying installation prerequisites ...
*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
Product component(s) found, please run runInstaller.sh with the uninstall option first ...
Configuration verification failed ...
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
[root@localhost opt]# ./runInstaller.sh
Oracle VM Manager Release 3.4.6 Installer
Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2019-11-02-071053.log
Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help
Select Number (1-4): 3
Begin uninstalling Oracle VM Manager:
1: Continue
2: Abort
Select Number (1-2): 1
Uninstall Oracle VM Manager
DB component : MySQL RPM package
MySQL RPM package installed by OVMM was found...
Removing MySQL RPM package installation ...
Product component : ovmcore-console RPM package
No ovmcore-console RPM Package installed ...
Product component : Java in '/u01/app/oracle/java/'
Java is installed ...
Removing Java installation ...
Product component : Oracle VM Manager in '/u01/app/oracle/ovm-manager-3/'
Oracle VM Manager is not installed
Product component : Oracle WebLogic Server in '/u01/app/oracle/Middleware/'
Oracle WebLogic Server is not installed
Uninstall completed ...
[root@localhost opt]# ./runInstaller.sh
Oracle VM Manager Release 3.4.6 Installer
Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2019-11-02-071209.log
Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help
Select Number (1-4): 1
Verifying installation prerequisites ...
*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
Starting production with local database installation ...
One password is used for all users created and used during the installation.
Enter a password for all logins used during the installation:
Enter a password for all logins used during the installation (confirm):
Please enter your fully qualified domain name, e.g. ovs123.us.oracle.com, (or IP address) of your management server for SSL certification generation, more than one IP address are detected: 192.168.0.105 192.168.122.1 [192.168.0.105]:
Verifying configuration ...
Start installing Oracle VM Manager:
1: Continue
2: Abort
Select Number (1-2): 1
Step 1 of 7 : Database Software ...
Installing Database Software...
Retrieving MySQL Database 5.6 ...
Unzipping MySQL RPM File ...
Installing MySQL 5.6 RPM package ...
Configuring MySQL Database 5.6 ...
Installing MySQL backup RPM package ...
Step 2 of 7 : Java ...
Installing Java ...
Step 3 of 7 : WebLogic and ADF ...
Retrieving Oracle WebLogic Server 12c and ADF ...
Installing Oracle WebLogic Server 12c and ADF ...
Applying patches to Weblogic ...
Applying patch to ADF ...
Step 4 of 7 : Oracle VM ...
Installing Oracle VM Manager Core ...
Retrieving Oracle VM Manager Application ...
Extracting Oracle VM Manager Application ...
Retrieving Oracle VM Manager Upgrade tool ...
Extracting Oracle VM Manager Upgrade tool ...
Installing Oracle VM Manager Upgrade tool ...
Retrieving Oracle VM Manager CLI tool ...
Extracting Oracle VM Manager CLI tool...
Installing Oracle VM Manager CLI tool ...
Installing Oracle VM Manager WLST Scripts ...
Step 5 of 7 : Domain creation ...
Creating domain ...
Step 6 of 7 : Oracle VM Tools ...
Retrieving Oracle VM Manager Shell & API ...
Extracting Oracle VM Manager Shell & API ...
Installing Oracle VM Manager Shell & API ...
Retrieving Oracle VM Manager Wsh tool ...
Extracting Oracle VM Manager Wsh tool ...
Installing Oracle VM Manager Wsh tool ...
Retrieving Oracle VM Manager Tools ...
Extracting Oracle VM Manager Tools ...
Installing Oracle VM Manager Tools ...
Retrieving ovmcore-console ...
Installing ovmcore-console RPM package ...
Copying Oracle VM Manager shell to '/usr/bin/ovm_shell.sh' ...
Installing ovm_admin.sh in '/u01/app/oracle/ovm-manager-3/bin' ...
Installing ovm_upgrade.sh in '/u01/app/oracle/ovm-manager-3/bin' ...
Step 7 of 7 : Start OVM Manager ...
Enabling Oracle VM Manager service ...
Shutting down Oracle VM Manager instance ...
[root@localhost opt]#
anaconda-ks.cfg Documents initial-setup-ks.cfg Music Public Videos
Desktop Downloads kiran Pictures Templates
[root@localhost ~]# cd kiran
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# chmod 777 *
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# ./createOracle.sh
Adding group 'oinstall' with gid '54323' ...
groupadd: group 'oinstall' already exists
Adding group 'dba'
groupadd: group 'dba' already exists
Adding user 'oracle' with user id '54322', initial login group 'dba', supplementary group 'oinstall' and home directory '/home/oracle' ...
User 'oracle' already exists ...
uid=54321(oracle) gid=54322(dba) groups=54322(dba),54321(oinstall)
Creating user 'oracle' succeeded ...
For security reasons, no default password was set for user 'oracle'. If you wish to login as the 'oracle' user, you will need to set a password for this account.
Verifying user 'oracle' OS prerequisites for Oracle VM Manager ...
oracle soft nofile 8192
oracle hard nofile 65536
oracle soft nproc 2048
oracle hard nproc 16384
oracle soft stack 10240
oracle hard stack 32768
oracle soft core unlimited
oracle hard core unlimited
Setting user 'oracle' OS limits for Oracle VM Manager ...
Altered file /etc/security/limits.conf
Original file backed up at /etc/security/limits.conf.orabackup
Verifying & setting of user limits succeeded ...
Changing '/u01' permission to 755 ...
Changing '/u01/app' permission to 755 ...
Changing '/u01/app/oracle' permission to 755 ...
Modifying iptables for OVM
Adding rules to enable access to:
7002 : Oracle VM Manager https
123 : NTP
10000 : Oracle VM Manager CLI Tool
Redirecting to /bin/systemctl status iptables.service
Redirecting to /bin/systemctl status iptables.service
Redirecting to /bin/systemctl restart iptables.service
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
Redirecting to /bin/systemctl restart iptables.service
Job for iptables.service failed because the control process exited with error code. See "systemctl status iptables.service" and "journalctl -xe" for details.
Rules added.
[root@localhost kiran]# service iptables status
Redirecting to /bin/systemctl status iptables.service
● iptables.service - IPv4 firewall with iptables
Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sat 2019-11-02 07:03:19 IST; 33s ago
Process: 25051 ExecStop=/usr/libexec/iptables/iptables.init stop (code=exited, status=0/SUCCESS)
Process: 25081 ExecStart=/usr/libexec/iptables/iptables.init start (code=exited, status=1/FAILURE)
Main PID: 25081 (code=exited, status=1/FAILURE)
Nov 02 07:03:19 localhost.localdomain systemd[1]: Starting IPv4 firewall with...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: iptables: Applyin...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: Error occurred at...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: Try `iptables-res...
Nov 02 07:03:19 localhost.localdomain iptables.init[25081]: [FAILED]
Nov 02 07:03:19 localhost.localdomain systemd[1]: iptables.service: main proc...
Nov 02 07:03:19 localhost.localdomain systemd[1]: Failed to start IPv4 firewa...
Nov 02 07:03:19 localhost.localdomain systemd[1]: Unit iptables.service enter...
Nov 02 07:03:19 localhost.localdomain systemd[1]: iptables.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@localhost kiran]# service iptables start
Redirecting to /bin/systemctl start iptables.service
Job for iptables.service failed because the control process exited with error code. See "systemctl status iptables.service" and "journalctl -xe" for details.
[root@localhost kiran]#
[root@localhost kiran]# yum install iptables
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Nothing to do
[root@localhost kiran]# cd /home/kiran
[root@localhost kiran]# ls
Desktop Documents Downloads Music Pictures Public Templates Videos
[root@localhost kiran]# cd Downloads/
[root@localhost Downloads]# ls
[root@localhost Downloads]# cd ..
[root@localhost kiran]# yum install epel-release
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Package epel-release-7-12.noarch already installed and latest version
Nothing to do
[root@localhost kiran]# yum install iptables.services
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
No package iptables.services available.
Error: Nothing to do
[root@localhost kiran]# yum install http://mirror.centos.org/centos/7/os/x86_64/Packages/iptables-1.4.21-33.el7.x86_64.rpm
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
iptables-1.4.21-33.el7.x86_64.rpm | 433 kB 00:00
Examining /var/tmp/yum-root-1KNEMR/iptables-1.4.21-33.el7.x86_64.rpm: iptables-1.4.21-33.el7.x86_64
/var/tmp/yum-root-1KNEMR/iptables-1.4.21-33.el7.x86_64.rpm: does not update installed package.
Error: Nothing to do
[root@localhost kiran]# cd /root/Desktop/
[root@localhost Desktop]# ls
[root@localhost Desktop]# cd ..
[root@localhost ~]# ls
anaconda-ks.cfg Documents initial-setup-ks.cfg Music Public Videos
Desktop Downloads kiran Pictures Templates
[root@localhost ~]# cd kiram
bash: cd: kiram: No such file or directory
[root@localhost ~]# cd kiran
[root@localhost kiran]# ./runInstaller.sh
Invalid mountpoint /root...
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# ./runInstaller.sh
Invalid mountpoint /root...
[root@localhost kiran]# ls
components oracle-validated.params OvmSDK_3.4.6.2265.zip sample.yml
createOracle.sh ovmm-installer.bsx runInstaller.sh TRANS.TBL
[root@localhost kiran]# mv * /opt
[root@localhost kiran]# cd /opt/
[root@localhost opt]# ./runInstaller.sh
Oracle VM Manager Release 3.4.6 Installer
Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2019-11-02-071029.log
Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help
Select Number (1-4): 1
Verifying installation prerequisites ...
*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
Product component(s) found, please run runInstaller.sh with the uninstall option first ...
Configuration verification failed ...
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
[root@localhost opt]# ./runInstaller.sh
Oracle VM Manager Release 3.4.6 Installer
Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2019-11-02-071053.log
Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help
Select Number (1-4): 3
Begin uninstalling Oracle VM Manager:
1: Continue
2: Abort
Select Number (1-2): 1
Uninstall Oracle VM Manager
DB component : MySQL RPM package
MySQL RPM package installed by OVMM was found...
Removing MySQL RPM package installation ...
Product component : ovmcore-console RPM package
No ovmcore-console RPM Package installed ...
Product component : Java in '/u01/app/oracle/java/'
Java is installed ...
Removing Java installation ...
Product component : Oracle VM Manager in '/u01/app/oracle/ovm-manager-3/'
Oracle VM Manager is not installed
Product component : Oracle WebLogic Server in '/u01/app/oracle/Middleware/'
Oracle WebLogic Server is not installed
Uninstall completed ...
[root@localhost opt]# ./runInstaller.sh
Oracle VM Manager Release 3.4.6 Installer
Oracle VM Manager Installer log file:
/var/log/ovmm/ovm-manager-3-install-2019-11-02-071209.log
Please select an installation type:
1: Install
2: Upgrade
3: Uninstall
4: Help
Select Number (1-4): 1
Verifying installation prerequisites ...
*** WARNING: Recommended memory for the Oracle VM Manager server installation using Local MySql DB is 7680 MB RAM
Starting production with local database installation ...
One password is used for all users created and used during the installation.
Enter a password for all logins used during the installation:
Enter a password for all logins used during the installation (confirm):
Please enter your fully qualified domain name, e.g. ovs123.us.oracle.com, (or IP address) of your management server for SSL certification generation, more than one IP address are detected: 192.168.0.105 192.168.122.1 [192.168.0.105]:
Verifying configuration ...
Start installing Oracle VM Manager:
1: Continue
2: Abort
Select Number (1-2): 1
Step 1 of 7 : Database Software ...
Installing Database Software...
Retrieving MySQL Database 5.6 ...
Unzipping MySQL RPM File ...
Installing MySQL 5.6 RPM package ...
Configuring MySQL Database 5.6 ...
Installing MySQL backup RPM package ...
Step 2 of 7 : Java ...
Installing Java ...
Step 3 of 7 : WebLogic and ADF ...
Retrieving Oracle WebLogic Server 12c and ADF ...
Installing Oracle WebLogic Server 12c and ADF ...
Applying patches to Weblogic ...
Applying patch to ADF ...
Step 4 of 7 : Oracle VM ...
Installing Oracle VM Manager Core ...
Retrieving Oracle VM Manager Application ...
Extracting Oracle VM Manager Application ...
Retrieving Oracle VM Manager Upgrade tool ...
Extracting Oracle VM Manager Upgrade tool ...
Installing Oracle VM Manager Upgrade tool ...
Retrieving Oracle VM Manager CLI tool ...
Extracting Oracle VM Manager CLI tool...
Installing Oracle VM Manager CLI tool ...
Installing Oracle VM Manager WLST Scripts ...
Step 5 of 7 : Domain creation ...
Creating domain ...
Step 6 of 7 : Oracle VM Tools ...
Retrieving Oracle VM Manager Shell & API ...
Extracting Oracle VM Manager Shell & API ...
Installing Oracle VM Manager Shell & API ...
Retrieving Oracle VM Manager Wsh tool ...
Extracting Oracle VM Manager Wsh tool ...
Installing Oracle VM Manager Wsh tool ...
Retrieving Oracle VM Manager Tools ...
Extracting Oracle VM Manager Tools ...
Installing Oracle VM Manager Tools ...
Retrieving ovmcore-console ...
Installing ovmcore-console RPM package ...
Copying Oracle VM Manager shell to '/usr/bin/ovm_shell.sh' ...
Installing ovm_admin.sh in '/u01/app/oracle/ovm-manager-3/bin' ...
Installing ovm_upgrade.sh in '/u01/app/oracle/ovm-manager-3/bin' ...
Step 7 of 7 : Start OVM Manager ...
Enabling Oracle VM Manager service ...
Shutting down Oracle VM Manager instance ...
[root@localhost opt]#
Server Name: localhost.localdomain
Host Name: localhost.localdomain
Status: Running
Processors: 1
Ethernet Ports: 1
Maintenance Mode: Off
Inbound Migration Locked: No
Ownership: Owned by You
Server Pool:
Roles: Utility, Vm
IP Address: 192.168.0.106
Processor Speed (GHz): 2.29
Memory (GiB): 2.0
Bond Port Count: 1
CPU Compatibility Group: Default_Intel_F6_M42 [Default_Intel_Family:6_Model:42]
Processor Type: x86-64b
Hypervisor Type: XEN
Up To Date: Yes
Version: 3.4.6-2105
NTP Servers: 192.168.0.105
Description:
Advanced
ID: 6a:14:4d:56:12:53:c8:23:50:bb:b8:49:aa:21:4a:a5
Manufacturer: VMware, Inc.
Serial Number: VMware-56 4d 14 6a 53 12 23 c8-50 bb b8 49 aa 21 4a a5
Product Name: VMware Virtual Platform
Processor Family: GenuineIntel
Processor Model: Intel(R) Core(TM) i5-2410M CPU @ 2.30GHz
Cache Size (KB): 3072
BIOS Version: 6.00
BIOS Release Date: 07/29/2019
Sockets Filled: 1
Manager UUID: 0004fb0000010000e16146ddc7c9d6c2
Server Abilities
Cluster: Yes
Nfs: Yes
iSCSI: Yes
FibreChannel: Yes
HighAvailability: Yes
VmSuspend: Yes
Per Vm CpuOverSubscribe: Yes
All Vm CpuOverSubscribe: Yes
Bondmode Active Backup: Yes
Bondmode Link Aggregation: Yes
Bondmode Load Balanced: Yes
Mtu Configuration: Yes
Local Storage Element: Yes
Vm Memory Alignment: 1048576
Vnc Console: Yes
Serial Console: Yes
Migration Setup: No
Hvm Max VNICs: 8
Server Package Update: Yes
PowerOn WOL: Yes
Repo On SharedDisk: Yes
Repo On LocalDisk: Yes
ClusterFs On PhysicalDisk: Yes
VmEmptyCdrom: Yes
Vm Restart Actions: Yes
Vm Live Storage Migration: Yes
Comments
Post a Comment