10/21: Solaris > pkgchk
10/20: Solaris > Updates Table
10/20: LInux > man
10/17: Solaris > lsof
How to find PID listening particular Port on Linux/Solaris 10 Online Apps DBA: One Stop Shop for Apps DBA%u2019s
1. lsof doesnt work from non-global zone in solaris 10
2. Use -z option with lsof to list open files & processes with in non-global zone like lsof -z
1. lsof doesnt work from non-global zone in solaris 10
2. Use -z option with lsof to list open files & processes with in non-global zone like lsof -z
10/06: Linux > adding swap
Adding Swap Space
mkswap /dev/hdb2
swapon /dev/hdb2
then modify /etc/fstab
To check:
cat /proc/swaps or free or swapon -s
mkswap /dev/hdb2
swapon /dev/hdb2
then modify /etc/fstab
To check:
cat /proc/swaps or free or swapon -s