- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to install the kernel patches for 11i
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-29-2004 05:46 PM
03-29-2004 05:46 PM
how to install the kernel patches for 11i
i download same patches for 11i for kernel .
i attch that files . in that one file called create_depot_hp-ux_11. thru this file we have to create deopt file. how to create this depot file .. i fully gone through the readme file. but i not getting .
help me in this acse..
Shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 05:54 PM
03-29-2004 05:54 PM
Re: how to install the kernel patches for 11i
run sh ./create_depot_hp-ux-11 to create the depot file
then do swinstall -s depot name.
and you are there in the sdux utility to isntall the depot
All the best
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 05:58 PM
03-29-2004 05:58 PM
Re: how to install the kernel patches for 11i
Take a backup of /stand/vmunux and /stand/system before starting the installation. Eventhough the kernel rebuilt will save the old kernel as vmunix.old and system.old.
With best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2004 07:03 PM
03-29-2004 07:03 PM
Re: how to install the kernel patches for 11i
# cd /tmp
# sh PHKL_27091
# swinstall -x autoreboot=true -x patch_match_target=true \
-s /tmp/PHKL_27091.depot
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 02:40 PM
03-30-2004 02:40 PM
Re: how to install the kernel patches for 11i
Naveej, I tried. but i got some error message ..
Interpreter "/bin/ksh" not found
file link resolves to "/usr/bin/ksh"
sh: ./create_depot_hp-ux_11: not found.
second i tried to install single patch that also exiting with errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 02:43 PM
03-30-2004 02:43 PM
Re: how to install the kernel patches for 11i
What if you assign execute permission to the file and then execute.
i.e. chmod 744 ./create_depot_hp-ux_11
and then # ./create_depot_hp-ux_11
What exact error message you are getting when you are trying to install the patch alone.
regds
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 02:46 PM
03-30-2004 02:46 PM
Re: how to install the kernel patches for 11i
download the patches as a group patches.zip
unzip patches.zip
create_depot_hp-ux_11 -d /tmp/kernel.depot
swinstall -x autoreboot=true -x reinstall=false -s /tmp/kernel.depot \*
The only real difference is the -d.
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
04-26-2004 12:41 AM
04-26-2004 12:41 AM
Re: how to install the kernel patches for 11i
# cd /
# ln -s /usr/bin bin
It might work ... it worked for me!
Regards,
Sergej