Tags: adding
Sep
15
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 S99s… more »
Aug
05
alter tablespace add datafile 'PATH' size 200m; more »
Jul
07
Action
Command Line
Initialize a disk
vxdisksetup -i device (CDS disk)
vxdisksetup -i device format=sliced (sliced disk)
List disks owned by
local and remote hosts
vxdisk –o alldgs list
List disk heade… more »
Jun
29
1. Physically add the drive the system
2. Make the drive visible to the OS
a. # format
b. you will see a list of disks currently visible to the system, take note of these because you will need to identify the new disk
c. quit out of the format uti… more »
Jun
29
# vxdg –g disk-group-name adddisk \
veritas-disk-name=solaris-disk-name more »
Recent comments