You can determine various system configuration parameters with a few commands:
- HP XC System Software Version
Use the following command to display the version of the HP XC System Software:
- Kernel Version
Use the following command to display the version of the kernel:
uname -r
cat /proc/version |
- RPMs
Use the following command to display the RPMs:
- Memory
Use the following command to display the amount of free and used memory in megabytes:
- Disk Partitions
Use the following command to display the disk partitions and their sizes:
- Swap
Use the following command to display the swap usage summary by device:
- Cache
Use the following commands to display the cache information; this is not available on all systems.
cat /proc/pal/cpu0/cache_info
cat /proc/pal/cpu1/cache_info |