i've running BIOS/ILOM 1.0 and it sucks with the hyperthreading sync error flood :(
I just got my hands on a nice Sun Fire x64 server but I'm in a bit of a bind. I need BIOS and ILOM files for a Sun Fire x4200 (not M2) but can't find them anywhere.
This server hasn't been updated, ever. The BIOS and ILOM are version 1.0 and I'd really like to get them patched up to fix problems I'm having with
While trying to perform a firmware upgrade on this ilom, the system refused to allow uploading of more than ~900k or so... We tried multiple approaches using FTP and all failed. I decided to start this morning by firing up Apache on another box and trying the same process via HTTP but when I went to access the ilom it's kicking me out.
Hi
I have a new SUN X4270 server. I am trying to login to the server's ILOM using it's serial management port from a Windows machine but am not getting any login prompt from the server.
I am using a RJ-45/DB-9 adaptor. After connecting the adaptor, I am opening the serial connection using appropriate com port on putty with 9600 baud 8-n-1 setting.
I have disabled all firewalls.
Fix me: To be continued
Redirection makes it possible to control where the output of a command goes to, and where the input of a command comes from. It's a mighty tool that, together with pipelines, makes the shell powerful. The redirection operators are checked whenever a simple command is about to be executed.
This question may sound a bit stupid, but I can not really see the difference between redirection and pipes.
Redirection is used to redirect the stdout/stdin/stderr, e.g. ls > log.txt.
Pipes are used to give the output of a command as input to another command, e.g.
I have a Ubuntu VM running in KVM (virt-manager) using spice for display. When I add USB Redirection to the hardware, the VM starts with the error "Error starting domain: unsupported configuration: USB redirection is not supported by this version of QEMU"
Is this feature not working in Ubuntu? Fixes?
i'm using user data bash scripts to customize launched ec2 instances but i found that user data scripts take lot of time to start
actually i don't know why this happen
but i noticed a little bit weird action
i uses output/error redirection in my user data script to /var/log/user-data.log
and after launching ec2 instance i found the 1st line in /var/log/user-data.log is "OK", However my redi
We are looking at creating set start menus but unsure if we should use GPP or folder redirection.
We have laptops that are taken off site so folder redirection would have to be to the C drive on the machine which would mean that every change that we would like to make would also have to be made on all machines.
GPP enables us to target shortcuts to certain machines but the start menu would have
I'm trying to use an Apache proxy as a front-end for a service running on a different server in my infrastructure. Let's call them proxy.example.com and service.example.com.
Proxy.example.com is listening on port 80, but service.example.com is listening on port 8888.