Daily Archives: September 15, 2009

How to configure disk to use for veritas volume manager (VxVM)

Detect new disk -> dfsadm, cfgadm -c configure control_number li> Labeling disk -> format, choose disk number, label Configure disks # vxdisksetup -i disk_name or using vxdiskadm -> choose 1. Add or initialize one or more disks Make diskgroup # … Continue reading

Posted in Uncategorized | Leave a comment

Adding Static Route on Solaris System

How we can add static route onto solaris system using command line: # route add -net 10.0.0.0 10.1.50.250 Add to startup script: # vi /etc/init.d/static_routes /usr/sbin/route add -net 10.0.0.0 10.1.50.250 # ln -s /etc/init.d/static_routes S99static_routes Original post blogged on b2evolution.

Posted in Uncategorized | Leave a comment