- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to install Standard HP-UX Patch using USB ...
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
03-19-2009 12:26 AM
03-19-2009 12:26 AM
How to install Standard HP-UX Patch using USB Thumb drive on rx4640
I have download the file need to the thumbdrive, how can i get the server to recoginse and install the patch using swinstall?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 12:34 AM
03-19-2009 12:34 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Best option is
copy all patches into your local PC then FTP into your servers then install.
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 12:38 AM
03-19-2009 12:38 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
USB DVDs are on 11.31. And of course keyboards/mice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 12:56 AM
03-19-2009 12:56 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
man swinstall (more information)
Example:-
# swinstall -x mount_all_filesystems=false -s $PWD/PHSS_XXX.depot \*
>>I have download the file need to the thumbdrive, how can i get the server to recoginse and install the patch using swinstall?<<
download to thumdrive.?
can try ftp the "file" via thumdrive connected to your pc and target to the Server :/tmp directory
# swinstall -x mount_all_filesystems=false -s $PWD/PHSS_XXX.depot \*
Before that you need read carefully patch Information. they do also provide "patch Installation procedure"
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 12:58 AM
03-19-2009 12:58 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Can anyone point me to the guide or the steps i need to take.
Do i need to use to cross-cable to plug from my laptop to server?
i am totally new to hpux, where can i read up more on the technical details on hp-ux?
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 01:18 AM
03-19-2009 01:18 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Is your HP-UX system attached to your LAN and assigned an IP address? I guess you currently telnet or ssh to it to admin it? Or do you use a directly attached console?
If you're on the LAN you can use ftp to connect to your HP-UX system from your PC and use put to push the files over. Google ftp if you've not used it before.
A good source of documents (at least currently) is:
http://docs.hp.com/
As mentioned by other posts above, you are specifically interested in commands like swinstall - check out the SD-UX Admin Guide. There is also a document on HP-UX patching. You will also find hardware manuals for your server and guides for your HP-UX version. SWA might also be worth a look for you.
e.g.
11.23 Docs
http://docs.hp.com/en/oshpux11iv2.html
SD-UX Guide
http://docs.hp.com/en/5992-4826/index.html
Patch Mgnt
http://docs.hp.com/en/oshpux11iv2.html#Patch%20Management
As a new forum member you should also check out:
http://forums11.itrc.hp.com/service/forums/helptips.do?#34
HTH, Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 02:12 AM
03-19-2009 02:12 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Can anyone point me to the guide or the steps i need to take.
>> Can you ftp to Server from your pc <<< .?
if Yes, from your pc
start->run->cmd
c:\cd
c:\ ftp server_name
ftp :> cd /tmp
ftp : > mput PHSSS_XXXX
ftp :> bye
by performing above steps you can ftp the file directory to /tmp directory of your Server . Once done
login to Server "Using" telnet or ssh
Login :- root
Password :- XXXX
cd /tmp
swinstall -x "please refer to the command on the earlier post"
Do i need to use to cross-cable to plug from my laptop to server?
NO need if , you server enabled ,,, ftp
i am totally new to hpux, where can i read up more on the technical details on hp-ux?
Welcome to HPUX World... :)
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 02:15 AM
03-19-2009 02:15 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
>ftp :> cd /tmp
I would think you would want to also use "binary" there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 02:20 AM
03-19-2009 02:20 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Oops, sorry forgot that, One.... :) Thanks,
Rgds,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 04:26 PM
03-19-2009 04:26 PM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
If I recall correctly, AutoMDIX support is a required part of the IEEE Gigabit Ethernet Specification. The core interface(s) on an rx4640 are Gigabit Ethernet.
So, you should not require a cross-over cable to directly connect your rx4640 to some other system via Ethernet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 08:38 PM
03-19-2009 08:38 PM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
All i need is to plug in my network cable from my laptop to server.
For the server end, i should plug to which point? MP lan or Core IO lan?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 09:11 PM
03-19-2009 09:11 PM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Yes , You are right.
>>>All i need is to plug in my network cable from my laptop to server.<<
have you tried , telnet or ftp ..?
have you connected your laptop to network point using your network cable.?
from there , can you try telnet or ftp
For the server end, i should plug to which point? MP lan or Core IO lan?<<<
MP lan --> Server Adminstration
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 10:36 PM
03-19-2009 10:36 PM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Because of this the server possibly cannot access the network, e.g. DNS.
Why not simply burn the patches to a CD, if you cannot reach the server over the network for any (unknown) reason?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2009 09:10 AM
03-20-2009 09:10 AM
Re: How to install Standard HP-UX Patch using USB Thumb drive on rx4640
Is your rx4640 really a standalone system with no other networking?!?