Jump to content 日本-日本語
日本HPホーム 製品とサービス サポートとドライバ ソリューション ご購入方法
≫ お問い合わせ
日本HPホーム
企業ユーザ向けサポート情報   >  HP-UX サポート  >  セキュリティ報告&パッチダイジェスト翻訳版

PHKL_35477 s700_800 11.23 VxVM 4.1 カーネルパッチ03

企業ユーザ向けサポート情報

HP-UX サポート
Tru64 サポート
OpenVMS サポート
セキュリティ報告&パッチダイジェスト翻訳版
技術情報ツリー
ソフトウェアアップデート情報
ITRC日本フォーラム

ITRC

パッチデータベース
技術情報ベースの検索
サポートケースマネージャ
ソフトウェア アップデート マネージャ (SUM)
ご利用の手順
日本HPサイトマップ
コンテンツに進む
パッチ名:   PHKL_35477

パッチ摘要: s700_800 11.23 VxVM 4.1 カーネルパッチ03

作成日:  06/11/30

公開日:  07/01/10

ハードウェアプラットフォームおよびOSリリース:

	s700: 11.23
	s800: 11.23

現象:

	PHKL_35477:

	1.(SR:8606467114 CR:JAGag22548)
	Veritas不具合番号: 795954
	RAC over VCSクラス内のあるノードはOracleを(スタンドアロンモードで)実行
	し、他のノードはシャットダウンされている場合、あるデータベースのアップ
	デート中にシステムがデータTLBフォルトパニックになります。スタックトレ
	ースは次のようになっています。

	kmem_free+0x70
	vol_free+0x30
	voldrl_trans_copy+0x140
	vol_mv_postcommit+0x240
	vol_commit_apply_objects+0x2a0
	vol_ktrans_commit+0xb80
	volconfig_ioctl+0x500
	volsioctl_real+0x710
	volsioctl+0x40
	vols_ioctl+0x90
	spec_ioctl+0x1d0
	vno_ioctl+0x190
	ioctl+0x200
	syscall+0x920

	2.(SR:8606467111 CR:JAGag22545)
	Veritas不具合番号: 788673
	レプリケーション環境(VVR)でRlinkが切り離されている場合に以下の操作を行
	うと、二次ノードが"vxibc process memory alignment errors"でパニックに
	なります。

	1) 一次ノード上で、次のコマンドを実行します。

	        vradmin -g <dg> -c <chkpoint> syncrvg <rvg><secondary>

	2) 二次ノード上で、周期的に次のコマンドを実行します。

	        vxibc -g <dg> receive

	3.(SR:8606467115 CR:JAGag22549)
	Veritas不具合番号: 795052
	top(1)コマンドが報告する"vxiod"プロセスのCPU使用率が異常に高くなってい
	ます。

	4.(SR:8606405601 CR:JAGaf65522)
	Veritas不具合番号: 795065
	複数のプレックスから成るボリュームのボリューム再同期が、2TBのオフセッ
	ト後中断します。vxassist、vxvol、vxrecoverのようなコマンドが次のような
	エラーで異常終了します。

	vxvm:vxvol: ERROR: Volume vxvol01: READ error at block
	2147483648:
	System error: Bad file number
	vxvm:vxvol: ERROR: Volume vxvol01: synchronizing read
	loop failed, it should
	vxvm:vxvol: ERROR:      be stopped and restarted
	vxvm:vxvol: INFO: Attempting to cleanup after failure ...
	Volume consisting of two or more plexes will remain in
	NEEDSYNC state.

	5.(SR:8606467116 CR:JAGag22550)
	Veritas不具合番号: 797027
	共有モードのディスクグループをインポートすると、フェンス機能が有効にな
	っているホスト上でパニックがトリガーされます。システムが次のようなデー
	タページフォルトパニックになります。

	(panic+0xc0)
	(fstatvfs64_stub32+0x3a410)
	(trap+0x1170)
	($call_trap+0x38)
	(bcopy_pcxu_method+0x0)
	(dmp_get_db+0x2f4)
	(dmp_xchg_db+0xc8)
	(gendmpioctl+0x480)
	(dmpioctl+0xc0)
	(vol_dmp_ktok_ioctl+0x1cc)
	(volcvm_setiopath+0x33c)
	(volcvm_ioctl+0x520)
	(volsioctl_real+0x538)
	(volsioctl+0x4c)
	(vols_ioctl+0x84)
	(spec_ioctl+0x90)
	(vno_ioctl+0xc8)
	(ioctl+0xe0)
	(syscall+0x544)
	($syscallrtn+0x0)

問題点の説明:
 
	PHKL_35477:

	1.(SR:8606467114 CR:JAGag22548)
	Veritas不具合番号: 795954
	単一agenode構造の解放時に、voldrl_trans_copy()が、ページ境界でないアド
	レスをkmem_free()に渡すことがありました。そのため、アレーナアロケータ
	が間違って、解放するそのオブジェクト(つまり、agenode)を小オブジェクト
	とみなしていました。しかし、実際には、agenodeは4KBページ単位で割り当て
	られています。その結果、不正な参照によるパニックが起きていました。

	解決方法:
	未使用agenodeを個別に解放するのではなく、まず、それらのagenodeを
	agenode空きリストにリンクし、次に、同じ4KBページ単位で割り当てられた
	agenodeを一斉に解放するようにコードを修正しました。

	2.(SR:8606467111 CR:JAGag22545)
	Veritas不具合番号: 788673
	ある変数を初期化していなかったため、ヌルポインタ参照によるパニックが起
	きていました。

	解決方法:
	変数を初期化するようにコードを修正しました。

	3.(SR:8606467115 CR:JAGag22549)
	Veritas不具合番号: 795052
	これは、パフォーマンスチューニングに関連した既知の問題です。この問題を
	回避するには、調整可能なシステムパラメータvoldrl_max_drtregsを4096に設
	定し、かつ、(adbを使って)voldrl_volumemax_drtregsを増やす必要がありま
	す。しかし、adbを使ってvoldrl_volumemax_drtregsを変更するのは、ユーザ
	ーフレンドリではありません。

	解決方法:
	voldrl_volumemax_drtregsを調整可能なシステムパラメータにしました。

	4.(SR:8606405601 CR:JAGaf65522)
	Veritas不具合番号: 795065
	ボリュームの長さとオフセットを格納するために使用する一部の変数のオーバ
	ーフローにより、ボリューム再同期が2TBのオフセット後中断していました。

	解決方法:
	変数のサイズを修正して64ビット互換にしました。2TBを超えるボリュームサ
	イズを格納するようにDRLヘッダーも修正しました。DRLログは、インストール
	スクリプトによって自動的に作成されます。

	5.(SR:8606467116 CR:JAGag22550)
	Veritas不具合番号: 797027
	指定したコントローラと一致するアクティブなまたは有効なパスが見つからな
	かったためdmp_set_cur_pri()によってヌルに設定されたDMPノードの
	cur_pri_pathを参照していたため、パニックが起きていました。別のスレッド
	がvxdmpadmを使ってパスを無効にすると、この問題が起きることがありました。

	解決方法:
	参照する前に、cur_pri_pathがヌルでないかチェックするようにコードを修正
	しました。

-----------------------------------------------------------------------------
Patch Name: PHKL_35477

Patch Description: s700_800 11.23 VxVM 4.1 Kernel Patch 03

Creation Date: 06/11/30

Post Date: 07/01/10

Hardware Platforms - OS Releases: 
	s700: 11.23
	s800: 11.23

Products: 
	VxVM 4.1

Filesets: 
	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_IA,v=HP
	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_IA,v=VERITAS
	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_IA,v=HP
	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_IA,v=VERITAS
	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_PA,v=HP
	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_PA,v=VERITAS
	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_PA,v=HP
	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_PA,v=VERITAS

Automatic Reboot?: Yes

Status: General Release

Critical: 
	Yes
	PHKL_35477: PANIC
	PHKL_34812: ABORT PANIC HANG CORRUPTION
	PHKL_33510: ABORT HANG PANIC MEMORY_LEAK CORRUPTION

Category Tags: 
	defect_repair enhancement general_release critical panic
	halts_system corruption memory_leak

Path Name: /hp-ux_patches/s700_800/11.X/PHKL_35477

