- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount cdrom on another server.
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-15-2006 09:05 AM
06-15-2006 09:05 AM
I'm currently getting error when mounting on it on the server that the cdrom is attach to.
miaux10: /dev =>mount -F cdfs /dev/dsk/c1t2d0 /cdrom
/dev/dsk/c1t2d0: unrecognized file system
Reason for this is that I need to install stape on a server so it can recongnize the tape device to boot up from a ignite tape.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 09:11 AM
06-15-2006 09:11 AM
SolutionTo do this, you need to boot from the install DVD, than
-> Install HP-UX -> select Advanced Installation -> Recovery tape -> GO!
stape driver is not involved during boot from tape!
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 09:31 AM
06-15-2006 09:31 AM
Re: Mount cdrom on another server.
vi /etc/exports
add "/cdrom -rw=HOSTNEEDINGCD"
mount /dev/dsk/cxxxxx /cdrom
exportfs /cdrom
On server needing cd
mount -r HOSTWITHCD:/cdrom /cdrom
HOST = hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 09:38 AM
06-15-2006 09:38 AM
Re: Mount cdrom on another server.
Again, this is not relevant for boot.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 12:22 PM
06-15-2006 12:22 PM
Re: Mount cdrom on another server.
still getting this error
miaux10: / =>mount /dev/dsk/c1t2d0 /cdrom
/dev/dsk/c1t2d0: unrecognized file system
after modified the /etc/exports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 12:55 PM
06-15-2006 12:55 PM
Re: Mount cdrom on another server.
So some how I need to access the dvd to boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:30 PM
06-15-2006 07:30 PM
Re: Mount cdrom on another server.
You can't boot from a remote CD drive, it has to be connected locally.
If you have an internal drive in your rx7620, it is owned by the first nPar and cannot be shared to the second.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:35 PM
06-15-2006 07:35 PM
Re: Mount cdrom on another server.
In Server with CD,
# mount -r /dev/dsk/c1t2d0 /cdrom
Add in file /etc/exports:
/cdrom -anon=65534,ro,root=server_client
# exportfs /cdrom
In server_client,
# mount -F nfs serverCD:/cdrom /cdrom
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 07:55 PM
06-15-2006 07:55 PM
Re: Mount cdrom on another server.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 08:07 PM
06-15-2006 08:07 PM
Re: Mount cdrom on another server.
Your problem is to boot about ignite tape ?
If yes, in Itanium, tape is not bootable by default
It's necessary to have OS DVD insert , boot on DVD and select recovery from tape
regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2006 09:38 PM
06-15-2006 09:38 PM
Re: Mount cdrom on another server.
what does 'ioscan -fnC disk' says?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 12:34 AM
06-16-2006 12:34 AM
Re: Mount cdrom on another server.
I was able to mount the cdrom on the client side thanks to all of you..
Is there any process I need to do so I can boot of the dvd on the client ?
or once is mounted I can just reboot the client and dvd should be available ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 12:49 AM
06-16-2006 12:49 AM
Re: Mount cdrom on another server.
You can't boot from a remote CD drive, it has to be connected locally.
If you have an internal drive in your rx7620, it is owned by the first nPar and cannot be shared to the second.
The only way around this is to set up an ignite server on another system and boot the install kernel WINSTALL from there.
http://docs.hp.com/en/IUX
But in this case it would be easier to simply attach a DVD drive to the system.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 12:54 AM
06-16-2006 12:54 AM
Re: Mount cdrom on another server.
I understand you want to boot an Integrity machine from an ignite tape, but you have no DVD drive connected locally.
Can you confirm?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 01:08 AM
06-16-2006 01:08 AM
Re: Mount cdrom on another server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2006 01:27 AM
06-16-2006 01:27 AM
Re: Mount cdrom on another server.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
