Tags: adding

Adding Static Route on Solaris System

Aix Send feedback »
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 »

Oracle: How to ADD DATAFILE INTO A TABLE SPACE

Technology, Oracle Send feedback »
alter tablespace add datafile 'PATH' size 200m; more »

Veritas: DISK OPERATIONS

Technology, Veritas 1 feedback »
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 »

Veritas: Initializing A New Disk

Technology, Veritas Send feedback »
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 »

Veritas: Adding A Disk To A Disk Group

Technology, Veritas Send feedback »
# vxdg –g disk-group-name adddisk \ veritas-disk-name=solaris-disk-name more »