How 2 Know
If you can't Google it, You Can Knowing it.

February, 2014Archive for

How to sync users and password between hosts on hacmp

Sunday, February 23rd, 2014

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 synced.

Continue Reading…

uncompress files using jar command

Sunday, February 23rd, 2014

you can uncompressed zipping files using java, specially “jar” command:

 

to do that , try the following :

 

/usr/java6/bin/jar -xvf /tmp/test.zip