Troubleshooting with unpack command in WebLogic Infrastructure 12.2.1.3.0
WebLogic traditional method for extending the configured domain in the remote machine for managed servers is using pack and unpack methods. It was discussed earlier in the Middleware Admin  page and also in the blog post in the Weblogic 12c Essentials  blog.       Unpack.sh command ERRORS in WebLogic 12.2.1.3  =======================================   Issue #1: password option is depricated instead of it use walletDir option.    [wladmin@myremote.localdomain /u01/app/middle12213/oracle_common/common/bin]$ ./unpack.sh -user_name="weblogic" -password="welcome1" -template="/u01/software/best_domain.jar" -domain=/u01/domains/best_domain  Warning: Option "-password" is deprecated. Use "-walletDir" to specify wallet where pw is stored.  << read template from "/u01/software/best_domain.jar"  >>  succeed: read template from "/u01/software/best_domain.jar"  << find Security "best_domain" as obj0  ...