<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-10158763</id><updated>2011-04-22T07:16:39.881+02:00</updated><title type='text'>HP-UX Tips &amp; Tricks</title><subtitle type='html'>If 'u like UNIX taste... try HP-UX.
Interesting tips&amp;tricks on HP-UX</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-10158763.post-113801493298070844</id><published>2006-01-23T12:15:00.000+01:00</published><updated>2006-01-29T10:31:16.016+01:00</updated><title type='text'>How to Enable Asynchronous I/O Disk HP-UX 11.11</title><content type='html'>Do you want to use async I/O with your Oracle, Sybase ... etc ...&lt;br /&gt;&lt;br /&gt;Quite simple...&lt;br /&gt;&lt;br /&gt;a) From the SAM Kernel configuration menu, choose Drivers and set &lt;br /&gt;the Pending State for asyncdisk to In. &lt;br /&gt;&lt;br /&gt;b) From the Actions Menu rebuild the Kernel &lt;br /&gt;&lt;br /&gt;c) At the Unix Prompt , execute the following statements as 'root'&lt;br /&gt;# insf&lt;br /&gt;&lt;br /&gt;you must have in your /dev&lt;br /&gt;&lt;br /&gt;crw-rw-rw-   1 bin        bin        101 0x000000 Jan 23 12:41 /dev/async&lt;br /&gt;crw-rw-rw-   1 bin        bin        101 0x000000 Jan 23 12:41 /dev/asyncdsk&lt;br /&gt;&lt;br /&gt;if u don't have try:&lt;br /&gt;&lt;br /&gt;#insf -e &lt;br /&gt;&lt;br /&gt;...simple not??&lt;br /&gt;&lt;br /&gt;Another way is doing manually... not dificult... supose you are doing it for oracle:&lt;br /&gt;&lt;br /&gt;1. cd /stand/build&lt;br /&gt;&lt;br /&gt;2. /usr/lbin/sysadm/system_prep -s system&lt;br /&gt;&lt;br /&gt;3. vi /stand/build/system - add the following 2 lines: asyncdsk &amp; asyncdsk_included&lt;br /&gt;&lt;br /&gt;4. mk_kernel -s /stand/build/system&lt;br /&gt;&lt;br /&gt;5. cp /stand/system /stand/system.prev&lt;br /&gt;&lt;br /&gt;6. cp /stand/build/system /stand&lt;br /&gt;&lt;br /&gt;7. kmupdate /stand/build/vmunix_test&lt;br /&gt;&lt;br /&gt;8. cd /&lt;br /&gt;&lt;br /&gt;9. shutdown -r -y now&lt;br /&gt;&lt;br /&gt;10. after the system is reboot..&lt;br /&gt;&lt;br /&gt;11. Use sam to change the value of the parameter max_async_port from 50 -&gt; 1024 (static, you need reboot)&lt;br /&gt;&lt;br /&gt;12. check that the driver is installed: lsdev | grep 101&lt;br /&gt;&lt;br /&gt;&lt;i&gt;      101          -1         asyncdsk        pseudo&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;13. mknod /dev/async c 101 0x000000&lt;br /&gt;&lt;br /&gt;14. chown oracle:dba /dev/async (the special are created with crw-rw-rw- so you don't need perform that... it's your choice...)&lt;br /&gt;&lt;br /&gt;15. chmod 660 /dev/async&lt;br /&gt;&lt;br /&gt;16. vi /etc/privgroup - add 1 line: &lt;br /&gt;&lt;i&gt;dba MLOCK&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;17. run the command: setprivgrp -f /etc/privgroup&lt;br /&gt;&lt;br /&gt;18. run the command: getprivgrp, and make sure that you can the following&lt;br /&gt;output:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;global prvileges: CHOWN&lt;br /&gt;dba: MLOCK&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;19. make sure that the oracle team add the following parameter to the oracle&lt;br /&gt;init files:&lt;br /&gt;&lt;br /&gt;&lt;i&gt;disk_asynch_io=true&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Finaly you do rigth doing a little tests like...&lt;br /&gt;&lt;br /&gt;*It's your driver reali loaded???&lt;br /&gt;# kmadmin -k | grep async&lt;br /&gt;  &lt;i&gt;asyncdsk_included&lt;br /&gt;  asyncdsk&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;*Are your privgroups directives correctly established a boot???&lt;br /&gt;&lt;br /&gt;# grep /etc/privgroup /sbin/init.d/*&lt;br /&gt;&lt;i&gt;/sbin/init.d/set_prvgrp: if [ -f /etc/privgroup ]; then&lt;br /&gt;/sbin/init.d/set_prvgrp: /usr/sbin/setprivgrp -f /etc/privgroup&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10158763-113801493298070844?l=hpux-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hpux-tips.blogspot.com/2006/01/how-to-enable-asynchronous-io-disk-hp.html' title='How to Enable Asynchronous I/O Disk HP-UX 11.11'/><link rel='replies' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/113801493298070844/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10158763&amp;postID=113801493298070844' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/113801493298070844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/113801493298070844'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/2006/01/how-to-enable-asynchronous-io-disk-hp.html' title='How to Enable Asynchronous I/O Disk HP-UX 11.11'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10158763.post-112933321041974075</id><published>2005-10-15T01:40:00.000+02:00</published><updated>2006-01-29T10:32:56.006+01:00</updated><title type='text'>Kernel not Relocatable - VPAR - Ignite</title><content type='html'>If you are doing something like...&lt;br /&gt;&lt;br /&gt;vparcreate -p &amp;lt;name&amp;gt; /&lt;br /&gt;-a cpu::&amp;lt;x&amp;gt; /&lt;br /&gt;-a cpu:::&amp;lt;x&amp;gt;:&amp;lt;x&amp;gt; /&lt;br /&gt;-a cpu:0.10 -a cpu:&amp;lt;xx.yy&amp;gt; /&lt;br /&gt;-a mem::&amp;lt;nnnn&amp;gt; /&lt;br /&gt;-a io:&amp;lt;n.n.n...&amp;gt; /&lt;br /&gt;-a io:&amp;lt;n.n.n...&amp;gt; /&lt;br /&gt;-a io:&amp;lt;n.n.n...&amp;gt; &lt;br /&gt;-a io:&amp;lt;n.n.n...&amp;gt;:boot&lt;br /&gt;&lt;br /&gt;...and you get an error similar to...&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;&lt;br /&gt;[MON] Booting&lt;br /&gt;Kernel file is not relocatable&lt;br /&gt;File address is 0x0000000000020000 and memory address is 0x0000000004000000&lt;br /&gt;Error reading program segments&lt;br /&gt;Failed to load (n.n.n.n.....)/stand/vmunix&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;...when you're trying to install S.O. cloning another machine from Ignite, in my own experience is because the originar server copied with Ignite is not a vpar system, the problem is simply that the original soft doesn't have vpar software installed or the one installed is a previous version, so in order to load the O.S. you must:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;-Create a depot with your os and vpar soft...&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;make_depots -r &amp;lt;version ??B.11.11??&amp;gt; -s &amp;lt;source&amp;gt; (/dev/cdrom)&lt;br /&gt;make_depots -r &amp;lt;version ??B.11.11??&amp;gt; -a &amp;lt;700/800&amp;gt; -s &amp;lt;source&amp;gt; (/dev/cdrom)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;-Create the ignite configuration...&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;make_config -r &amp;lt;version ??B.11.11??&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;-Update ignite index...&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;manage_index -a -f /var/opt/ignite/data/Rel_B.11.11/apps_800_cfg&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;-Load ignite text or graphic...&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;/opt/ignite/bin/ignite&lt;br /&gt;or&lt;br /&gt;export DISPLAY=&amp;lt;ip.client&amp;gt;:&amp;lt;x.y&amp;gt;&lt;br /&gt;/opt/ignite/bin/ignite &amp;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;-You need to modify configuration...&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Menu Options &lt;br /&gt;  Server Configuration &lt;br /&gt;    Server Options&lt;br /&gt;        Default configuration: HP-UX B.11.11 Default&lt;br /&gt;        Client Timeouts: &amp;lt;nn&amp;gt;&lt;br /&gt;        Run clients installation UI on: server&lt;br /&gt;&lt;br /&gt;Menu Options &lt;br /&gt;  Server Configuration&lt;br /&gt;    Session Options&lt;br /&gt;      Mark: &lt;br /&gt;       Confirm new clients&lt;br /&gt;       Show the welcome screen for the install server&lt;br /&gt;      Unmark (if'u want)&lt;br /&gt;       Halt the client after installation&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;-Start vpar os install from ignite server&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;vparboot -p &amp;lt;name&amp;gt; -I &amp;lt;ip.server.ignite&amp;gt;,/opt/ignite/boot/WINSTALL&lt;br /&gt;&lt;br /&gt;Of course I supose you complain all network requirements... like broadcast enable in your vlan, dhcp server if you want... etc...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10158763-112933321041974075?l=hpux-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hpux-tips.blogspot.com/2005/10/kernel-not-relocatable-vpar-ignite.html' title='Kernel not Relocatable - VPAR - Ignite'/><link rel='replies' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/112933321041974075/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10158763&amp;postID=112933321041974075' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112933321041974075'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112933321041974075'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/2005/10/kernel-not-relocatable-vpar-ignite.html' title='Kernel not Relocatable - VPAR - Ignite'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10158763.post-112933257076853926</id><published>2005-10-15T01:29:00.000+02:00</published><updated>2005-10-18T22:39:05.916+02:00</updated><title type='text'>Timestamp .sh_history</title><content type='html'>&lt;strong&gt;Do you want timestamp or ip-sign every .sh_history entry ??&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Try this... simply fantastic....:&lt;br /&gt;&lt;br /&gt;&lt;terminal&gt; trap 'date "+# %c" | read -s' debug&lt;/terminal&gt; &lt;br /&gt;&lt;br /&gt;or...&lt;br /&gt;&lt;br /&gt;trap 'who am i -R | read -s' debug&lt;br /&gt;&lt;br /&gt;...you can try any other command you imagine to sign your history&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10158763-112933257076853926?l=hpux-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hpux-tips.blogspot.com/2005/10/timestamp-shhistory.html' title='Timestamp .sh_history'/><link rel='replies' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/112933257076853926/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10158763&amp;postID=112933257076853926' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112933257076853926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112933257076853926'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/2005/10/timestamp-shhistory.html' title='Timestamp .sh_history'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10158763.post-112887619066638636</id><published>2005-10-09T18:20:00.000+02:00</published><updated>2005-10-09T19:05:56.800+02:00</updated><title type='text'>Rock Ridge extensions ... pfs_mount?</title><content type='html'>Do you have problems mounting Oracle cd? or perhaps a Windows burned one?&lt;br /&gt;There is the minimal needed steps to mount a RickRidge CD on HP-UX 11i and how to export it to other machine:&lt;br /&gt;&lt;br /&gt;In the system where you've the CD do the next:&lt;br /&gt;0.- mysystem:/#mkdir -p /mnt/pfs_cdrom (use your own)&lt;br /&gt;1.- mysystem:/#nohup /usr/sbin/pfs_mountd &amp;&lt;br /&gt;2.- mysystem:/#nohup /usr/sbin/pfsd &amp;&lt;br /&gt;3.- Add the filesystem to /etc/pfs_fstab:&lt;br /&gt;   Sample: /dev/dsk/cXtYdZ /mnt/pfs_cdrom pfs-rrip xlat=unix 0&lt;br /&gt;   3.1.- As is not usual mount Rock Ridge CD i prefer do it manually and not in pfs_fstab&lt;br /&gt;4.- If you want export to other system perform steps 5 &amp; 6 if not, go to 7.&lt;br /&gt;5.- Put the rigth entry to your filesystem in the /etc/pfs_exports (man pfs_exports(5))&lt;br /&gt;6.- mysystem:/#pfs_exportfs -av&lt;br /&gt;7.- mysystem:/#pfs_mount /mnt/pfs_cdrom &lt;br /&gt;&lt;br /&gt;Now is the moment to mount in our remote system, so you must perform a few steps:&lt;br /&gt;&lt;br /&gt;0.- remotesystem:/#mkdir -p /mnt/pfs_cdrom (use your own)&lt;br /&gt;1.- remotesystem:/#nohup /usr/sbin/pfs_mountd &amp;&lt;br /&gt;2.- remotesystem:/#nohup /usr/sbin/pfsd &amp;&lt;br /&gt;3.- remotesystem:/#pfs_mount -o xlat=unix,rrip mysystem:/mnt/pfs_cdrom /mnt/pfs_cdrom&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10158763-112887619066638636?l=hpux-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hpux-tips.blogspot.com/2005/10/rock-ridge-extensions-pfsmount.html' title='Rock Ridge extensions ... pfs_mount?'/><link rel='replies' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/112887619066638636/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10158763&amp;postID=112887619066638636' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112887619066638636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112887619066638636'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/2005/10/rock-ridge-extensions-pfsmount.html' title='Rock Ridge extensions ... pfs_mount?'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10158763.post-112859956925452374</id><published>2005-10-06T13:31:00.000+02:00</published><updated>2006-01-29T10:30:04.320+01:00</updated><title type='text'>Classic problem.... Root Lost Password... ;)</title><content type='html'>&lt;strong&gt;This is an easy question... but... what if your system is trusted mode??? &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Don't be afraid, there is no problem, this is the official procedure but not only... you can use some steps of this procedure if you want re-stablish a password than can not be set by ciclic problems...&lt;br /&gt;&lt;br /&gt;The steps to reactivate the root account:&lt;br /&gt;&lt;br /&gt;1. Boot the system in to single user mode.&lt;br /&gt;&lt;br /&gt;2. Mount /usr file systems.&lt;br /&gt;   # mount /usr&lt;br /&gt;&lt;br /&gt;   Note: The file system might need file system check (fsck) before mounting.&lt;br /&gt;&lt;br /&gt;3. Systems that are not using Trusted System security skip to step #4.&lt;br /&gt;   For Trusted Systems (presence of a /tcb directory), follow these additional&lt;br /&gt;   steps:&lt;br /&gt;&lt;br /&gt;  a) Use the following command to reactivate the 'root' account:&lt;br /&gt;     # /usr/lbin/modprpw -k root&lt;br /&gt;&lt;br /&gt;  b) Use the 'modprpw' command to null the password, so that the passwd command&lt;br /&gt;     does not prompt for the old password.&lt;br /&gt;&lt;br /&gt;     10.x&lt;br /&gt;     # /usr/lbin/modprpw -w "" root&lt;br /&gt;&lt;br /&gt;     11.x&lt;br /&gt;     # /usr/sam/lbin/usermod.sam -F -p "" root&lt;br /&gt;&lt;br /&gt;     NOTE: To untrust the system, use: tsconvert -r&lt;br /&gt;&lt;br /&gt;4. Change the root account password.&lt;br /&gt;   # passwd root&lt;br /&gt;&lt;br /&gt;5. Boot the system in to multi user mode.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Tanx &amp; refs: &lt;br /&gt;&lt;br /&gt;&lt;a href="http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;admit=552267591+1128588061204+28353475&amp;docId=200000079999651"&gt;ITRC&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10158763-112859956925452374?l=hpux-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hpux-tips.blogspot.com/2005/10/classic-problem-root-lost-password.html' title='Classic problem.... Root Lost Password... ;)'/><link rel='replies' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/112859956925452374/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10158763&amp;postID=112859956925452374' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112859956925452374'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/112859956925452374'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/2005/10/classic-problem-root-lost-password.html' title='Classic problem.... Root Lost Password... ;)'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10158763.post-110933294071440150</id><published>2005-02-25T12:45:00.000+01:00</published><updated>2005-10-06T13:55:59.920+02:00</updated><title type='text'>What's on iCOD...</title><content type='html'>Hewlett-Packard's Instant Capacity On Demand (iCOD) is program designed for customers that owns a HP 9000 enterprise server and provides the ability to access to additional CPU resources beyond the amount that was purchased. As HP defines it:&lt;br /&gt;&lt;em&gt;... provides you with the ability to activate additional CPU power for unexpected growth and unexpected spikes in workloads...&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;In fact, HP 9000 systems called iCOD systems, had more cpu's than customer purchased, these are the iCOD CPUs. These CPUs belongs to HP and the customer paid for a nominal &lt;em&gt;"Right-To-Access Fee"&lt;/em&gt;. This rigth allows customer to activate any number of iCOD CPUs in any time, transforming them in a &lt;em&gt;ordered&lt;/em&gt; CPUs, this operation is considered an upgrade for the HP 9000.&lt;br /&gt;&lt;br /&gt;But this isn't the only advantage of iCOD, because it is possible too have this CPU's activated by a limited amount of time, in example the customer can have one or more cpu active only three days a month, or all monday nigths, or any other combination. This program is a evolution of iCOD and is called TiCOD: &lt;em&gt;Temporary Instant Capacity On Demand"&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;I think is a really insteresting option, and if you want more detailed information, you can get it publically available from:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;a href=http://docs.hp.com/en/B9073-90012/index.html&gt;http://docs.hp.com/en/B9073-90012/index.html&lt;/a&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10158763-110933294071440150?l=hpux-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/110933294071440150/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10158763&amp;postID=110933294071440150' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/110933294071440150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/110933294071440150'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/2005/02/whats-on-icod.html' title='What&apos;s on iCOD...'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-10158763.post-110573490730512862</id><published>2005-01-14T22:19:00.000+01:00</published><updated>2006-01-29T10:30:31.093+01:00</updated><title type='text'>Create HP-UX Depot</title><content type='html'>What happens if you try to download some patchs recommended for Java 1.4 on HP-UX 11i, but when you got the zip or tar file the script "create_depot_hp-ux_11" is not included. Lot of people 've had this dissapointing experience. But it's easy to create this by yourself&lt;br /&gt;&lt;br /&gt;Try it...&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Copy the patches to a directory (/tmp/patch)&lt;br /&gt;#cd /tmp/patch&lt;br /&gt;#tar xvf file.tar&lt;br /&gt;#for i in PH*&lt;br /&gt;&gt;do&lt;br /&gt;&gt;sh $i&lt;br /&gt;&gt;done&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;All your patches are unshared now&lt;br /&gt;&lt;br /&gt;&lt;em&gt;#mkdir depot&lt;br /&gt;#for i in PH*.depot&lt;br /&gt;&gt;do&lt;br /&gt;&gt;swcopy -s ${PWD}/$i \* @ /tmp/patch/depot&lt;br /&gt;&gt;done&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Ok you had a new depot so install it...&lt;br /&gt;&lt;br /&gt;&lt;em&gt; # swinstall -s /tmp/patch/depot&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://itrc.hp.com"&gt;Ref:http://itrc.hp.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/10158763-110573490730512862?l=hpux-tips.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hpux-tips.blogspot.com/2005/01/create-hp-ux-depot.html' title='Create HP-UX Depot'/><link rel='replies' type='application/atom+xml' href='http://hpux-tips.blogspot.com/feeds/110573490730512862/comments/default' title='Enviar comentarios'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=10158763&amp;postID=110573490730512862' title='0 comentarios'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/110573490730512862'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/10158763/posts/default/110573490730512862'/><link rel='alternate' type='text/html' href='http://hpux-tips.blogspot.com/2005/01/create-hp-ux-depot.html' title='Create HP-UX Depot'/><author><name>Juanma</name><uri>http://www.blogger.com/profile/13827011934691415213</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
