Please enter search query.
Search <book_title>...
Veritas NetBackup™ Flex Scale Release Notes
Last Published:
2024-07-25
Product(s):
Appliances (3.2)
Platform: NetBackup Flex Scale OS
- Getting help
- Features, enhancements, and changes
- What's new in this release
- What's new in this release
- Limitations
- Known issues
- Cluster configuration issues
- Disaster recovery issues
- Miscellaneous issues
- NetBackup issues
- Networking issues
- Node and disk management issues
- Security and authentication issues
- Upgrade issues
- UI issues
- Cluster configuration issues
- Fixed issues
Unable to generate kernel crash
After a Gen10/Gen11 physical cluster is configured, the kernel crash does not get generated.
(APPSOL-180671)
Workaround:
For Gen-10 platform:
Update
/etc/kdump.conf
file to remove "=" from line (on each node)extra_modules = overlay ext4 xfs
Set the kernel kdump to 2G (on each node)
grubby --update-kernel=ALL --args="crashkernel=512M-2G:64M,2G-:2G"
reboot
For Gen-11 platform
Update
/etc/kdump.conf
file to remove "=" from line (on each node)extra_modules = overlay ext4 xfs