- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- file handling problem
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
06-17-2008 10:05 PM
06-17-2008 10:05 PM
file handling problem
I have one following file in DVD. i want to copy it to /opt filesystem but unable to do so..
-r-xr-xr-x 1 -1 -1 678332185 Jun 4 16:21 HPUX__11_11_06040835.ZIP;1
the name of the file not found by system while ls -altr command show following out put.
total 1324888
-r-xr-xr-x 1 -1 -1 678332185 Jun 4 16:21 HPUX__11_11_06040835.ZIP;1
dr-xr-xr-x 1 -1 -1 2048 Jun 9 08:49 .
drwxr-xr-x 43 root root 8192 Jun 17 16:25 ..
please late me know how to handle such kind of files.
thanks,
Roy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:29 PM
06-17-2008 10:29 PM
Re: file handling problem
You have mounted the DVD using the normal mount option and therefore cant see the contents properly. You need to mount the DVD using the pfs_mount option after which you will be able to copy the file across.
Have a look at the man pages of pfs_mount.
Run pfs_mountd and pfsd in nohup first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:31 PM
06-17-2008 10:31 PM
Re: file handling problem
cp "HPUX__11_11_06040835.ZIP;1" /opt/HPUX__11_11_06040835.zip
See these threads about mounting:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1210136
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1209082
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1195974
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:33 PM
06-17-2008 10:33 PM
Re: file handling problem
I believe the forum consensus is don't even think of using pfs_mountd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 10:50 PM
06-17-2008 10:50 PM
Re: file handling problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 11:14 PM
06-17-2008 11:14 PM
Re: file handling problem
Have you tried gunzip? It says it handles only one file in a .zip file.