- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CD not displaying correct long filenames on HP-UX
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
05-29-2004 04:10 AM
05-29-2004 04:10 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2004 04:40 AM
05-29-2004 04:40 AM
SolutionYou may need to use pfs_mount (if the relevant HP-UX patches are NOT installed) or use mount (1m) with the corect options if the relevant patches are installed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2004 04:46 AM
05-29-2004 04:46 AM
Re: CD not displaying correct long filenames on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2004 05:52 AM
05-29-2004 05:52 AM
Re: CD not displaying correct long filenames on HP-UX
mount -o cdfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2004 08:23 AM
05-29-2004 08:23 AM
Re: CD not displaying correct long filenames on HP-UX
mount -F cdfs /dev/dsk/c0t0d0 /cdrom
I tried that already.. I tried the -o cdfs just for fun and it gave me error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2004 09:23 AM
05-29-2004 09:23 AM
Re: CD not displaying correct long filenames on HP-UX
try with option cdcase
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2004 01:22 PM
05-29-2004 01:22 PM
Re: CD not displaying correct long filenames on HP-UX
I managed to install Samba 1.9.18p8 on the HP-UX 10.20 but I need to know how to access a Windows Share from it.
I saw the flie smbclinet but I don't know how to make it a "folder" do I have to mount it on the unix machine? It only works kinda like an FTP client...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2004 01:46 PM
05-29-2004 01:46 PM
Re: CD not displaying correct long filenames on HP-UX
Installed Sharity 2.9, everything working smooth... /CIFS is my "network neighborhood"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 09:01 PM
05-30-2004 09:01 PM
Re: CD not displaying correct long filenames on HP-UX
1) See if you have something like this in your /etc/pfs_fstab:
Ex.: /dev/dsk/c3t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0
2) nohup /usr/sbin/pfs_mountd &
3) nohup /usr/sbin/pfsd &
4) Insert CD-ROM into the tray a run the following: /usr/sbin/pfs_mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 04:47 AM
05-31-2004 04:47 AM
Re: CD not displaying correct long filenames on HP-UX
[/@unix1] # nohup /usr/sbin/pfs_mountd &
Sending output to nohup.out
[1] 2494
[/@unix1] # nohup /usr/sbin/pfsd &
[2] 2496
[/@unix1] # Sending output to nohup.out
/usr/sbin/pfs_mount /cdrom
/usr/sbin/pfs_mount: /dev/dsk/c0t0d0 on /cdrom: not rrip.
/usr/sbin/pfs_mount: giving up on /cdrom
[/@unix1] #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 05:01 AM
05-31-2004 05:01 AM
Re: CD not displaying correct long filenames on HP-UX
do this things ( if you have already tried one forget it )
# ioscan -fnC disk
See the output carefully and locate your CDROM device correctly. Say it is cxtxdx
# mount /dev/dsk/cxtxdx /cdrom
That is the simple way and it works for me always provided CD has valid data.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 11:24 AM
05-31-2004 11:24 AM
Re: CD not displaying correct long filenames on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 08:07 PM
05-31-2004 08:07 PM
Re: CD not displaying correct long filenames on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 09:29 PM
05-31-2004 09:29 PM
Re: CD not displaying correct long filenames on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 09:39 PM
05-31-2004 09:39 PM
Re: CD not displaying correct long filenames on HP-UX
try this using pfs_mount:
1. create file, /etc/pfs_fstab
2. add entry to /etc/pfs_fstab
# "device name" /cdrom pfs-rrip xlat=unix 0 0
3. run pfs daemon at the background
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
4. start nfs server
# /sbin/init.d/nfs.server start
5. mount and unmount file system
# pfs_mount /cdrom
# pfs_umount /cdrom
6. create the directory structure of the staging system
7. copy from CD or DVD to file system
# cp -r /cdrom/* .
hope it help.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2004 09:48 PM
05-31-2004 09:48 PM
Re: CD not displaying correct long filenames on HP-UX
you're right, you can't use Joliet!
You need ISO9660 when burning the CD.
Check my thread for more infos:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70917
HTH
Volkmar