- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DVD mounting error
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
02-02-2005 01:45 PM
02-02-2005 01:45 PM
DVD mounting error
Now i'm facing the problem that DVD cannot be mounted in HP-UX. the out put of the problem is:
# mount /dev/dsk/c0t0d0 /cdrom
mount: cannot access -specific mount command
Pls help to analyse why I can get this error and how to fix it.
Appreciate all you help,
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:42 PM
02-02-2005 02:42 PM
Re: DVD mounting error
make sure that /dev/dsk/c0t0d0 is your cdrom drive by ioscan.and check it is showing CLAIMED in the ioscan output.(i feel c0t0d0 will be an internal disk)
#ioscan -fnC disk
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:48 PM
02-02-2005 02:48 PM
Re: DVD mounting error
everything is good. CLAIMD. device file is c0t0d0....never mounted before.
Thanks
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:10 PM
02-02-2005 03:10 PM
Re: DVD mounting error
looks like not able to detect the dvd.
can you try with other dvd.
and check the ownership/permission of /sbin/mount , /usr/sbin/mount commands.
and the permission/ownership of /dev/dsk/c0t0d0
on my system
lrwxr-xr-x 1 root sys 11 Jul 1 2004 /usr/sbin/mount -> /sbin/mount
-r-xr-xr-x 1 bin bin 282624 Dec 12 2002 /sbin/mount
brw-r----- 1 bin sys 31 0x001000 Oct 10 2000 /dev/dsk/c0t1d0
post the output.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 04:29 PM
02-02-2005 04:29 PM
Re: DVD mounting error
Check the permission set for mount under /sbin and /usr/bin
It must be bib:bin under /sbin and root:sys under /usr/bin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 06:41 PM
02-02-2005 06:41 PM
Re: DVD mounting error
This is a output as requested:
#ll /usr/sbin/mount
lrwxr-xr-x 1 root sys 11 Jan 27 2004 /usr/sbin/mount -> /sbin/mount
#ll /sbin/mount
-r-xr-xr-x 1 bin bin 775452 Sep 4 2003 /sbin/mount
#ll /dev/dsk/c0t0d0
brw-r----- 1 bin sys 31 0x000000 Jan 27 2004 /dev/dsk/c0t0d0
I think it's normal. Pls advise what can i do.
Appreciate for all your reply,
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 07:18 PM
02-02-2005 07:18 PM
Re: DVD mounting error
which server and which os version you are using 11 or 11i
try
/ =>file /sbin/mount
/sbin/mount: PA-RISC1.1 shared executable
on my systems the size of mount is 274432 in 11i and 282624 for 11.00
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 07:22 PM
02-02-2005 07:22 PM
Re: DVD mounting error
you can try following.
#nohup /usr/sbin/pfs_mountd &
#nohup /usr/sbin/pfsd &
then if you give ps -aef |grep pfs
it will show four processes.
pfs_mountd
pfs_mountd.rpc
pfsd
pfsd.rpc
you can use pfs_mount & pfs_umount commands
pfs_mount /dev/dsk/c0t0d0 /cdrom
pfs_umount /cdrom
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 07:44 PM
02-02-2005 07:44 PM
Re: DVD mounting error
Hi,
Have you installed recent patch bundle( available in support plus media). If not install the same and try mounting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 11:34 PM
02-02-2005 11:34 PM
Re: DVD mounting error
what does 'which mount' says?
And what happens if you take the whole path?
'/usr/sbin/mount /dev/dsk/c0t0d0 /cdrom'
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 11:40 PM
02-02-2005 11:40 PM
Re: DVD mounting error
What does diskinfo think of your dvd ?
# diskinfo -v /dev/rdsk/c0t0d0
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 01:27 AM
02-03-2005 01:27 AM
Re: DVD mounting error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 02:53 PM
02-03-2005 02:53 PM
Re: DVD mounting error
Ther version is 11.23 running on IA64/Itanium.
pfs_mount just use for mounting the oracle CDs, not for other CDs. Because I tried to mount data CD using pfs_mount but cannot. And I can with oracle CDs and use that oracle CD for installing and doing any thing.
Patch Bundle is a first step when implemeting the system.
Of course it's a DVD drive. What are you thinking here, Stephen?
Hi Nyga, I tried as your direction, but still error.
Appreciate all your advise.
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 07:33 PM
02-03-2005 07:33 PM
Re: DVD mounting error
Just a quick question, are you using veritas (vxvm) on this server ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 07:41 PM
02-03-2005 07:41 PM
Re: DVD mounting error
especially as your first post cdrom uses
viz:
# mount /dev/dsk/c0t0d0 /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 08:21 PM
02-03-2005 08:21 PM
Re: DVD mounting error
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072293034
Document description: Unable to eject DVD when HP-UX 11.23 OS is running.
Document id: KBRC00014066
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 09:00 PM
02-03-2005 09:00 PM
Re: DVD mounting error
No Veritas anymore.
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2005 09:03 PM
02-03-2005 09:03 PM
Re: DVD mounting error
# touch /etc/vx/reconfig.d/state.d/install-db
# mount /dev/dsk/c0t0d0 /cdrom
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2005 03:22 AM
02-04-2005 03:22 AM
Re: DVD mounting error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 07:49 PM
02-07-2005 07:49 PM
Re: DVD mounting error
can you check if you have an alias for the mount command?
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 06:15 PM
02-08-2005 06:15 PM
Re: DVD mounting error
Hi others, because it's a TET here so will response your advice next week when I can be on customer site.
HAPPY CHINESE NEW YEAR,
Thanks and regards
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 10:48 PM
02-10-2005 10:48 PM
Re: DVD mounting error
command 'alias' will show you all commands.
For example:
ll ls -l
So if you typ 'll' the command 'ls -l' is executed.
You can look if there's a command 'mount' or you can search a command like 'cdmount' or dvdmount(?).
Maybe you can use this one to mount the dvd.
HTH
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 12:52 AM
02-11-2005 12:52 AM
Re: DVD mounting error
So we don't use alias...
Veron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 05:59 AM
06-20-2005 05:59 AM
Re: DVD mounting error
Thanks.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 09:39 PM
06-20-2005 09:39 PM
Re: DVD mounting error
seems like Mike got the solution in his own thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=913729&admit=716493758+1119344538626+28353475
At least it makes sense
V.