- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Mounting of CDROM
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
04-19-2001 11:08 AM
04-19-2001 11:08 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:14 AM
04-19-2001 11:14 AM
SolutionMount the cdrom (say into /temp_cd
export the directory with
exportfs -i -o ro /temp_cd
In the remote system, mount it with
mount
This should mount the cdrom on the machine that you want it. You will need to make the /cdrom folder on the system that you want to use the cd on. Hope this helps.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:17 AM
04-19-2001 11:17 AM
Re: Mounting of CDROM
you can actually go and start swinstall on the box you want to install the software to and then point the sd ux to the source.
If you start swinstall without any options it will bring you to a window "specify source"
In there you can choose network directory then the hostname of the machine with the cdrom and then you give it the full path, i.e. /cdrom/
Swinstall over nfs mounted filessytems is not suported
Steffi JOnes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:18 AM
04-19-2001 11:18 AM
Re: Mounting of CDROM
On server with CDROM, mount CD and in /etc/exports add
/CDROM
exportfs -a
then on client (A)
mount serverb:/CDROM /CDROM_mnt
see what happens and let us know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:20 AM
04-19-2001 11:20 AM
Re: Mounting of CDROM
I found by doing swacl rights and swreg it made this possible:
You must stop and restart swagentd
/sbin/init.d/swagentd stop
/sbin/init.d/swagentd start
On the box with the CD mounted under /cdrom, register the depot:
swreg -l depot /cdrom
Login to the box to have the software loaded to use the remote install command:
swinstall -s
Now for those swacl commands, I probably went a bit overboard, but here's what I did:
swacl -l host -M any_other:crwit
swacl -l root -M any_other:crwit
Remember you have to stop and restart swagentd...
Hope this helps (..it saved my tired feet..)
/rcw