<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux T&#38;T &#187; HP-UX</title>
	<atom:link href="http://linux.wxs.ro/category/hp-ux/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:42:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MC ServiceGuard control file changes</title>
		<link>http://linux.wxs.ro/2011/08/03/mc-serviceguard-control-file-changes/</link>
		<comments>http://linux.wxs.ro/2011/08/03/mc-serviceguard-control-file-changes/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 13:36:12 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1546</guid>
		<description><![CDATA[Modify cntl file: 1.) Make a copy of the control file 2.) Edit and make changes to this copy. 3.) Keep another backup copy. Stop the package 4.) Copy the new control file on all nodes where the package will get activated. 5.) Start the package and test the operations of the package on all [...]]]></description>
			<content:encoded><![CDATA[<p>Modify cntl file:<br />
1.) Make a copy of the control <strong>file</strong><br />
2.) Edit and make changes to this copy.<br />
3.) Keep another backup copy.<br />
Stop the package<br />
4.) Copy the new control <strong>file</strong> on all nodes where the package will get activated.<br />
5.) Start the package and test the operations of the package on all nodes.</p>
<p><a href="http://webcache.googleusercontent.com/search?q=cache:qQIhoexR20sJ:forums11.itrc.hp.com/service/forums/questionanswer.do%3FthreadId%3D112738+serviceguard+modify+cntl+file&amp;cd=1&amp;hl=en&amp;ct=clnk&amp;source=www.google.com">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/08/03/mc-serviceguard-control-file-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vgexport/vgimport</title>
		<link>http://linux.wxs.ro/2011/05/05/vgexportvgimport/</link>
		<comments>http://linux.wxs.ro/2011/05/05/vgexportvgimport/#comments</comments>
		<pubDate>Thu, 05 May 2011 11:20:59 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1468</guid>
		<description><![CDATA[On the primary node : &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 1.#pvcreate &#60;new row diskfiel&#62; 2.#vgextend vgname &#60;new block device file&#62; 3.export the map file in preview mode #vgexport -v -p -s -m /tmp/vgname.map &#60;vgname&#62; 4.copy the map file to the adoptive node On the adoptive node. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; 1.Note the minor number of the VG which ur goung to remove. [...]]]></description>
			<content:encoded><![CDATA[<p>On the primary node :<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>1.#pvcreate &lt;new row diskfiel&gt;</p>
<p>2.#vgextend vgname &lt;new block device file&gt;</p>
<p>3.export the map file in preview mode<br />
#vgexport -v -p -s -m /tmp/vgname.map  &lt;vgname&gt;</p>
<p>4.copy the map file to the adoptive node</p>
<p>On the adoptive node.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
1.Note the minor number of the VG which ur goung to remove.<br />
#ll /dev/vgname/group</p>
<p>2. remove the VG from the node.<br />
#vgexport &lt;vgname&gt;</p>
<p>3.create the VG directory and group file<br />
#mkdir /dev/vgname<br />
#mknod /dev/vgname/group c 64 &lt;minor number, eg 0&#215;090000 in the below eg. &#8220;get it from the ll command&#8221; &gt;<br />
eg:<br />
#  ll /dev/vg10/group<br />
crw-r&#8211;r&#8211;   1 root       sys         64 0&#215;090000 Mar 14 23:21 /dev/vg99/group</p>
<p>4.import the volume group.<br />
#vgimport -v -s -m /tmp/vgname.map vgname</p>
<p>5. Activate the vgname in read only mode to verify and then deactivate it once is ie verified.</p>
<p>#vgchange -a r vgname</p>
<p>#vgdisplay -v vgname # u can see the new disk</p>
<p>#vgchange -a n vgname</p>
<p><a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1212979">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/05/05/vgexportvgimport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vgchange conflicts with configured mode</title>
		<link>http://linux.wxs.ro/2011/05/05/vgchange-conflicts-with-configured-mode/</link>
		<comments>http://linux.wxs.ro/2011/05/05/vgchange-conflicts-with-configured-mode/#comments</comments>
		<pubDate>Thu, 05 May 2011 08:55:50 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1460</guid>
		<description><![CDATA[vgchange -c n /dev/vg &#38; then vgchange -a y /dev/vg vgchange -c y /dev/vg &#38; then vgchange -a e /dev/vg source]]></description>
			<content:encoded><![CDATA[<p><code>vgchange -c n /dev/vg &amp; then vgchange -a y /dev/vg<br />
vgchange -c y /dev/vg &amp; then vgchange -a e /dev/vg</code></p>
<p><a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1271107">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/05/05/vgchange-conflicts-with-configured-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP-UX bdf hangs</title>
		<link>http://linux.wxs.ro/2011/02/16/hp-ux-bdf-hangs/</link>
		<comments>http://linux.wxs.ro/2011/02/16/hp-ux-bdf-hangs/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 09:20:14 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1355</guid>
		<description><![CDATA[Check nfs mounts. source]]></description>
			<content:encoded><![CDATA[<p>Check nfs mounts.</p>
<p><a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1180417">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/16/hp-ux-bdf-hangs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing cluster lock disk in Service Guard</title>
		<link>http://linux.wxs.ro/2011/02/15/changing-cluster-lock-disk-in-service-guard/</link>
		<comments>http://linux.wxs.ro/2011/02/15/changing-cluster-lock-disk-in-service-guard/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 11:53:42 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1343</guid>
		<description><![CDATA[0) cmhaltcl 1 ) cd /etc/cmcluster 2) cmgetconf CLS.ASC 3) edit CLS.ASC and locate: FIRST_CLUSTER_LOCK_VG and in each node section: FIRST_CLUSTER_LOCK_PV 4) identify a new VG that will remain under cluster control after the SAN migration has completed 5) identify a PV in that VG (in /etc/lvmtab) 6) edit the CLS.ASC file, with the new [...]]]></description>
			<content:encoded><![CDATA[<p>0) cmhaltcl<br />
1 ) cd /etc/cmcluster<br />
2) cmgetconf CLS.ASC<br />
3) edit CLS.ASC and locate:<br />
FIRST_CLUSTER_LOCK_VG<br />
and in each node section:<br />
FIRST_CLUSTER_LOCK_PV<br />
4) identify a new VG that will remain under cluster control after the SAN migration has completed<br />
5) identify a PV in that VG (in /etc/lvmtab)<br />
6) edit the CLS.ASC file, with the new lock VG reference and for each node, lock PV reference.<br />
7) cmcheckconf -C CLS.ASC<br />
8<span>)</span> If step 7 succeeds, halt the cluster and apply the configuration change<br />
9) cmapplyconf -C CLS.ASC</p>
<p><a href="https://forums11.itrc.hp.com/service/forums/questionanswer.do?hpweb_printable=true&amp;admit=109447626+1297754782429+28353475&amp;threadId=1287201">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/15/changing-cluster-lock-disk-in-service-guard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a New Package on MC/Service Guard</title>
		<link>http://linux.wxs.ro/2011/02/15/add-a-new-package-on-mcservice-guard/</link>
		<comments>http://linux.wxs.ro/2011/02/15/add-a-new-package-on-mcservice-guard/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 11:47:39 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1336</guid>
		<description><![CDATA[# cmmakepkg -p /etc/cmcluster/TU4/dbTU4.conf Package template is created. This file must be edited before it can be used. Edit conf file Enter package Name. Enter Node name. Change Auto_run= yes. Enter package cntl file path name in run_script. (ex. #cmmakepkg -s /etc/cmcluster/TU4/dbTU4.cntl Package control script is created. This file must be edited before it can [...]]]></description>
			<content:encoded><![CDATA[<p><code># cmmakepkg -p /etc/cmcluster/TU4/dbTU4.conf</code><br />
Package template is created.<br />
This file must be edited before it can be used.<br />
Edit conf file Enter package Name. Enter Node name. Change Auto_run= yes. Enter package cntl file path name in run_script. (ex.<br />
<code><br />
#cmmakepkg -s /etc/cmcluster/TU4/dbTU4.cntl</code><br />
Package control script is created.<br />
This file must be edited before it can be used.<br />
Edit cntl file Enter Volume group Name (ex:-vg01,vg02 ) and file system name which are created in lvol.Enter the IP of package and subnet mask.<br />
<code><br />
#cmcheckconf -v -P package.conf<br />
#cmapplyconf -v -P package.conf<br />
#cmrunpkg -v [-n node] package_name</code></p>
<p><a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1363973">source1</a> <a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=769226">source2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/15/add-a-new-package-on-mcservice-guard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node is refusing Serviceguard Communication</title>
		<link>http://linux.wxs.ro/2011/02/15/node-is-refusing-serviceguard-communication/</link>
		<comments>http://linux.wxs.ro/2011/02/15/node-is-refusing-serviceguard-communication/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 11:03:42 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1334</guid>
		<description><![CDATA[Possible solution: check that /etc/hosts is up-to-date and: mv /etc/resolv.conf /etc/resolv.conf.orig]]></description>
			<content:encoded><![CDATA[<p>Possible solution:</p>
<p>check that /etc/hosts is up-to-date and:<br />
<code>mv /etc/resolv.conf /etc/resolv.conf.orig</code></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/15/node-is-refusing-serviceguard-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t remove a logical volume with lvremove</title>
		<link>http://linux.wxs.ro/2011/02/14/cant-remove-a-logical-volume-with-lvremove/</link>
		<comments>http://linux.wxs.ro/2011/02/14/cant-remove-a-logical-volume-with-lvremove/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 14:28:57 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1331</guid>
		<description><![CDATA[rmsf /dev/vgcm3/homjun and /dev/vgcm3/rhomjun source]]></description>
			<content:encoded><![CDATA[<p><code>rmsf /dev/vgcm3/homjun and /dev/vgcm3/rhomjun</code></p>
<p><a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1334614">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/14/cant-remove-a-logical-volume-with-lvremove/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing PowerPath on an HP-UX Host</title>
		<link>http://linux.wxs.ro/2011/02/14/installing-powerpath-on-an-hp-ux-host/</link>
		<comments>http://linux.wxs.ro/2011/02/14/installing-powerpath-on-an-hp-ux-host/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 14:25:41 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1327</guid>
		<description><![CDATA[gunzip /tmp/EMCPower.HPUX.PI.5.1.0.GA.b160.tar.gz swinstall -x autoreboot=true -x mount_all_filesystems=false -s /tmp/EMCPower.HPUX.PI.5.1.0.GA.b160.tar EMCpower source]]></description>
			<content:encoded><![CDATA[<p><code>gunzip /tmp/EMCPower.HPUX.PI.5.1.0.GA.b160.tar.gz<br />
swinstall -x autoreboot=true -x mount_all_filesystems=false -s /tmp/EMCPower.HPUX.PI.5.1.0.GA.b160.tar EMCpower</code></p>
<p><a href="http://www.emc.com/microsites/clariion-support/pdf/300-005-166.pdf">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/14/installing-powerpath-on-an-hp-ux-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP-UX add new disk</title>
		<link>http://linux.wxs.ro/2011/02/14/hp-ux-add-new-disk/</link>
		<comments>http://linux.wxs.ro/2011/02/14/hp-ux-add-new-disk/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 14:22:50 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[HP-UX]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1324</guid>
		<description><![CDATA[# ioscan -fnC disk # insf -e source]]></description>
			<content:encoded><![CDATA[<p><code># ioscan -fnC disk<br />
# insf -e</code></p>
<p><a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1297693297999+28353475&amp;threadId=219999">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/02/14/hp-ux-add-new-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