Symptoms: 
	PHKL_35477:
	(SR: 8606467114 CR: JAGag22548)
	Veritas Incident Number: 795954
	On a RAC over VCS, when one node is up and
	running Oracle (standalone mode), and the
	others are shutdown, the system experinces
	a data TLB fault panic at the time of doing
	some database updation. The following stack
	trace is seen:

	kmem_free+0x70
	vol_free+0x30
	voldrl_trans_copy+0x140
	vol_mv_postcommit+0x240
	vol_commit_apply_objects+0x2a0
	vol_ktrans_commit+0xb80
	volconfig_ioctl+0x500
	volsioctl_real+0x710
	volsioctl+0x40
	vols_ioctl+0x90
	spec_ioctl+0x1d0
	vno_ioctl+0x190
	ioctl+0x200
	syscall+0x920

	(SR: 8606467111 CR: JAGag22545)
	Veritas Incident Number: 788673
	In a Replication environment (VVR), when Rlink is
	disconnected, the following operations result in a
	panic on the secondary with "vxibc process memory
	alignment errors".

	1. On primary, run the command: vradmin -g
		<dg> -c <chkpoint> syncrvg <rvg><secondary>

	2. On secondary, periodically run the command:
			vxibc -g <dg> receive

	(SR: 8606467115 CR: JAGag22549)
	Veritas Incident Number: 795052
	High CPU usage by "vxiod" processes as reported by
	top(1) command.

	(SR: 8606405601 CR: JAGaf65522)
	Veritas Incident Number: 795065
	Volume resync of volumes consisting of more than a
	single plex fails after 2TB offset. Commands like
	vxassist, vxvol, vxrecover will fail with an error:-

	vxvm:vxvol: ERROR: Volume vxvol01: READ error at block
	2147483648:
	System error: Bad file number
	vxvm:vxvol: ERROR: Volume vxvol01: synchronizing read
	loop failed, it should
	vxvm:vxvol: ERROR:      be stopped and restarted
	vxvm:vxvol: INFO: Attempting to cleanup after failure ...
	Volume consisting of two or more plexes will remain in
	NEEDSYNC state.

	(SR: 8606467116 CR: JAGag22550)
	Veritas Incident Number: 797027
	Importing the disk group in shared mode triggered a
	panic on the host with fencing enabled. The following
	data page fault panic is seen on the system:

	(panic+0xc0)
	(fstatvfs64_stub32+0x3a410)
	(trap+0x1170)
	($call_trap+0x38)
	(bcopy_pcxu_method+0x0)
	(dmp_get_db+0x2f4)
	(dmp_xchg_db+0xc8)
	(gendmpioctl+0x480)
	(dmpioctl+0xc0)
	(vol_dmp_ktok_ioctl+0x1cc)
	(volcvm_setiopath+0x33c)
	(volcvm_ioctl+0x520)
	(volsioctl_real+0x538)
	(volsioctl+0x4c)
	(vols_ioctl+0x84)
	(spec_ioctl+0x90)
	(vno_ioctl+0xc8)
	(ioctl+0xe0)
	(syscall+0x544)
	($syscallrtn+0x0)

	PHKL_34812:
	(SR:8606423507 CR:JAGaf83030)
	Veritas Incident Number:540072
	Data Page fault panic occurs with the following
	stack trace when using a third party replicator
	product with VxVM on HP-UX:

	 vol_dev_strategy+0xb0
	 voldiskiostart+0x58c
	 vol_subdisksio_start+0x40
	 volkcontext_process+0x3f8
	 volkiostart+0x6dc
	 volstrategy+0x64
	 vol_strategy+0x220
	 ftd_do_io+0x2f4
	 ftd_finish_io+0x244
	 ftd_iodone_journal+0x718
	 biodone+0xfc
	 volkiodone+0x294
	 volsiodone+0x4b0
	 vol_subdisksio_done+0x70
	 volkcontext_process+0x354
	 voldiskiodone+0x32c
	 biodone+0xfc
	 gendmpiodone+0x148
	 dmpiodone+0x10
	 biodone+0xfc

	(SR:8606440332 CR:JAGaf98219)
	Veritas Incident Number:594020
	On IPF systems, loading of module dmphpalua
	fails with following errors in message buffer.
	MOD: mod_obj_procsymtab:
	Undefined symbol __milli_memset in loadable
	module /stand/current/mod/dmphpalua.
	WARNING: MOD: mod_obj_load: Processing symbol
	table in module
	/stand/current/mod/dmphpalua failed
	WARNING: mod_deletestr: could not find
	string in the dump string table
	MOD: mod_load_helper: error loading dmphpalua.

	(SR:8606445110 CR:JAGag02592)
	Veritas Incident Number:598407
	If there is only one data port defined in vrport
	and the transport protocol in VVR is switched
	from UDP to TCP and back to UDP again, the
	following message occurs and the rlinks do not
	connect.
	vxio: [ID 304695 kern.warning] WARNING: VxVM VVR
	vxio V-5-0-54 Cannot find any free port to bind

	(SR: 8606445101 CR:JAGag02584)
	Veritas Incident Number:540075
	Under the following scenario, detached plexes
	remain out-of-sync even after recovery. This may
	lead to silent data corruption.

	1) A volume has 2 or more plexes all of which are
	   ACTIVE (none is DETACHED).
	2) The volume does not have any snapshots.
	3) Some of the plexes become unavailable while
	   multiple I/Os are active on the volume.
	4) System crashes after the unavailable plexes are
	   marked DETACHED but before the DCO captures the
	   differences between the good and detached plexes.

	(SR:8606445104 CR:JAGag02586)
	Veritas Incident Number:592373
	In the scenario discussed in JAGag02584,
	the system can hit the data page fault panic in
	the function voldco_multiupdate_sio_done() if DCO
	update fails. This function was newly added with
	the fix for JAGag02584.
	Following is the stack trace:
	voldco_multiupdate_sio_done()
	voliod_iohandle()
	...

	(SR: 8606445107 CR:JAGag02589)
	Veritas Incident Number:601657
	The data page fault panic is seen on VVR secondary
	node when vxibc scripts were run.
	Following is the stack trace:

	vol_cvol_bplus_walk()
	vol_cvol_rw_start()
	voliod_iohandle()
	voliod_loop()

	(SR:8606445108 CR:JAGag02590)
	Veritas Incident Number:600709
	In the CVM environment, after issuing the command
	"vxdg destroy testdg" on the CVM master node, the
	following messages are seen in the syslog of the
	slave nodes:

	Feb 28 16:04:43 vm240v35 vxvm:vxconfigd:
	V-5-1-0 vold_pgr_unregister
	(/dev/vx/rdmp/TagmaStore_USP0_1033): failed to unregister
	CPGR0006XMPh=0 (Error 6).
	Feb 28 16:04:44 vm240v35 vxvm:vxconfigd:
	V-5-1-0 vold_pgr_unregister
	(/dev/vx/rdmp/TagmaStore_USP0_1041): failed to unregister
	CPGR0006XhXh (Error 6).

	(SR:8606445115 CR:JAGag02597)
	Veritas Incident Number:535829
	In a CVM/VCS environment, failback doesn't happen as
	expected in an A/P FUJITSU array. Following are the
	I/O error messages with disabled filesystems:

	VCS ERROR V-16-1-5507 (whale)
	CFSMount:cfsmount1:monitor:File System
	Disabled:
	MountPoint : /testdir/dir1

	(SR:8606445314 CR:JAGag02784)
	Veritas Incident Number:519651
	If all paths to a VM disk which constitutes a
	mirrored volume are disconnected, vxconfigd may
	hang while doing configuration updates on the
	failed disk, with the following stack trace.

	sleep+0x30
	biowait+0x260
	physio+0x5b0
	dmpread+0x110
	spec_rdwr+0x4a0
	vno_rw+0x200
	read+0x2b0
	syscall+0x920

	(SR:8606446350 CR:JAGag03724)
	Veritas Incident No:565987
	In a CVM environment, after disabling the
	primary path of a shared disk via
	"vxdmpadm disable ctrl=<ctrl_name>" on the CVM master,
	I/Os don't fail over to the secondary path(s) on CVM
	slave nodes.

	(SR:8606446351 CR:JAGag03725)
	Veritas Incident No:569033
	HP EVA ALUA ASL failed to claim HSV disks with
	the following vxconfigd errors:
	$ vxdctl enable
	"VxVM vxconfigd ERROR V-5-1-8784 disk /dev/rdsk/c92t0d7
	can't be claimed - DDL_ERROR hpalua
	claim_device: AAS invalid hpalua claim_device:AAS
	invalid: Error 0
	VxVM vxconfigd ERROR V-5-1-8784 disk /dev/rdsk/c92t0d5
	can't be claimed - DDL_ERROR: Error
	vxcheckasl or vxasldebug shows
	"libvxhpalua.sl:claim_device() : ERROR"

	(SR:8606417984 CR:JAGaf77817)
	Veritas Incident No:429056
	In Cluster Environment with say node1, node2 and node3,
	where node3 was master and node2 was passive slave.
	During reconfiguration, while node1 was joining, before
	its completion, the reconfiguration for abort of master
	was initiated resulting in an overlapping reconfiguration.
	The master was aborted with the following messages seen
	in the syslog:

	vmunix: NOTICE: TIME_JOIN 0x13ca51e VxVM cvm:vxio V-5-3-9367
	volcvm_abort: END RECONFIG (ABORT)==========
	vmunix: NOTICE: TIME_JOIN 0x13ca51e VxVM vxio
	V-5-3-865 cvm_abort: done
	vxvm:vxconfigd: V-5-1-7901 CVM_VOLD_STOP command received
	vmunix: NOTICE: VxVM vxio 0 fail_join: resetting
	vol_vold_in_join.orig rseqno = 0x13ca51e, curr rseqno = 0x0,
	sizeof(struct volkcvm_errbuf) = 24.
	vmunix: NOTICE: TIME_JOIN 0x13ca51e VxVM cvm:vxio V-5-3-9385
	volcvm_fail_join
	vmunix: GAB INFO V-15-1-20032 Port w closed
	vxvm:vxconfigd: V-5-1-4109 -1 returned from volcvm_establish
	vxvm:vxconfigd: V-5-1-4852 cluster_establish: timed out
	vxvm:vxconfigd: V-5-1-11178 kernel_fail_join() : join timed
	out during reconfiguration (12, -1) seq no = 0x13ca51e.
	vxvm:vxconfigd: V-5-1-9543 Timeout is not reset: another

	(SR:8606455807 CR:JAGag12302)
	Veritas Incident Number:622566
	Slave cannot join to CVM cluster after reboot.
	The problem is not specific to VCS.

	vmunix: VCS FEN INFO V-11-1-34 The ioctl
	VXFEN_IOC_CLUSTSTAT returned 0
	vmunix: GAB INFO V-15-1-20036 Port u gen
	56ef1a membership ;1
	vmunix: GAB INFO V-15-1-20038 Port u gen
	56ef1a k_jeopardy 0
	vmunix: GAB INFO V-15-1-20040 Port u gen
	56ef1a visible 0
	vmunix: GAB INFO V-15-1-20036 Port v gen
	56ef2c membership 01
	vmunix: GAB INFO V-15-1-20036 Port w gen
	56ef32 membership 01
	vmunix: WARNING: VxVM vxio V-5-0-164 Failed to
	join cluster EMR_Cluster, aborting
	vmunix: GAB INFO V-15-1-20032 Port u closed
	vmunix: GAB INFO V-15-1-20032 Port v closed
	vmunix: NOTICE: VxVM vxio 0 fail_join: resetting
	vol_vold_in_join. orig rseqno = 0x56ef2b, curr
	rseqno = 0x0, sizeof(struct volkcvm_errbuf) = 24.
	vmunix: GAB INFO V-15-1-20032 Port w closed
	Had[5145]: VCS ERROR V-16-1-1005 (emrdb2)
	CVMCluster:???:monitor:node - state: out of cluster
	VxVM vxconfigd DEBUG V-5-1-9447 slave requesting join
	VxVM vxconfigd DEBUG V-5-1-9441 slave - calling
	vold_send_portal SLAVE_JOIN
	VxVM vxconfigd DEBUG V-5-1-9451 TIME_JOIN 56ef4f:
	slave_response end do_next 1
	VxVM vxconfigd DEBUG V-5-1-8200 verrno 230, buf 0,
	buflen 0, sl_active=1, sl_state=2
	VxVM vxconfigd DEBUG V-5-1-9452 TIME_JOIN 56ef4f:
	start of slave_response 2
	VxVM vxconfigd DEBUG V-5-1-5949 slave response: res
	is 230 state is 2
	VxVM vxconfigd DEBUG V-5-1-5963 slave_abort called
	reason is 230;
	VxVM vxconfigd DEBUG V-5-1-5892 REQUEST FAILURE:
	client 31497: Volume recovery in progress
	VxVM vxconfigd DEBUG V-5-1-5993 slave_reinit:
	rejoin failed

	(SR:8606455828 CR:JAGag12320)
	Veritas Incident Number:602717
	We have implemented a timeout for vxconfigd such that,
	it can timeout if a long time is taken to read private
	regions of faulty disks. The timeout value can be tuned
	by the user and its usage is given in details in the
	man page for vxdctl.

	(SR:8606449570 CR:JAGag06724)
	Veritas Incident Number:633161
	During overlapping CVM reconfigurations, such as a node
	join being interrupted by another node leaving the
	cluster, vxconfigd times out on any one of the nodes,
	which can lead to MCSG halting the node in
	ServiceGuard/CFS stack. This problem is reproducible
	with internal testing/stress testing. A typical symptom
	of this problem is that the kernel thread is spawned by
	CVM node id daemon, while in node id protocol, is stuck
	on vol_vold_in_join variable to be reset. Typical stack
	trace of the kernel thread associated with the symptom
	is:

	kt_stat: TSSLEEP
	kt_cntxt_flags: 0x0
	kt_wchan: vol_vold_join_sync+0x8

	swtch_to_thread+0x550
	_swtch+0x30
	real_sleep+0x9e0
	sleep_spinunlock+0x1b0
	_vol_syncwait+0x4a0
	vol_set_membership+0x14c0
	volcvm_set_members+0x15b0
	kthread_daemon_startup+0x40
	kthread_daemon_startup+0x0
	swtch_to_thread+0x550

	(SR:8606452725 CR:JAGag09532)
	Veritas Incident Number:700423
	I/O's don't happen through all the active, enabled
	and primary paths.

	(SR:8606450987 CR:JAGag07981)
	Veritas Incident Number:642654
	DMP showing 2 paths as primary and 2 paths as secondary
	in 4 paths of an LUN, while only 1 primary path is in
	active enabled mode.

	(SR:8606451161 CR:JAGag08139)
	Veritas Incident Number:640908
	On a cluster with A/A-A kind of array configured, I/O's
	going on the volume with a mirrored plex on the two
	disks with different paths, if one of the path goes
	down system panics with the following stack trace:

	post_hndlr+0xc80
	vm_hndlr+0x210
	bubbledown
	gen_shared_update_cur_pri+0x480
	dmp_shared_update_cur_pri+0x30
	dmp_update_cur_pri+0xc0
	dmp_errd_loop+0xa60
	dmp_startdaemon+0x1c0
	dmp_errd_init+0xd0
	gendmpioctl+0x890
	dmpioctl+0x3f0
	spec_ioctl+0x1d0
	vno_ioctl+0x190
	ioctl+0x200
	syscall+0x920

	(SR:8606456799 CR:JAGag13178)
	Veritas Incident Number:767970
	This problem can occur in CVM environment with drl
	enabled with dco and dcoversion=20. If the master
	node leaves the cluster in clean state and then
	I/Os are done on a volume. In case of the panic or node
	abort of one of the node, more than required amount
	of volume recovery is done.

	PHKL_33510:
	(SR: 8606410103  CR: JAGaf69985)
	In a CVM cluster, when
	vxclustadm reinit happens for an online node
	deletion/addition, vxconfigd dumps core
	during cluster reconfiguration.
	Stack trace looks like the following:
	#0  kill+0x10 () from /usr/lib/libc.2
	#1  raise+0x24 () from /usr/lib/libc.2
	#2  abort_C+0x160 () from /usr/lib/libc.2
	#3  abort+0x1c () from /usr/lib/libc.2
	#4  _assert+0x178 () from /usr/lib/libc.2
	#5  gab_write () at voldipc.c:5727
	#6  advresp_master () at voldipc.c:3660
	#7  advresp () at voldipc.c:3475
	#8  vold_getrequest () at voldipc.c:1463
	#9  request_loop () at request.c:143
	#10 main () at main.c:538

	(SR: 8606419267 CR: JAGaf79097)
	When there are overlapping CVM reconfigurations,
	a node join gets hung with vxconfigd showing the
	following stack trace and ultimately timed out.
	 swtch_to_thread+0x2d0
	 _swtch+0x30
	 real_sleep+0x5f0
	 sleep_one+0x30
	 volcvm_await_join_state_change+0x190
	 volcvm_broadcast_join_start+0x290
	 volcvm_allow_join+0xbe0
	 volconfig_ioctl+0x950
	 volsioctl_real+0x710
	 volsioctl+0x40
	 vols_ioctl+0x90
	 spec_ioctl+0x1d0
	 vno_ioctl+0x190
	 ioctl+0x200
	 syscall+0x920

	(SR:8606419270 CR: JAGaf79100)
	In a CVM cluster, when there are overlapping
	reconfigurations, a node fails to join with
	the following message:
	"VxVM vxio V-5-0-164
	Failed to join cluster <cluster name>, aborting"

	(SR: 8606413328 CR: JAGaf73189)
	Node fails to rejoin CVM cluster after reboot with SCSI
	errors and cmcld messages in syslog like below.
	SCSI:   io_id: c14afff
		lbolt: 4683790
		bp: 000000008c9ee4c0
		dev: 1f0cf500
		tag: e6
		cdb: 2a 00 00 46 b6 0a 00 00 64 00
		addr: 80000001000777f0
		retry_cnt: 1
		residual: c800
		status: (400) None -- Incomplete
		cmcld[7145]: Aborting! This node did not reach sync
		step 0 for activity 2 within timeout
		    (file: cm/utils.c, line: 257)

	(SR:8606419275 CR: JAGaf79105)
	"vxdisk scandisks" or "vxdctl enable" or "vxdisk -a online"
	hangs indefinitely and can not be killed.
	The stack trace looks like the following:
	  real_sleep+0x9e0
	  sleep_one+0x50
	  _vol_syncwait+0x530
	  volsiowait+0x330
	  voldio+0x770
	  vol_voldio_read+0x30
	  volconfig_ioctl+0x880
	  volsioctl_real+0x750
	  volsioctl+0x40
	  vols_ioctl+0x90
	  spec_ioctl+0x480
	  vno_ioctl+0x2d0
	  ioctl+0x160
	  syscall+0x15e0

	(SR: 8606419277  CR: JAGaf79107)
	A panic occurred due to a data page fault.
	The stack trace looks like the following:
	kmsg_udp_size()
	vol_kmsg_recvmsg()+0xbc
	vol_kmsg_receiver()+0x1f4
	thread_start()+0x4

	(SR:8606419278 CR: JAGaf79108)
	Corrupted volsio queue messages are seen in the syslog
	while doing I/O's to a CFS over a striped-mirror volume
	with DCO. The message looks like the following:
	   "_VOLSIOQ_MORE: corrupted queue at
		 A02C9A90<2> on cfs with stripe-mirror DCO"

	(SR: 8606419259 CR: JAGaf79089)
	CVM memory leak at arena M_VXVM,
	causes the kernel code to get hanged.

	(SR:8606419260 CR: JAGaf79090)
	In a CVM cluster, overlapping reconfigurations hang.
	With debug logging enabled, the following messages
	are seen.
	vmunix: volcvm_cluster_membership:START RECONFIG =====
	vmunix: volcvm_vxnodeid_daemon: woke up ++++++++
	vmunix: volcvm_vxnodeid_daemon: start set_members
	vmunix: volcvm_vxnodeid_daemon: go to sleep
	vmunix: volcvm_set_members: Start
	vmunix: volcvm_set_members: Call vol_set_membership
	vmunix: vol_set_membership: Got info
	vmunix: vol_set_membership: wait vold_in_join

	(SR: 8606419261 CR: JAGaf79091)
	Online node addition/deletion failed due to the
	duplicate existence of that node.

	(SR: 8606419262 CR: JAGaf79092 )
	If multiple secondary paths are available,
	non-availability of one of the secondary
	paths or all of the primary paths could
	fail the I/Os sent on the active alternate
	secondary paths.

	(SR: 8606419274 CR: JAGaf79104)
	In a CVM cluster, "vxclustadm nodestate" on a passive
	slave node shows "reconfig:vxconfigd in join" even
	after the join has completed.

	(SR:8606419279 CR: JAGaf79109)
	When the primary path to a disk experiences a long
	failure and during this time the disk returns
	SCTL_INCOMPLETE status to a SCSI inquiry, dmp may
	disable both the primary and secondary paths,
	despite the disk still being accessible via
	the secondary path.

	(SR: 8606419806 CR: JAGaf79636 )
	In a CVM cluster, cluster reconfiguration may
	deadlock while GAB tries to do a file lookup.
	The stack trace of "vxiod" will contain the following
	routines:
	lookupname()
	vol_gab_reconfig_msg()
	vol_gab_recv()

	(SR: 8606419807 CR: JAGaf79637 )
	Consider a VCS cluster with an A/P array having
	multiple active paths configured as primary paths
	for IO fencing.The CVM master which imports a disk
	group on such an array may fail to claim the device
	giving errors like the followings.
	cx600_claim_device(standard): do_inquiry failed for
		/dev/rdsk/c3t0d1s2, ret 5
	vxvm:vxconfigd: V-5-1-8645 Error in claiming
		/dev/rdsk/c3t0d1s2 by NR list: I/O error

	(SR: 8606419811 CR: JAGaf79641 )
	Node fails to join cluster during CVM join with the
	following messages in SG-CFS-pkg.log:
	Starting VXFEN
	VCS FEN vxfenconfig NOTICE Driver will use
	customized fencing - mechanism sg
	Starting CVM
	Executing vxclustadm -m hpsg
		-C <cluster_name> -j 300 startnode
	startnode exit_value=0
	VxVM vxclustadm INFO V-5-2-0 initialization completed
	mode: enabled: cluster inactive
	state: joining
	reconfig: initialized
	Waiting for CVM to stabilize

	(SR: 8606419812  CR: JAGaf79642 )
	During CVM reconfiguration, data page fault panic occurs
	with the stack trace below.
	  post_hndlr+0xc80
	  vm_hndlr+0x210
	  bubbledown
	  volcvm_cluster_join+0x10c1
	  volconfig_ioctl+0x990
	  volsioctl_real+0x710
	  volsioctl+0x40
	  vols_ioctl+0x90
	  spec_ioctl+0x1d0
	  vno_ioctl+0x190
	  ioctl+0x200
	  syscall+0x920

	Another problem is the warning message shown below,
	when trying to stop CVM on a node with
	'vxclustadm stopnode'
	"WARNING: VxVM vxio V-5-0-353 volcvm_abort:
		Can not abort at this time"
	The stopnode command still completes but clustering
	is not stopped on the node.

	(SR: 8606419813 CR: JAGaf79643 )
	This problem only occurs in a VCS cluster. After forcefully
	unloading the GLM module, an attempt to start CVM with
	'vxclustadm startnode' returns success but it actually
	fails to start CVM. Following session illustrates the steps
	to reproduce this problem:
	# vxclustadm abortnode
	# vxclustadm -v nodestate
	state: out of cluster
	reason: user initiated abort
	# kcmodule vxglm=unused
	Module            State   Cause     Notes
	vxglm   (before)  loaded  explicit  auto-loadable,
	unloadable
	(now)     unused
	# vxclustadm -m gab -t gab startnode
	VxVM vxclustadm INFO V-5-2-0 initialization completed
	# echo $?
	0
	# kcmodule vxglm
	Module  State   Cause  Notes
	vxglm   unused         auto-loadable, unloadable
	# vxclustadm -v nodestate
	state: out of cluster
	reason: user initiated abort
	Another related problem is the failure to start CVM
	after GAB is down (with gabconfig -U), giving a
	misleading error as shown below.
	# vxclustadm -m gab -t gab startnode
	VxVM vxclustadm ERROR V-5-1-9782 : Another node is
	joining. Join will be
	retried automatically later

	(SR: 8606419814 CR: JAGaf79644)
	Data TLB fault panic after multiple
	'vxclustadm startnode' commands issued in
	VCS environment.  Stack trace looks like the
	following:
	Data TLB Fault in KERNEL mode
	spinlockx+0x80
	vxg_cmn_lock+0x630
	vxg_api_trylock+0x3e0
	volcvm_gab_join+0xa60
	volcvm_vxnodeid_daemon+0x220
	kthread_daemon_startup+0x40

	(SR: 8606419819  CR: JAGaf79649  )
	I/Os to a cache volume with DRL enabled and
	a "vxcache stat" command running in parallel
	would result in a data page fault panic.
	The panic stack trace looks like the following:
	voldrl_unlog+0x90
	vol_mv_write_done+0x534
	volkcontext_process+0x29c
	voldiskiodone+0x378
	biodone+0x78

	(SR: 8606423413 CR: JAGaf82936 )
	In a CVM cluster, cluster reconfiguration hangs,
	causing vxclustadm pingall to timeout.
	Following message is seen in syslog:
	"cmcld[24771]: Synchronous Notification to client
	cmvxpingd with pid 24845 port 46 did not return
	within specified timeout 216."

	(SR: 8606423415 CR: JAGaf82938 )
	Change the following warning message to
	information message:
	"attempting nodeid translation while not in cluster"

	(SR: 8606423416 CR: JAGaf82939 )
	System panic with panic string "spinlock: locker
	forgot to unlock"  and stack traces like below.
	spinlocks_held_leaving_processor+0x4c
	sleep_spinunlock+0x74
	dmp_flush_stats+0x1e4
	gendmpioctl+0xa6c
	dmpioctl+0xc0
	vol_dmp_ktok_ioctl+0x1cc
	dmp_send_stats+0x194
	modadm_stub64+0x3f3a50
	vol_disk_free_iopolicy+0x4c
	vol_remove_duplicate_entry+0x12c
	vol_new_disk+0x290
	volconfig_ioctl+0x1d0"

	(SR: 8606423412 CR: JAGaf82935 )
	DDL doesn't claim EVA 4k,6k LUNs .

	(SR:8606423410 CR: JAGaf82933)
	In a CVM cluster, when "vxclustadm reinit" is issued,
	vxconfigd dumps core with the following stack trace:
	#0  mknod+0x18 () from /usr/lib/libc.2
	#1  srand+0x4c () from /usr/lib/libc.2
	#2  __hpmfcobol_strcoll_sb+0x118 () from /usr/lib/libc.2
	#3  audit_daemon+0x8 () from /usr/lib/libc.2
	#4  srand+0x4c () from /usr/lib/libc.2

	(SR: 8606411996 CR: JAGaf71861 )
	Applications on a "passive" slave node (not a joiner in
	last reconfiguration) writing to shared, mirrored
	volumes that are being resynchronized
	after an overlapping join of two other nodes can
	see corruption on writes -- written data
	may revert back to older data present before the
	corrupted write took place.

	(SR: 8606418465 CR: JAGaf78297)
	In a CVM cluster, during overlapping reconfiguration
	master node gets stuck at vxconfigd-level join.
	Results of a 'vxdctl -c mode' on the master shows
	the following message:
	reconfig: vxconfigd in join
	A thread from the 'vxconfigd' process on the master
	has the following stack trace :
	  swtch_to_thread+0x2d0
	  _swtch+0x30
	  real_sleep+0x5f0
	  sleep_one+0x30
	  vol_kmsg_send_wait+0x380
	  volcvm_send_dgid+0x230
	  volcvm_send_dg_cfg+0x70
	  volcvm_send_cfg+0x330
	  volcvm_allow_join+0x12b0
	  volconfig_ioctl+0x950
	  volsioctl_real+0x710
	  volsioctl+0x40
	  vols_ioctl+0x90
	  spec_ioctl+0x1d0
	  vno_ioctl+0x190
	  ioctl+0x200
	  syscall+0x920

	(SR: 8606419804 CR: JAGaf79634 )
	Cumulative VVR fixes

	1)Veritas Incident Number:414354
	RLINK Disconnects and Replication Stops.
	This problems occurs only when VVR is working in
	VCS environment and a VCS failover happens.
	When a VCS failover occurs, RLINKs disconnect and then
	reconnect back after the floating IP fails over and
	is up on another node in the cluster. But with this
	problem, the RLINKs never connect back even after
	the floating IP is up on another node in the cluster.
	The replication stops completely because the RLINKs
	are disconnected.


	2)Veritas Incident Number:414353
	vxrlink stats command on VVR Primary shows
	lots of periodic timeouts without
	being able to send any message successfully.

	3)Veritas Incident Number:426276
	Data corruption may occur during replication causing
	data on VVR Primary to be different from the data on
	VVR Secondary.

	4)Veritas Incident Number:426257
	Kernel panic due to NMI watchdog timeout.

	5)Veritas Incident Number:426266
	Very slow replication in UDP protocol.
	Very high value of RT (of the order of 5-20 secs) in
	vxrlink stats command.
	Very long periods of no sends.

	6)Veritas Incident Number:426265
	Hang during the autosync operation.

	7)Veritas Incident Number:426696
	A long flow-control queue can lead to high
	CPU utilization.

