Right click on the machine
Power OFF Virtual machine.
Edit settings of VM
Compatibility ->Upgrade
Check the coredump path:
/var/lib/systemd/coredump/
Verify the output of below command is unlimited:
#ulimit -c
unlimited
1.Enable role "Server NFS " on windows server.
Add roles “File and Storage Services“ -> ‘Server for NFS’ role
2.Create a Folder in c:\ as "NFS1"
3.Right click on the folder and select properties ->NFS sharing ->Manage NFS sharing
Check "Share the folder"
Click "Permisions" -> give read-write permision for the "All Machines"
Error:
You will see the secondary replica is disconnected error as:
In this case go to SQL server and check the ERROR log and see the exact error:
Error Log location:
C:\Program Files\Microsoft SQL Server\<MSSQL15.MSSQLSERVER>\MSSQL\Log
I am able to see the error as :
the error log is located at
C:\Program Files\Microsoft SQL Server\MSSQL.
n\MSSQL\LOG\ERRORLOG
and ERRORLOG.
n files.
1. create a bash script in linux :
vi /data/1
*************************
#!/bin/bash
mkdir /data
echo "test file for ">orig
for i in {000..010}
do
yes| cp orig file$i
done
To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...