Sponsored Content
Full Discussion: upgrade unix version
Top Forums UNIX for Advanced & Expert Users upgrade unix version Post 67603 by Kelam_Magnus on Thursday 24th of March 2005 11:37:13 AM
Old 03-24-2005
UST,

since you asked such a specific question, I would refer you to HP forums itrc.hp.com or to docs.hp.com you will be able to find documentation there for an upgrade.
 

9 More Discussions You Might Find Interesting

1. Solaris

how to upgrade bash's version ?

Dear all, How to upgrade bash's version? which way should be easy between remove the old version first and upgrade it or upgrade without remove? Please, tell me how to upgrade step by step because I'm newbie thank in advance (4 Replies)
Discussion started by: unitipon
4 Replies

2. SCO

Upgrade current version of statd

Dear All, I have sco Unix release 5 and i was asked to Upgrade the current version of statd. kindly guide Regards (1 Reply)
Discussion started by: sak900354
1 Replies

3. Solaris

upgrade solaris mysql version...

hi i need to upgrade my solaris mysql version.. can u guide me the upgrade steps.. my current version is 4.0.31-log i need to upgrade to 5.0 .. thanks.. ---------- Post updated at 12:04 PM ---------- Previous update was at 11:28 AM ---------- my solaris version is 10.. ----------... (2 Replies)
Discussion started by: senkerth
2 Replies

4. AIX

mq upgrade from version 6 to 7 in aix server

Hi What are the steps to be followed when upgrading MQ version from 6 to 7 in aix server? cbsdbprd01 # oslevel -s 5300-10-01-0921 cbsdbprd01 # lslpp -l | grep -i mq mqm.base.runtime 6.0.2.1 COMMITTED WebSphere MQ Runtime for mqm.base.samples 6.0.2.1 ... (0 Replies)
Discussion started by: samsungsamsung
0 Replies

5. Solaris

Upgrade java version on solaris 10 SPARC

Hi Friends, I am trying to upgrade my java version on solaris sparc machine. I have installed the o/s software from scratch and it came with some default java version. I want to install the newer version of java available on top of this machine. I have already installed the latest version in... (7 Replies)
Discussion started by: prash358
7 Replies

6. Solaris

Upgrade of release version

Hi All, I got a task to upgrade release version of Solaris-9. I need to upgrade from Solaris 9 (Update 7) to Solaris 9 (Update 9) . My current config is - root@tsdpt01:/# uname -a SunOS tsdpt01 5.9 Generic_118558-06 sun4u sparc SUNW,Sun-Fire-V240 root@tsdpt01:/# cat /etc/release ... (2 Replies)
Discussion started by: solaris_1977
2 Replies

7. Solaris

zfs upgrade version

did a solaris 10 from an older update version to s10u9... it boots up clean.. one of the zfs pool comes up with this..older zfs version cannot be by new software.. try to do zpool import <name_of_zone> cannot import 'zone': pool is formatted using a newer ZFS version I know... (4 Replies)
Discussion started by: ppchu99
4 Replies

8. OS X (Apple)

Upgrade to Lion (Version 10.7.3) for MacBook Air

Anyone running Lion on their Mac? I'm currently running Snow Leopard (v. 10.6.8) and have been hesitant to upgrade to 10.7.X. Anyone at all running Lion? Any experiences good or bad to report? Thanks! (7 Replies)
Discussion started by: Neo
7 Replies

9. Shell Programming and Scripting

Upgrade Perl version on Solaris machine

Hi, Can you please assist in upgrading perl from 5.8.x to 5.10? Right now i am running the below verison on my Solaris SPARC machine. Thanks in advance (8 Replies)
Discussion started by: prash358
8 Replies
__PPC_YIELD(3)						     Linux Programmer'sManual						    __PPC_YIELD(3)

NAME
__ppc_yield, __ppc_mdoio, __ppc_mdoom - Hint the processor to release shared resources SYNOPSIS
#include <sys/platform/ppc.h> void __ppc_yield(void); void __ppc_mdoio(void); void __ppc_mdoom(void); DESCRIPTION
These functions provide hints about the usage of resources that are shared with other processors on the Power architecture. They can be used, for example, if a program waiting on a lock intends to divert the shared resources to be used by other processors. __ppc_yield() provides a hint that performance will probably be improved if shared resources dedicated to the executing processor are released for use by other processors. __ppc_mdoio() provides a hint that performance will probably be improved if shared resources dedicated to the executing processor are released until all outstanding storage accesses to caching-inhibited storage have been completed. __ppc_mdoom() provides a hint that performance will probably be improved if shared resources dedicated to the executing processor are released until all outstanding storage accesses to cacheable storage for which the data is not in the cache have been completed. VERSIONS
These functions first appeared in glibc in version 2.18. ATTRIBUTES
For an explanation of the terms used in this section, see attributes(7). +------------------------------+---------------+---------+ |Interface | Attribute | Value | +------------------------------+---------------+---------+ |__ppc_yield(), __ppc_mdoio(), | Thread safety | MT-Safe | |__ppc_mdoom() | | | +------------------------------+---------------+---------+ CONFORMING TO
These functions are nonstandard GNU extensions. SEE ALSO
__ppc_set_ppr_med(3) Power ISA, Book II - Section 3.2 ("or" architecture) GNU C Library 2017-09-15 __PPC_YIELD(3)
All times are GMT -4. The time now is 04:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy