How can I determine the CPU Speed / Processors / Machine Serial Number in AIX server?

bash-3.00# prtconf System Model: IBM,9133-55AMachine Serial Number: 02346C5HProcessor Type: PowerPC_POWER5Number Of Processors: 4Processor Clock Speed: 1648 MHzCPU Type: 64-bitKernel Type: 64-bitLPAR Info: 1 06-86C6HMemory Size: 15936 MBGood Memory Size: 15936 MBPlatform Firmware level: Not AvailableFirmware Version: IBM,SF240_338Console Login: enableAuto Restart: trueFull Core: false Network Information Host Name: gmacaix1 IP Address: 10.10.10.1 Sub Netmask: 255.255.255.0 Gateway:

How can I determine the CPU Speed / Processors / Machine Serial Number in AIX server? Read More »

Prevent root and system from owning all system filesystems and files in Unix

Traditionally, UNIX has come with a default set of system user accounts to  prevent root and system from owning all system filesystems and files. As such it  is never recommended to remove the account but rather set an asterick in the /etc/security/passwd for all except root. This document describes the default  set of user accounts.

Prevent root and system from owning all system filesystems and files in Unix Read More »

Linux Setfacl and getfacl setup and mount file system with acl

Mount filesystem with acl option $ mount -o remount,acl /oracle $ mount /dev/mapper/VG0-LV1 on / type ext3 (rw)none on /proc type proc (rw)none on /sys type sysfs (rw)none on /dev/pts type devpts (rw,gid=5,mode=620)usbfs on /proc/bus/usb type usbfs (rw)/dev/sda1 on /boot type ext3 (rw)none on /dev/shm type tmpfs (rw)/dev/mapper/VG0-LV4 on /dump type ext3 (rw)/dev/mapper/VG0-LV2 on /oracle

Linux Setfacl and getfacl setup and mount file system with acl Read More »

Scroll to Top