Tags: guides

5 Useful Solaris Unix Administration Cheat Sheets

Solaris Send feedback »
When I started in UNIX, I really fancy cheat sheets, as they give quick reference to the most useful commands. They are helpful to both new and experienced administrators.Even the most experienced UNIX system administrators forget their commands, som… more »

HP-UX: Preparing for System Reboot / Shutdown

HP-UX Send feedback »
System administrators will often reboot their boxes because of certain need like patch installation and kernel parameter change. Below is a guide to properly shutdown and reboot the system.THE PRE-WORK1. Get important system information:Common Inform… more »

HP-UX LVM - Resizing Filesystem with Online JFS

HP-UX 1 feedback »
A quick guide to extend an LVM with a VXFS Filesystem.1. Verify OnLineJFS is installed# swlist -l product | grep -i vxfs# swlist -l product | grep -i onlineLook for OnlineJFS or AdvJournalFS2. It is a good practice to defrag the filesystem first bef… more »