- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: make_net_recovery/ldap problem?
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
09-14-2005 12:33 PM
09-14-2005 12:33 PM
make_net_recovery/ldap problem?
-----
* /opt/ignite/lbin/make_arch_config -c /var/opt/ignite/recovery/client_m
nt/0x0012799E235C/recovery/2005-09-14,15:53/archive_cfg -g /var/opt/ig
nite/recovery/client_mnt/0x0012799E235C/recovery/2005-09-14,15:53/flis
t -n 2005-09-14,15:53 -r ipf -b 64 -d Recovery\ Archive -L
/var/opt/ignite/recovery/arch_mnt -l
cpafisr0:/var/opt/ignite/recovery/archives/cpafisr3 -i 2 -m t
ERROR: Must specify directory where archive is stored with -l option
ERROR: Must specify directory where archive is stored with -l option
ERROR: Failure creating the archive configuration
ERROR: make_arch_config failed.
-----
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 03:40 PM
09-14-2005 03:40 PM
Re: make_net_recovery/ldap problem?
Which syntex you are using with make_net_recovery???
You might be aware that, the archive server should be a NFS server and its directory should be exported.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2005 05:22 PM
10-05-2005 05:22 PM
Re: make_net_recovery/ldap problem?
Ignite version is the latest currently available, which I believe is C.6.2.241.
We use LDAP in our environment to store user account information and some host information.
After changing /etc/nsswitch.conf
from
hosts: files [NOTFOUND=continue] ldap [NOTFOUND=continue] dns
to
hosts: files [NOTFOUND=continue] dns [NOTFOUND=continue] ldap
make_net_recovery, which calls /opt/ignite/lbin/make_arch_config, works fine. So after switching the order of ldap and dns in nsswitch.conf, make_net_recovery works fine.
It looks like make_arch_config has trouble (no idea why) with hostname resolution of archive host specified with -l option. BTW in my case archive hostname is resolved from DNS not from LDAP.
Anyway, hope this is of help to someone ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 10:01 AM
10-07-2005 10:01 AM
Re: make_net_recovery/ldap problem?
It pretty much proves there is still an LDAP problem with hostname resolution, but the appropriate labs have been notified.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 06:16 AM
11-17-2005 06:16 AM