- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Oracle CD mount
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
08-16-2002 01:40 AM
08-16-2002 01:40 AM
When I am mounting Oracle CD using "mount" command file name appears in capital letters.
# mount -r /dev/dsk/cxdxtx /mnt
What command i should use to appear normal file name?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:45 AM
08-16-2002 01:45 AM
Re: Oracle CD mount
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x272036e69499d611abdb0090277a778c,00.html
Jean-Luc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:46 AM
08-16-2002 01:46 AM
Re: Oracle CD mount
You should use the pfs_mount command, but you must start some daemons first (see man pfs_mount) and use some different mount options, its much easier to install these patches first then you can mount oracle CD's using the normal mount command - much easier!
PHCO_26449 1.0 Add Rock Ridge extension to mount_cdfs(1M)
PHKL_26448 1.0 Y2k; Rock Ridge extension for ISO-9660
PHKL_26450 1.0 Rock Ridge extension for ISO-9660
for 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:48 AM
08-16-2002 01:48 AM
Re: Oracle CD mount
try the following thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xc480dfe5920fd5118fef0090279cd0f9,00.html
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:48 AM
08-16-2002 01:48 AM
Re: Oracle CD mount
You need to do this:
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM
4. /usr/sbin/pfs_umnount /SD_CDROM
There are some patches that can be installed for v11 that will let you do a normal mount of
mount -F cdfs -o rr /dev/dsk/c?d?t? /cdrom
see http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf489107d277ad611abdb0090277a778c,00.html for patches.
Cheers
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 01:54 AM
08-16-2002 01:54 AM
Re: Oracle CD mount
Both the oracle and DB2 CD's to be pfs mounted in HP.
1. Open a file pfs_fstab in /etc
#vi /etc/pfs_fstab
make entry
/dev/dsk/cxtxdx /cdrom pfs-rrip xlat=unix 0 0
save and close the file.
#pfs_mountd&
#pfsd&
#pfs_mount /cdrom
now all the files in CD will appaer normally.