Ahsay Known Issue:
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'on IBM AIX machine (3126)
Product Version:
AhsayOBM: Pre-7.3.2.0
OS: IBM AIX Unix v5.2 or above
Problem Description:
When performing a backup job on an IBM AIX machine the following messages are displayed:
Using APP_HOME: : /usr/local/obm
Using BACKUP_SET : AIX-Files
Using BACKUP_TYPE : FILE
Using SETTING_HOME :
Using DELTA_MODE :
Using DEBUG_MODE : NO-DEBUG
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[2014/06/11 11:42:14] Start [ AIX 6.3 (AIX Server), AhsayOBM 6.17.0.2 ]
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[2014/06/11 11:42:16] Using Temporary Directory /backuptemp
[2014/06/11 11:42:16] Start running pre-commands
[2014/06/11 11:42:16] Finished running pre-commands
[2014/06/11 11:42:16] Downloading server file list ...
[2014/06/11 11:48:25] Downloading server file list ... Completed
[2014/06/11 11:48:26] Reading backup source from hard disk ...
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
[NixUtil.getInstance] DefaultUtil is now being used instead because NixUtil is not supported on os.name='AIX' os.arch='ppc'
Cause:
The message suggests the "com.ahsay.afc.util.nix.DefaultUtil.force" parameter in the afc.opt file on the IBM AIX machine has not been configured properly.
Resolution:
1. Login to the IBM AIX machine as root
2. cd /usr/local/obm
3. vi afc.opt
4. Add the following parameter
afc.opt
....
com.ahsay.afc.util.nix.DefaultUtil.force=true
com.ahsay.afc.util.nix.NixUtil.debug=
....
Comments
0 comments
Article is closed for comments.