- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mounting a remote cd-rom
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-28-2000 02:56 PM
08-28-2000 02:56 PM
mounting a remote cd-rom
I want to share my cdrom installed on Server "A" to another Server "B" both hpux 10.x.
This is what I did on both machine.
Server A
- mount -r /dev/dsk/c2t1d0 /cdrom
- Add "/cdrom -ro" on /etc/exports file
- run "exportfs -av"
Server B
- mount serverA:/cdrom /cdrom
But everytime I tried to run swinstall on server B using "Local Directory" pointing to my newly mounted /cdrom as my Source depot type, he was telling me that there are no depot software on this location.
While if I run this on Server A I could see all available products that can be installed. Well in fact I was able to install from this cd. By the way, I'm trying to install an application from HP Application CD no. 3.
Thanks in Advance
Joey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2000 03:05 PM
08-28-2000 03:05 PM
Re: mounting a remote cd-rom
On serverB, give
swreg -l depot /cdrom and try once again.
If you don't register ur NFS mounted /cdrom directory, you can't see any software for swinstall. One exception to this is, if you give the complete path and name of the product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2000 03:16 PM
08-28-2000 03:16 PM
Re: mounting a remote cd-rom
I run what u have told me "swreg -l depot /cdrom" and it was successfull" but after running "swinstall -s serverb:/cdrom/ClusterView @ /" this error occured "There is no current depot on host serverB at location /cdrom/ClusterView".
any other suggestions
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2000 03:47 PM
08-28-2000 03:47 PM
Re: mounting a remote cd-rom
I have never actually done this but I did stay at a Hilladay Inn Express last night!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2000 04:42 PM
08-28-2000 04:42 PM
Re: mounting a remote cd-rom
# swreg -l depot /mount_point
Then from host B;
# swinstall -s hostA:/mount_point
What does '# swlist -l depot hostA' show, is the registered depot seen? If not then the swinstall would complain.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2000 04:44 PM
08-28-2000 04:44 PM
Re: mounting a remote cd-rom
# swlist -l depot -s hostA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 10:51 AM
08-29-2000 10:51 AM
Re: mounting a remote cd-rom
I did what u have told me re swreg on serverA and when I run "swlist -l depot -s serverA" it says:
#Initializing
# Target "serverA" has the ff depot
/cdrom
But after running "swinstall -s serverA:/cdrom" on serverB this error occured:
"There are no products on this source which is compatible with the target"
thanks again
Joey