Sun Java System 7 Admin Password 변경
# cd <webserver_install_dir>/bin
# ./wadm reset-admin-password --user admin --host localhost --port 8800
Please enter admin-password> <new_password>
Please enter admin-password again> <new_password>
ex)
clickv1[/ofm/kybang/web7/bin] ls
binlog flexanlg jspc pk12util uninstall wdeploy wsimport
certutil htpasswd modutil schemagen wadm wsgen xjc
clickv1[/ofm/kybang/web7/bin] ./wadm reset-admin-password --user admin --host localhost --port 8989
Please enter admin-password>
Please enter admin-password again>
CLI201 Command 'reset-admin-password' ran successfully
iplanet 7 부터는 해당 인스턴스 [ADMIN_instance]config/keyfile 이란곳에 암호화 되어잇다
위에 명력어로 다시 셋팅하면 깔끔하게 비밀번호 리셋이 된다~~