Scenario 1:7 – Private Networks (Simple vNet) 94
On the Virtual Connect Manager screen, click Define, Server Profile to create a Server Profile
•
Create a server profile called “Web-4”
•
In the Network Port 1 drop down box, select “vNet-PROD”
•
In the Network Port 2 drop down box, select “vNet-PROD”
•
In the Assign the Profile to a Server Bays, select Bay 4 and apply
Defining a Server Profile via CLI
The following command(s) can be copied and pasted into an SSH based CLI session with Virtual Connect
# Create Server Profile Web-1 – Web-4
add profile Web-1 -nodefaultenetconn
add enet-connection Web-1 pxe=Enabled Network=vNet-PROD
add enet-connection Web-1 pxe=Disabled Network=vNet-PROD
assign profile Web-1 enc0:1
add profile Web-2 -nodefaultenetconn
add enet-connection Web-2 pxe=Enabled Network=vNet-PROD
add enet-connection Web-2 pxe=Disabled Network=vNet-PROD
assign profile Web-2 enc0:2
add profile Web-3 -nodefaultenetconn
add enet-connection Web-3 pxe=Enabled Network=vNet-PROD
add enet-connection Web-3 pxe=Disabled Network=vNet-PROD
assign profile Web-3 enc0:3
add profile Web-4 -nodefaultenetconn
add enet-connection Web-4 pxe=Enabled Network=vNet-PROD
add enet-connection Web-4 pxe=Disabled Network=vNet-PROD
assign profile Web-4 enc0:4
Figure 1-83
Define a Server Profile (Web-1 to Web-4).