Operating System - HP-UX
1753524 Members
5282 Online
108795 Solutions
New Discussion

Recovery with Make_boot_tape

 
MR VILLOT   MR MONTAGNE
Frequent Advisor

Recovery with Make_boot_tape

Hi,

I try to restore from Ignite Server an image (creating with make_net_recovery) by using "make_boot_tape" tape. All is OK but when Ignite server tries to mount :
"/sbin/fs/nfs/mount -oro IP_ignite_server:/var/opt/ignite/recovery/archives/admin to /tmp/ign_configure/archive_nfs"
I get : Permission denied

exportfs -v :
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/admin -anon=2,access=admin
/u01/Ignite/archives/admin -anon=2,access=admin

I did symbolic link for archives :
lrwxrwxr-x 1 root sys 20 Mar 19 10:10 archives -> /u01/Ignite/archives
ll /u01/Ignite/archives
drwxr-xr-x 2 bin bin 96 Mar 22 08:55 admin

#showmount -e
export list for ignite_server:
/var/opt/ignite/clients (everyone)
/var/opt/ignite/recovery/archives/admin admin
/u01/Ignite/archives/admin admin

# more /etc/fstab
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg01/lvol1 /u01 vxfs largefiles,nodatainlog,delaylog 0 2

I don't undestand why it is not possible to mount via NFS this file system.

Can anybody help me ?

Thanks
Laurent
1 REPLY 1
Steve Steel
Honored Contributor

Re: Recovery with Make_boot_tape

Hi

You define a mont point in the .cfg file.

Probably not same as one you are trying.


Check for exportfs as ro for this directory

Check ignite version and patches


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)