F5: Difference between revisions

606 bytes added ,  19 days ago
Line 288:
 
 
=== InstallPrepare the CentOS =Image ==
 
* Download Image file:
Line 297:
 
Now able to login to new guest as root / admin@123
 
 
=== Install Client ===
 
* Start VM:
<syntaxhighlight lang="bash">
sudo virt-install \
--name=CentOS client\
--description="CentOS WebServerClient" \
--disk path=/var/lib/libvirt/images/CentOS-7-x86_64-GenericCloud.qcow2,bus=virtio,format=qcow2 \
--network=bridge=virbr0virbr1,model=virtio \
--graphics none \
--console pty,target_type=serial \
Line 312 ⟶ 315:
--import --autostart --noautoconsole
</syntaxhighlight>
 
 
 
=== Install WebServer ===
 
* Start VM:
<syntaxhighlight lang="bash">
sudo virt-install \
--name=client\
--description="CentOS Client" \
--disk path=/var/lib/libvirt/images/CentOS-7-x86_64-GenericCloud.qcow2,bus=virtio,format=qcow2 \
--network=bridge=virbr1,model=virtio \
--graphics none \
--console pty,target_type=serial \
--vcpus=1 --cpu host --ram=2048 \
--os-type=linux \
--os-variant=rhel6 \
--import --autostart --noautoconsole
</syntaxhighlight>
 
 
== F5 Configuration ==
{{UC}}
 
 
=== Create SelfIP ===
{{UC}}
 
 
=== Create Pool ===
{{UC}}
 
 
=== Create VS ===
{{UC}}