<?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>Technical Side of E-Business Juncture &#187; Numa</title>
	<atom:link href="http://tech.ebusinessjuncture.com/category/numa/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.ebusinessjuncture.com</link>
	<description>Tech Tips</description>
	<lastBuildDate>Mon, 22 Feb 2010 22:47:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Numa: Adding Volumes</title>
		<link>http://tech.ebusinessjuncture.com/2009/10/numa-adding-volumes/</link>
		<comments>http://tech.ebusinessjuncture.com/2009/10/numa-adding-volumes/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 21:26:20 +0000</pubDate>
		<dc:creator>Mike Kniaziewicz</dc:creator>
				<category><![CDATA[Numa]]></category>

		<guid isPermaLink="false">http://tech.ebusinessjuncture.com/?p=29</guid>
		<description><![CDATA[Unmount volumes
check info horcom
if ok "unmount db volume
sudo unmount {DB Name}
stop volumes
sudo vxvol stop vdbm
Want to know the disk
vxprint -ht /grep dbmd / grep ^sd
Break the volume down
vxedit -r rm vdb{db name}a01
Remove disk from disk group
sudo vxdg rmdisk {disk name}
Basic Disk Info
vxdisk -list: gives listing of disk in svm
Add Disk Back IN
sudo svdg -g diskgroup [...]]]></description>
			<content:encoded><![CDATA[<pre>Unmount volumes
check info horcom
if ok "unmount db volume
sudo unmount {DB Name}
stop volumes
sudo vxvol stop vdbm
Want to know the disk
vxprint -ht /grep dbmd / grep ^sd
Break the volume down
vxedit -r rm vdb{db name}a01
Remove disk from disk group
sudo vxdg rmdisk {disk name}
Basic Disk Info
vxdisk -list: gives listing of disk in svm
Add Disk Back IN
sudo svdg -g diskgroup sharedg2 adddisk hd7210
Make Subdisk
sudo vxmake -g sharedge sd $[1]s0-0 $[1],0,28442685
Make Plex
sudo vxmake -g sharedg2 plex
ex. pbuRETd78-0 sd=hd721050-0
Make Volume
sudo vxmake -g sharedg2 vol
ex. vbuRET78 use_type=fsgen plex=pbu d78-0
Initialize Volume
sudo vxvol init clean {volume name}
start volume
sudo vxvol start {volume name}
put on file system
sudo newfs -F efs /dev/vx/rdsk/share/name/{volume name}
sudo fsck</pre>
<p>Enjoy,<br />
Mike Kniaziewicz</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.ebusinessjuncture.com/2009/10/numa-adding-volumes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
