- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem regarding swinstall
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-02-2005 07:35 PM
08-02-2005 07:35 PM
Login to Database Server (where Database is running) as 'root' user.
Download the depots from the HP website mentioned above to /d/db/depots directory in Database Server((if depots directory does not exist in /d/db, create it)
Run the following commands to install GTK+ Libraries and Mozilla to SS as
· Login as root user
· # swinstall -s
· # swinstall -s
Similarly, install the GTK+ Libraries and Mozilla in Database server and then SCS server.
when I am trying to install the SS server,
swinstall -s 10.7.31.307:/d/db/depots/moz_16001_1100.depot \*
======= 08/03/05 10:27:55 EEST BEGIN swinstall SESSION
(non-interactive) (jobid=mekko-0110)
* Session started for user "root@mekko".
* Beginning Selection
* Target connection succeeded for "mekko:/".
ERROR: The source you have chosen is a tape device which must be
local to the single selected target. Since the hostname of
the tape device "10.7.31.307" does not match the hostname of
the single selected target "mekko", this source is not
allowed.
* Selection had errors.
======= 08/03/05 10:27:57 EEST END swinstall SESSION
(non-interactive) (jobid=mekko-0110)
here 10.7.31.307 is database server IP where depots are copied at /d/db/depots.
how to solve this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 07:41 PM
08-02-2005 07:41 PM
Re: problem regarding swinstall
Then run swinstall from the local machine.
And install from there
Regards
Derek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 07:46 PM
08-02-2005 07:46 PM
Solutionrefer to this similar problem:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000066913322
then again, if u have enough space, why not just copy the depot file to the local machine and swinstall from there.
regards.
(p.s. please remember to assign points.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 07:54 PM
08-02-2005 07:54 PM
Re: problem regarding swinstall
Otherwise copying it to the local device should be fine.
You can not share tape devices machine to machine effectively with HP-UX. That feature is not built into the OS. The depot needs to be on disk somewhere.
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
08-02-2005 08:14 PM
08-02-2005 08:14 PM
Re: problem regarding swinstall
I did -
swreg -l depot /d/db/depots/B6848BA_1.4.gm.46.9_HP-UX_B.11.11_32+64.depot
and I verified that swlist -l depot that depot is registered. From other server when I executed
swinstall -s 10.7.31.307:/d/db/depots/moz_16001_1100.depot \*
still I am getting same problem .. :-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 08:53 PM
08-02-2005 08:53 PM
Re: problem regarding swinstall
try the following:
insert IP 10.7.31.307 or hostname (of course it should be resolvable) into /var/adm/sw/defaults.hosts.
There should be a sample.
Then launch swinstall in interactive mode
swinstall -i
and search in Source Hosts the host where depot is.
You will see depot location and can select it for the installation.
HTH.
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:12 PM
08-02-2005 09:12 PM
Re: problem regarding swinstall
Try converting it to a directory depot instead of a tape depot
Something like this
swpackage -x layout_version=1.0 -x media_type=directoy \
-s /tmp/source @ /tmp/destination
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 09:12 PM
08-02-2005 09:12 PM
Re: problem regarding swinstall
sh /sbin/init.d/swagentd stop
sh /sbin/init.d/swagentd start
If the hostname or IP address of the server has changed and the server has not been rebooted after the change, this is one of the usual symptoms.
If there were problems in hostname resolving at the time when the server was booted, I think that might also cause this kind of problems (depending on nsswitch.conf configuration).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2005 03:36 AM
08-03-2005 03:36 AM