IBM C v5.0 Quick configuration
Copy the NODELOCK item in /usr/vac/cForaix_n.lic into the / var / ifor / nodelock file.
-------------------------------------------------- -----------------------
How does AIX automatically logOut users
Some users are idle after logging in, and it is possible to lead to security issues. Open / etc / profile
TMOUT comments will automatically arrive at the set time, logout users. For example: export tmout = 120, then the user does not hit the key for two minutes, will automatically logOut.
-------------------------------------------------- -----------------------
How to back up bare equipment
Mrsysb and Savevgs in AIX only back up MOUNT file systems. If you want to back up naked devices, you can select the DD command to copy the contents of the content in the bare device. The relatively perfect method is to choose mature software, such as IBM sysback or STORIX Backup Administrator for Aix (this software can be downloaded from http://www.storix.net)
-------------------------------------------------- -----------------------
How to print the screen under XWindows in AIX
First use the XWD command DUMP an XWINDOWS screen, then output it to the printer with XPR.
-------------------------------------------------- -----------------------
How to achieve a tape copy between two UNIX
Execute the following command to use the network to copy TAR CVFBX -. | Compress | rsh aixmachine "uncompress | DD OF = / DEV / RMT0 OBS = 20B" Note: Two Unix network settings should allow RSH to work properly!
-------------------------------------------------- -----------------------
Convert MAN files into ordinary text files
The correct way to convert the Man file to a text file is: $ man Ls | col -b> man.txt
-------------------------------------------------- -----------------------
How to send an email notification administrator when the print queue fails
#! / bin / ksh err_q = "*** warning - printer queue" Enq -aw | While Read Queue Device Status do if [$ status = "Down"] Then Err_Q = "$ {Err_Q} $ {queue}" Fi Done Echo "$ {Err_Q} IS DOWN ***" | Mail Operator
-------------------------------------------------- -----------------------
How do I put the printer settings on a RS / 6000 not moved to another?