To ensure you have the best experience and security possible, update your browser. Update now
sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
java -version
Cambiarse de directorio al Escritorio: cd /home/nombre de usuario
chmod a+x tunombre.desktop
netsh interface ip show config
netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1
netsh -c interface dump > c:\location1.txt
netsh -c interface dump > c:\location2.txt
netsh -f c:\location1.txt
netsh -f c:\location2.txt
netsh exec c:\location2.txt
netsh interface ip set address "Local Area Connection" dhcp
netsh interface ip set dns "Local Area Connection" static 192.168.0.200
netsh interface ip set wins "Local Area Connection" static 192.168.0.200
netsh interface ip set dns "Local Area Connection" dhcp
Configuring BIOS to enable Serial Over LAN
Before SMBridge can be used to manage a remote server via SOL, the BMC and BIOS of the remote server must have the following settings configured.
Note: This procedure disables PXE boot on Gigabit port 1 on the server. If you plan to use PXE, you will need to connect Gigabit port 2 to your network and ensure that your remote install procedure is configured to use that port.
1. Enter BIOS Setup by pressing F1 when prompted during boot.
2. If you have not done so already, configure the static IP address, subnet mask, and gateway of the BMC in Advanced Options > Baseboard Management Controller (BMC) Settings.
3. From the main menu, select Devices and I/O Ports. Set the following:
* Set field Serial Port A to Auto-configure
* Set field Serial Port B to Auto-configure
4. Select Remote Console Redirection. Set the following:
* Remote Console Active to Active
* Remote Console Text Emulation to VT100/VT220
* Remote Console Keyboard Emulation to VT100/VT220
* Remote Console Active After Boot to Enabled
* Remote Console Flow Control to Hardware
5. The setup window should now look similar to the following:
********************************************************
* Remote Console Redirection *
********************************************************
* Remote Console Active [ Enabled ] *
* Remote Console COM Port [ COM 1 ] *
* Remote Console Baud Rate [ 19200 ] *
* Remote Console Data Bits [ 8 ] *
* Remote Console Parity [ None ] *
* Remote Console Stop Bits [ 1 ] *
* Remote Console Text Emulation [ VT100/VT220 ] *
* Remote Console Keyboard Emulation [ VT100/VT220 ] *
* Remote Console Active After Boot [ Enabled ] *
* Remote Console Flow Control [ Hardware ] *
********************************************************
6. Press Esc twice to return to the main menu, then select Start Options. Set the following:
Note: You will most likely only have some of these options on your server. For example on the x236, we only set Planar Ethernet PXE/DHCP to Planar Ethernet 2.
* Planar Ethernet 1 PXE to Disabled
* Planar Ethernet 2 PXE to Enabled
* Planar Ethernet PXE/DHCP to Planar Ethernet 2
* Run PXE only on Selected Planar NIC to Enabled
7. Press Esc to return to the main menu, then select Advanced Options then Baseboard Management Controller (BMC) Settings. Set the following:
* System-BMC Serial Port Sharing to Enabled
* BMC Serial Port Access Mode to Dedicated
8. Save the BIOS settings and reboot the server.