Defect Description: 
	PHKL_35477:
	(SR: 8606467114 CR: JAGag22548)
	Veritas Incident Number: 795954
	Problem Description:
	When freeing a single agenode structure,
	voldrl_trans_copy() can pass in an address to
	kmem_free() that is not page aligned. This misleads
	the arena allocator to wrongly treat the object to
	be free'd (i.e. the agenode here) as a small object
	but in fact agenode's are allocated in 4KB-pages.
	This will lead to the invalid reference thus the panic.

	Resolution:
	Free agenodes are not freed individually but are first
	linked to an agenode freelist. Agenodes allocated from
	the same 4KB-page will be freed together.

	(SR: 8606467111 CR: JAGag22545)
	Veritas Incident Number: 788673
	Problem Description:
	The panic occurred when deferencing a NULL pointer
	due to an uninitialized variable.

	Resolution:
	The variable is initialized.

	(SR: 8606467115 CR: JAGag22549)
	Veritas Incident Number: 795052
	Problem Description:
	It is a known issue related to performance tuning.
	Workaround is to increase voldrl_volumemax_drtregs
	(via adb) along with setting system tunable
	voldrl_max_drtregs to 4096. It is not user-friendly
	to change voldrl_volumemax_drtregs via adb.

	Resolution:
	Made voldrl_volumemax_drtregs a system tunable.

	(SR: 8606405601 CR: JAGaf65522)
	Veritas Incident Number: 795065
	Problem Description:
	Volume resyncs aborts after 2TB offsets because of
	an over-flow in some variables that are used to
	store the volume length and offsets.

	Resolution:
	Fixed size of variables and made them 64-bit compatible.
	DRL header needed to be changed to store volume sizes
	greater than 2TB. DRL logs are automatically re-created
	by the installation script.

	(SR: 8606467116 CR: JAGag22550)
	Veritas Incident Number: 797027
	Problem Description:
	The panic occurred when dereferencing a DMP node's
	cur_pri_path which was set to NULL by dmp_set_cur_pri()
	as it could not find an active/enabled path matching the
	specified controller. This could happen if the path was
	disabled through vxdmpadm by another thread.

	Resolution:
	The code has been modified to check if cur_pri_path
	is not NULL before dereferencing.

	PHKL_34812:
	(SR:8606423507 CR:JAGaf83030)
	Veritas Incident Number:540072
	Problem Description :
	The volstrategy routine is called while processing
	an interrupt. This results in an attempted access to
	a kernel structure which is undefined in an interrupt
	context, leading to the panic.

	Resolution :
	When the volstrategy routine is called in an
	interrupt context, the completed IO's are put
	in a queue to be processed by the underlying
	strategy routine later in a process context.

	(SR:8606440332 CR:JAGaf98219)
	Veritas Incident Number:594020
	Problem Description:
	There exists an undefined symbol in the IA
	version of the module.

	Resolution :
	Fixed the undefined symbol.

	(SR: 8606445110 CR: JAGag02592)
	Veritas Incident Number:598407
	Problem Description:
	The only data port was not freed when switching
	from UDP to TCP. So there is no free port to
	bind when switching back to UDP.

	Resolution:
	vxio driver is fixed to free data ports in
	switching from UDP to TCP.

	(SR: 8606445101 CR: JAGag02584)
	Veritas Incident Number:540075
	Problem Description :
	DCO fails to capture all differences between good
	plexes and detached plexes in this particular
	scenario.

	Resolution:
	Capture all the differences between good and
	unavailable plexes before marking any plex DETACHED.
	If the system crashes after the plex is marked
	DETACHED then it will be properly recovered since
	DCO has information about all the differences between
	the good and DETACHED plex. If the system crashes before
	an unavailable plex is marked DETACHED, recovery will
	use DRL, if one exists, or complete plex resynchronization.

	(SR: 8606445104 CR: JAGag02586)
	Veritas Incident Number:592373
	Problem Description:
	When disks are disabled(may be due to the switch port
	getting disabled) plexes are marked DETACHED and
	DCO is updated. DCO update can fail if the DCO volume
	resides on the disabled disks. In such a scenario,
	the system can panic as a required handler is not defined.

	Resolution :
	Use the operation vector which has all the handlers
	defined to handle DCO update failure.

	(SR: 8606445107 CR: JAGag02589)
	Veritas Incident Number:601657
	Problem Description:
	Customer started hitting repeated panics on VVR
	secondary  while running vxibc scripts that
	use space optimized(SO) and full sized instant snapshots.
	The SO snapshot resided on a cache object that is
	implemented as a B+ tree. A wrong index was being used
	to load the key using which the tree node was to be
	accessed. This resulted in an invalid node being picked
	up which in turn led to the system panic.

	Resolution:
	Added reference counts and also corrected the handling
	of an entry beyond valid index.

	(SR: 8606445108 CR: JAGag02590)
	Veritas Incident Number:600709
	Problem Description :
	The shared disk group was created with fencing enabled,
	but was later imported with fencing disabled and then
	destroyed. These messages (failed to unregister) are
	appearing this time.
	If the adapter is not registered on the LUN then
	SCSI3 PR_OUT command with REGISTER_AND_IGNORE service
	action and PR key set to all zeroes, is returning with
	reservation-conflict error. This is not compliant with
	SCSI-3 PR standard.

	Resolution:
	Ignore REGISTER_AND_IGNORE service action failure
	that appear on TagmaStore arrays.

	(SR: 8606445115 CR: JAGag02597)
	Veritas Incident Number:535829
	Problem Description:
	In CVM/VCS Environment, failover of an A/P array will
	result in the primary path be disabled and I/O's will
	be re-directed to the secondary path. After this
	failover of path happens, a shutdown of master node
	will result in one of the slave node to takeover as
	master. But when the shutdown node comes up with it's
	primary path active & enabled, we expect the I/O's to
	failback to the primary path which didn't happen due
	to a missing condition check on the setting & clearing
	of PGR keys code path.

	Resolution :
	Condition check which addresses proper failback and
	clearing of keys in CVM/VCS environment are updated
	so that failback to primary do happen incase of master
	reboot.

	(SR:8606445314 CR:JAGag02784)
	Veritas Incident Number:519651
	Problem Description:
	This is a dead device scenario in which all DMP paths
	to a disk are disabled. Here the I/O issued by vxconfigd
	to the dead device returns to DMP with an error. But DMP,
	in its error handling, doesn't invoke the I/O done routine
	to notify vxconfigd about the I/O completion, resulting in
	vxconfigd waiting forever.

	Resolution:
	Fix DMP to invoke the I/O done routine in error handling.

	(SR:8606446350 CR:JAGag03724)
	Veritas Incident No:565987
	Problem Description:
	Such disabling/enabling of DMP paths in a CVM
	environment was not supported previously.

	Resolution:
	Add support for disabling/enabling of DMP paths in a
	CVM environment.

	(SR:8606446351 CR:JAGag03725)
	Veritas Incident No:569033
	Problem Description:
	HP EVA ALUA ASL expects the vendor ID (VID) for the
	EVA disks should be COMPAQ when in fact it is HP.

	Resolution:
	Fix the ASL to accept HP as the VID for HSV disks.

	(SR:8606417984 CR:JAGaf77817)
	Veritas Incident No:429056
	Problem Description:
	As a result of the overlapping reconfiguration, the
	vol_vold_in_join of the passive slave was reset
	successfully. However, the vol_vold_in_join is still
	set on node1. node1 is stuck in vol_set_membership(),
	waiting for the vol_vold_in_join to be reset. So, the
	processing of the leave of master and join of node1
	is stuck in nodeid protocol.
	------------------
	vmunix: NOTICE: TIME_JOIN 0x13ca51f VxVM
	cvm:vxioV-5-3-9391 volcvm_set_members:
	Call vol_set_membership
	vmunix: NOTICE: TIME_JOIN 0x13ca51f VxVM
	cvm:vxioV-5-3-9361 vol_set_membership: Got info
	vmunix: NOTICE: TIME_JOIN 0x13ca51f VxVM
	cvm:vxioV-5-3-9366 vol_set_membership:
	wait vold_in_join
	-------------------
	On node1's reconfiguration, vxconfigd shows
	the following messages:
	-------------------
	vxvm:vxconfigd: V-5-1-9440 TIME_JOIN 13ca51e:role_assume:
	new role 2
	vxvm:vxconfigd: V-5-1-9439 TIME_JOIN 13ca51e:role_assume:
	end
	vxvm:vxconfigd: V-5-1-9407 TIME_JOIN 13ca51e:
	child vxconfigd
	vxvm:vxconfigd: V-5-1-7961 establishing cluster for
	seqno= 0x13ca51e.
	vxvm:vxconfigd: V-5-1-9449 TIME_JOIN 13ca51e:slave_connect
	slave state is 0
	-------------------

	Resolution:
	Changes done for handling overlapping reconfigurations
	correctly.

	(SR:8606455807 CR:JAGag12302)
	Veritas Incident Number:622566
	Problem Description:
	The bit specific to a slave that left the cluster were
	not being cleared before updation of the dirty bitmap.
	This was causing dirty bitmap being updated even for
	the nodes that had left the cluster.

	Resolution:
	Clear bits of nodes not in cluster before updating
	dirty bitmap.

	(SR:8606455828 CR:JAGag12320)
	Veritas Incident Number:602717
	Problem Description:
	The availability of vxconfigd is necessary for most
	of the vxvm utilities. If vxconfigd doesn't respond
	then these utilities will hang. One major reason for
	unavailability of vxconfigd is due to I/O hangs. I/O
	hangs can happen with the misbehavior of disk drivers
	in the system. vxconfigd usually waits in the kernel
	for I/O completion, and if that I/O hangs, then
	vxconfigd will be stuck in the kernel forever. So, an
	I/O hang can make vxconfigd and vxvm utilities unusable.

	Resolution:
	This problem can be solved if vxconfigd initiated I/Os
	timeout automatically. Fortunately most of the I/O waits
	for vxconfigd happens in vxio module. So we can have some
	control on these I/O waits. In case vxconfigd comes out,
	without waiting for the I/O completion, the corresponding
	operation will fail or abort, and it should abort in a
	clean way.

	(SR:8606449570 CR:JAGag06724)
	Veritas Incident Number:633161
	Problem Description:
	If an overlapping reconfiguration, say a node leave, is
	delivered when a join is in progress, the join is expected
	to be aborted, node leave processing should be completed and
	then join processing resumes. If such an overlapping
	reconfig is delivered when the join is in vold level, then
	vxconfigd does not clean up correctly, and does not abort
	the existing reconfig. Thus, vol_vold_in_join was not reset.
	This leads to a subsequent reconfig waiting forever in
	kernel for this variable to be reset and vxconfigd part
	of the reconfig finally times out.

	Resolution:
	If an overlapping reconfig is delivered in kernel, and
	the current reconfig is in vold level, a special signal
	is sent to vxconfigd, which in turn cleans up vold level
	context associated with the existing reconfig and also
	gets into kernel and aborts the current reconfig. This way
	vol_vold_in_join is reset and subsequent reconfigs are
	allowed to proceed.

	(SR:8606452725 CR:JAGag09532)
	Veritas Incident Number:700423
	Problem Description:
	If NODE_SELECTED flag is set on the node(path) then that
	node(path) is not being selected for I/Os by various I/O
	policy's algorithm. Even though the node(path) is Active,
	Enabled and Primary.

	Resolution:
	This problem has been resolved by changing the method of
	path selection for I/O within the various I/O policy's
	algorithms, where it selects the path for I/O by looking
	at the desired flags on node(path).

	(SR:8606450987 CR:JAGag07981)
	Veritas Incident Number:642654
	Problem Description:
	DMP does not show active enabled path for all the primary
	paths at user level command execution, while those primary
	paths are in active enabled state.

	Resolution:
	This problem has been resolved by collecting the correct
	cur_pri_state for the node(path) while doing ioctl to
	dmp device, so that it will show for all the primary paths
	in active enabled mode.

	(SR:8606451161 CR:JAGag08139)
	Veritas Incident Number:640908
	Problem Description:
	Alternate current primary path was NULL at the time of the
	updation of the current primary. Later when this current
	primary path was accessed, it resulted in crash dump.

	Resolution:
	Check introduced for the alt_curpri for A/A-A kind of
	arrays in shared update of current primary path.

	(SR:8606456799 CR:JAGag13178)
	Veritas Incident Number:767970
	Defect Description:
	After master takeover in clean state, one drl flag was
	not getting cleared which prevented clearing of bits
	from active map. Later when recovery is needed, active
	map is used with recovery map for recovry of volume,
	which cause resync of large number of regions than
	required.

	Resolution:
	Set the flag on drl object only when recovery is needed.

	PHKL_33510:
	(SR: 8606410103 CR: JAGaf69985)
	Veritas Incident Number: 372601
	Problem Description:
	During cluster reconfiguration, vxconfigd did not
	update the new CVM internal node ID thus dumped
	core when trying to send messages to another
	node using the old node ID.

	Resolution:
	Update the vxconfigd information of node ID's after
	a cluster reconfiguration occurs.

	(SR:8606419267 CR: JAGaf79097)
	Veritas Incident Number:380327
	Problem Description:
	With overlapping cluster reconfigurations,
	the current reconfiguration is aborted but an internal
	CVM structure is not flagged properly to allow the
	new reconfiguration to take over.

	Resolution:
	Cleanly update the flag when aborting the current
	reconfiguration to move on to the next one.

	(SR:8606419270 CR: JAGaf79100)
	Veritas Incident Number:411526
	Problem Description:
	During overlapping reconfigurations, CVM
	may issue a command to a passive slave's
	vxconfigd prematurely, causing it to reset
	the node join timeout incorrectly and subsequent
	node join to fail.

	Resolution:
	Passive slaves will not be issued CVM commands
	before node joins complete.

	(SR: 8606413328 CR: JAGaf73189)
	Veritas Incident Number:412684
	Problem Description:
	We are not checking the incomplete condition of
	SCSI return.

	Resolution:
	Changed DMP code to check for "Queue Full" and
	"Incomplete" condition.

	(SR:8606419275 CR: JAGaf79105)
	Veritas Incident Number:413949
	Problem Description:
	Due to a race condition between threads which
	check for per-disk IO policy changes and the
	thread which sends down the IO
	to the dmpnode, the IO in question gets stuck
	in a defer queue and is never started.
	The command waits for the IO to be completed.

	Resolution:
	A new spinlock is introduced to protect the
	defer queue and the window in which the
	race condition can occur is removed.

	(SR: 8606419277  CR: JAGaf79107)
	Veritas Incident Number: 413983
	Problem Description:
	This is a race condition in VxVM kernel messaging
	in which the sender thread of a kernel message tries
	to access the message again after it has been
	processed and freed by the receiver thread.

	Resolution:
	Interlock the sender and receiver threads to
	avoid the race condition.

	(SR:8606419278 CR: JAGaf79108)
	Veritas Incident Number: 413999
	Problem Description:
	Due to a race condition in updating the state of
	a DCO I/O, operation was started before acquiring a
	necessary lock causing corruption to the
	DCO's I/O queue.

	Resolution:
	Changes done to remove the race condition causing
	volsioq corruption for FMR3 dco.

	(SR: 8606419259 CR: JAGaf79089)
	Veritas Incident Number:414277
	Problem Description:
	vol_kmsg_sender() has a memory leak at arena
	M_VXVM where it allocates
	memory in kmsg_gab_send() but never releases it.

	Resolution:
	Free memory allocated before returning.

	(SR:8606419260 CR: JAGaf79090)
	Veritas Incident Number:414279
	Problem Description:
	cvm_msg_join_start() was unable to proceed when it
	encountered an error in sending the join-start
	notification message.

	Resolution:
	Resends the notification message in case of an error.

	(SR: 8606419261 CR: JAGaf79091)
	Veritas Incident Number:414283
	Problem Description:
	Online node deletion was allowed for a node
	which was still in the cluster.

	Resolution:
	Check in volcvm_node_config() to ensure that deletion
	of node does not take place while it is in the
	cluster.

	(SR: 8606419262 CR: JAGaf79092)
	Veritas Incident Number:414361
	Problem Description:
	In spite of multiple secondary paths,
	DMP PGR registration is done only through one
	path of an A/P array disk. Therefore, during
	failover, I/Os sent down the unregistered
	secondary path(s) fail.

	Resolution:
	During failover to the secondary paths, do PGR
	registrations on all the active secondary paths
	before sending down any I/Os through these paths.

	(SR: 8606419274 CR: JAGaf79104)
	Veritas Incident Number:416438
	Problem Description:
	The passive slave(slave that doesn't participate during
	cluster reconfiguration) does not reset the
	global vol_vold_in_join to indicate that the join has
	completed.

	Resolution:
	Reset vol_vold_in_join in cvm_msg_join_done().

	(SR:8606419279 CR: JAGaf79109)
	Veritas Incident Number:418504
	Problem Description:
	Even though the disk was accessible, a SCSI inquiry
	might sometimes return SCTL_INCOMPLETE status
	because the inquiry could not complete in the
	rather small timeout (10 msec) specified. DMP
	considered it an inquiry failure thus
	disabled the paths and the disk.

	Resolution:
	Increased the timeout value to a reasonably higher
	value with 60s so that inquiry does not
	time out soon.

	(SR: 8606419806 CR: JAGaf79636)
	Veritas Incident Number:347398
	Problem Description:
	Code in CVM reconfiguration was doing a file
	lookup to get the major number of the VXFEN
	device.  Since CFS reconfiguration depends
	on CVM reconfiguration and a file lookup
	might depend on CFS reconfiguration a
	deadlock can result.

	Resolution:
	Cache the major number of the VXFEN device in a
	global variable on CVM start-up to prevent
	having to do the lookup during the reconfiguration.

	(SR: 8606419807 CR: JAGaf79637)
	Veritas Incident Number:414346
	Problem Description:
	When multiple primary paths are configured with vxfen,
	DMP does not register PGR keys for all active primary
	paths.

	Resolution:
	Fix DMP to register PGR keys on all active primary
	paths.

	(SR: 8606419811 CR: JAGaf79641)
	Veritas Incident Number:414095
	Problem Description:
	In a CVM cluster, during overlapping re-configuration
	the master node doesn't enter kernel level node join
	as the slave has set the joiner state to
	CVM_JOIN_AGAIN. A node leaving in this window can
	cause the master to get stuck.

	Resolution:
	During overlapping reconfiguration(CVM_JOIN_AGAIN),
	if the state of joiner is CVM_JOIN_AGAIN, ignore the
	state instead of going ahead and setting
	CVM_JOIN_DONE, so that the master allows
	kernel-level CVM join.

	(SR: 8606419812  CR: JAGaf79642)
	Veritas Incident Number:414106
	Problem Description:
	volcvm_cluster_join() doesn't check if a pointer
	to a cluster-join structure is valid before accessing
	thus results in a data page fault panic. When stopping
	CVM on a node, the EAGAIN error case is not handled
	properly, causing the stopnode command
	to fail.

	Resolution:
	Check pointer value before accessing it and handle the
	EAGAIN error case to avoid the stopnode command failure.

	(SR: 8606419813 CR: JAGaf79643)
	Veritas Incident Number:414109
	Problem Description:
	After unloading GLM or GAB, GAB/GLM init failures are
	not handled properly, generating misleading
	another-node-joining message and not updating the
	global 'vol_join_allowed' to allow subsequent
	startnode attempts.

	Resolution:
	Reset 'vol_join_allowed' to 0 before any GAB/GLM
	initialization. Handle EFAULT failure in GAB/GLM
	initialization. Add a new global vol_retry_join
	to distinguish between GAB/GLM init failures and
	another node joining.

	(SR: 8606419814  CR: JAGaf79644)
	Veritas Incident Number:414716
	Problem Description:
	During a CVM join, the CVM node ID is acquired
	fairly late in the process. This provides a window
	in which more than one startnode attempts could be
	allowed to take and initialize the GLM lock,
	leading to the panic.

	Resolution:
	Set an internal flag upon entering the startnode
	code path to disallow further startnode attempts
	to proceed simultaneously.

	(SR: 8606419819  CR: JAGaf79649)
	Veritas Incident Number:415066
	Problem Description:
	A vxcache stat ioctl may close the cache volume
	and its associated DRL. When I/Os returns,
	an attempt to clear the DRL logging will panic
	as the DRL has been closed.

	Resolution:
	Keep a reference count on the cache volume upon
	its first attaching it to a cache object.
	This will prevent the cache volume and its
	associated DRL from being closed by a vxcache stat
	ioctl while the cache object is still in use.

	(SR: 8606423413 CR: JAGaf82936)
	Veritas Incident Number: 431390
	Problem Description:
	When gab sends multiple membership in a short
	period of time, which cause a race between
	nodeid daemon and volcvm_cluster_membership().
	volcvm_nextreconfig is the variable involved in race.
	Resolution:
	Reinitialize the volcvm_nextreconfig in
	nodeind daemon to avoid the race.

	(SR: 8606423415 CR: JAGaf82938)
	Veritas Incident Number: 428385
	Problem Description:
	The message is printed when an ioctl is issued
	to a cluster that is down. This should be an
	information message, not a warning.
	Resolution:
	Change the message to an information message.

	(SR: 8606423416 CR: JAGaf82939 )
	(Veritas Incident Number: 494744)
	Problem Description:
	When flushing the iostatq of a DMP node in
	dmp_flush_stats(), a thread may go to sleep
	with spinlocks held if a duplicate entry is
	being removed from the iostatq.

	Resolution:
	Change dmp_flush_stats() to release
	all spinlocks before going to sleep.


	(SR: 8606423412 CR: JAGaf82935)
	Veritas Incident Number: 429306
	Problem Description:
	Addition of new EVA disk arrays namely EVA4k6k, EVA3000,
	EVA5000 resulted in the VM code change to support
	these ASLs.

	Resolution:
	These ASL's are included in DDL code with the
	corresponding VID and PID so that get claimed in
	VxVM 4.1 HPUX.

	(SR:8606423410 CR: JAGaf82933)
	Veritas Incident Number:424893
	Problem Description:
	The nodeid map is not getting updated at
	vxconfigd level when cluster is reinitialized.

	Resolution:
	Sync up vxconfigd's nodeid map with the kernel nodeid map.

	(SR: 8606411996 CR: JAGaf71861)
	Veritas Incident Number:509896
	Problem Description:
	During overlapping reconfigurations, the slave wrongly
	acquires some local locks instead of the master mediated
	locks.  This results in a writer (slave) writing to
	the same region which the master is recovering,
	leading to data corruption.

	Resolution:
	Ensure that the slave should acquire
	the master mediated locks in the above stated case.

	(SR: 8606418465 CR: JAGaf78297)
	Veritas Incident Number:430268
	Problem Description:
	In a CVM cluster, during overlapping reconfiguration
	master node get stuck in vxconfigd-level join
	as the node join protocol fails.
	The commands that require interaction with vxconfigd
	namely vxdisk and vxprint hangs as they wait for
	responses from vxconfigd.

	Resolution:
	In a CVM cluster, during overlapping reconfiguration
	one needs to abort the current join and
	restart the node join protocol along with
	leaving node. In this case, the master
	will succeed the vxconfigd level join.

	(SR: 8606419804 CR: JAGaf79634 )
	Cumulative VVR fixes

	1)Veritas Incident Number:414354
	Problem Description:
	When VVR is replicating in a VCS environment
	with NAT support enabled, switching of a floating IP
	from one node to another, either in a cluster in
	which VVR primary is configured or VVR secondary
	is configured, heartbeat messages are exchanged incorrectly
	resulting in acknowledgements being sent incorrectly,
	causing RLINKs to disconnect and replication to stop.

	Resolution:
	The heartbeat code has been modified to correct
	the failure.

	2)Veritas Incident Number:414353
	Problem Description:
	VVR writes are sorted by message IDs and
	queued using locking mechanism. Due to a race condition,
	if a message goes out of order by more than 128 messages,
	its message ID may probably be allocated to
	another message. Then it may never get a chance
	to send to the Secondary.This results in a hang
	because the Secondary is waiting for that particular
	VVR write.

	Resolution:
	Code has been changed to reflect the atomic
	message ID allocation.

	3)Veritas Incident Number:426276
	Problem Description:
	DCM->SRL checkpoint migration is basically to mark the
	checkpoint start position after the two dcm iterations
	of data volumes (copying of active map to replay map
	and waiting for replay to complete). After the third
	iteration, mark the checkend position and later connect
	from this checkpoint. Since the race condition not
	being handled, some VVR writes are lost, as they are
	written before the SRL checkpoint and are only marked
	in dcm active map. The active map is not copied to
	replay map and this causes data corruption.

	Resolution:
	Eliminate the race condition.

	4)Veritas Incident Number:426257
	Problem Description:
	The watchdog timeouts and causes an NMI as it is
	not reset soon enough due to some kernel message
	printing with spinlock held.

	Resolution:
	The kernel message prints have been moved
	outside of the spinlock.

	5)Veritas Incident Number:426266
	Problem Description:
	VVR tries to resend the VVR writes immediately if
	the timestamp is reset. But because of a bug,
	the timestamp was not getting reset, and the
	VVR writes were retried after a long time.
	One can verify if the messages are indeed retried
	after a long time using the vxrlink stats command.
	The output shows:
	Very high value of RT (of the order of 5-20 secs)
	Very long periods of no sends.

	Resolution:
	The code has been modified to accommodate
	the latest timestamp on the messages,
	so that they are retried immediately.

	6)Veritas Incident Number:426265
	Problem Description:
	The autosync hang is due to a deadlock between a
	connect transaction request to VVR Secondary and
	a detach transaction request to VVR Secondary.

	Resolution:
	Ensure that there should be no other transaction in
	progress before requesting a connect transaction.

	7)Veritas Incident Number:426696
	Problem Description:
	In searching for a right place to insert to the
	flow-control queue, the search always starts from the
	beginning of the queue but quite often end up inserting
	near the end. This search algorithm is inefficient and
	will cause high CPU utilization when the queue gets long.

	Resolution:
	Improve the efficiency of the algorithm in searching and
	inserting to the flow-control queue.

