- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: rp7420 and share device between npars
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
03-10-2005 05:37 AM
03-10-2005 05:37 AM
We have an rp7420 with two npars. Each npar has 3 vpars running hp-ux 11i. The 7420 also has a cdrom device that is only accessible from one of the vpars. I can only access it from the other vpars with pfs_mount. Is it possible to share the cdrom device between vpars using something other than pfs, or at the very least - share the device betweent the npars?
Thanks,
S.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:12 AM
03-10-2005 06:12 AM
Re: rp7420 and share device between npars
My theoretical understanding of vpars is that a device can not be part of two vpars at the same time. Thats why each vpar needs a cpu, some memory allocated and a network device and something to boot off of.
I would suggest since they all have network cards you could share the cd-rom drive with nfs
if the mount folder is called /cdrom
add /cdrom to /etc/exports limit access by hostname.
exportfs -av
To export the cd.
It may be kludgy, because you have to mount the cd before you share, but it will work.
If its oracle rock ridge for example, you would mount it differently, but it might work as an install point.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 06:12 AM
03-10-2005 06:12 AM
Re: rp7420 and share device between npars
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 10:39 AM
03-10-2005 10:39 AM
Re: rp7420 and share device between npars
1 - make sure NFS is up & running (including drivers in tke kernel)
2 - edit /etc/exports
/cdrom -ro
3 - mount cdrom on xPar
# mount /dev/dsk/c2t2d0 /cdrom
4 - export device
# exportfs -va
5 on yPar import device
# mount xPar:/cdrom /cdrom
Job done... You are not actually "sharing" any busses using the partitioning capabilities, merely exporting the device over the network as one might from one system to another.
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2005 11:26 PM
03-10-2005 11:26 PM
Re: rp7420 and share device between npars
Dispite al the answers it is not possible.
I Had the same problem. I needed to rebild npar1 from CD_ROm but i had to get a scsi cabel tp put a cd-rom to the npar.
I have told this also to HP and the say that it was a known problem. It comes because the rp7410 was the bases of the rp7420.
grtz Mark