1751685 Members
5505 Online
108781 Solutions
New Discussion юеВ

Re: Ignite

 
SOLVED
Go to solution
ronn48
Advisor

Ignite

Howdy guys!!

 

I'm trying to ignite one blade to another using make_net_recovery.

 

Servers, prdapp02 ignited to prdapp03.  Have the directory made on 03, /var/opt/ignite/recovery/archives/prdapp02.

 

dfstab on 03, share -F nfs -o anon=2 /var/opt/ignite/recovery/archives/prdapp02

 

ran the shareall -F nfs command

 

On 02, ran make_net_recovery -v -s prdapp03 -a prdapp03:/var/opt/ignite/recovery/archives/prdapp02

 

It fails, saying that it could not mount the nfs filesystem.

 

Is there something I'm missed that's obvious?

 

thanks!!!!

4 REPLIES 4
Arunabha Banerjee
Valued Contributor
Solution

Re: Ignite

On prdapp03:

 

# mkdir -p /var/opt/ignite/recovery/archives/prdapp02
# chown bin:bin /var/opt/ignite/recovery/archives/prdapp02

 

If HP-UX 11i v2:

 

# vi /etc/exports
Add the following entries
/var/opt/ignite/clients -anon=2
/var/opt/ignite/recovery/archives/prdapp02 -anon=2,access=prdapp02
Save & Quit
# exportfs -av

 

If HP-UX 11i v3:

 

# vi /etc/dfs/dfstab
Add the following entries
share -F nfs -o ro /opt/ignite/data
share -F nfs -o ro /var/opt/ignite/data
share -F nfs -o anon=2 /var/opt/ignite/clients
share -F nfs -o anon=2 /var/opt/ignite/scripts
share -F nfs -o sec=sys,anon=2,rw=prdapp02 /var/opt/ignite/recovery/archives/prdapp02
Save & Quit
# shareall

 

Please share the output of the below command:

 

# showmount -e

 

Add Ignite client entry to /etc/hosts (prdapp03)
X.X.X.X  prdapp02

 

Add Ignite Server entry to /etc/hosts (prdapp02)
X.X.X.X  prdapp03

 

Run the below command from client (prdapp02)

 

# /opt/ignite/bin/make_net_recovery -Av -s prdapp03

 

AB
ronn48
Advisor

Re: Ignite

Thanks for the response!! 

 

I edited the files as you have shown, but when I run the 'showmount -e', I get:

 

root@prdapp03 / =#showmount -e
showmount: prdapp03: RPC: Program not registered

 

The ignite still does not run.

 

anything else I can try?

ronn48
Advisor

Re: Ignite

Ok!! Got it figured out.  Had to start the NFS Server.

 

Thanks for your help!!  As soon as I figure out the new forums procedure, rewards will be forthcoming!

Pete Randall
Outstanding Contributor

Re: Ignite

Simply click on the kudos star!


Pete