HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating large files in HP11.0
Operating System - HP-UX
1834415
Members
1697
Online
110067
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
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
07-16-2003 09:14 PM
07-16-2003 09:14 PM
Creating large files in HP11.0
HI,
What is the command used in creating large files on a HP11.0?
I tried doing a dd command, but it produced the errors below:
pghc0001@penang[91]% dd if=/dev/zero of=/tmp/BIG bs=1024 count=2500000
/dev/zero: No such file or directory
dd: cannot open /dev/zero
pghc0001@penang[92]% dd if=/dev/null of=/tmp/BIG bs=1024 count=2500000
0+0 records in
0+0 records out
pghc0001@penang[93]% df -k /tmp
/tmp (/dev/vg00/lvol9 ) : 58689128 total allocated Kb
58666336 free allocated Kb
22792 used allocated Kb
0 % allocation used
pghc0001@penang[94]% dd if=/dev/vg00/lvol9 of=/tmp/BIG bs=1024 count=2500000
/dev/vg00/lvol9: Permission denied
dd: cannot open /dev/vg00/lvol9
Could anyone tell me where did I go wrong?
Thanks
What is the command used in creating large files on a HP11.0?
I tried doing a dd command, but it produced the errors below:
pghc0001@penang[91]% dd if=/dev/zero of=/tmp/BIG bs=1024 count=2500000
/dev/zero: No such file or directory
dd: cannot open /dev/zero
pghc0001@penang[92]% dd if=/dev/null of=/tmp/BIG bs=1024 count=2500000
0+0 records in
0+0 records out
pghc0001@penang[93]% df -k /tmp
/tmp (/dev/vg00/lvol9 ) : 58689128 total allocated Kb
58666336 free allocated Kb
22792 used allocated Kb
0 % allocation used
pghc0001@penang[94]% dd if=/dev/vg00/lvol9 of=/tmp/BIG bs=1024 count=2500000
/dev/vg00/lvol9: Permission denied
dd: cannot open /dev/vg00/lvol9
Could anyone tell me where did I go wrong?
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 09:37 PM
07-16-2003 09:37 PM
Re: Creating large files in HP11.0
Hi,
By default, there is no /dev/zero with HP-UX 11.00, but there is with 11i.
It can be created as follows:
mknod /dev/zero c 3 0x000004
Ollie.
By default, there is no /dev/zero with HP-UX 11.00, but there is with 11i.
It can be created as follows:
mknod /dev/zero c 3 0x000004
Ollie.
To err is human but to not award points is unforgivable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 09:53 PM
07-16-2003 09:53 PM
Re: Creating large files in HP11.0
Hi,
You might also want to look at the "prealloc" command (which is much easier to use than "dd"!).
Ollie.
You might also want to look at the "prealloc" command (which is much easier to use than "dd"!).
Ollie.
To err is human but to not award points is unforgivable
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