How to create a new volume



How to create a new volume..

Answer / sbrahman75

Detect new disks

#devfsadm

#vxdiskadm - select option 1 to add new disks (Initialize
new disks and add it to disk group appdg )

# vxassist –g appdg make snetprd01 55g (create volume in
appdg as snetprd01)

#mkfs –F vxfs –o largefiles /dev/vx/rdsk/appdg/snetprd01
(creating file system for the volumes snetprd01)

# cd / (creating directories for snetprd01 )


#mkdir snetprd01

#chown oracle /snetprd01 (change the ownership to oracle for
snetprd01 directories )

#vi /etc/vfstab

#mount /snetprd01

#df –k

#mount –p

#vxdisk list

##vxprint –g appdg

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Solaris Commands Interview Questions

In Solaris, how to check the number of Users currently logged in ?

8 Answers   CTS,


Which file to be configuring the logs messages (like: /var/adm/message etc…)

1 Answers  


Explain /etc/inittab files

2 Answers  


How to change the mirror status from 0:1 to 0:5 and how?

1 Answers  


How to set passwd never expire for a user

4 Answers  






In a two node cluster how can you bring the one of the node in maintenance mode.

2 Answers   ITC Infotech,


1)How to identify VXVM version? 2)What the path of scconf in cluster?

5 Answers   IBM,


Write the steps involved in creating and executing a program to implement the “case” command.

0 Answers  


Difference between LDOM and Domain?

2 Answers   IBM,


How to change rsc ip in sun V490?

4 Answers   Wipro,


After first installation of Solaris 10, what and all the Securities We need to set and how ?

0 Answers   Microland,


How will you rectify the root passwd in solaris

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)