Operating System - HP-UX
1748054 Members
4872 Online
108758 Solutions
New Discussion юеВ

Re: make net recovery error

 
SOLVED
Go to solution
David Willams
Super Advisor

make net recovery error

# /opt/ignite/bin/make_net_recovery -s 16.118.114.120 -a 16.118.114.120:/ignite_data -x inc_entire=vg00
* Creating NFS mount directories for configuration files.
nfs mount: 16.118.114.120:/var/opt/ignite/clients: Permission denied
ERROR: Could not NFS mount directory /var/opt/ignite/clients on 16.118.114.120. If the OS on the 16.118.114.120 is 11.31 or later, the dfstab file on 16.118.114.120 should
contain the entry "share -F nfs -o anon=2 /var/opt/ignite/clients". Ensure that /var/opt/ignite/clients has been exported using the "shareall -F nfs" command.
Otherwise, the exports file on 16.118.114.120 should contain the entry "/var/opt/ignite/clients -anon=2". Ensure that /var/opt/ignite/clients has been exported using
the "exportfs -av" command.
ERROR: Failed mounting directory /var/opt/ignite/recovery/client_mnt:/No such file or directory (errno = 2)
ERROR: Failed to create NFS mount directories for configuration files.

======= 12/12/09 08:50:55 EST make_net_recovery completed unsuccessfully
[rx26-182]/
#

On the Ignite Server I have

# cat /etc/fstab
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand vxfs tranflush 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
share -F nfs -o anon=2 /var/opt/ignite/clients
[rx26-161]/
# cat /etc/exports
/var/opt/ignite/clients -anon=2
[rx26-161]/
9 REPLIES 9
Michael Steele_2
Honored Contributor
Solution

Re: make net recovery error

Hi

Comment out this line in /etc/fstab

#share -F nfs -o anon=2 /var/opt/ignite/clients
Support Fatherhood - Stop Family Law
sujit kumar singh
Honored Contributor

Re: make net recovery error

on the Ignite server do the following

vi /etc/dfs/dfstab
share -F nfs -o anon=2 /var/opt/ignite/clients
save and exit

also

chown -R bin:bin /var/opt/ignite/clients

then

exportfs -au
exportfs -a

regards
sujit
David Willams
Super Advisor

Re: make net recovery error

I did that still no luck...

And tried it from GUI.struck at the same point.

I have capured the error on a screen-shot and attached it.please help me, what I am missing
David Willams
Super Advisor

Re: make net recovery error

Were you gurus able to open my attachement
sujit kumar singh
Honored Contributor

Re: make net recovery error

on the ignite server 16.118.114.120

give the O./ps of the following commands

uname -a
if this is 11.31

cat /etc/dfs/dfstab
if not 11.31
cat /etc/exports

ll /var/opt/ignite/clients
bdf

what is 16.118.114.120:/ignite_data -- does this exist on the ignite server

regards
sujit
David Willams
Super Advisor

Re: make net recovery error

# uname -a
HP-UX rx26-161 B.11.31 U ia64 3206393905 unlimited-user license


[rx26-161]/
# cat /etc/dfs/dfstab
# place share(1M) commands here for automatic execution
# on entering init state 3.
#
# share [-F fstype] [ -o options] [-d ""]
# .e.g,
# share -F nfs -o rw=engineering -d "home dirs" /home
share -F nfs -o anon=2 /var/opt/ignite/clients


[rx26-161]/
#
[rx26-161]/
# ll /var/opt/ignite/clients
total 0
[rx26-161]/


# bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 308912 733944 30% /
/dev/vg00/lvol1 2064384 282352 1768216 14% /stand
/dev/vg00/lvol8 8388608 291568 8033888 4% /var
/dev/vg00/lvol7 8388608 2944488 5401704 35% /usr
/dev/vg00/lvol4 524288 21536 498960 4% /tmp
/dev/vg00/lvol6 8388608 3933512 4420352 47% /opt
/dev/vg00/lvol5 131072 5816 124288 4% /home
DevFS 3 3 0 100% /dev/deviceFileSystem
/dev/vg50/datavol 3588096 17969 3347001 1% /ignite_data
[rx26-161]/
#


16.118.114.120:/ignite_data is the Mount point on 16.118.114.120 where I would like the image to be captured.




Michael Steele_2
Honored Contributor

Re: make net recovery error

The name of your ignite server is rx26-161. Yes/no? From your ignite server you have to NFS export the archives file system for all ignite images. This is what you are backing up to.

From your ignite server -

# showmount -e (* verify that the file system /ignite_data is exported. If not, then "exportfs -av" and re-verify with showmount -e *)

From your client server -

# showmount -a (* verify the the NFS file systme rx26-161:/ignite_data is mounted. If not, them "mount -a" *)
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: make net recovery error

When finished, please remember to assign 0 to 10 points for each response and close the thread so people don't keep answering it years from now. (* yeppers, it happens *)
Support Fatherhood - Stop Family Law
David Willams
Super Advisor

Re: make net recovery error

.