Windows 7
Как рассылать сообщения на комьютеры Windows 7 и не только в домене
055
13 января завершается стандартная поддержка Windows 7 SP1 Как известно, в Windows 7 не был включен привычный администратор net send. Это фигово. Но хотя бы есть утилита MSG. И есть psexec. Это всё поможет нам оповещать пользователей. Команда выглядит следующим образом для всех компов домена: psexec \\* msg * "Hello!" А для списка компов: psexec @\\имядомена\netlogon\list.txt msg * "Hello!" list.txt - файл со списком компов назначения. У MSG есть особенность - сообщение висит на экране секунд 30 и исчезает. Кто не успел увидеть, тот опоздал:)
Настройка серверов windows и linux
Utilities
Как тихо удаленно установить TightVNC
1109
Вопрос распространения ПО всегда актуален. Теперь он касается TightVNC. Можно просто прикрепить к политике msi-пакет. Но настройки придётся вносить отдельно: либо вручную, либо батником.
Вкратце - ниже. Создаем батник следующего  содержания: net use O: \\%1\C$ copy vnc.msi O:\ /y copy vnc.reg O:\ /y
Настройка серверов windows и linux
NetApp
Как на NetApp посмотреть список всех команд в консоли
08
Netapp Для того чтобы посмотреть как на NetApp вывести список всех команд в консоли, нужно подключиться через консоль к контроллеру и выполнить
Настройка серверов windows и linux
NetApp
Netapp Show Aggregate Status
013
Netapp How to show the Netapp Aggregate status from the command line. This Netapp HowTo is useful for the following
  • Show Aggregate Status
  • How to display Aggregate Status
  • Show Aggr Status
Netapp show Aggregate status command:
Настройка серверов windows и linux
Juniper
Как узнать версию ядра (ОС) и модель в устройствах juniper через консоль
029
Для того чтобы определить версию ядра (ОС) устройства через консоль, вам нужно подключиться через com порт или ssh/telnet Juniper Войти в режим cli и ввести.
Настройка серверов windows и linux
Juniper
Как узнать версию BIOS в устройствах juniper через консоль
028
Juniper определить версию BIOSОдним из важных аспектов управления сетевыми устройствами является понимание версии BIOS, поскольку она может влиять на совместимость, безопасность и функциональность оборудования. Устройства Juniper, широко используемые в корпоративных и провайдерских сетях, требуют от инженеров не только глубоких знаний в области сетевых протоколов, но и навыков работы с их системным программным обеспечением. В данной статье мы рассмотрим пошаговый процесс получения информации о версии BIOS на устройствах Junipe.
Настройка серверов windows и linux
Juniper
Как узнать серийный номер устройства Juniper через консоль
0103
Для того чтобы определить серийный номер устройства через консоль, вам нужно подключиться через com порт или ssh/telnet Juniper Войти в режим cli и ввести.
Настройка серверов windows и linux
Juniper
Installing Junos OS on SRX Series Devices From the Boot Loader Using a TFTP Server
2129

You can install the Junos OS using the Trivial File Transfer Protocol (TFTP) method. The device is shipped with the Junos OS loaded on the primary boot device. During the Junos OS installation from the loader, the device retrieves the Junos OS package from a TFTP server. The internal media is then formatted, and the Junos OS image is installed.

From the loader installation, you can:

  • Install the Junos OS on the device for the first time.
  • Recover the system from a file system corruption.

    Note: Installation from a TFTP server can only be performed using the first onboard Ethernet interface.

    Installation from the loader-over-TFTP method does not work reliably over slow speeds or large latency networks.

Before you begin, verify that:

  • You have access to the TFTP server with the Junos OS package to be installed.
  • That the TFTP server supports BOOTP or DHCP. If the TFTP server does not support BOOTP or DHCP, you must set the environment variables before performing the installation from the TFTP server.
  • Functional network connectivity exists between the device and the TFTP server over the first onboard Ethernet interface.

To install the Junos OS image on the internal media of the device:

  1. To access the U-boot prompt, use the console connection to connect to the device.
  2. Reboot the device.

    The following messages appear:

    Clearing DRAM........ done BIST check passed. Net:   pic init done (err = 0)octeth0 POST Passed
    

    After this message appears, you see the following prompt:

    Press SPACE to abort autoboot in 3 seconds
  3. Press the space bar to stop the autoboot process.

    The => U-boot prompt appears.

  4. From the U-boot prompt, configure the environment variables listed in Table.

    Table 1: Environment Variables Settings

Настройка серверов windows и linux