Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to install multiple patches on a 10.x system without rebooting?

0
Posted

How to install multiple patches on a 10.x system without rebooting?

0

Use swcopy to create a Patch depot and start swinstall with the patch depot as the source. The following script will create the patch depot for you: #!/sbin/sh # cd to the directory where the patches are (PHxx_xxxx) and start # this script. it will extract the patches one by one and create # a patch-depot in $PDEPOT. PDEPOT=/tmp/PATCH.depot for PFILE in PH*[0-9]; do sh $PFILE done # remove the archives rm PH*[0-9] # it’s a good habit first reading the PHxx_xxxx.text file # before deleting them. # rm *.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.