Vertias


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Vertias
# 1  
Old 11-16-2007
Vertias

Admins,

I found this site is really helpful for all the Unix Admins also those who required scripting. My suggesstions is if you add some documents, commands and examples/sceanarios of Vertias Volume Manager or Veritas Cluster it will be useful for us.

Thanks a lot

Sridhar SSmilie
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

vertias volume manager

hi all I want to practice on veritas volume manager. Is there any trial version for solaris 5.10 sparc version. If it is there, please give me the link? (1 Reply)
Discussion started by: kingston
1 Replies

2. Solaris

Vertias disk list

OS Version: Solaris 10 Veritas Version: 4.1 Running vxdisk list gives me this: DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c1t10d0s2 auto:sliced disk01 rootdg online c1t11d0s2 ... (2 Replies)
Discussion started by: RTM
2 Replies

3. UNIX for Dummies Questions & Answers

Vertias (physical disks monitoring)

Can anyone tell me what Vertias is? Is it free? What is it used for exactly? Thank you in advance. (1 Reply)
Discussion started by: VeroL
1 Replies
Login or Register to Ask a Question
A2ENSITE(8)						      System Manager's Manual						       A2ENSITE(8)

NAME
a2ensite, a2dissite - enable or disable an apache2 site / virtual host SYNOPSIS
a2ensite [site] a2dissite [site] DESCRIPTION
This manual page documents briefly the a2ensite and a2dissite commands. a2ensite is a script that enables the specified site (which contains a <VirtualHost> block) within the apache2 configuration. It does this by creating symlinks within /etc/apache2/sites-enabled. Likewise, a2dissite disables a site by removing those symlinks. It is not an error to enable a site which is already enabled, or to disable one which is already disabled. The default site is handled specially: The resulting symlink will be called 000-default in order to be loaded first. EXAMPLES
a2dissite default Disables the default site. FILES
/etc/apache2/sites-available Directory with files giving information on available sites. /etc/apache2/sites-enabled Directory with links to the files in sites-available for enabled sites. SEE ALSO
apache2ctl(8). AUTHOR
This manual page was written by Stefan Fritsch <sf@debian.org> (based on the a2enmod manual page by Daniel Stone <daniel@sfarc.net>) for the Debian GNU/Linux distribution. 8 June 2007 A2ENSITE(8)