- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite UX
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-23-2001 11:52 AM
тАО04-23-2001 11:52 AM
./make_net_recovery -s exeter
* Creating NFS mount directories for configuration files.
ERROR: Could not open log file. Logging will be displayed to stdout
======= 04/23/01 15:45:51 EDT Started ./make_net_recovery. (Mon Apr 23
15:45:51 EDT 2001)
@(#) Ignite-UX Revision A.3.2.45
@(#) net_recovery (opt) $Revision: 10.515 $
* Testing pax for needed patch
* Passed pax tests.
ERROR: copy_file: Cannot open "/var/opt/ignite/recovery/client_mnt/0x00108335
4FB1/recovery/latest/archive_content": Permission denied (errno = 13)
NOTE: Detected entries in the defaults file at
/var/opt/ignite/recovery/client_mnt/0x001083354FB1/recovery/defaults.
* Checking Versions of Recovery Tools
WARNING: Could not open default log file: /var/opt/ignite/recovery/client_mnt/0
x001083354FB1/recovery/2001-04-23,15:45/recovery.log: Permission
denied (errno = 13)
ERROR: Specified file '/var/opt/ignite/recovery/client_mnt/0x001083354FB1/rec
overy/latest/archive_content' does not exist: Permission denied (errno
= 13)
ERROR: The list_expander command failed. This could be due to a problem with
the file: "/var/opt/ignite/recovery/client_mnt/0x001083354FB1/recovery
/latest/archive_content" - see messages above.
======= 04/23/01 15:45:54 EDT make_net_recovery completed unsuccessfully
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2001 06:51 AM
тАО04-24-2001 06:51 AM
Re: Ignite UX
You also need to make sure the /etc/exports allows the server in question to read....
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2001 08:34 AM
тАО04-24-2001 08:34 AM
Re: Ignite UX
The make_net_recovery is the program that is supposed to be creating these files and directories. They are not being created with bin as the owner. But as follows
drwxrwxrwx 3 4294967294 nogroup 1024 Apr 23 14:57 0x001083957B45.
There must be something that I am missing here. I am doing all of this as root and the acl's are coming up as above.
/etc/exports is set wide open
for read write and execute on the /var and /opt directories.
There seems to me that way the directories are structured is flawed.
I had to create links in a couple spots to get parts of this to work.
Any suggestions?
Thanks
Maggie Coffey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2001 08:41 AM
тАО04-24-2001 08:41 AM
Re: Ignite UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2001 08:53 AM
тАО04-24-2001 08:53 AM
Re: Ignite UX
/etc/exports file per the instructions.
/var -anon=2,access=exeter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-24-2001 11:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2001 02:18 AM
тАО04-25-2001 02:18 AM
Re: Ignite UX
Your ignite server is exeter, which would explain the file not found problem.
you should issue a chown -R bin:bin on the client directory in any case.... make sure that the pax patch is installed or you may have trouble with your ACLs...
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2001 08:29 AM
тАО04-25-2001 08:29 AM
Re: Ignite UX
Thanks to All