The biggest innovation since the launch of ESXi…
The New vSphere: Essential Services for the Modern Hybrid Cloud
SDDC in pocket – virtualization, cloud, networking, storage, devops, cloudops
The New vSphere: Essential Services for the Modern Hybrid Cloud
Working from Home – Tips from a remote worker
Disclaimer *This post is unlike most posts published on the {code} blog* In these unprecedented times, it will be an adjustment for all of us to start working remotely over the course of the next few weeks. As someone who works remotely most of the time, I wanted to put together some tips that have The post Working from Home – Tips from a remote worker appeared first on VMware {code}.
VMware is uniquely positioned to help HR and IT teams quickly enable and support a remote workforce. In this webinar, hear best practices for designing and supporting remote-first strategies, scaling VDI environments, extending security policies beyond the firewall and more.
Large enterprises clearly trust Kubernetes, according to our most recent State of Kubernetes survey, and are using it for applications in production. And while there are barriers to adoption, they’re worth it for the productivity and resilience benefits that using Kubernetes yields. Among the key highlights from the new survey: 59 percent of large organizations The post Why Large Organizations Trust Kubernetes appeared first on Cloud Native Apps Blog.
Upgrade to 9.7 is little bit more complicated, because you need to upgrade (if you are using it) PostgreSQL.
Step-by-step guide
do a PostgreDB backup
yum install postgresql10-server
sudo systemctl stop postgresql-9.6.service && sudo systemctl stop postgresql-10.service
systemctl stop postgresql-9.6.service
su postgres
/usr/pgsql-10/bin/initdb -E UTF8 –locale=en_US.UTF-8 -D /var/lib/pgsql/10/data/
/usr/pgsql-10/bin/pg_upgrade –old-datadir /var/lib/pgsql/9.6/data/ –new-datadir /var/lib/pgsql/10/data/ –old-bindir /usr/pgsql-9.6/bin/ –new-bindir /usr/pgsql-10/bin/
change /var/lib/pgsql/10/data/pg_hba.conf same as /var/lib/pgsql/9.6/data/pg_hba.conf
# TYPE DATABASE USER ADDRESS METHOD
# “local” is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trust
# Allow replication connections from localhost, by a user with the
# replication privilege.
#local replication all trust
#host replication all 127.0.0.1/32 trust
#host replication all ::1/128 trust
host all all 0.0.0.0/0 md5
vi /var/lib/pgsql/10/data/postgresql.conf
listen_addresses = ‘*’
Disable PostgreSQL 9.6 and enable and start PostgreSQL 10
systemctl disable postgresql-9.6.service
systemctl enable postgresql-10.service
systemctl start postgresql-10.service
su postgres
./analyze_new_cluster.sh
./delete_old_cluster.sh
Remove old PostgreSQL service
yum remove postgresql96-server
su postgres
psql
#list DB’s
\l
Still in progress… not all HW is in the list.. for now just the CORE HW is in the list… and new homeDC building is being build ..
Networking:
Compute:
DELL R710
DELL R710
DELL R710
NUC1 – Test & Dev
VSAN ROBO:
ESX2 (whitebox)
ESX5
Storage:
NearStore
QNAP 653Pro
Networking:
Compute:
GOLEM – ESXi 6.5.0 – Build 10719125
Networking:
Compute:
ESX
Storage:
Synology DS210j