I'm using Legato networker 7.4 sp3 and i wanted to backup our solaris server when i start the backup i received the following error: 1 retry attempted ksh: savefs: not found
As there is no GUI you must use the command line:
- make sure the client service (nsrexecd) is running
- then run "save <files or directory to be saved>"
Function 'iconv_open' failed for UTF-8 to ANSI conversion. The function may be unable to determine the current locale. Verify appropriate values in environment variables LC_MESSAGES, LC_ALL and LANG.
This obviously is due to the locale settings of your Solaris OS. It might result in a false filename processing but this is a secondary issue right now.
i tried to reboot the server and then run save, but i received: Function 'iconv_open' failed for UTF-8 to ANSI conversion. The function may be unable to determine the current locale. Verify appropriate values in environment variables LC_MESSAGES, LC_ALL and LANG.
You have to install the UTF-8 support on your solaris box.
The package is referenced as iconv.
You will get the full name of the package if you deinstall the networkersoftware and reinstall it.
The install process shows you the missing iconv package.
Its located on your solaris installation cd or dvd.
You can install it with pkgadd -d /path_to_package/Name_of_Package
After a reboot you should be able to backup your solaris box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.