- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: jetadmin swinstall problem
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
02-27-2002 02:11 PM
02-27-2002 02:11 PM
jetadmin swinstall problem
I'm trying to install the jetadmin
software using swinstall after correct
swreg on my /tmp directory. On
swinstall, I get the same error "could
not access remote file "/opt/hpnp/help-
html/Hpjetadm.html" in software
item.... due to an internal error on
the remote system". I have downloaded
both HP11e118.SD and HP11d621.SD and
both failed on swinstall (after
analysis phase).
I have downloaded these files using
ws_ftp_pro on win nt pc, and "ftp'd"
files into our L2000 server between in
same LAN segment. I have seen in one of
the forum messages about checking the
checksum of the file, and the filesize
is exactly the same as in the hp's ftp
site.
(ftp.hp.com/pub/networking/software)
I can't connect my L2000 to the net due
to some other networking problems which
I'm trying to resolve as well.
I've spent some time going over the
different categories on the forums and
still can't find any solution.
Would appreciate any help. thanks in
advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 11:37 PM
02-27-2002 11:37 PM
Re: jetadmin swinstall problem
From the PC can you try manual ftp to put the downloaded file to your unix system.
I tried the same and is working fine.
use the binary mode off transmission before puting the file to unix system.
i.e.
ftp>bin
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2002 11:51 PM
02-27-2002 11:51 PM
Re: jetadmin swinstall problem
Once you ftp-ed files to 11.0 box from your PC (binary mode), you need to run:
swinstall -s /tmp/HP11e118.SD \*
and
swinstall -s /tmp/HP11d621.SD \*
I just tried it myself and had no problems installing.
Regards,
Mateja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 12:25 AM
02-28-2002 12:25 AM
Re: jetadmin swinstall problem
If it does not work then check the following.
1)That your nslookup for hostname and ip is ok.
2)That you have the latest swdist software.
3)That all the software on your system is in state configured?Certainly not corrupt or transient.See below and check the file which should be empty.
#swlist -l fileset -a state|
grep -v "configured"|
grep -v "#" > file
4) If you have Glance or Measureware running?
Then stop it temporarily.
# mwa stop
5) Stop and Restart the swagentd.
6)And as a last resort
Remove the swlock file if there.
# rm /var/adm/sw/products/swlock
And perform a reboot .
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 04:40 PM
02-28-2002 04:40 PM
Re: jetadmin swinstall problem
Also, I can't understand why inspite of the failed swinstall, the jetdirect software is shown as "installed" when running swlist.
Would appreciate further help and leads to resolving this swinstall problem.
thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:01 PM
02-28-2002 05:01 PM
Re: jetadmin swinstall problem
I've seen some very recent threads dealing w/net connectivity causing swinstall to fail. Couldn't find them right away. I'll look further - but you may have to wait 'til your connectivity is OK before swinstall will work for you.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 05:06 PM
02-28-2002 05:06 PM
Re: jetadmin swinstall problem
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xba86b47b9a27d6118ff40090279cd0f9,00.html
Also you may want to kill -HUP your swagentd PID.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 10:07 PM
02-28-2002 10:07 PM
Re: jetadmin swinstall problem
Have a look on the log files in /var/adm/sw/swinstall.log file and rest of the *.log files in that folder.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 10:26 PM
02-28-2002 10:26 PM
Re: jetadmin swinstall problem
127.0.0.1 HPL2000 loopback
I just put back the "localhost" in place of the servername, and ran the swinstall without any problems.
It appears now that this single entry was causing the file corruption during the swinstall pre-installation phase.
thank you again for the respondents, itrc and the community.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2002 11:03 PM
02-28-2002 11:03 PM
Re: jetadmin swinstall problem
Thanks for posting in the cause of this problem.
-Vijay