LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 11-24-2009, 12:55 AM   #1
here4linux
LQ Newbie
 
Registered: Jul 2008
Posts: 18

Rep: Reputation: 0
Veritas dmpfs


Hi All


I have the below configuration after installation of veritas 4.1 on Solaris 10

swap 65G 0K 65G 0% /dev/vx/dmp
swap 65G 0K 65G 0% /dev/vx/rdmp


But what I need is

dmpfs 65G 0K 65G 0% /dev/vx/dmp
dmpfs 65G 0K 65G 0% /dev/vx/rdmp

I am very new to Veritas
Pls.... its urgent

Thanks
 
Old 11-24-2009, 06:16 AM   #2
mesiol
Member
 
Registered: Nov 2008
Location: Lower Saxony, Germany
Distribution: CentOS, RHEL, Solaris 10, AIX, HP-UX
Posts: 731

Rep: Reputation: 137Reputation: 137
Hi,

not sure what you did, or what was going wrong, but this looks very strange to me.

It should look like this:

swap 2200112 0 2200112 /var/run
swap 2200112 0 2200112 /tmp

for your swap partitions.

And

dmpfs 5233664 0 5233664 0% /dev/vx/dmp
dmpfs 5233664 0 5233664 0% /dev/vx/rdmp

for multipathing devices. dmpfs was introduced to get rid of older limitations on number of devices.

Swap should never point to /dev/SOMETHING.

Could you please describe what you exactly did? Did you check your installation logfiles? Veritas installer will do the following steps:
vxiod set 10
mount -F tmpfs dmpfs /dev/vx/dmp
mount -F tmpfs dmpfs /dev/vx/rdmp
vxddladm start eventsource
vxconfigd -m disable
vxdctl enable
vxdctl initdmp
rm /etc/vx/reconfig.d/state.d/install-db

There is no point where VxVM tries to mount swap space on /dev/SOMETHING especially NOT /dev/vx/dmp.
 
Old 11-25-2009, 03:25 AM   #3
here4linux
LQ Newbie
 
Registered: Jul 2008
Posts: 18

Original Poster
Rep: Reputation: 0
Hi thanks for reply

below is the whole procedure which I do
1) Install VxVM License
2) Install VxVM
3) Configuring VxVM(whether to use Enc based naming(I opt no),Defualt dg name (Iopt mydg)
4) Whole of the above installation completed with no error.
5) Now out put of command df -h is

Filesystem size used avail capacity Mounted on
/dev/dsk/c6t500000E01566DF00d0s0
48G 4.2G 43G 9% /
/devices 0K 0K 0K 0% /devices
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 65G 1.4M 65G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
/platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1
48G 4.2G 43G 9% /platform/sun4u-us3/lib/libc_psr.so.1
/platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1
48G 4.2G 43G 9% /platform/sun4u-us3/lib/sparcv9/libc_psr.so.1
fd 0K 0K 0K 0% /dev/fd
swap 65G 16K 65G 1% /tmp
swap 65G 16K 65G 1% /var/run
/dev/dsk/c6t600A0B8000476A060000649C4AF900ECd0s0
396G 64M 392G 1% /u02
/dev/dsk/c6t600A0B8000476856000028824AF900B0d0s0
397G 64M 393G 1% /u03
/dev/dsk/c6t600A0B8000476A06000064A04AF9047Cd0s0
395G 64M 391G 1% /u01
/dev/dsk/c0t0d0s2 618M 618M 0K 100% /cdrom
swap 65G 0K 65G 0% /dev/vx/dmp
swap 65G 0K 65G 0% /dev/vx/rdmp


6) Now umount /dev/vx/dmp
umount /dev/vx/rdmp

7) Again manully mount as
/usr/sbin/mount -f tmpfs dmpfs /dev/vx/dmp
/usr/sbin/mount -f tmpfs dmpfs /dev/vx/rdmp

BUT STILL OUT PUT OF df -h is same, I mean

swap 65G 0K 65G 0% /dev/vx/dmp
swap 65G 0K 65G 0% /dev/vx/rdmp


not as

dmpfs 65G 0K 65G 0% /dev/vx/dmp
dmpfs 65G 0K 65G 0% /dev/vx/rdmp


VERITAS FILE SYSTEM ALSO INSTALLED

Last edited by here4linux; 11-25-2009 at 05:38 AM.
 
Old 11-25-2009, 07:43 AM   #4
mesiol
Member
 
Registered: Nov 2008
Location: Lower Saxony, Germany
Distribution: CentOS, RHEL, Solaris 10, AIX, HP-UX
Posts: 731

Rep: Reputation: 137Reputation: 137
Hi,

i am not possible to explain this behaviour. Why don't you open a call at Symantec Support? Did you really required dmpfs?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Veritas Help RaelOM Solaris / OpenSolaris 2 11-18-2008 04:33 AM
Veritas Certification prasadl Linux - Server 2 06-03-2008 10:56 AM
VERITAS Netbackup sunram Solaris / OpenSolaris 1 01-09-2008 09:02 PM
veritas tutorial kapilcool Linux - Certification 2 11-13-2006 01:46 PM
veritas client dvong3 Linux - Software 0 03-21-2004 12:35 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 08:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration