HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/pipe7 file not found
Operating System - HP-UX
1834165
Members
2643
Online
110064
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
05-16-2002 05:33 AM
05-16-2002 05:33 AM
One of our client is trying to run an OMEGA job (It???s a COTS Product) on a 9000/C3600 with HP-UX 11.0 DEC 2001 (64bit). This product runs on other machine that has HP-UX 10.20 with no error but in this machine it gives an error that ???/dev/pipe7 file not found???. We do not have any file like this on our 11.0 but in our 10.20 workstations we have this file with following permissions:
prw-rw-r-- 1 root sys 0 Dec 17 1998 /dev/pipe7
We are unable to ftp this file to our 11.0 machine and also when we do more on it says it is FIFO file. I wonder how this file can be generated on our 11.0 host.
Any idea or help is appreciated.
Mahima
prw-rw-r-- 1 root sys 0 Dec 17 1998 /dev/pipe7
We are unable to ftp this file to our 11.0 machine and also when we do more on it says it is FIFO file. I wonder how this file can be generated on our 11.0 host.
Any idea or help is appreciated.
Mahima
Aim high!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 05:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 05:40 AM
05-16-2002 05:40 AM
Re: /dev/pipe7 file not found
This is a named pipe.
mkfifo -m 664 /dev/pipe7
chown root:sys /dev/pipe7
Man mkfifo for details.
You can also use the mknodd command to do this:
mknod /dev/pipe7 p
chmod 664 /dev/pipe7
chown root:sys /dev/pipe7
Man 1m mknod for details.
mkfifo -m 664 /dev/pipe7
chown root:sys /dev/pipe7
Man mkfifo for details.
You can also use the mknodd command to do this:
mknod /dev/pipe7 p
chmod 664 /dev/pipe7
chown root:sys /dev/pipe7
Man 1m mknod for details.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 05:46 AM
05-16-2002 05:46 AM
Re: /dev/pipe7 file not found
Hi
Thanks for quick responses. It worked. Now I have to test it and see if we still get that error.
Mahima
Thanks for quick responses. It worked. Now I have to test it and see if we still get that error.
Mahima
Aim high!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP