Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2011 04:16 AM
08-09-2011 04:16 AM
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!!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2011 10:31 AM - edited 08-09-2011 10:32 AM
08-09-2011 10:31 AM - edited 08-09-2011 10:32 AM
SolutionOn 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
- Tags:
- showmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2011 11:42 PM
08-09-2011 11:42 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2011 12:17 AM
08-10-2011 12:17 AM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2011 07:19 AM
08-10-2011 07:19 AM
Re: Ignite
Simply click on the kudos star!
Pete