N
Size: a a a
N
ДФ
АН
АН
i
i
# list coredump files
esxcli system coredump file list
# remove coredump file, use -F to remove an active one
esxcli system coredump file remove -F -f <path>
# add coredump file where <filename> is uppercase UCS UUID
# PS convert string to uppercase "string".ToUpper()
esxcli system coredump file add -d <datastore> -f <filename>
# set active coredump file
esxcli system coredump file set -p <path>
## Change scratch partition location. (reboot reason)
# create directory for scratch partition
ls -la /vmfs/volumes
mkdir -p /vmfs/volumes/datastore1/.locker-$(hostname)
# check current scratch partition
vim-cmd hostsvc/advopt/view ScratchConfig.ConfiguredScratchLocation
# set path to the new scratch partition
vim-cmd hostsvc/advopt/update ScratchConfig.ConfiguredScratchLocation string /vmfs/volumes/datastore1/.locker-$(hostname)
MD
i
MD
АН
М
VK
М
М
М
A