Hi Juan,
It looks like the problem is that the portmap service is not running on your module. I've seen this before, it typically happens if the file /etc/sysconfig/network is missing. I think the following steps will get you around this:
1. Connect to the console shell of your application.
2. Run the following commands:
echo "NETWORKING=yes" > /etc/sysconfig/network
service portmap start
unfsd
Hope this helps, please let us know if you need additional help.
-Carl
Hi.
Firstly I have to tell you I´m newbie about packing apps to be used in AXP module.
I´m trying to enable nfs server service in AXP module. I followed steps from knoledgebase "Virtual Instance File Sharing in AXP" pdf file. Packing procedure (with pkg_build.sh script) showed me the following error, but nfsd package was created:
.
.
Preparing package manifest...
Processing manifest file information...
Error: exiting (102 main /source/sdk/axp-sdk.1.6.1/lib/pkg/scripts/utils/files_notin_compfilelist.sh)
Invoking core SLIM packaging utilities...
.
.
.
Well I have imported this nfsd package, it didn´t showd any errors, but when I try to start unfsd daemon, is showed the following error:
console-3.2# unfsd
Cannot register service: RPC: Unable to receive; errno = Connection refused
unable to register (NFS3_PROGRAM, NFS_V3, udp).
console-3.2#
Can you help me to troubleshoot what´s happening?
Thanks in advance.