Aix

AIX: How can I unmount /usr to run fsck on it?

In order to fsck /usr, it has to be unmounted. But /usr cannot be unmounted because /bin is symbolically linked to /usr/bin. Also /etc/fsck is symbolically linked to /usr/sbin/fsck. To work around this, when you boot from the boot/maintenance diskettes and enter maintenance mode, enter “getrootfs hdisk0 sh” instead of “getrootfs hdisk0” where hdisk0 is …

AIX: How can I unmount /usr to run fsck on it? Read More »

How to fsck the root filesystem in aix

You can run fsck either in maintenance mode or on mounted filesystems. Try this: 1. boot from CD or tape 2. select maintenance mode 3. type /etc/continue hdisk0 exit (replace hdisk0 with boot disk if not hdisk0) 4. fsck /dev/hd4 Original post blogged on b2evolution.

How do I get rid of the verbose error messages?

Many of the messages from the Unix commands are available in different languages. This is controlled by the LANG environment variable, the default being En_US meaning English in the US. All the default messages have a message number associated with them, e.g.: $ cat no-such-file cat: 0652-050 Cannot open no-such-file. If you prefer the terser …

How do I get rid of the verbose error messages? Read More »

What is the Object Database in AIX?

AIX stores most of the system management information in /etc/objrepos, /usr/lib/objrepos, and /usr/share/lib/objrepos. Files (also referred to as system object classes) in these directories are adminstered by the Object Database Manager, ODM, which is a set of library routines and programs providing basic object oriented database facilities. Under most circumstances, only SMIT or the commands …

What is the Object Database in AIX? Read More »

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 »

Scroll to Top