Red Hat recommended SWAP to be no larger than 4Gb,
1) Show current swap
swapon -s
2) Unmount Swap
swapoff /dev/mapper/VolGroup00-LogVol01
3) Reduce from 54Gb to 4Gb (Each LV Extent is 32Mb)
lvreduce -l -1600 /dev/VolGroup00/LogVol01
4) Reformat swap
mkswap /dev/VolGroup00/LogVol01
5) Mount swap as defined in /etc/fstab
swapon -a
Subscribe to:
Comments (Atom)
Solaris 11.4 SRU 90 Name Service Checks
Solaris 11.4 SRU 90: Stricter Name Service Validation I recently upgrading to Solaris 11.4 SRU 90 and found a new service SMF service in a d...
-
When you install Solaris 11.3 or 11.4 from standard text installer cdrom, the en_GB-UTF-8 locales are not installed, even if you select Bri...
-
Been playing with ZFS dedupe for the last two weeks and just wanted to share my findings. Setup OpenSolaris build 131 Sun X4200, 2 x Du...
-
A customer had an iSCSI issue and was required to capture network packets at a specific time on a Windows 2008 server. I came up with simp...