On the more recent servers, internal tape and DVD drives usually hang on the same SAS/SATA controller combo which connects the disks. With this it's not possible to move the controller. VIO is a better option. Map your tape and DVD drives as virtual tape and virtual optical media instead.
But...
Khalid,
Your DBA's argument holds true for traditional non-RAID disks. But with RAID storage subsystems you have multiple heads and a cache much larger than single disk drives have.
With SAN storage, especially where one RAID array is shared by multiple hosts, tuning queue depth can be of...
You're saying that you can't telnet or ssh to the box but I assume that you can still log in on the console.
By the output you're showing it looks like both telnetd and sshd are responding but then fail to log you in. To start checking you could run sshd in debug mode:
1. Stop the sshd...
Salaams Khalid,
Most recent HMCs I've come across have had two Ethernet ports and having only one doesn't make much sense as two is minimum for full functionality: internal for FSP connection (console and LPAR power on/off) and external for DLPAR. According to the config for your 7310-C04 HMC...
@khalidaaa,
You're welcome. BTW, do you still need to cut your Umm Ali with a knife? :-)
(Umm Ali is a classic Arabic desert similar to bread pudding.)
Create global ssh_known_hosts and ssh_known_hosts2 files in /etc/ssh and make sure the keys have all possible hostnames and IP addresses listed. The format of these files are the same as the personal known_hosts in your ~/.ssh directory.
Each key can have multiple names and addresses listed...
I know of three good sites offering pre-compiled open source stuff:
IBM's AIX Toolbox for Linux, with crypto stuff here.
Bull's AIX freeware.
UCLA's PD Software for AIX.
Unfortunately none of the above offer what you're looking for :-) Good luck with your searching.
To disallow inbound rexec access to a user:
# chuser ttys=ALL,!REXEC username
This is assuming that the ttys parameter for the user is the default "ALL". Check this with "lsuser -a ttys username".
This mechanism can also be used to block inbound rsh access:
# chuser ttys=ALL,!RSH username...
Salaams Khalid,
IBM's AIX-version of OpenSSH is on the Expansion Pack CD or from "http://sourceforge.net/projects/openssh-aix".
You'll also need openssl from the Linux Toolbox CD or "http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html".
The commercial version from ssh.com is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.