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.

reboot more than once?

Reboot
0
Posted

reboot more than once?

0

Updated: 04/10/01 Use swcopy(1M) on each patch to copy the patch into a local depot, then use swinstall(1M) to install all patches contained in the local depot. # swcopy -s /tmp/PHCO_12345.depot -x enforce_dependencies=false \* \ @ /tmp/my_patch_depot # swcopy -s /tmp/PHCO_67890.depot -x enforce_dependencies=false \* \ @ /tmp/my_patch_depot etc.. # swinstall -s /tmp/my_patch_depot -x autoreboot=true \* The following script automates the process of creating the depot: #!/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. PATH=/usr/bin:/usr/sbin PDEPOT=/tmp/my_patch_depot for PFILE in PH*[0-9]; do sh $PFILE rm $PFILE done # It’s a good habit first reading the PHxx_xxxx.text files before deleting # them. # rm *.

Related Questions

What is your question?

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

Experts123