- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite/UX Server
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
06-02-2005 11:16 PM
06-02-2005 11:16 PM
Ignite/UX Server
I´m using make_net_recovery (on a Ignite/Ux client) and this message appeared:
Creating NFS mount directories for configuration files.
nfs mount: get_fh: lxhp250:: RPC: Timed out
nfs mount: get_fh: lxhp250/var/opt/ignite/clients: server not responding : RPC: Timed out
nfs mount: retry: retrying(1) for: /var/opt/ignite/recovery/client_mnt after 5 seconds
nfs mount: retry: giving up on: /var/opt/ignite/recovery/client_mnt
ERROR: Could not NFS mount directory /var/opt/ignite/clients on lxhp250. The
exports file on lxhp250 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:/Error 0
(errno = 0)
ERROR: Failed to creaet NFS mount directories for configuration files.
The point is: all the process above has been solved, but the problem persist.
How can I solve this problem ?
tks
Marcia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:20 PM
06-02-2005 11:20 PM
Re: Ignite/UX Server
What hardware?
Do you have the latest patch bundle installed?
WHat options on make_net_recovory are you using?
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:26 PM
06-02-2005 11:26 PM
Re: Ignite/UX Server
What hardware? L2000 (server) / D390 (client)
Do you have the latest patch bundle installed? Feb/200 (server) / Jun/2003 (client)
WHat options on make_net_recovory are you using? make_net_recovery -s lxhp250 -x inc_entire=vg00 #on client
they are on a diff network, but I can mount a NFS FS; all of NFS deamons are ok ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 11:30 PM
06-02-2005 11:30 PM
Re: Ignite/UX Server
Also, when you say they are on different networks, do you mean different subnets or different subnets separated by possibly a firewall?
If my memory serves me right, I don't think you can cross subnets.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 12:50 AM
06-03-2005 12:50 AM
Re: Ignite/UX Server
The problem is may not be patch related.
Some kind of disruption in the networking seems to have occurred and the D390 box can't communicate with the NFS server.
Is the directory /var/opt/ignite/clients in /etc/exports ?
What are the results on the server of exportfs -av ?
A networking problem on the D390 with its NIC or switch port settings or even cable can create these conditions. The NIC on those servers do tend to get flaky and fail over time.
Going out to the patch database and getting the three star NFS patches may help as well.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 03:56 AM
06-03-2005 03:56 AM
Re: Ignite/UX Server
Is the directory /var/opt/ignite/clients in /etc/exports ? Yes ->
[lxhp250:/] exportfs
/var/opt/ignite/clients -anon=2
/ignite/recovery/archives/lxhp46 -anon=2,access=lxhp46
What are the results on the server of exportfs -av ?
[lxhp250:/] exportfs -av
re-exported /ignite/recovery/archives/lxhp46
re-exported /var/opt/ignite/clients
re-exported /ignite/recovery/archives/lxhp46
and the configuration of /etc/opt/ignite/instl_boottab is correct.
Help !!!
rgs
Marcia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 09:20 PM
06-06-2005 09:20 PM
Re: Ignite/UX Server
Is the directory /var/opt/ignite/clients in /etc/exports ? Yes ->
[lxhp250:/] exportfs
/var/opt/ignite/clients -anon=2
/ignite/recovery/archives/lxhp46 -anon=2,access=lxhp46
Check permissions for
/ignite/recovery/archives/lxhp46
should belong to bin:bin and have 755 access rights
Change the export from:
/ignite/recovery/archives/lxhp46 -anon=2,access=lxhp46
to:
/ignite/recovery/archives/lxhp46 -anon=2
Does that work?
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2005 09:28 PM
06-06-2005 09:28 PM
Re: Ignite/UX Server
You wrote:
WHat options on make_net_recovory are you using? make_net_recovery -s lxhp250 -x inc_entire=vg00 #on client
Try this:
make_net_recovery -s lxhp250 -a lxhp250:/ignite/recovery/archives/lxhp46 -x inc_entire=vg00
Roland