Monthly Archives: February 2014

How to sync users and password between hosts on hacmp

AIX has a wonderful method to synchronize the users and their passwords or any files you need to sync them between HACMP Nodes. there is a command call “rdist”, this command used to transfer files between hosts and make them … Continue reading

uncompress files using jar command

you can uncompressed zipping files using java, specially “jar” command:   to do that , try the following :   /usr/java6/bin/jar -xvf /tmp/test.zip