- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- directory file number
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
10-31-2000 01:28 AM
10-31-2000 01:28 AM
directory file number
1ST:
I would like to know if it's possible to know the number of files that each directory can support. e.g. /home how many files support? the nfile tells me the max. number of open files in the system but not in the specific directory.
2ND:
I'm trying to perform backup by using SAM to a remote server but does not work. The message is displayed:
br_backup: Invoking fbackup. See /var/sam/log/br_log for details.
fbackup(1421): no history is available for graph file /etc/sam/br/graphFBAa21662 (below level 0)
fbackup(1004): session begins on Tue Oct 31 11:16:34 2000
fbackup(3301): could not open output file mem01:/dev/rmt/0mb
fbackup(3019): would you like to enter a new output file?
3RD:
Is there anywhere where we can found the explanation of error cods? I meaning if you issue a command ls -latr and the output is (cannot make a pipe error 23322) where to found the explanation of the cod error displayed?
Help on please.
Augusto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:06 AM
10-31-2000 03:06 AM
Re: directory file number
to your 1st question please look at this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x16e1f841489fd4118fef0090279cd0f9,00.html
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:09 AM
10-31-2000 03:09 AM
Re: directory file number
Make sure that the remote server has an entry in .rhosts to allow connection from the server running the fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:10 AM
10-31-2000 03:10 AM
Re: directory file number
Make sure that the remote server has an entry in .rhosts to allow connection from the server running the fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:11 AM
10-31-2000 03:11 AM
Re: directory file number
Make sure the server with the remote tape drive has an entry in .rhosts to allow the fbackup server to connect to it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:12 AM
10-31-2000 03:12 AM
Re: directory file number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:17 AM
10-31-2000 03:17 AM
Re: directory file number
some error codes can be found in :
/usr/include/sys/errno.h
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:19 AM
10-31-2000 03:19 AM
Re: directory file number
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:41 AM
10-31-2000 03:41 AM
Re: directory file number
As regards your third question:
Non-normal exit codes often turn out to
be "errno" values, found in /usr/include/sys/errno.h.
This file has a mapping of number vs. name. For a brief, geneneral explanation of the error number, see man (2) errno. For specific information you must see the man page for the actual command that returns the error.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:47 AM
10-31-2000 03:47 AM
Re: directory file number
As regards your third question:
Non-normal exit codes often turn out to
be "errno" values, found in /usr/include/sys/errno.h.
This file has a mapping of number vs. name. For a brief, geneneral explanation of the error number, see man (2) errno. For specific information you must see the man page for the actual command that returns the error.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:47 AM
10-31-2000 03:47 AM
Re: directory file number
As regards your third question:
Non-normal exit codes often turn out to
be "errno" values, found in /usr/include/sys/errno.h.
This file has a mapping of number vs. name. For a brief, geneneral explanation of the error number, see man (2) errno. For specific information you must see the man page for the actual command that returns the error.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 03:48 AM
10-31-2000 03:48 AM
Re: directory file number
As regards your third question:
Non-normal exit codes often turn out to
be "errno" values, found in /usr/include/sys/errno.h.
This file has a mapping of number vs. name. For a brief, geneneral explanation of the error number, see man (2) errno. For specific information you must see the man page for the actual command that returns the error.
...JRF...