Enhancement: 
	Yes
	PHKL_35477:
	JAGag22549 introduces new tunable voldrl_volumemax_drtregs.

SR: 
	8606410103 8606419267 8606419270 8606413328 8606419275
	8606419277 8606419278 8606419259 8606419260 8606419261
	8606419262 8606419274 8606419279 8606419806 8606419807
	8606419811 8606419812 8606419813 8606419814 8606419819
	8606419804 8606423413 8606423415 8606423416 8606423412
	8606423410 8606411996 8606418465 8606423507 8606440332
	8606445110 8606445101 8606445104 8606445107 8606445108
	8606445115 8606445314 8606446350 8606446351 8606417984
	8606455807 8606455828 8606449570 8606450987 8606451161
	8606452725 8606456799 8606467111 8606405601 8606467114
	8606467115 8606467116

Patch Files: 

	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_IA,v=HP:

	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_IA,v=VERITAS:

	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_IA,v=HP:

	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_IA,v=VERITAS:
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func32.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func64.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmputility.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdb.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev_sys.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmperrord.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpgen_da.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpglobals.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmphp.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmptpapi.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl_conv.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmp_indioctl.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmplic.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmplock.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpmigration.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpmisc.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpops.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpreconfig.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmprestore.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpscsi.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmppgr.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmppgrio.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpstats.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpapm_support.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpda_policy.o)
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp_tunables.o)
	/usr/conf/lib/libvxdmp_vrts.a(libvxdmp.modmeta.o)
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp.modmeta.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmp.modmeta.o)
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp.o)
	/usr/conf/lib/libvxvm_vrts.a(libvxdmp_vers.o)
	/usr/conf/lib/libvxvm_vrts.a(conv_func32.o)
	/usr/conf/lib/libvxvm_vrts.a(conv_func64.o)
	/usr/conf/lib/libvxvm_vrts.a(cpulocks.o)
	/usr/conf/lib/libvxvm_vrts.a(cache.o)
	/usr/conf/lib/libvxvm_vrts.a(dcm.o)
	/usr/conf/lib/libvxvm_vrts.a(dco.o)
	/usr/conf/lib/libvxvm_vrts.a(dco_20.o)
	/usr/conf/lib/libvxvm_vrts.a(dco_misc.o)
	/usr/conf/lib/libvxvm_vrts.a(dco_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(devmap.o)
	/usr/conf/lib/libvxvm_vrts.a(devmap_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(dg.o)
	/usr/conf/lib/libvxvm_vrts.a(dg_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(disk.o)
	/usr/conf/lib/libvxvm_vrts.a(diskio.o)
	/usr/conf/lib/libvxvm_vrts.a(drl.o)
	/usr/conf/lib/libvxvm_vrts.a(drl_20.o)
	/usr/conf/lib/libvxvm_vrts.a(drl_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(dskinfo.o)
	/usr/conf/lib/libvxvm_vrts.a(errsio.o)
	/usr/conf/lib/libvxvm_vrts.a(event.o)
	/usr/conf/lib/libvxvm_vrts.a(ibc.o)
	/usr/conf/lib/libvxvm_vrts.a(heartbeat.o)
	/usr/conf/lib/libvxvm_vrts.a(fmr.o)
	/usr/conf/lib/libvxvm_vrts.a(gabintf_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(ghostio.o)
	/usr/conf/lib/libvxvm_vrts.a(ilock.o)
	/usr/conf/lib/libvxvm_vrts.a(ilock_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(indioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(info.o)
	/usr/conf/lib/libvxvm_vrts.a(info_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(ioctl_conv.o)
	/usr/conf/lib/libvxvm_vrts.a(iod.o)
	/usr/conf/lib/libvxvm_vrts.a(join_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(kcontext.o)
	/usr/conf/lib/libvxvm_vrts.a(kiostart.o)
	/usr/conf/lib/libvxvm_vrts.a(kio_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(kiosubr.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_gab.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_common.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_reqtbl_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_switchout.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_tcp.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_udp.o)
	/usr/conf/lib/libvxvm_vrts.a(kr_upgrade.o)
	/usr/conf/lib/libvxvm_vrts.a(kr_upgradetbl.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_10_20.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_20_30.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_30_40.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_40_50.o)
	/usr/conf/lib/libvxvm_vrts.a(ktrans.o)
	/usr/conf/lib/libvxvm_vrts.a(ktrans_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(linksio.o)
	/usr/conf/lib/libvxvm_vrts.a(memdbg.o)
	/usr/conf/lib/libvxvm_vrts.a(mempool.o)
	/usr/conf/lib/libvxvm_vrts.a(monitor_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(msg_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(msg_diskpolicy.o)
	/usr/conf/lib/libvxvm_vrts.a(msg_dmp.o)
	/usr/conf/lib/libvxvm_vrts.a(mv.o)
	/usr/conf/lib/libvxvm_vrts.a(mv_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(mv_detdrl_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(mvio.o)
	/usr/conf/lib/libvxvm_vrts.a(mvioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(mv_indirectio.o)
	/usr/conf/lib/libvxvm_vrts.a(mvioctl_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(volecopy.o)
	/usr/conf/lib/libvxvm_vrts.a(volecopy_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(mvlog.o)
	/usr/conf/lib/libvxvm_vrts.a(netiod.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cli.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cli_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cs.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_srv.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_srv_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(nmstable.o)
	/usr/conf/lib/libvxvm_vrts.a(node_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(objioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(objioctl_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(objsubr.o)
	/usr/conf/lib/libvxvm_vrts.a(objtypes.o)
	/usr/conf/lib/libvxvm_vrts.a(oessio_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_ioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_pfsio.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_qssio.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_errbuf.o)
	/usr/conf/lib/libvxvm_vrts.a(plex.o)
	/usr/conf/lib/libvxvm_vrts.a(poold.o)
	/usr/conf/lib/libvxvm_vrts.a(privmem.o)
	/usr/conf/lib/libvxvm_vrts.a(raid.o)
	/usr/conf/lib/libvxvm_vrts.a(raidlog.o)
	/usr/conf/lib/libvxvm_vrts.a(raid_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(root.o)
	/usr/conf/lib/libvxvm_vrts.a(rp.o)
	/usr/conf/lib/libvxvm_vrts.a(rpio.o)
	/usr/conf/lib/libvxvm_vrts.a(rpioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(rp_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(rv.o)
	/usr/conf/lib/libvxvm_vrts.a(vvr_autotune.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_config.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_dcm.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_linksio.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_server.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_test.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_update.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_wrship.o)
	/usr/conf/lib/libvxvm_vrts.a(rvio.o)
	/usr/conf/lib/libvxvm_vrts.a(rvioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(srvmcore.o)
	/usr/conf/lib/libvxvm_vrts.a(rwsleep.o)
	/usr/conf/lib/libvxvm_vrts.a(siosubr.o)
	/usr/conf/lib/libvxvm_vrts.a(snap.o)
	/usr/conf/lib/libvxvm_vrts.a(splitsio.o)
	/usr/conf/lib/libvxvm_vrts.a(stable.o)
	/usr/conf/lib/libvxvm_vrts.a(subcache.o)
	/usr/conf/lib/libvxvm_vrts.a(subdisk.o)
	/usr/conf/lib/libvxvm_vrts.a(subr.o)
	/usr/conf/lib/libvxvm_vrts.a(subvolume.o)
	/usr/conf/lib/libvxvm_vrts.a(task.o)
	/usr/conf/lib/libvxvm_vrts.a(trace.o)
	/usr/conf/lib/libvxvm_vrts.a(volcvol.o)
	/usr/conf/lib/libvxvm_vrts.a(voldev.o)
	/usr/conf/lib/libvxvm_vrts.a(voldio.o)
	/usr/conf/lib/libvxvm_vrts.a(voldioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(voldioctl_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(volhp.o)
	/usr/conf/lib/libvxvm_vrts.a(volhp_rel.o)
	/usr/conf/lib/libvxvm_vrts.a(volinit.o)
	/usr/conf/lib/libvxvm_vrts.a(voliomem.o)
	/usr/conf/lib/libvxvm_vrts.a(volklog.o)
	/usr/conf/lib/libvxvm_vrts.a(vollif.o)
	/usr/conf/lib/libvxvm_vrts.a(volquiesce.o)
	/usr/conf/lib/libvxvm_vrts.a(volpack_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(volpack_vvr_nw.o)
	/usr/conf/lib/libvxvm_vrts.a(volpage.o)
	/usr/conf/lib/libvxvm_vrts.a(volspec.o)
	/usr/conf/lib/libvxvm_vrts.a(volspec_stub.o)
	/usr/conf/lib/libvxvm_vrts.a(volted.o)
	/usr/conf/lib/libvxvm_vrts.a(volted_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(volxor.o)
	/usr/conf/lib/libvxvm_vrts.a(vset.o)
	/usr/conf/lib/libvxvm_vrts.a(vsetioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(vsetio.o)
	/usr/conf/lib/libvxvm_vrts.a(volreset.o)
	/usr/conf/lib/libvxvm_vrts.a(vvr_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(vxvm_tunables.o)
	/usr/conf/lib/libvxvm_vrts.a(svm_stub.o)
	/usr/conf/lib/libvxvm_vrts.a(libvxvm.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vol.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vols.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vxvm.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vxvm.o)
	/usr/conf/lib/libvxvm_vrts.a(libvxvm_vers.o)

	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_PA,v=HP:

	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_PA,v=VERITAS:

	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_PA,v=HP:

	VRTSvxvm.VXVM-KRN,fr=4.1.010,fa=HP-UX_B.11.23_PA,v=VERITAS:
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func32.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func64.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmputility.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdb.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev_sys.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmperrord.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpgen_da.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpglobals.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmphp.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmptpapi.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl_conv.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmp_indioctl.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmplic.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmplock.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpmigration.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpmisc.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpops.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpreconfig.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmprestore.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpscsi.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmppgr.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmppgrio.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpstats.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpapm_support.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmpda_policy.o)
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp_tunables.o)
	/usr/conf/lib/libvxdmp_vrts.a(libvxdmp.modmeta.o)
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp.modmeta.o)
	/usr/conf/lib/libvxdmp_vrts.a(dmp.modmeta.o)
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp.o)
	/usr/conf/lib/libvxvm_vrts.a(libvxdmp_vers.o)
	/usr/conf/lib/libvxvm_vrts.a(conv_func32.o)
	/usr/conf/lib/libvxvm_vrts.a(conv_func64.o)
	/usr/conf/lib/libvxvm_vrts.a(cpulocks.o)
	/usr/conf/lib/libvxvm_vrts.a(cache.o)
	/usr/conf/lib/libvxvm_vrts.a(dcm.o)
	/usr/conf/lib/libvxvm_vrts.a(dco.o)
	/usr/conf/lib/libvxvm_vrts.a(dco_20.o)
	/usr/conf/lib/libvxvm_vrts.a(dco_misc.o)
	/usr/conf/lib/libvxvm_vrts.a(dco_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(devmap.o)
	/usr/conf/lib/libvxvm_vrts.a(devmap_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(dg.o)
	/usr/conf/lib/libvxvm_vrts.a(dg_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(disk.o)
	/usr/conf/lib/libvxvm_vrts.a(diskio.o)
	/usr/conf/lib/libvxvm_vrts.a(drl.o)
	/usr/conf/lib/libvxvm_vrts.a(drl_20.o)
	/usr/conf/lib/libvxvm_vrts.a(drl_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(dskinfo.o)
	/usr/conf/lib/libvxvm_vrts.a(errsio.o)
	/usr/conf/lib/libvxvm_vrts.a(event.o)
	/usr/conf/lib/libvxvm_vrts.a(ibc.o)
	/usr/conf/lib/libvxvm_vrts.a(heartbeat.o)
	/usr/conf/lib/libvxvm_vrts.a(fmr.o)
	/usr/conf/lib/libvxvm_vrts.a(gabintf_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(ghostio.o)
	/usr/conf/lib/libvxvm_vrts.a(ilock.o)
	/usr/conf/lib/libvxvm_vrts.a(ilock_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(indioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(info.o)
	/usr/conf/lib/libvxvm_vrts.a(info_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(ioctl_conv.o)
	/usr/conf/lib/libvxvm_vrts.a(iod.o)
	/usr/conf/lib/libvxvm_vrts.a(join_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(kcontext.o)
	/usr/conf/lib/libvxvm_vrts.a(kiostart.o)
	/usr/conf/lib/libvxvm_vrts.a(kio_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(kiosubr.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_gab.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_common.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_reqtbl_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_switchout.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_tcp.o)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_udp.o)
	/usr/conf/lib/libvxvm_vrts.a(kr_upgrade.o)
	/usr/conf/lib/libvxvm_vrts.a(kr_upgradetbl.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_10_20.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_20_30.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_30_40.o)
	/usr/conf/lib/libvxvm_vrts.a(kru_40_50.o)
	/usr/conf/lib/libvxvm_vrts.a(ktrans.o)
	/usr/conf/lib/libvxvm_vrts.a(ktrans_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(linksio.o)
	/usr/conf/lib/libvxvm_vrts.a(memdbg.o)
	/usr/conf/lib/libvxvm_vrts.a(mempool.o)
	/usr/conf/lib/libvxvm_vrts.a(monitor_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(msg_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(msg_diskpolicy.o)
	/usr/conf/lib/libvxvm_vrts.a(msg_dmp.o)
	/usr/conf/lib/libvxvm_vrts.a(mv.o)
	/usr/conf/lib/libvxvm_vrts.a(mv_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(mv_detdrl_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(mvio.o)
	/usr/conf/lib/libvxvm_vrts.a(mvioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(mv_indirectio.o)
	/usr/conf/lib/libvxvm_vrts.a(mvioctl_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(volecopy.o)
	/usr/conf/lib/libvxvm_vrts.a(volecopy_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(mvlog.o)
	/usr/conf/lib/libvxvm_vrts.a(netiod.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cli.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cli_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cs.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_srv.o)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_srv_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(nmstable.o)
	/usr/conf/lib/libvxvm_vrts.a(node_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(objioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(objioctl_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(objsubr.o)
	/usr/conf/lib/libvxvm_vrts.a(objtypes.o)
	/usr/conf/lib/libvxvm_vrts.a(oessio_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_ioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_pfsio.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_qssio.o)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_errbuf.o)
	/usr/conf/lib/libvxvm_vrts.a(plex.o)
	/usr/conf/lib/libvxvm_vrts.a(poold.o)
	/usr/conf/lib/libvxvm_vrts.a(privmem.o)
	/usr/conf/lib/libvxvm_vrts.a(raid.o)
	/usr/conf/lib/libvxvm_vrts.a(raidlog.o)
	/usr/conf/lib/libvxvm_vrts.a(raid_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(root.o)
	/usr/conf/lib/libvxvm_vrts.a(rp.o)
	/usr/conf/lib/libvxvm_vrts.a(rpio.o)
	/usr/conf/lib/libvxvm_vrts.a(rpioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(rp_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(rv.o)
	/usr/conf/lib/libvxvm_vrts.a(vvr_autotune.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_config.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_dcm.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_linksio.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_server.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_test.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_update.o)
	/usr/conf/lib/libvxvm_vrts.a(rv_wrship.o)
	/usr/conf/lib/libvxvm_vrts.a(rvio.o)
	/usr/conf/lib/libvxvm_vrts.a(rvioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(srvmcore.o)
	/usr/conf/lib/libvxvm_vrts.a(rwsleep.o)
	/usr/conf/lib/libvxvm_vrts.a(siosubr.o)
	/usr/conf/lib/libvxvm_vrts.a(snap.o)
	/usr/conf/lib/libvxvm_vrts.a(splitsio.o)
	/usr/conf/lib/libvxvm_vrts.a(stable.o)
	/usr/conf/lib/libvxvm_vrts.a(subcache.o)
	/usr/conf/lib/libvxvm_vrts.a(subdisk.o)
	/usr/conf/lib/libvxvm_vrts.a(subr.o)
	/usr/conf/lib/libvxvm_vrts.a(subvolume.o)
	/usr/conf/lib/libvxvm_vrts.a(task.o)
	/usr/conf/lib/libvxvm_vrts.a(trace.o)
	/usr/conf/lib/libvxvm_vrts.a(volcvol.o)
	/usr/conf/lib/libvxvm_vrts.a(voldev.o)
	/usr/conf/lib/libvxvm_vrts.a(voldio.o)
	/usr/conf/lib/libvxvm_vrts.a(voldioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(voldioctl_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(volhp.o)
	/usr/conf/lib/libvxvm_vrts.a(volhp_rel.o)
	/usr/conf/lib/libvxvm_vrts.a(volinit.o)
	/usr/conf/lib/libvxvm_vrts.a(voliomem.o)
	/usr/conf/lib/libvxvm_vrts.a(volklog.o)
	/usr/conf/lib/libvxvm_vrts.a(vollif.o)
	/usr/conf/lib/libvxvm_vrts.a(volquiesce.o)
	/usr/conf/lib/libvxvm_vrts.a(volpack_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(volpack_vvr_nw.o)
	/usr/conf/lib/libvxvm_vrts.a(volpage.o)
	/usr/conf/lib/libvxvm_vrts.a(volspec.o)
	/usr/conf/lib/libvxvm_vrts.a(volspec_stub.o)
	/usr/conf/lib/libvxvm_vrts.a(volted.o)
	/usr/conf/lib/libvxvm_vrts.a(volted_sys.o)
	/usr/conf/lib/libvxvm_vrts.a(volxor.o)
	/usr/conf/lib/libvxvm_vrts.a(vset.o)
	/usr/conf/lib/libvxvm_vrts.a(vsetioctl.o)
	/usr/conf/lib/libvxvm_vrts.a(vsetio.o)
	/usr/conf/lib/libvxvm_vrts.a(volreset.o)
	/usr/conf/lib/libvxvm_vrts.a(vvr_cvm.o)
	/usr/conf/lib/libvxvm_vrts.a(vxvm_tunables.o)
	/usr/conf/lib/libvxvm_vrts.a(svm_stub.o)
	/usr/conf/lib/libvxvm_vrts.a(libvxvm.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vol.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vols.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vxvm.modmeta.o)
	/usr/conf/lib/libvxvm_vrts.a(vxvm.o)
	/usr/conf/lib/libvxvm_vrts.a(libvxvm_vers.o)

what(1) Output: 

	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_IA,v=HP:
	/usr/conf/lib/libvxvm_vrts.a(cache.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(conv_func32.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(conv_func64.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(cpulocks.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(dcm.o):
		comms:%M% %I%
		dcm.c $Date: 2005/09/23 09:43:01 $Revision: 1.49.2.1
			0.4.2.4.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(dco.o):
		comms:%M% %I%
		dco.c $Date: 2006/04/17 10:42:09 $Revision: 1.115.2.
			37.4.3.6.3 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(dco_20.o):
		comms:%M% %I%
		dco_20.c $Date: 2006/04/17 09:05:13 $Revision: 1.27.
			2.68.4.9.4.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(dco_cvm.o):
		comms:%M% %I%
		dco_cvm.c $Date: 2006/04/17 09:05:14 $Revision: 1.6.
			2.9.24.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(dco_misc.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(devmap.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(devmap_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(dg.o):
		comms:%M% %I%
		dg.c $Date: 2005/10/26 18:11:19 $Revision: 1.47.2.10
			.10.4.2.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(dg_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(disk.o):
		comms:%M% %I%
		disk.c $Date: 2006/08/10 06:28:40 $Revision: 1.31.2.
			13.4.16.2.6 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(diskio.o):
		comms:%M% %I%
		diskio.c $Date: 2006/07/12 04:32:10 $Revision: 1.46.
			2.4.10.6.2.3 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmp.modmeta.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmp_indioctl.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpapm_support.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func32.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func64.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpda_policy.o):
		dmpda_policy.c $Date: 2006/07/25 05:37:24 $Revision:
			 1.6.2.13.10.5.2.4 PATCH_11.23PI (PHKL_34812
			)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdb.o):
		dmpdb.c $Date: 1.83.2.35.4.20.2.1 2006/07/07 $Revisi
			on: dmpdb.c,v PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev.o):
		dmpdev.c $Date: 2006/07/07 06:57:03 $Revision: 1.81.
			2.26.4.20.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev_sys.o):
		dmpdev_sys.c $Date: 2006/07/07 06:57:13 $Revision: 1
			.42.2.3.10.1.6.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmperrord.o):
		dmperrord.c $Date: 2006/07/24 10:39:15 $Revision: 1.
			50.2.23.4.14.2.3 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpgen_da.o):
		dmpgen_da.c $Date: 2006/07/27 11:13:36 $Revision: 1.
			57.2.10.4.17.2.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpglobals.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmphp.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl.o):
		dmpioctl.c $Date: 2006/09/14 08:29:23 $Revision: 1.1
			15.2.41.10.38.2.4.2.1 PATCH_11.23PI (PHKL_35
			477)
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl_conv.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmplic.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmplock.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpmigration.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpmisc.o):
		dmpmisc.c $Date: 2006/03/16 12:21:50 $Revision: 1.42
			.2.11.4.7.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpops.o):
		dmpops.c $Date: 2005/08/20 04:07:17 $Revision: 1.36.
			2.2.4.6.2.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxdmp_vrts.a(dmppgr.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmppgrio.o):
		dmppgrio.c $Date: 2006/05/17 05:24:37 $Revision: 1.5
			.2.5.40.6.2.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpreconfig.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmprestore.o):
		dmprestore.c $Date: 2006/07/07 06:57:04 $Revision: 1
			.40.2.6.4.11.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpscsi.o):
		dmpscsi.c $Date: 2005/08/26 07:23:29 $Revision: 1.28
			.2.3.4.2.2.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxdmp_vrts.a(dmpstats.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmptpapi.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmputility.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(drl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(drl_20.o):
		comms:%M% %I%
		drl_20.c $Date: 2006/09/14 10:30:39 $Revision: 1.10.
			2.39.4.3.4.1.2.1 PATCH_11.23PI (PHKL_35477)
	/usr/conf/lib/libvxvm_vrts.a(drl_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(dskinfo.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(errsio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(event.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(fmr.o):
		comms:%M% %I%
		fmr.c $Date: 2006/04/17 09:05:14 $Revision: 1.90.2.2
			0.30.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(gabintf_cvm.o):
		comms:%M% %I%
		gabintf_cvm.c $Date: 2005/08/11 17:10:07 $Revision:
			1.36.2.18.10.4.2.1 PATCH_11.23PI (PHKL_33510
			)
	/usr/conf/lib/libvxvm_vrts.a(ghostio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(heartbeat.o):
		comms:%M% %I%
		heartbeat.c $Date: 2005/08/12 08:07:32 $Revision: 1.
			70.2.34.4.12.2.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(ibc.o):
		comms:%M% %I%
		ibc.c $Date: 2006/08/31 13:26:55 $Revision: 1.53.2.1
			4.4.4.10.1 PATCH_11.23PI (PHKL_35477)
	/usr/conf/lib/libvxvm_vrts.a(ilock.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(ilock_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(indioctl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(info.o):
		comms:%M% %I%
		info.c $Date: 2006/07/07 06:57:06 $Revision: 1.35.2.
			19.10.7.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(info_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(ioctl_conv.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(iod.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(join_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kcontext.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kio_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kiostart.o):
		comms:%M% %I%
		kiostart.c $Date: 2006/04/05 07:06:34 $Revision: 1.3
			6.2.7.4.6.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(kiosubr.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kmsg_common.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kmsg_cvm.o):
		comms:%M% %I%
		kmsg_cvm.c $Date: 2006/04/17 09:05:14 $Revision: 1.9
			8.2.52.4.8.2.4 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_gab.o):
		comms:%M% %I%
		kmsg_gab.c $Date: 2005-08-11 23:54:16 $Revision: 1.1
			0.2.12.30.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(kmsg_reqtbl_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kmsg_switchout.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kmsg_tcp.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kmsg_udp.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kr_upgrade.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kr_upgradetbl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kru_10_20.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kru_20_30.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kru_30_40.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(kru_40_50.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(ktrans.o):
		comms:%M% %I%
		ktrans.c $Date: 2006/07/07 06:57:06 $Revision: 1.54.
			2.7.10.6.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(ktrans_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxdmp_vrts.a(libvxdmp.modmeta.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(libvxdmp_vers.o):
		spaten:/lhome/fbosco/siddu/4.1cp2pp1/build/em-perf_r
			oot @ Thu Sep 21 06:27:30 PDT 2006 by fbosco
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmputility.c,v $ $Revision: 1.8.2.3.32.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpdb.c,v $ $Revision: 1.83.2.35.4.20.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpdev.c,v $ $Revision: 1.81.2.26.4.20.2.1
			$
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			dev_sys.c,v $ $Revision: 1.42.2.3.10.1.6.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmperrord.c,v $ $Revision: 1.50.2.23.4.14.2
			.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpgen_da.c,v $ $Revision: 1.57.2.10.4.17.2
			.2 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			globals.c,v $ $Revision: 1.33.2.2.46.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			hp.c,v $ $Revision: 1.71.2.15.4.13 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpioctl.c,v $ $Revision: 1.115.2.41.10.38.
			2.4.2.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			tpapi.c,v $ $Revision: 1.6 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			ioctl_conv.c,v $ $Revision: 1.22.2.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			_indioctl.c,v $ $Revision: 1.3.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmplic.c,v $ $Revision: 1.32.2.3 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			lock.c,v $ $Revision: 1.19.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpmigration.c,v $ $Revision: 1.18.2.8.10.1
			 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpmisc.c,v $ $Revision: 1.42.2.11.4.7.2.1
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpops.c,v $ $Revision: 1.36.2.2.4.6.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpreconfig.c,v $ $Revision: 1.43.2.2.32.4
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmprestore.c,v $ $Revision: 1.40.2.6.4.11.2
			.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/Att
			ic/dmpscsi.c,v $ $Revision: 1.28.2.3.4.2.2.1
			 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmppgr.c,v $ $Revision: 1.8.2.2.10.2 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxdmp/dmp
			pgrio.c,v $ $Revision: 1.5.2.5.40.6.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpstats.c,v $ $Revision: 1.14.2.16.10.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpapm_support.c,v $ $Revision: 1.3.2.2.10.
			1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxdmp
			/dmpda_policy.c,v $ $Revision: 1.6.2.13.10.5
			.2.4 $
		$Source: /project/unixvm-cvs/src/hp/11.23/kernel/vxd
			mp/vxdmp_tunables.c,v $
	/usr/conf/lib/libvxvm_vrts.a(libvxvm.modmeta.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(libvxvm_vers.o):
		spaten:/lhome/fbosco/siddu/4.1cp2pp1/build/em-perf_r
			oot @ Thu Sep 21 06:25:50 PDT 2006 by fbosco
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			cpulocks.c,v $ $Revision: 1.21.2.2.58.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			cache.c,v $ $Revi
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			dcm.c,v $ $Revision: 1.49.2.10.4.2.4.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			dco.c,v $ $Revision: 1.115.2.37.4.3.6.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			dco_20.c,v $ $Revision: 1.27.2.68.4.9.4.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			dco_misc.c,v $ $Revision: 1.5.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			dco_cvm.c,v $ $Revision: 1.6.2.9.24.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			devmap.c,v $ $Revision: 1.36.2.10.10.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			devmap_cvm.c,v $ $Revision: 1.16.2.4.10.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			dg.c,v $ $Revision: 1.47.2.10.10.4.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			dg_cvm.c,v $ $Revision: 1.42.2.7.10.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			disk.c,v $ $Revision: 1.31.2.13.4.16.2.6 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/disk
			io.c,v $ $Revision: 1.46.2.4.10.6.2.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			drl.c,v $ $Revision: 1.49.2.17.4.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			drl_20.c,v $ $Revision: 1.10.2.39.4.3.4.1.2.
			1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			drl_cvm.c,v $ $Revision: 1.22.2.3 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/dski
			nfo.c,v $ $Revision: 1.15.2.1.64.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			errsio.c,v $ $Revision: 1.8 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			event.c,v $ $Revision: 1.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			ibc.c,v $ $Revision: 1.53.2.14.4.4.10.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			heartbeat.c,v $ $Revision: 1.70.2.34.4.12.2.
			1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			fmr.c,v $ $Revision: 1.90.2.20.30.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			gabintf_cvm.c,v $ $Revision: 1.36.2.18.10.4.
			2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			ghostio.c,v $ $Revision: 1.12.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			ilock.c,v $ $Revision: 1.19.2.4.10.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			ilock_cvm.c,v $ $Revision: 1.32.2.13.10.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/indi
			octl.c,v $ $Revision: 1.10.102.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			info.c,v $ $Revision: 1.35.2.19.10.7.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			info_cvm.c,v $ $Revision: 1.17.2.3 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/ioct
			l_conv.c,v $ $Revision: 1.15.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			iod.c,v $ $Revision: 1.32.2.6.10.6 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			join_cvm.c,v $ $Revision: 1.51.2.17.4.2.6.2
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kcontext.c,v $ $Revision: 1.11.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kiostart.c,v $ $Revision: 1.36.2.7.4.6.2.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/kio_
			sys.c,v $ $Revision: 1.15.2.2.62.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kiosubr.c,v $ $Revision: 1.37.2.5.10.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kmsg_cvm.c,v $ $Revision: 1.98.2.52.4.8.2.4
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kmsg_gab.c,v $ $Revision: 1.10.2.12.30.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/kmsg
			_common.c,v $ $Revision: 1.16.2.2.40.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kmsg_reqtbl_cvm.c,v $ $Revision: 1.43.2.16.4
			.4 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/kmsg
			_switchout.c,v $ $Revision: 1.6 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/kmsg
			_tcp.c,v $ $Revision: 1.15.2.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/kmsg
			_udp.c,v $ $Revision: 1.12.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kr_upgrade.c,v $ $Revision: 1.24.2.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kr_upgradetbl.c,v $ $Revision: 1.10 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kru_10_20.c,v $ $Revision: 1.5.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kru_20_30.c,v $ $Revision: 1.5.2.1.64.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kru_30_40.c,v $ $Revision: 1.3.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			kru_40_50.c,v $ $Revision: 1.6.2.2.64.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			ktrans.c,v $ $Revision: 1.54.2.7.10.6.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			ktrans_cvm.c,v $ $Revision: 1.23.2.8.4.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			linksio.c,v $ $Revision: 1.13.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			memdbg.c,v $ $Revision: 1.21.2.2.10.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mempool.c,v $ $Revision: 1.20.2.1.64.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			monitor_cvm.c,v $ $Revision: 1.164.2.80.4.20
			.2.18 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			msg_cvm.c,v $ $Revision: 1.90.2.24.4.6.6.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			msg_diskpolicy.c,v $ $Revision: 1.15.2.3.10.
			2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			msg_dmp.c,v $ $Revision: 1.29.2.6.10.3.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mv.c,v $ $Revision: 1.77.2.38.4.7.4.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mv_cvm.c,v $ $Revision: 1.65.2.36.10.7.4.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mv_detdrl_cvm.c,v $ $Revision: 1.12.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mvio.c,v $ $Revision: 1.102.2.28.10.4.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mvioctl.c,v $ $Revision: 1.55.2.22.4.6.22.1
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mv_indirectio.c,v $ $Revision: 1.17.2.16.10.
			3.6.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mvioctl_sys.c,v $ $Revision: 1.16.2.3.10.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volecopy.c,v $ $Revision: 1.3.2.9.10.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/vole
			copy_sys.c,v $ $Revision: 1.3.2.6.32.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			mvlog.c,v $ $Revision: 1.4.2.2.10.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			netiod.c,v $ $Revision: 1.28.2.6.10.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			nmcom_cli.c,v $ $Revision: 1.67.2.21.10.12.4
			.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/nmco
			m_cli_sys.c,v $ $Revision: 1.22.2.4.10.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			nmcom_cs.c,v $ $Revision: 1.13.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			nmcom_srv.c,v $ $Revision: 1.92.2.45.6.26.2.
			4 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/nmco
			m_srv_sys.c,v $ $Revision: 1.7.2.4.46.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			nmstable.c,v $ $Revision: 1.13.2.2.10.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			node_cvm.c,v $ $Revision: 1.30.2.12.10.2.6.4
			 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			objioctl.c,v $ $Revision: 1.18.2.2.6.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			objioctl_sys.c,v $ $Revision: 1.12 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			objsubr.c,v $ $Revision: 1.39.2.6.30.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			objtypes.c,v $ $Revision: 1.16 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			oessio_cvm.c,v $ $Revision: 1.14.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voldmp_ioctl.c,v $ $Revision: 1.17.2.7.10.5.
			2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voldmp_pfsio.c,v $ $Revision: 1.8.2.3.32.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voldmp_qssio.c,v $ $Revision: 1.11.2.1.64.2
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voldmp_errbuf.c,v $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			plex.c,v $ $Revision: 1.33.2.3.10.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			poold.c,v $ $Revision: 1.11.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			privmem.c,v $ $Revision: 1.9 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			raid.c,v $ $Revision: 1.81.2.8 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			raidlog.c,v $ $Revision: 1.32.2.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			raid_cvm.c,v $ $Revision: 1.16.2.3 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/root
			.c,v $ $Revision: 1.19.2.4.10.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rp.c,v $ $Revision: 1.63.2.37.4.11.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rpio.c,v $ $Revision: 1.59.2.15.10.14.2.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rpioctl.c,v $ $Revision: 1.73.2.28.4.24 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rp_cvm.c,v $ $Revision: 1.10.2.29.4.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv.c,v $Revision: 1.79.2.69.4.9 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_config.c,v $ $Revision: 1.41.2.15.10.5 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_cvm.c,v $Revision: 1.15.2.29.4.5 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_dcm.c,v $ $Revision: 1.54.2.22.4.10.4.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_linksio.c,v $ $Revision: 1.7.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_server.c,v $ $Revision: 1.94.2.35.10.16 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_test.c,v $ $Revision: 1.17.2.2.58.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_update.c,v $ $Revision: 1.144.2.56.4.30 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rv_wrship.c,v $ $Revision: 1.5.2.24.4.5 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rvio.c,v $ $Revision: 1.115.2.64.4.30 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rvioctl.c,v $ $Revision: 1.47.2.8.10.18 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/srvm
			core.c,v $ $Revision: 1.9.2.1.40.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			rwsleep.c,v $ $Revision: 1.5 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			siosubr.c,v $ $Revision: 1.38.2.9.6.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			snap.c,v $ $Revision: 1.4.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			splitsio.c,v $ $Revision: 1.11 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			stable.c,v $ $Revision: 1.10.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			subcache.c,v $ $Revision: 1.10.2.8.10.1.6.2
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			subdisk.c,v $ $Revision: 1.23.2.4.10.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			subr.c,v $ $Revision: 1.17.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			subvolume.c,v $ $Revision: 1.13.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			task.c,v $ $Revision: 1.27.2.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			trace.c,v $ $Revision: 1.40.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volcvol.c,v $ $Revision: 1.8.2.27.10.13.2.2
			$
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voldev.c,v $ $Revision: 1.69.2.13.6.8.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voldio.c,v $ $Revision: 1.15.146.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voldioctl.c,v $ $Revision: 1.33.2.6.10.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/vold
			ioctl_sys.c,v $ $Revision: 1.15.2.3.10.2 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/volh
			p.c,v $ $Revision: 1.117.2.13.6.13.2.1.2.1 $
		$Source: /project/unixvm-cvs/src/hp/11.23/kernel/vxv
			m/volhp_rel.c,v $ $Revision: 1.6.2.5 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volinit.c,v $ $Revision: 1.26.2.2.32.4.4.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			voliomem.c,v $ $Revision: 1.7.2.3.32.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volklog.c,v $ $Revision: 1.51.2.7.30.1.2.1 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/voll
			if.c,v $ $Revision: 1.3.102.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volquiesce.c,v $ $Revision: 1.6.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volpack_cvm.c,v $ $Revision: 1.48.2.21.4.8.6
			.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volpack_vvr_nw.c,v $ $Revision: 1.4.2.1.64.1
			 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volpage.c,v $ $Revision: 1.7.2.17.10.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volspec.c,v $ $Revision: 1.29.2.5.40.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volspec_stub.c,v $ $Revision: 1.9.2.2 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volted.c,v $ $Revision: 1.49.2.8.4.3 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/volt
			ed_sys.c,v $ $Revision: 1.13.2.2.10.2 $
		$Source: /project/unixvm-cvs/src/hp/kernel/vxvm/volx
			or.c,v $ $Revision: 1.8.2.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			vset.c,v $ $Revision: 1.6.2.3.10.1 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			vsetioctl.c,v $ $Revision: 1.6.2.17.4.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			vsetio.c,v $ $Revision: 1.2.8.3 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			volreset.c,v $ $Revision: 1.5.2.4 $
		$Source: /project/unixvm-cvs/src/common/kernel/vxvm/
			vvr_cvm.c,v $ $Revision: 1.12.2.65.4.12 $
		$Source: /project/unixvm-cvs/src/hp/11.23/kernel/vxv
			m/vxvm_tunables.c,v $
		$Source: /project/unixvm-cvs/src/common/kernel/sanvm
			/Attic/svm_stub.c,v $ $Revision: 1.7 $
	/usr/conf/lib/libvxvm_vrts.a(linksio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(memdbg.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(mempool.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(monitor_cvm.o):
		comms:%M% %I%
		monitor_cvm.c $Date: 2006/07/28 10:51:44 $Revision:
			1.164.2.80.4.20.2.18 PATCH_11.23PI (PHKL_348
			12)
	/usr/conf/lib/libvxvm_vrts.a(msg_cvm.o):
		comms:%M% %I%
		msg_cvm.c $Date: 2005/09/08 00:16:19 $Revision: 1.90
			.2.24.4.6.6.3 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(msg_diskpolicy.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(msg_dmp.o):
		comms:%M% %I%
		msg_dmp.c $Date: 2006/03/16 12:21:51 $Revision: 1.29
			.2.6.10.3.2.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(mv.o):
		comms:%M% %I%
		mv.c $Date: 2006/04/17 09:05:15 $Revision: 1.77.2.38
			.4.7.4.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(mv_cvm.o):
		comms:%M% %I%
		mv_cvm.c $Date: 2006/07/27 11:23:32 $Revision: 1.65.
			2.36.10.7.4.4 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(mv_detdrl_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(mv_indirectio.o):
		comms:%M% %I%
		mv_indirectio.c $Date: 2006/04/17 09:05:16 $Revision
			: 1.17.2.16.10.3.6.1 PATCH_11.23PI (PHKL_348
			12)
	/usr/conf/lib/libvxvm_vrts.a(mvio.o):
		comms:%M% %I%
		mvio.c $Date: 2006/04/17 09:05:17 $Revision: 1.102.2
			.28.10.4.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(mvioctl.o):
		comms:%M% %I%
		mvioctl.c $Date: 2006/09/04 05:58:53 $Revision: 1.55
			.2.22.4.6.22.1 PATCH_11.23PI (PHKL_35477)
	/usr/conf/lib/libvxvm_vrts.a(mvioctl_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(mvlog.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(netiod.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cli.o):
		comms:%M% %I%
		nmcom_cli.c $Date: 2005/09/23 10:00:32 $Revision: 1.
			67.2.21.10.12.4.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cli_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(nmcom_cs.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(nmcom_srv.o):
		comms:%M% %I%
		nmcom_srv.c $Date: 2005/09/23 10:00:33 $Revision: 1.
			92.2.45.6.26.2.4 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(nmcom_srv_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(nmstable.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(node_cvm.o):
		comms:%M% %I%
		node_cvm.c $Date: 2006/05/09 09:40:35 $Revision: 1.3
			0.2.12.10.2.6.4 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(objioctl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(objioctl_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(objsubr.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(objtypes.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(oessio_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(plex.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(poold.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(privmem.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(raid.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(raid_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(raidlog.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(root.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rp.o):
		comms:%M% %I%
		rp.c $Date: 2006/04/27 07:20:18 $Revision: 1.63.2.37
			.4.11.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(rp_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rpio.o):
		comms:%M% %I%
		rpio.c $Date: 2005/09/26 09:39:52 $Revision: 1.59.2.
			15.10.14.2.4 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(rpioctl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv_config.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv_dcm.o):
		comms:%M% %I%
		rv_dcm.c $Date: 2005/09/23 09:43:01 $Revision: 1.54.
			2.22.4.10.4.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(rv_linksio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv_server.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv_test.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv_update.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rv_wrship.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rvio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rvioctl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(rwsleep.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(siosubr.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(snap.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(splitsio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(srvmcore.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(stable.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(subcache.o):
		comms:%M% %I%
		subcache.c $Date: 2005/08/17 14:37:39 $Revision: 1.1
			0.2.8.10.1.6.2 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(subdisk.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(subr.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(subvolume.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(svm_stub.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(task.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(trace.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vol.modmeta.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(volcvol.o):
		comms:%M% %I%
		volcvol.c $Date: 2006/05/16 13:36:55 $Revision: 1.8.
			2.27.10.13.2.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(voldev.o):
		comms:%M% %I%
		voldev.c $Date: 2006/07/07 06:57:06 $Revision: 1.69.
			2.13.6.8.2.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(voldio.o):
		comms:%M% %I%
		voldio.c $Date: 2006/07/07 06:57:07 $Revision: 1.15.
			146.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(voldioctl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(voldioctl_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(voldmp_errbuf.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(voldmp_ioctl.o):
		comms:%M% %I%
		voldmp_ioctl.c $Date: 2006/07/07 06:57:07 $Revision:
			 1.17.2.7.10.5.2.2 PATCH_11.23PI (PHKL_34812
			)
	/usr/conf/lib/libvxvm_vrts.a(voldmp_pfsio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(voldmp_qssio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volecopy.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volecopy_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volhp.o):
		comms:%M% %I%
		volhp.c $Date: 2006-09-04 05:58:55 $Revision: 1.117.
			2.13.6.13.2.1.2.1 PATCH_11.23PI (PHKL_35477)
		unixvm:src/hp/kernel/vxvm/volhp.c      1.61+
	/usr/conf/lib/libvxvm_vrts.a(volhp_rel.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volinit.o):
		comms:%M% %I%
		volinit.c $Date: 2006/07/07 06:57:07 $Revision: 1.26
			.2.2.32.4.4.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(voliomem.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volklog.o):
		comms:%M% %I%
		volklog.c $Date: 2006/09/04 05:58:53 $Revision: 1.51
			.2.7.30.1.2.1 PATCH_11.23PI (PHKL_35477)
	/usr/conf/lib/libvxvm_vrts.a(vollif.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volpack_cvm.o):
		comms:%M% %I%
		volpack_cvm.c $Date: 2006/04/17 09:05:17 $Revision:
			1.48.2.21.4.8.6.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(volpack_vvr_nw.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volpage.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volquiesce.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volreset.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vols.modmeta.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(volspec.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volspec_stub.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volted.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(volted_sys.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(volxor.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vset.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vsetio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vsetioctl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vvr_autotune.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vvr_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp.modmeta.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(vxdmp_tunables.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(vxvm.modmeta.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(vxvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(vxvm_tunables.o):
		comms:%M% %I%
		vxvm_tunables.c $Date: 2006/09/15 09:46:47 $Revision
			: 1.3.4.3.4.5.22.1 PATCH_11.23PI (PHKL_35477
			)

	VRTSvxvm.VXVM-KRN,fr=4.1.011,fa=HP-UX_B.11.23_PA,v=HP:
	/usr/conf/lib/libvxvm_vrts.a(cache.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(conv_func32.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(conv_func64.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(cpulocks.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(dcm.o):
		comms:%M% %I%
		dcm.c $Date: 2005/09/23 09:43:01 $Revision: 1.49.2.1
			0.4.2.4.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(dco.o):
		comms:%M% %I%
		dco.c $Date: 2006/04/17 10:42:09 $Revision: 1.115.2.
			37.4.3.6.3 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(dco_20.o):
		comms:%M% %I%
		dco_20.c $Date: 2006/04/17 09:05:13 $Revision: 1.27.
			2.68.4.9.4.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(dco_cvm.o):
		comms:%M% %I%
		dco_cvm.c $Date: 2006/04/17 09:05:14 $Revision: 1.6.
			2.9.24.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(dco_misc.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(devmap.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(devmap_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(dg.o):
		comms:%M% %I%
		dg.c $Date: 2005/10/26 18:11:19 $Revision: 1.47.2.10
			.10.4.2.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxvm_vrts.a(dg_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(disk.o):
		comms:%M% %I%
		disk.c $Date: 2006/08/10 06:28:40 $Revision: 1.31.2.
			13.4.16.2.6 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(diskio.o):
		comms:%M% %I%
		diskio.c $Date: 2006/07/12 04:32:10 $Revision: 1.46.
			2.4.10.6.2.3 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmp.modmeta.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmp_indioctl.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpapm_support.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func32.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpconv_func64.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpda_policy.o):
		dmpda_policy.c $Date: 2006/07/25 05:37:24 $Revision:
			 1.6.2.13.10.5.2.4 PATCH_11.23PI (PHKL_34812
			)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdb.o):
		dmpdb.c $Date: 1.83.2.35.4.20.2.1 2006/07/07 $Revisi
			on: dmpdb.c,v PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev.o):
		dmpdev.c $Date: 2006/07/07 06:57:03 $Revision: 1.81.
			2.26.4.20.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpdev_sys.o):
		dmpdev_sys.c $Date: 2006/07/07 06:57:13 $Revision: 1
			.42.2.3.10.1.6.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmperrord.o):
		dmperrord.c $Date: 2006/07/24 10:39:15 $Revision: 1.
			50.2.23.4.14.2.3 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpgen_da.o):
		dmpgen_da.c $Date: 2006/07/27 11:13:36 $Revision: 1.
			57.2.10.4.17.2.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpglobals.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmphp.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl.o):
		dmpioctl.c $Date: 2006/09/14 08:29:23 $Revision: 1.1
			15.2.41.10.38.2.4.2.1 PATCH_11.23PI (PHKL_35
			477)
	/usr/conf/lib/libvxdmp_vrts.a(dmpioctl_conv.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmplic.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmplock.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpmigration.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmpmisc.o):
		dmpmisc.c $Date: 2006/03/16 12:21:50 $Revision: 1.42
			.2.11.4.7.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpops.o):
		dmpops.c $Date: 2005/08/20 04:07:17 $Revision: 1.36.
			2.2.4.6.2.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxdmp_vrts.a(dmppgr.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmppgrio.o):
		dmppgrio.c $Date: 2006/05/17 05:24:37 $Revision: 1.5
			.2.5.40.6.2.2 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpreconfig.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmprestore.o):
		dmprestore.c $Date: 2006/07/07 06:57:04 $Revision: 1
			.40.2.6.4.11.2.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxdmp_vrts.a(dmpscsi.o):
		dmpscsi.c $Date: 2005/08/26 07:23:29 $Revision: 1.28
			.2.3.4.2.2.1 PATCH_11.23PI (PHKL_33510)
	/usr/conf/lib/libvxdmp_vrts.a(dmpstats.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmptpapi.o):
		None
	/usr/conf/lib/libvxdmp_vrts.a(dmputility.o):
		None
	/usr/conf/lib/libvxvm_vrts.a(drl.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(drl_20.o):
		comms:%M% %I%
		drl_20.c $Date: 2006/09/14 10:30:39 $Revision: 1.10.
			2.39.4.3.4.1.2.1 PATCH_11.23PI (PHKL_35477)
	/usr/conf/lib/libvxvm_vrts.a(drl_cvm.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(dskinfo.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(errsio.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(event.o):
		comms:%M% %I%
	/usr/conf/lib/libvxvm_vrts.a(fmr.o):
		comms:%M% %I%
		fmr.c $Date: 2006/04/17 09:05:14 $Revision: 1.90.2.2
			0.30.1 PATCH_11.23PI (PHKL_34812)
	/usr/conf/lib/libvxvm_vrts.a(gabintf_cvm.o):
		comms:%M% %I%
		gabintf_cvm.c $Date: 2005/08/11 17:10:07 $Revision:
			1.36.2.18.10.4.2.1 PATCH_11.23PI (PHKL_33510
			)