- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sort: The path name is too long
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
12-30-2002 02:22 AM
12-30-2002 02:22 AM
sort: The path name is too long
I am using the UNIX sort command to sort a file "testFile" and I want to specify a directory for creation of temporary files as "/u1/home/deepakp/gcdbvol/gcdb_base/csm_gcdb_base/data/differentiator/build/qabcdefghijkl".
I executed the following command:
sort -T /u1/home/deepakp/gcdbvol/gcdb_base/csm_gcdb_base/data/differentiator/build/qabcdefghijkl/ testFile
and encountered the following error:
sort: The path name is too long: /u1/home/deepakp/gcdbvol/gcdb_base/csm_gcdb_base/data/differentiator/build/qabcdefghijkl/
It seems there is a limit (of 88 characters) on the length of the directory specified for temporary files.
Is there some way to circumvent this issue and be able to specify directories of length greater than 88?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 02:52 AM
12-30-2002 02:52 AM
Re: sort: The path name is too long
Are you running 10.20 ?
Check for PHCO_19559
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 03:06 AM
12-30-2002 03:06 AM
Re: sort: The path name is too long
I have replicated your sort conditions on 11.0 and works fine. If you are on 10.20 try Robert's recomendation, other temporal way is trying this through a symbolic link.
Rgs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 04:20 AM
12-30-2002 04:20 AM
Re: sort: The path name is too long
-T dir Use dir as the directory for temporary scratch files
rather than the default directory, which is is one of
the following, tried in order: the directory as
specified in the TMPDIR environment variable;
/var/tmp, and finally, /tmp.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 04:20 AM
12-30-2002 04:20 AM
Re: sort: The path name is too long
the server is running on HP UX 11.00. Do I need to make some kernal parameter changes
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 04:26 AM
12-30-2002 04:26 AM
Re: sort: The path name is too long
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 04:27 AM
12-30-2002 04:27 AM
Re: sort: The path name is too long
For 11.0 check PHCO_17809
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 04:58 AM
12-30-2002 04:58 AM
Re: sort: The path name is too long
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2002 07:35 AM
12-30-2002 07:35 AM
Re: sort: The path name is too long
Manoj Srivastava