GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to install software!
Operating System - HP-UX
1850015
Members
3929
Online
104049
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-22-2004 01:54 PM
02-22-2004 01:54 PM
how to install software!
there are two hp9000 D270 systems
now we want to install software into the two systems
but one CDROM is wrong
can i use the CDROM on the other SYSTEM to install software ?
if can
how to ?
thanks!
now we want to install software into the two systems
but one CDROM is wrong
can i use the CDROM on the other SYSTEM to install software ?
if can
how to ?
thanks!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 02:01 PM
02-22-2004 02:01 PM
Re: how to install software!
It's quite easy actually, I do it all the time from remote sites.
on hostA which has the CD loaded.
# mount /dev/dsk/cxtydz /cdrom
# vi /etc/exports
add entry:
/cdrom -anon=65534,ro,root=hostB,access=hostB
Save the file
# exportfs -av
On hostB
# mkdir /rcdrom
# mount hostA:/cdrom /rcdrom
Then run 'swinstall' without any options. Use the path to local directory and use the /rcdrom directory. You should be able to see the software to loaded.
on hostA which has the CD loaded.
# mount /dev/dsk/cxtydz /cdrom
# vi /etc/exports
add entry:
/cdrom -anon=65534,ro,root=hostB,access=hostB
Save the file
# exportfs -av
On hostB
# mkdir /rcdrom
# mount hostA:/cdrom /rcdrom
Then run 'swinstall' without any options. Use the path to local directory and use the /rcdrom directory. You should be able to see the software to loaded.
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 02:47 PM
02-22-2004 02:47 PM
Re: how to install software!
It's very easy.
You mount CD on one server and Share it using exportfs command.
Mount on anothe server where CDROM is not working.
and install s/w using swinstall and give the directory path of mounted CDROM.
Sunil
You mount CD on one server and Share it using exportfs command.
Mount on anothe server where CDROM is not working.
and install s/w using swinstall and give the directory path of mounted CDROM.
Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2004 04:10 PM
02-22-2004 04:10 PM
Re: how to install software!
If it is a depot software, then register it on host1 and install it from host2.
host1:
swregister -l /cdrom/path
host2:
swinstall -s host1:/cdrom/path product_name
-Karthik S S
host1:
swregister -l /cdrom/path
host2:
swinstall -s host1:/cdrom/path product_name
-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP