I'm trying to configure a LDAP server with some basic security parameters, including TLS and required authenticated binding.
I have started the server, and can access it from localhost with the command:
ldapsearch -x -b 'dc=server,dc=com' 'objectclass=*' -W -D 'cn=manager,dc=server,dc=com' -H ldaps://server.com:389
When I try the same command remotely, from my computer, I get the following err
Hello,
I have successfully installed Ubuntu 12.04 server onto a Dell Poweredge R515 server (which is on the Ubuntu hardware compatibility guide).
ON a Dell Power Edge R610 with integrated iDRAC Express, has anyone has real world problems accessing the iDRAC in the event of a system hang or crash of the operating system? I need to know because i am considering using some systems with iDRAC Express for production but dont want to risk it if they cant be accessed remotely to be power cycled in the event the system hangs.
I spent the weekend setting up a headless media server using Statler. I configured the vnc server to run automatically at startup so that I can log in remotely if I have to.A problem is that whenever I try to log in remotely for the first time, the server requires a keyring password which I can't enter remotely, only locally. How to I disable that stupid keyring thing?
I am monitoring status information on a collection of Oracle/Sun and Dell servers.
With the Oracle/Sun servers I can issue one iLOM command (show -level all -output table /SP/faultmgmt) via SSH and get a list of all of the current faulty hardware on the system.
Is there an equivalent command via iDRAC6 for Dell servers?
BTW, I am doing this monitoring via a RedHat server.
Thanks.
I have Dell R210 with iDRAC BMC (new name for old BMC). Which is on-board feature with shared NIC (I believe). Server is on colocation and I didnt set it up before sent there... So I asked for the remote hands to setup IPMI Over IP. They enabled it, set the IP and everything. The IP is different than main box IP.
I am trying to install a server at work. This is an original server that is not replacing one. I am tring to set up all the basic needs to make things more efficient. I am trying to set 12.04 up to run as a pxe boot server, file server, and a print server. I have having dificulty getting started. Is there anyone who can give me some direction. :p
Hello All,
I am stuck!
I have access to an external server via SFTP.
Server A needs to connect over svn+ssh to Server B to grab some source files for deploying on Server A. My deployment script runs from my local dev machine via:
ssh serverA 'bash -s' < deploy.sh
I have a passphraseless public/private key pair set up between Server A and Server B.