Solaris is a Unix operating system originally developed by Sun Microsystems. Solaris is most advanced enterprise operating system. It delivers security, speed, and simplicity for enterprise

Data Center Consolidation

Data center consolidation is the process of reducing the volume of physical IT assets through highly efficient and scalable technologies. Organizations leverage data center consolidation to reduce operating costs.

Sunday, November 20, 2016

Useful Notes - Oracle Solaris

Oracle Solaris 11 Administration Oracle Solaris 11 includes state-of-the-art technologies designed to enhance ease of use and manageability, streamline consolidation, and expedite application deployment. Below are few quick reference for managing Oracle Solaris 11 systems related to these Oracle Solaris 11 topics Basic Operations for Oracle...

Friday, November 18, 2016

AIX Useful commands

Useful commandsMemorybootinfo –r    shows how much RAM does my machine has (as root)lsattr –E –l sys0 –a realmem   shows how much RAM does my machine have (as non root)rmss -c 512rmss -r        sets the memory size to 512 MBresets the memory size to the original oneDeviceslsattr  -El  en0    displays...

Regaining root's password

Regaining root's password  1) Boot from a cd-rom or a bootable Tape. 2) Press F5 or 5. 3) Select option 3 from installation and maintanance menu: Start maintanance menu for system recovery. 4) Follow the option to activate the root vg and obtain the shell. 5) Once a shell is available then run the passwd command to reset the...

AIX File Systems

# File Systems Types:JFS, EJFS, NFS, CD-ROM File systems# File Systems Structure:Superblock: It contains control information about file systems such as a) Size of the file systems b) Name of the file systems c) The System log device d) The version number e) The number of inodes f) List of free inodes and data-bocks g) Date and time of creation...

Determine 64 or 32 bit Unix Kernel and HW

Question: How to determine if I'm running 64 bit Unix Kernel ? Answer: User the following commands AIX getconf -a | grep KERN SOLARIS isainfo -vk HP-UX getconf KERNEL_BITS LINUX getconf LONG_BIT Question: How to determine if my Unix Hardware is 64 bit ? Answer: Use the following commands to determine the Hardware Architecture AIX bootinfo...

AIX Command Crib Sheet

AIX Command Crib Sheet ---------------------------------------------------------------------------- MISCELLENEOUS ---------------------------------------------------------------------------- oslevel Returns operating system level whence (program) Returns full path of program whereis (program) Returms...