- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sw install of a CD Copy for OmniBack
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
05-14-2001 09:18 AM
05-14-2001 09:18 AM
sw install of a CD Copy for OmniBack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 09:24 AM
05-14-2001 09:24 AM
Re: sw install of a CD Copy for OmniBack
>local directory>/full_path/name_depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 10:23 AM
05-14-2001 10:23 AM
Re: sw install of a CD Copy for OmniBack
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 10:34 AM
05-14-2001 10:34 AM
Re: sw install of a CD Copy for OmniBack
Perhaps the easist thing for you to do is mount the install CD on your local machine and export the /cdrom directory via NFS. You can then NFS mount the CD on your remote machine and as far as it's concerned, you are doing a local install.
Something like this:
On local machine (I'll call it elvis):
mount /dev/dsk/c2t2d0 /cdrom (your device is probably different)
edit /etc/exports
add a line
/cdrom -ro
then exportfs -a
on the remote machine
mount elvis:/cdrom /cdrom
swinstall -s /cdrom and you are now ready to install.
I assume that you have NFS enabled on both boxes.
Hope this helps, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 11:00 AM
05-14-2001 11:00 AM
Re: sw install of a CD Copy for OmniBack
It seems I do not understand where to find in the directory structure of the CD (actually, the CD that I copied to the HP V11.0 file system)
this file listing is in an attachment on my previous post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 02:39 PM
05-14-2001 02:39 PM
Re: sw install of a CD Copy for OmniBack
good luck
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 07:42 AM
05-15-2001 07:42 AM
Re: sw install of a CD Copy for OmniBack
There is currently no depot software on host "hp4" at location
"/hp4_disk1/OmniBack".
Anyway, at this point, I am waiting for the CD to arrive on site. Then it appears I will need to go through the task of getting the permanent license key for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 01:37 PM
05-15-2001 01:37 PM
Re: sw install of a CD Copy for OmniBack
Since you are waiting for the CD to arrive at the remote system, why don't you try registering the full path as a depot. Use the swreg command - I think the syntax is:
swreg
but check man on swreg for verify.
It may not work - but it can't hurt. There may be options missing in my example. To unregister is something like swreg -u
regards,
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2001 05:11 PM
05-15-2001 05:11 PM
Re: sw install of a CD Copy for OmniBack
Once the data is available, simply register the depot with swlist:
swlist -l depot /whatever
That's it. Now every HP-UX machine on your network can see the depot. Try this on other machines:
swlist -l depot @ local-machine
You can use command line swinstall using the @ symbol or just go interactive and specify the source machine and select the Source Depot Path... box to present all the registered depots on the server.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2001 11:10 AM
05-17-2001 11:10 AM
Re: sw install of a CD Copy for OmniBack
With the CD onsite, it works fine.
Thanks everyone for your efforts,
John