- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
04-16-2002 05:09 PM
04-16-2002 05:09 PM
Recently i try to apply patch PHNE_25484 into my HP-UX 11 Server.
However i having problem during rebuild the kernel. The Error message show :
NOTE: Building a new kernel based on template file "/stand/system"
Generating module: krm...
Compiling /stand/build/conf.c...
Loading the kernel...
ld: Unsatisfied symbol "mi_timer_alloc" in file /usr/conf/lib/librpc.a[rpcmod.o]
ld: Unsatisfied symbol "mi_timer" in file /usr/conf/lib/librpc.a[rpcmod.o]
ld: Unsatisfied symbol "mi_timer_free" in file /usr/conf/lib/librpc.a[rpcmod.o]
ld: Unsatisfied symbol "mi_timer_valid" in file /usr/conf/lib/librpc.a[rpcmod.o]
4 errors.
*** Error exit code 1
Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
By issue command swlist -l fileset -a state |grep PHNE_25484 , it show me status install.
I try to run swconfig * to change the status to configure and it is sucess.
Is swconfig run the rebuld kernel command???
what else can i do ?
Below is the command i use to install patch:
swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/PHNE_25484.depot
Please advise.
Regards,
Pat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 05:35 PM
04-16-2002 05:35 PM
Re: swinstall
I've not installed that patch, but with any
kernel patch (or any patch) there are some
unwritten rules to follow:
1. Create make_recovery_tape (ignite tape)
2. Run the swinstall program with the
preview option first, to see if there are
any errors.
You could test a generation of your kernel
by doing this.
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
vi the file and change something, or
remove something. Save the file.
# mk_kernel -s system
This will generate a kernel. Post your outcome.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 05:40 PM
04-16-2002 05:40 PM
Solutions800: 11.00
PHCO_22314
PHKL_22589
PHCO_23117
PHNE_22566
PHKL_20202
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 05:44 PM
04-16-2002 05:44 PM
Re: swinstall
Thanks for your reply.
I did follow the step and run mk_kernel -s system . Below is the output :
Generating module: krm...
Compiling conf.c...
Loading the kernel...
ld: Unsatisfied symbol "mi_timer_alloc" in file /usr/conf/lib/librpc.a[rpcmod.o]
ld: Unsatisfied symbol "mi_timer" in file /usr/conf/lib/librpc.a[rpcmod.o]
ld: Unsatisfied symbol "mi_timer_free" in file /usr/conf/lib/librpc.a[rpcmod.o]
ld: Unsatisfied symbol "mi_timer_valid" in file /usr/conf/lib/librpc.a[rpcmod.o]
4 errors.
*** Error exit code 1
Stop.
config: make did an exit(1)
Please advise.
Regards,
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 06:37 PM
04-16-2002 06:37 PM
Re: swinstall
Thanks for replying my message.
Allow me to ask , how to put into one depot?
Currently i have downloaded all patch and put it in directory /tmp
Hope you don't mind to send me the command
Thanks
Regards,
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 06:51 PM
04-16-2002 06:51 PM
Re: swinstall
# cd /tmp
# for x in PH*
> do
> sh $x
> done
==> running interactive for loop to unshar them
# mkdir /tmp/patch_depot
# for y in PH*.depot
> do
> swcopy -s /tmp/$y \* @ /tmp/patch_depot
> done
==> creating the patch depot
Finally just run swinstall with /tmp/patch_depot as your source.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 08:08 PM
04-16-2002 08:08 PM
Re: swinstall
After issue all command that you status, Fially i run "swinstall -s /tmp/patch_depot"
But i still having the same problem which status "mk_kernel used to rebuild the kernel, has failed"
My System still not able to rebuild new kernel.
Please advise.
I have another question , can i swintall by using option enforce_kernbld_failure=false to enable my install proceed first?
If result status configure when issue command "swlist -l fileset -a state" can i assume it is successfull install ???
I need this patch to be install.
Many Thanks.
Regards,
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 08:43 PM
04-16-2002 08:43 PM
Re: swinstall
try removing that patch using swremove and installing it again. this time look carefully
for any installation errors.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 09:46 PM
04-16-2002 09:46 PM
Re: swinstall
# cd /usr/conf/lib
# nm libstream.a|grep mi_timer
If you do not get anything back, go ahead and load patch PHNE_22566 and after that repeat the above. Now "mi_timer*" symbols should be in there. Proceed with the rest of the patches.
If "mi_timer*" symbols are already in libstream.a to begin with then I would not know why the kernel refuse to compile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 11:00 PM
04-16-2002 11:00 PM
Re: swinstall
Did you by any change changed the installation option to reinstall=true ?
If yes and you had all the dependencies there, patch PHKL_18543 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
is reinstalled then.
I hope you have an ignite tape available, else you will be left with the only other option:
Do a cold install from CD !
So a complete install form your system !
Check your swagent.log file to see if the patch is really reinstalled.
Good luck,
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 04:28 PM
04-17-2002 04:28 PM
Re: swinstall
Thanks for your advise, and now patch PHNE_25484 have been install successfully without any error.
I have another question hope you don't mind to give me some advise.
I have issue swlist -vl patch |grep PHNE_25484 but i can't see anything display.
By issue swlist -l patch |grep PHNE_25484 , information of patch PHNE_25484 only display.
Why swlist -vl patch doesn't display PHNE_25484 info ???
Many Thanks.
Regards,
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2002 05:53 PM
04-17-2002 05:53 PM
Re: swinstall
Frankly I'm not sure or have not really used "-v" option before, it's supposed to list all the attributes of the file/filesets, hence I can't comment on that. If there is any consolation, I ran the same commands (swlist -l patch vs swlist -vl patch) and I noticed too some of the patches are not found in "swlist -vl patch" output. You would want to run ..
# swlist -l fileset -a state
to make sure all filesets are in configured state.